Skip to content
Snippets Groups Projects
Commit fad39c72 authored by Thomas Oster's avatar Thomas Oster
Browse files

fix build

parent 1575eb88
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@
<target name="-post-jar">
<jar jarfile="dist/LibLaserCutWithDeps.jar">
<zipfileset src="${dist.jar}" excludes="META-INF/*" />
<zipfileset src="lib/commons-net-3.0.1.jar" excludes="META-INF/*" />
<zipfileset src="lib/commons-net-3.1.jar" excludes="META-INF/*" />
</jar>
</target>
</project>
......@@ -26,11 +26,8 @@ dist.jar=${dist.dir}/LibLaserCut.jar
dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes=
file.reference.commons-net-3.0.1.jar=lib/commons-net-3.0.1.jar
includes=**
jar.compress=false
javac.classpath=\
${file.reference.commons-net-3.0.1.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment