build.xml
changeset 0 571f289c60b8
child 1 5ed4e1aba7ef
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/build.xml	Mon Mar 02 17:22:29 2009 +0000
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="SF-CONFIG">
+  <!-- location of this config -->
+  <dirname property="sf.config.dir" file="${ant.file.SF-CONFIG}"/>
+  
+  <!--
+  * Property defaults
+   -->
+     
+  <!-- load build type from config/ -->
+  <import file="${sf.config.dir}/../build/config/pfconfig.xml" />
+     
+  <import file="sf-${sf.build.type}/build.xml" />
+  
+  
+</project>
+