From 06c6bd40dd40a4c8e3e1393a0775fb16bee3a3f1 Mon Sep 17 00:00:00 2001 From: Ahab Hyde Date: Tue, 15 May 2018 17:30:08 +0200 Subject: [PATCH] update --- nbproject/build-impl.xml | 110 +++++++++++++--------------------- nbproject/genfiles.properties | 10 ++-- nbproject/project.properties | 3 +- nbproject/project.xml | 1 - 4 files changed, 48 insertions(+), 76 deletions(-) diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 4f0f616..8a461e2 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -46,51 +46,15 @@ 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) - + @@ -112,7 +76,7 @@ is divided into following sections: - + @@ -192,6 +156,7 @@ is divided into following sections: + @@ -219,6 +184,20 @@ is divided into following sections: + + + + + + + + + + + + + + @@ -244,6 +223,7 @@ is divided into following sections: + @@ -287,7 +267,7 @@ is divided into following sections: - + @@ -327,7 +307,7 @@ is divided into following sections: - + @@ -408,7 +388,7 @@ is divided into following sections: - + @@ -431,7 +411,7 @@ is divided into following sections: - + @@ -470,7 +450,7 @@ is divided into following sections: - + @@ -550,7 +530,7 @@ is divided into following sections: - + @@ -575,7 +555,7 @@ is divided into following sections: - + @@ -720,7 +700,7 @@ is divided into following sections: - + @@ -755,9 +735,6 @@ is divided into following sections: - - - @@ -773,9 +750,7 @@ is divided into following sections: - - - + @@ -800,7 +775,7 @@ is divided into following sections: - + @@ -827,7 +802,7 @@ is divided into following sections: - + @@ -866,7 +841,7 @@ is divided into following sections: - + @@ -878,7 +853,7 @@ is divided into following sections: - + @@ -1001,15 +976,15 @@ is divided into following sections: - + - + - + @@ -1017,7 +992,7 @@ is divided into following sections: - + @@ -1025,7 +1000,7 @@ is divided into following sections: To run this application from the command line without Ant, try: - ${platform.java} -jar "${dist.jar.resolved}" + java -jar "${dist.jar.resolved}" @@ -1212,7 +1187,7 @@ is divided into following sections: Must select one file in the IDE or set run.class - + Must select one file in the IDE or set applet.url @@ -1234,13 +1209,10 @@ is divided into following sections: - - - - + - + diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index a236d27..cf1e3e0 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=8bbdab13 +build.xml.data.CRC32=84bad5c7 build.xml.script.CRC32=cdd627cf -build.xml.stylesheet.CRC32=8064a381@1.75.2.48 +build.xml.stylesheet.CRC32=8064a381@1.80.1.48 # 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=8bbdab13 -nbproject/build-impl.xml.script.CRC32=d8a421a0 -nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.75.2.48 +nbproject/build-impl.xml.data.CRC32=84bad5c7 +nbproject/build-impl.xml.script.CRC32=797fdac2 +nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48 diff --git a/nbproject/project.properties b/nbproject/project.properties index f11b0a8..0c98682 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -43,6 +43,7 @@ javac.classpath=\ # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false +javac.external.vm=false javac.processorpath=\ ${javac.classpath} javac.source=1.8 @@ -67,7 +68,7 @@ main.class=com.em.miguelbridge.Launcher manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF mkdist.disabled=false -platform.active=JDK_1.8 +platform.active=default_platform run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} diff --git a/nbproject/project.xml b/nbproject/project.xml index 695f183..88d4a26 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -4,7 +4,6 @@ MiguelBridge -