java/sql-dk/build.xml
branchv_0
changeset 18 7900bb1666f6
parent 0 29df3b2e34df
child 81 847c83288d01
--- a/java/sql-dk/build.xml	Mon Dec 16 20:20:54 2013 +0100
+++ b/java/sql-dk/build.xml	Mon Dec 16 20:39:07 2013 +0100
@@ -70,5 +70,10 @@
     properties which you can use, check the target you are overriding in the
     nbproject/build-impl.xml file. 
 
-    -->
+	-->
+	
+	<target name="-pre-compile">
+		<exec executable="./version-info.sh" output="data/info/globalcode/sql/dk/version.txt"/>
+	</target>
+	
 </project>