OSDN Git Service

Add java-getopt library, https://github.com/floscher/java-getopt
authorHiroshi Miura <miurahr@linux.com>
Tue, 8 Mar 2016 02:58:31 +0000 (11:58 +0900)
committerHiroshi Miura <miurahr@linux.com>
Tue, 8 Mar 2016 03:34:01 +0000 (12:34 +0900)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
lib/java-getopt-1.1.0.jar [new file with mode: 0644]
nbproject/project.properties

diff --git a/lib/java-getopt-1.1.0.jar b/lib/java-getopt-1.1.0.jar
new file mode 100644 (file)
index 0000000..40b7c2b
Binary files /dev/null and b/lib/java-getopt-1.1.0.jar differ
index 8f6441b..45376fb 100644 (file)
@@ -44,10 +44,12 @@ dist.javadoc.dir=${dist.dir}/javadoc
 endorsed.classpath=
 excludes=
 file.reference.checkstyle-6.13-all.jar=test/lib/checkstyle-6.13-all.jar
+file.reference.java-getopt-1.1.0.jar=lib/java-getopt-1.1.0.jar
 file.reference.junit-4.4.jar=test/lib/junit-4.4.jar
 includes=**
 jar.compress=false
-javac.classpath=
+javac.classpath=\
+    ${file.reference.java-getopt-1.1.0.jar}
 # Space-separated list of extra javac options
 javac.compilerargs=
 javac.deprecation=false
@@ -73,6 +75,7 @@ javadoc.splitindex=true
 javadoc.use=true
 javadoc.version=false
 javadoc.windowtitle=
+main.class=org.dict.zip.Main
 meta.inf.dir=${src.dir}/META-INF
 mkdist.disabled=true
 platform.active=JDK_1.6