]> git.mxchange.org Git - addressbook-core.git/commitdiff
Don't cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 24 Nov 2022 01:06:30 +0000 (02:06 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 24 Nov 2022 01:06:54 +0000 (02:06 +0100)
- upgraded project files for Apache NetBeans IDE 15
- updated jar(s)
- added .gitkeep to keep "src" directory around

lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
lib/jcoreee.jar
lib/nblibraries.properties
nbproject/project.properties
src/.gitkeep [new file with mode: 0644]

index 60c2f42f50815dca99a986845f6b4b036318d782..174d1fcfa7325a5f9f1927055b019f286d066c0c 100644 (file)
Binary files a/lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar and b/lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar differ
index 7875d1e28aa5c7870a87df416ff27491d35ee45d..fa82023e537b42f98b05c403a446c558650e5f35 100644 (file)
Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ
index eea7e0425f2697fbea949c87f42ff8db46fade06..1e08dbf3d7de3e16150864f62476b5d02094fc87 100644 (file)
@@ -7,7 +7,7 @@ libs.commons-lang3.javadoc=\
 libs.CopyLibs.classpath=\
     ${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
 libs.CopyLibs.displayName=CopyLibs Task
-libs.CopyLibs.prop-version=2.0
+libs.CopyLibs.prop-version=3.0
 libs.javaee-api-7.0.classpath=\
     ${base}/javaee-api-7.0/javaee-api-7.0.jar
 libs.javaee-api-7.0.displayName=Java EE 7 API Library
index a53d90e73e08af60d27cb21e15dc16fb0f77ad65..e1672f07003ad7c07b4fbc91ccf3f4502612a84e 100644 (file)
@@ -20,8 +20,12 @@ build.test.results.dir=${build.dir}/test/results
 #debug.transport=dt_socket
 debug.classpath=\
     ${run.classpath}
+debug.modulepath=\
+    ${run.modulepath}
 debug.test.classpath=\
     ${run.test.classpath}
+debug.test.modulepath=\
+    ${run.test.modulepath}
 # Files in build.classes.dir which should be excluded from distribution jar
 dist.archive.excludes=
 # This directory is removed when the project is cleaned:
@@ -55,6 +59,8 @@ javac.classpath=\
 javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
 javac.deprecation=true
 javac.external.vm=true
+javac.modulepath=
+javac.processormodulepath=
 javac.processorpath=\
     ${javac.classpath}
 javac.source=1.7
@@ -62,11 +68,14 @@ javac.target=1.7
 javac.test.classpath=\
     ${javac.classpath}:\
     ${build.classes.dir}
+javac.test.modulepath=\
+    ${javac.modulepath}
 javac.test.processorpath=\
     ${javac.test.classpath}
 javadoc.additionalparam=
 javadoc.author=true
 javadoc.encoding=${source.encoding}
+javadoc.html5=false
 javadoc.noindex=false
 javadoc.nonavbar=false
 javadoc.notree=false
@@ -75,6 +84,8 @@ javadoc.splitindex=true
 javadoc.use=true
 javadoc.version=true
 javadoc.windowtitle=Addressbook Core Library
+jlink.launcher=false
+jlink.launcher.name=addressbook-core
 jnlp.codebase.type=no.codebase
 jnlp.descriptor=application
 jnlp.enabled=false
@@ -103,9 +114,13 @@ run.classpath=\
 # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
 # To set system properties for unit tests define test-sys-prop.name=value:
 run.jvmargs=
+run.modulepath=\
+    ${javac.modulepath}
 run.test.classpath=\
     ${javac.test.classpath}:\
     ${build.test.classes.dir}
+run.test.modulepath=\
+    ${javac.test.modulepath}
 source.encoding=UTF-8
 source.reference.jcontacts-business-core.jar=../jcore-business-core/src/
 source.reference.jcontacts-core.jar=../jcontacts-core/src/
diff --git a/src/.gitkeep b/src/.gitkeep
new file mode 100644 (file)
index 0000000..e69de29