fixed ant targets causing jar files to have duplicate class files

This commit is contained in:
fros4943 2008-04-03 11:50:49 +00:00
parent fe4f8f4339
commit f29f2695ba
3 changed files with 0 additions and 3 deletions

View file

@ -26,7 +26,6 @@
<target name="jar" depends="clean, init, compile">
<jar destfile="${lib}/mrm.jar" basedir="${build}">
<fileset dir="${build}"/>
<fileset dir="images"/>
<manifest>
<attribute name="Class-Path" value="."/>

View file

@ -44,7 +44,6 @@
<target name="jar" depends="clean, init, compile">
<jar destfile="${cooja_mspsim_jar}" basedir="${build}">
<fileset dir="${build}"/>
<manifest>
<attribute name="Class-Path" value="."/>
</manifest>

View file

@ -26,7 +26,6 @@
<target name="jar" depends="clean, init, compile">
<jar destfile="${lib}/serial2pipe.jar" basedir="${build}">
<fileset dir="${build}"/>
<manifest>
<attribute name="Class-Path" value="."/>
</manifest>