mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-04-06 11:38:12 +00:00
fixed ant targets causing jar files to have duplicate class files
This commit is contained in:
parent
fe4f8f4339
commit
f29f2695ba
@ -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="."/>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user