Skip to content
Snippets Groups Projects
Commit 52c8a8d1 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed ant targets

parent 968304bb
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0"?>
<project name="DnxMoveHandle" basedir="." default="build-all">
<project name="DnxMoveFileOriginalPath" basedir="." default="build-all">
<property file="build.properties" />
<path id="classpath">
<fileset dir="${lib.dir}" includes="dps-sdk-${version}.jar" />
......@@ -36,7 +36,7 @@
</target>
<target name="jar" depends="compile">
<jar destfile="${target.dir}/DnxMoveHandle.jar" basedir="${build.dir}/classes">
<jar destfile="${target.dir}/DnxMoveFileOriginalPath.jar" basedir="${build.dir}/classes">
<fileset dir="${src.dir}" includes="**" excludes=" com/**" />
<manifest>
<attribute name="Main-Class" value="org.slub.rosetta.plugins.repositoryTask.DnxMoveFileOriginalPath" />
......@@ -44,4 +44,4 @@
</jar>
</target>
</project>
\ No newline at end of file
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment