From 5201c3c7e423abe725dd05a3ea7fdf8ce14bc511 Mon Sep 17 00:00:00 2001 From: Nikolay Borodin Date: Thu, 13 Jun 2024 19:53:44 +0200 Subject: [PATCH] Updated project files --- nbproject/build-impl.xml | 96 ++++++++++++++++++++++------------- nbproject/genfiles.properties | 4 +- nbproject/project.properties | 58 ++++++++++++++++++--- nbproject/project.xml | 31 +++++------ 4 files changed, 131 insertions(+), 58 deletions(-) diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 7f1c44a..4c9e94a 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -19,7 +19,7 @@ is divided into following sections: - cleanup --> - + @@ -119,7 +119,43 @@ is divided into following sections: - + + + + + + + + + + + + + + + + + + + + + + + + + + Must set platform.home + Must set platform.bootcp + Must set platform.java + Must set platform.javac + + The J2SE Platform is not correctly set up. + Your active platform is: ${platform.active}, but the corresponding property "platforms.${platform.active}.home" is not found in the project's properties files. + Either open the project in the IDE and setup the Platform with the same name or add it manually. + For example like this: + ant -Duser.properties.file=<path_to_property_file> jar (where you put the property "platforms.${platform.active}.home" in a .properties file) + or ant -Dplatforms.${platform.active}.home=<path_to_JDK_home> jar (where no properties file is used) + @@ -242,20 +278,6 @@ is divided into following sections: - - - - - - - - - - - - - - @@ -344,7 +366,7 @@ is divided into following sections: - + @@ -395,7 +417,7 @@ is divided into following sections: - + @@ -437,7 +459,7 @@ is divided into following sections: - + @@ -516,7 +538,7 @@ is divided into following sections: - + @@ -544,7 +566,7 @@ is divided into following sections: - + @@ -613,7 +635,7 @@ is divided into following sections: - + @@ -710,7 +732,7 @@ is divided into following sections: - + @@ -844,6 +866,9 @@ is divided into following sections: + + + @@ -893,7 +918,7 @@ is divided into following sections: - + @@ -927,7 +952,7 @@ is divided into following sections: - + @@ -959,7 +984,7 @@ is divided into following sections: - + @@ -1051,7 +1076,7 @@ is divided into following sections: - + @@ -1195,7 +1220,7 @@ is divided into following sections: To run this application from the command line without Ant, try: - java -jar "${dist.jar.resolved}" + ${platform.java} -jar "${dist.jar.resolved}" @@ -1297,8 +1322,8 @@ is divided into following sections: - - + + @@ -1491,16 +1516,19 @@ is divided into following sections: + + + - + - + - + @@ -1732,7 +1760,7 @@ is divided into following sections: - + diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index b741e9c..4f50e96 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -3,6 +3,6 @@ build.xml.script.CRC32=18fa743c build.xml.stylesheet.CRC32=28e38971@1.38.2.45 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=60833d52 -nbproject/build-impl.xml.script.CRC32=0262032a +nbproject/build-impl.xml.data.CRC32=7510f847 +nbproject/build-impl.xml.script.CRC32=33b387ff nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.107.0.48 diff --git a/nbproject/project.properties b/nbproject/project.properties index 9930b76..a9c7088 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,9 +1,11 @@ annotation.processing.enabled=true annotation.processing.enabled.in.editor=false +annotation.processing.processors.list= annotation.processing.run.all.processors=true annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output -application.title=P2PVPN -application.vendor=nerv +application.title=Lanemu +application.vendor= +auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form # This directory is removed when the project is cleaned: @@ -26,22 +28,43 @@ debug.test.modulepath=\ ${run.test.modulepath} # This directory is removed when the project is cleaned: dist.dir=dist -dist.jar=${dist.dir}/P2PVPN.jar +dist.jar=${dist.dir}/Lanemu.jar dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= +file.reference.bcprov-jdk15on-1.70.jar=lib/bcprov-jdk15on-1.70.jar +file.reference.commons-codec-1.3.jar=lib/commons-codec-1.3.jar +file.reference.commons-jxpath-1.1.jar=lib/commons-jxpath-1.1.jar +file.reference.commons-logging-1.2.jar=lib/commons-logging-1.2.jar +file.reference.flatlaf-3.1.1.jar=lib/flatlaf-3.1.1.jar +file.reference.junit-4.5.jar=lib/junit-4.5.jar +file.reference.LGoodDatePicker-11.2.1.jar=lib/LGoodDatePicker-11.2.1.jar +file.reference.swing-layout-1.0.3.jar=lib/swing-layout-1.0.3.jar +file.reference.WaifUPnP.jar=lib/WaifUPnP.jar includes=** +jar.archive.disabled=${jnlp.enabled} jar.compress=false -javac.classpath= +jar.index=${jnlp.enabled} +javac.classpath=\ + ${file.reference.LGoodDatePicker-11.2.1.jar}:\ + ${file.reference.WaifUPnP.jar}:\ + ${file.reference.bcprov-jdk15on-1.70.jar}:\ + ${file.reference.commons-codec-1.3.jar}:\ + ${file.reference.commons-jxpath-1.1.jar}:\ + ${file.reference.commons-logging-1.2.jar}:\ + ${file.reference.flatlaf-3.1.1.jar}:\ + ${file.reference.junit-4.5.jar}:\ + ${file.reference.swing-layout-1.0.3.jar} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false +javac.external.vm=false javac.modulepath= javac.processormodulepath= javac.processorpath=\ ${javac.classpath} -javac.source=1.5 -javac.target=1.5 +javac.source=1.8 +javac.target=1.8 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir}:\ @@ -54,6 +77,7 @@ javac.test.processorpath=\ javadoc.additionalparam= javadoc.author=false javadoc.encoding=${source.encoding} +javadoc.html5=false javadoc.noindex=false javadoc.nonavbar=false javadoc.notree=false @@ -62,10 +86,30 @@ javadoc.splitindex=true javadoc.use=true javadoc.version=false javadoc.windowtitle= +jlink.launcher=false +jlink.launcher.name=Lanemu +jnlp.codebase.type=no.codebase +jnlp.descriptor=application +jnlp.enabled=false +jnlp.mixed.code=default +jnlp.offline-allowed=false +jnlp.signed=false +jnlp.signing= +jnlp.signing.alias= +jnlp.signing.keystore= main.class= +# Optional override of default Application-Library-Allowable-Codebase attribute identifying the locations where your signed RIA is expected to be found. +manifest.custom.application.library.allowable.codebase= +# Optional override of default Caller-Allowable-Codebase attribute identifying the domains from which JavaScript code can make calls to your RIA without security prompts. +manifest.custom.caller.allowable.codebase= +# Optional override of default Codebase manifest attribute, use to prevent RIAs from being repurposed +manifest.custom.codebase= +# Optional override of default Permissions manifest attribute (supported values: sandbox, all-permissions) +manifest.custom.permissions= manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF -platform.active=default_platform +mkdist.disabled=false +platform.active=JDK_8__System_ run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} diff --git a/nbproject/project.xml b/nbproject/project.xml index 81300e4..28e33c0 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -1,15 +1,16 @@ - - - org.netbeans.modules.java.j2seproject - - - P2PVPN - - - - - - - - - + + + org.netbeans.modules.java.j2seproject + + + Lanemu + + + + + + + + + +