Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ==========================
- ZIP FILE SECTION
- ==========================
- -->
- <property name="basedir" value="."/>
- <target name="zip" depends="compile"
- description="Make zip file of src and test folders">
- <zip destfile="Submit.zip" basedir="${basedir}/src" includes="**"></zip>
- <zip destfile="Submit.zip" basedir="${basedir}/test" includes="**" update="true"></zip>
- </target>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement