Skip to content

Commit

Permalink
Fix: Missing library for HTTP Upload. Related to #312
Browse files Browse the repository at this point in the history
  • Loading branch information
t-oster committed Jan 5, 2016
1 parent d47f235 commit cf8c087
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ file.reference.commons-io-2.4.jar=lib/commons-io-2.4.jar
file.reference.commons-net-3.0.1.jar=lib/commons-net-3.0.1.jar
file.reference.commons-net-3.1.jar=lib/commons-net-3.1.jar
file.reference.core-3.2.1-20150223.162544-2.jar=lib/zxing-3.2.1/core-3.2.1-20150223.162544-2.jar
file.reference.corn-httpclient-1.0.12.jar=lib/LibLaserCut/lib/corn-httpclient-1.0.12.jar
file.reference.freehep-psviewer-2.0-standalone.jar=lib/freehep-psviewer-2.0-standalone.jar/
file.reference.gtkjfilechooser.jar=lib/gtkjfilechooser.jar
file.reference.httpclient-4.3.6.jar=lib/httpclient-4.3.6.jar
Expand Down Expand Up @@ -130,7 +131,8 @@ javac.classpath=\
${file.reference.AbsoluteLayout.jar}:\
${file.reference.com.objectplanet.image.PngEncoder.jar}:\
${file.reference.core-3.2.1-20150223.162544-2.jar}:\
${file.reference.javase-3.2.1-20150223.162559-2.jar}
${file.reference.javase-3.2.1-20150223.162559-2.jar}:\
${file.reference.corn-httpclient-1.0.12.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
Expand Down

0 comments on commit cf8c087

Please sign in to comment.