[Aprog]
[aprog.git] / Aprog / aprog.xml
blobf96aa0e90f1f683a031460d3068e4b2a2dfa59fc
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <project default="create_lib_jar" name="Create Library Jar for Project Aprog">
3     <!--this file was created by Eclipse Runnable JAR Export Wizard-->
4     <!--ANT 1.7 is required                                        -->
5     <target name="create_lib_jar">
6         <jar destfile="aprog.jar" filesetmanifest="mergewithoutmain">
7             <fileset dir="bin"/>
8             <fileset dir="src"/>
9         </jar>
10     </target>
11 </project>