Menu

[r3002]: / branches / phpintegration / playground / code / build.xml  Maximize  Restore  History

Download this file

18 lines (11 with data), 384 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<project default="main" basedir=".">
<property name="lib.name" value="input.jar"/>
<property name="codegen.dir" value="../ch.sahits.codegen.java/lib"/>
<target name="jar" >
<jar destfile="${lib.name}" basedir="bin/"></jar>
</target>
<target name="main" depends="jar">
<copy file="${lib.name}" todir="${codegen.dir}"></copy>
</target>
</project>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.