Skip to content

Commit ebf4dbd

Browse files
committed
update project to NetBeans 7.4
1 parent 3e5b093 commit ebf4dbd

7 files changed

+1084
-429
lines changed

build.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@
7979
</target>
8080

8181
<!-- overwrite 'jar' target not to create jnlp automatically -->
82-
<target name="jar" depends="init,compile,-pre-jar,-do-jar-with-manifest,-do-jar-without-manifest,
83-
-do-jar-with-mainclass,-do-jar-with-libraries,-post-jar"
82+
<target name="jar" depends="init,compile,-pre-jar,-do-jar,-post-jar"
8483
description="Build JAR."/>
8584

8685
<!-- overwrite 'jws-run' to depend on 'javaws' target -->
Binary file not shown.

lib/nblibraries.properties

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ libs.beans-binding.javadoc=\
4242
${base}/beans-binding/beansbinding-1.2.1-doc.zip
4343
libs.CopyLibs.classpath=\
4444
${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
45+
libs.CopyLibs.displayName=CopyLibs Task
46+
libs.CopyLibs.prop-version=2.0
4547
libs.ezmorph.classpath=\
4648
${base}/ezmorph/ezmorph-1.0.6.jar
4749
libs.ezmorph.javadoc=\

nbproject/build-impl.xml

+459-111
Large diffs are not rendered by default.

nbproject/genfiles.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ build.xml.stylesheet.CRC32=be360661
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
66
nbproject/build-impl.xml.data.CRC32=a0745cbe
7-
nbproject/build-impl.xml.script.CRC32=25b03382
8-
nbproject/build-impl.xml.stylesheet.CRC32=fcddb364@1.50.3.46
7+
nbproject/build-impl.xml.script.CRC32=780dd23d
8+
nbproject/build-impl.xml.stylesheet.CRC32=5a01deb7@1.68.1.46

nbproject/jnlp-impl.xml

+605-298
Large diffs are not rendered by default.

nbproject/project.properties

+15-16
Original file line numberDiff line numberDiff line change
@@ -24,33 +24,32 @@ debug.test.classpath=\
2424
dist.dir=dist
2525
dist.jar=${dist.dir}/esmska.jar
2626
dist.javadoc.dir=${dist.dir}/javadoc
27-
endorsed.classpath=\
28-
${file.reference.javaws.jar}
27+
endorsed.classpath=
2928
excludes=
3029
file.reference.esmska-lib=lib
3130
file.reference.javaws.jar=lib/javaws.jar
3231
includes=**
3332
jar.compress=false
3433
javac.classpath=\
35-
${libs.beans-binding.classpath}:\
36-
${libs.MacUI.classpath}:\
3734
${libs.JGoodies-Looks.classpath}:\
38-
${libs.commons-io.classpath}:\
35+
${libs.JavaCSV.classpath}:\
36+
${libs.MacUI.classpath}:\
37+
${libs.Substance.classpath}:\
38+
${libs.SwingX.classpath}:\
39+
${libs.android-vcard.classpath}:\
40+
${libs.beans-binding.classpath}:\
41+
${libs.commons-beanutils.classpath}:\
42+
${libs.commons-cli.classpath}:\
3943
${libs.commons-codec.classpath}:\
44+
${libs.commons-collections.classpath}:\
4045
${libs.commons-httpclient.classpath}:\
46+
${libs.commons-io.classpath}:\
47+
${libs.commons-lang.classpath}:\
4148
${libs.commons-logging.classpath}:\
42-
${libs.commons-cli.classpath}:\
49+
${libs.ezmorph.classpath}:\
4350
${libs.javascript-engine.classpath}:\
44-
${libs.openide-l10n.classpath}:\
45-
${libs.Substance.classpath}:\
46-
${libs.JavaCSV.classpath}:\
47-
${libs.commons-lang.classpath}:\
48-
${libs.android-vcard.classpath}:\
49-
${libs.SwingX.classpath}:\
50-
${libs.commons-collections.classpath}:\
5151
${libs.json-lib.classpath}:\
52-
${libs.commons-beanutils.classpath}:\
53-
${libs.ezmorph.classpath}
52+
${libs.openide-l10n.classpath}
5453
# Space-separated list of extra javac options
5554
javac.compilerargs=-encoding UTF-8
5655
javac.deprecation=true
@@ -76,7 +75,7 @@ jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
7675
jnlp.codebase.type=user
7776
jnlp.codebase.url=file:/home/ripper/devel/esmska/trunk/esmska/dist/
7877
jnlp.codebase.user=http://ripper.profitux.cz/esmska/webstart/
79-
jnlp.enabled=true
78+
jnlp.enabled=false
8079
jnlp.icon=src/esmska/resources/esmska.png
8180
jnlp.offline-allowed=true
8281
jnlp.signed=true

0 commit comments

Comments
 (0)