java/sql-dk/build.xml
branchv_0
changeset 18 7900bb1666f6
parent 0 29df3b2e34df
child 81 847c83288d01
equal deleted inserted replaced
17:d8ab8aece6f2 18:7900bb1666f6
    68     Notice that the overridden target depends on the jar target and not only on 
    68     Notice that the overridden target depends on the jar target and not only on 
    69     the compile target as the regular run target does. Again, for a list of available 
    69     the compile target as the regular run target does. Again, for a list of available 
    70     properties which you can use, check the target you are overriding in the
    70     properties which you can use, check the target you are overriding in the
    71     nbproject/build-impl.xml file. 
    71     nbproject/build-impl.xml file. 
    72 
    72 
    73     -->
    73 	-->
       
    74 	
       
    75 	<target name="-pre-compile">
       
    76 		<exec executable="./version-info.sh" output="data/info/globalcode/sql/dk/version.txt"/>
       
    77 	</target>
       
    78 	
    74 </project>
    79 </project>