Commit 15908219 authored by yeunga.cadc@gmail.com's avatar yeunga.cadc@gmail.com
Browse files

Updated build.xml to allow a local.build.properties file to be used.


git-svn-id: https://opencadc.googlecode.com/svn/trunk@1772 728ff76a-78ac-11de-a72b-d90af8dea425
parent 5758b311
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@

<project default="build" basedir=".">
  <property environment="env"/>
    <property file="local.build.properties" />

    <!-- site-specific build properties or overrides of values in opencadc.properties -->
    <property file="${env.CADC_PREFIX}/etc/local.properties" />