Skip to content

Commit d7a7096

Browse files
committed
Updated build stuff
1 parent 5eeeb06 commit d7a7096

File tree

20 files changed

+589
-222
lines changed

20 files changed

+589
-222
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ jdks/*.bin
2929
jdks/*.exe
3030
jdks/*.zip
3131
dist/
32+
/.nb-gradle/

ant-jme/lib/nblibraries.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
libs.ANT.classpath=\
22
${base}/ANT/ant.jar
33
libs.CopyLibs.classpath=\
4-
${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
4+
${base}/../../netbeans/java/ant/extra/org-netbeans-modules-java-j2seproject-copylibstask.jar
55
libs.CopyLibs.displayName=CopyLibs Task
6-
libs.CopyLibs.prop-version=2.0
6+
libs.CopyLibs.prop-version=3.0

ant-jme/nbproject/build-impl.xml

+530-170
Large diffs are not rendered by default.

ant-jme/nbproject/genfiles.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ [email protected]
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=dd1578ef
7-
nbproject/build-impl.xml.script.CRC32=f481ade2
8-
nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.75.2.48
7+
nbproject/build-impl.xml.script.CRC32=4b0e1155
8+
nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.93.0.48

ant-jme/nbproject/project.properties

+12
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ build.test.results.dir=${build.dir}/test/results
1919
#debug.transport=dt_socket
2020
debug.classpath=\
2121
${run.classpath}
22+
debug.modulepath=\
23+
${run.modulepath}
2224
debug.test.classpath=\
2325
${run.test.classpath}
26+
debug.test.modulepath=\
27+
${run.test.modulepath}
2428
# This directory is removed when the project is cleaned:
2529
dist.dir=dist
2630
dist.jar=${dist.dir}/ant-jme.jar
@@ -34,13 +38,17 @@ javac.classpath=\
3438
# Space-separated list of extra javac options
3539
javac.compilerargs=
3640
javac.deprecation=false
41+
javac.modulepath=
42+
javac.processormodulepath=
3743
javac.processorpath=\
3844
${javac.classpath}
3945
javac.source=1.6
4046
javac.target=1.6
4147
javac.test.classpath=\
4248
${javac.classpath}:\
4349
${build.classes.dir}
50+
javac.test.modulepath=\
51+
${javac.modulepath}
4452
javac.test.processorpath=\
4553
${javac.test.classpath}
4654
javadoc.additionalparam=
@@ -64,8 +72,12 @@ run.classpath=\
6472
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
6573
# or test-sys-prop.name=value to set system properties for unit tests):
6674
run.jvmargs=
75+
run.modulepath=\
76+
${javac.modulepath}
6777
run.test.classpath=\
6878
${javac.test.classpath}:\
6979
${build.test.classes.dir}
80+
run.test.modulepath=\
81+
${javac.test.modulepath}
7082
source.encoding=UTF-8
7183
src.dir=src

jme3-assetpack-support/nbproject/genfiles.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ build.xml.script.CRC32=c0969383
33
build.xml.stylesheet.CRC32=[email protected]
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.
6-
nbproject/build-impl.xml.data.CRC32=68a35179
6+
nbproject/build-impl.xml.data.CRC32=d9c1f5c5
77
nbproject/build-impl.xml.script.CRC32=4d376df0
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.72.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.78
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
build.xml.data.CRC32=ec8899d4
1+
build.xml.data.CRC32=fb551ea0
22
build.xml.script.CRC32=d8082083
3-
build.xml.stylesheet.CRC32=a56c6a5b@2.71.1
3+
build.xml.stylesheet.CRC32=15ca8a54@2.78
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.
6-
nbproject/build-impl.xml.data.CRC32=ec8899d4
6+
nbproject/build-impl.xml.data.CRC32=fb551ea0
77
nbproject/build-impl.xml.script.CRC32=a2681ce5
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.71.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.78
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
build.xml.data.CRC32=3b9099db
22
build.xml.script.CRC32=27967d2c
3-
build.xml.stylesheet.CRC32=a56c6a5b@2.71.1
3+
build.xml.stylesheet.CRC32=15ca8a54@2.78
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=3b9099db
77
nbproject/build-impl.xml.script.CRC32=c9af9eda
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.71.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.78
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
build.xml.data.CRC32=d43b0890
1+
build.xml.data.CRC32=dd2eed71
22
build.xml.script.CRC32=cdae6a36
3-
build.xml.stylesheet.CRC32=a56c6a5b@2.67.1
3+
build.xml.stylesheet.CRC32=15ca8a54@2.78
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.
6-
nbproject/build-impl.xml.data.CRC32=d43b0890
6+
nbproject/build-impl.xml.data.CRC32=dd2eed71
77
nbproject/build-impl.xml.script.CRC32=246f9b81
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.67.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.78
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
build.xml.data.CRC32=78701114
22
build.xml.script.CRC32=cfa8d5c5
3-
build.xml.stylesheet.CRC32=a56c6a5b@2.71.1
3+
build.xml.stylesheet.CRC32=15ca8a54@2.78
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=78701114
77
nbproject/build-impl.xml.script.CRC32=270846fb
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.71.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.78

jme3-documentation/nbproject/genfiles.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ build.xml.script.CRC32=20380530
33
build.xml.stylesheet.CRC32=[email protected]
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.
6-
nbproject/build-impl.xml.data.CRC32=ded89ea9
6+
nbproject/build-impl.xml.data.CRC32=83373b13
77
nbproject/build-impl.xml.script.CRC32=0cdd5704
8-
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.74.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.78

jme3-lwjgl-applet/nbproject/genfiles.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ build.xml.script.CRC32=1ed5abd5
33
build.xml.stylesheet.CRC32=[email protected]
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.
6-
nbproject/build-impl.xml.data.CRC32=64d361e4
6+
nbproject/build-impl.xml.data.CRC32=e0b40cca
77
nbproject/build-impl.xml.script.CRC32=a70d83dd
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.71.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.78
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
build.xml.data.CRC32=d9c998cc
1+
build.xml.data.CRC32=b9ed2fec
22
build.xml.script.CRC32=69663b9b
3-
build.xml.stylesheet.CRC32=a56c6a5b@2.71.1
3+
build.xml.stylesheet.CRC32=15ca8a54@2.78
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.
6-
nbproject/build-impl.xml.data.CRC32=d9c998cc
6+
nbproject/build-impl.xml.data.CRC32=b9ed2fec
77
nbproject/build-impl.xml.script.CRC32=c9f3ae73
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.71.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.78
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
build.xml.data.CRC32=931109c2
1+
build.xml.data.CRC32=0a9771d7
22
build.xml.script.CRC32=a910387a
3-
build.xml.stylesheet.CRC32=a56c6a5b@2.71.1
3+
build.xml.stylesheet.CRC32=15ca8a54@2.78
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.
6-
nbproject/build-impl.xml.data.CRC32=931109c2
6+
nbproject/build-impl.xml.data.CRC32=0a9771d7
77
nbproject/build-impl.xml.script.CRC32=2abbef60
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.71.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.78
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
build.xml.data.CRC32=951eb173
22
build.xml.script.CRC32=b759faa7
3-
build.xml.stylesheet.CRC32=a56c6a5b@2.49.1
3+
build.xml.stylesheet.CRC32=15ca8a54@2.78
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=951eb173
77
nbproject/build-impl.xml.script.CRC32=4a5c1fa6
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.49.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.78
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
build.xml.data.CRC32=ea5e0ad8
22
build.xml.script.CRC32=29c54332
3-
build.xml.stylesheet.CRC32=a56c6a5b@2.49.1
3+
build.xml.stylesheet.CRC32=15ca8a54@2.78
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=ea5e0ad8
77
nbproject/build-impl.xml.script.CRC32=bbb19b51
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.49.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.78
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
build.xml.data.CRC32=13cbbc44
1+
build.xml.data.CRC32=8114b7a9
22
build.xml.script.CRC32=8ff5ca92
3-
build.xml.stylesheet.CRC32=a56c6a5b@2.71.1
3+
build.xml.stylesheet.CRC32=15ca8a54@2.78
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.
6-
nbproject/build-impl.xml.data.CRC32=13cbbc44
6+
nbproject/build-impl.xml.data.CRC32=8114b7a9
77
nbproject/build-impl.xml.script.CRC32=512d1004
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.71.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.78
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
build.xml.data.CRC32=9b4925d2
1+
build.xml.data.CRC32=90f39f6f
22
build.xml.script.CRC32=39e31f0c
3-
build.xml.stylesheet.CRC32=a56c6a5b@2.71.1
3+
build.xml.stylesheet.CRC32=15ca8a54@2.78
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.
6-
nbproject/build-impl.xml.data.CRC32=9b4925d2
6+
nbproject/build-impl.xml.data.CRC32=90f39f6f
77
nbproject/build-impl.xml.script.CRC32=90c55096
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.71.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.78
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
build.xml.data.CRC32=375267a1
1+
build.xml.data.CRC32=1e6f1837
22
build.xml.script.CRC32=fa305471
3-
build.xml.stylesheet.CRC32=a56c6a5b@2.71.1
3+
build.xml.stylesheet.CRC32=15ca8a54@2.78
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.
6-
nbproject/build-impl.xml.data.CRC32=375267a1
6+
nbproject/build-impl.xml.data.CRC32=1e6f1837
77
nbproject/build-impl.xml.script.CRC32=8239585b
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.71.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.78

nbproject/platform.properties

-6
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,9 @@ disabled.modules=\
5353
org.netbeans.modules.deadlock.detector,\
5454
org.netbeans.modules.derby,\
5555
org.netbeans.modules.form,\
56-
org.netbeans.modules.form.binding,\
57-
org.netbeans.modules.form.j2ee,\
5856
org.netbeans.modules.form.kit,\
5957
org.netbeans.modules.form.nb,\
6058
org.netbeans.modules.form.refactoring,\
61-
org.netbeans.modules.hibernate,\
62-
org.netbeans.modules.hibernate4lib,\
63-
org.netbeans.modules.html.angular,\
64-
org.netbeans.modules.html.knockout,\
6559
org.netbeans.modules.hudson,\
6660
org.netbeans.modules.hudson.ant,\
6761
org.netbeans.modules.hudson.git,\

0 commit comments

Comments
 (0)