java/sql-dk/build.xml
branchv_0
changeset 81 847c83288d01
parent 18 7900bb1666f6
child 83 9563232ea0b7
     1.1 --- a/java/sql-dk/build.xml	Fri Dec 27 17:40:27 2013 +0100
     1.2 +++ b/java/sql-dk/build.xml	Fri Dec 27 17:51:05 2013 +0100
     1.3 @@ -76,4 +76,8 @@
     1.4  		<exec executable="./version-info.sh" output="data/info/globalcode/sql/dk/version.txt"/>
     1.5  	</target>
     1.6  	
     1.7 +	<target name="-post-jar">
     1.8 +		<exec executable="./bash-completion.sh" output="dist/bash-completion.sh"/>
     1.9 +	</target>
    1.10 +	
    1.11  </project>