blob: d4ea7c7bc973af12d251b8f10227522a12840bb5 [file] [log] [blame]
Stephan Herrmann0c152ef2010-04-01 23:14:43 +00001<project name="Build test source attachment jars" default="export" basedir="..">
2 <target name="export">
3 <jar
4 jarfile="./testresources/testJarWithOutRoot.jar"
5 basedir="testprograms"
6 includes="**"
7 />
8 </target>
9</project>