</copy>
<jar destfile="Mars.jar">
<fileset dir="build"/>
<fileset dir="." includes="*.xml" excludes="build.xml"/>
</jar>
</target>
</project>
-