build.xml
changeset 2 b55de085507d
parent 1 5ed4e1aba7ef
child 11 5a54277d3867
--- a/build.xml	Mon Mar 02 17:27:51 2009 +0000
+++ b/build.xml	Wed Mar 04 16:53:51 2009 +0000
@@ -4,14 +4,13 @@
   <dirname property="sf.config.dir" file="${ant.file.SF-CONFIG}"/>
   
   <!--
-  * Property defaults 
+  * Property defaults
    -->
      
   <!-- load build type from config/ -->
-  <import file="${sf.config.dir}/../build/config/pfconfig.xml" />
+  <import file="${sf.config.dir}/../build/config/project_spec.xml" />
      
-  <import file="sf-${sf.build.type}/build.xml" />
+  <import file="sf-${sf.project.type}/build.xml" />
   
   
-</project>
-
+</project>
\ No newline at end of file