sf-package/build.xml
changeset 18 9f36ff790ea7
parent 11 5a54277d3867
child 170 31922c5222d7
--- a/sf-package/build.xml	Mon Mar 09 17:48:32 2009 +0000
+++ b/sf-package/build.xml	Tue Mar 17 16:31:24 2009 +0000
@@ -3,22 +3,14 @@
   <!-- location of this config -->
   <dirname property="sf.package.config.dir" file="${ant.file.SF-PACKAGE-CONFIG}"/>
   
-  <!--
-  * Property defaults
-   -->
-
-  <!--
+  <!-- import package properties -->
+  <import file="${sf.package.config.dir}/package_props.ant.xml" />
   
-  * Load package specific properties. Mandatory that this file exists otherwise
-  * the target will fail.
+  <!-- import common properties/targets/references -->
+  <import file="../common/build.xml" />
   
-   -->
-  <!-- import properties/spec for this type of build -->
-  <loadproperties srcFile="${sf.package.config.dir}/package.properties"/>
-  <import file="${sf.package.config.dir}/package_spec.ant.xml" />
-  
-  <!-- import common config -->
-  <import file="../common/build.xml" />
+  <!-- import package references -->
+  <import file="${sf.package.config.dir}/package_refs.ant.xml" />
   
 </project>