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