This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new d4eb76dfd2 Remove unnessary build options from project definitions
new c6cabb6d95 Merge pull request #5652 from
matthiasblaesing/simplify-build
d4eb76dfd2 is described below
commit d4eb76dfd2c69740acf1dbea77a79c18ca817574
Author: Matthias Bläsing <[email protected]>
AuthorDate: Sat Mar 11 16:18:34 2023 +0100
Remove unnessary build options from project definitions
This removes the last remaining "-Xmx" overrides from the
project.properties. The option does not seem to be used and the
property definition overrides a previous one.
In addition the "build.compiler=extJavac" option is removed as the build
run correctly without this.
---
ide/xml.axi/nbproject/project.properties | 2 --
ide/xml.xdm/nbproject/project.properties | 2 --
php/php.editor/nbproject/project.properties | 2 --
webcommon/javascript2.editor/nbproject/project.properties | 2 --
4 files changed, 8 deletions(-)
diff --git a/ide/xml.axi/nbproject/project.properties
b/ide/xml.axi/nbproject/project.properties
index 0111f56410..47550a6be8 100644
--- a/ide/xml.axi/nbproject/project.properties
+++ b/ide/xml.axi/nbproject/project.properties
@@ -20,8 +20,6 @@
is.autoload=true
javac.source=1.8
javadoc.arch=${basedir}/arch.xml
-test.unit.jvmargs=-Xmx128m
-xtest.jvm.args=-Xmx128m
test.config.stableBTD.includes=**/*Test.class
test.config.stableBTD.excludes=\
diff --git a/ide/xml.xdm/nbproject/project.properties
b/ide/xml.xdm/nbproject/project.properties
index 147a265693..0c8fd34b7a 100644
--- a/ide/xml.xdm/nbproject/project.properties
+++ b/ide/xml.xdm/nbproject/project.properties
@@ -21,7 +21,5 @@ is.autoload=true
javac.source=1.8
javadoc.arch=${basedir}/arch.xml
spec.version.base=1.54.0
-test.unit.jvmargs=-Xmx128m
-xtest.jvm.args=-Xmx128m
test.config.stableBTD.includes=**/*Test.class
diff --git a/php/php.editor/nbproject/project.properties
b/php/php.editor/nbproject/project.properties
index e3bdf01f85..a5f392a9b5 100644
--- a/php/php.editor/nbproject/project.properties
+++ b/php/php.editor/nbproject/project.properties
@@ -16,9 +16,7 @@
# under the License.
javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial
-build.compiler=extJavac
nbjavac.ignore.missing.enclosing=**/CUP$ASTPHP5Parser$actions.class
-javac.compilerargs=-J-Xmx512m
nbm.needs.restart=true
spec.version.base=2.23.0
release.external/predefined_vars-1.0.zip=docs/predefined_vars.zip
diff --git a/webcommon/javascript2.editor/nbproject/project.properties
b/webcommon/javascript2.editor/nbproject/project.properties
index 2e4c07dece..42b6fe2a2e 100644
--- a/webcommon/javascript2.editor/nbproject/project.properties
+++ b/webcommon/javascript2.editor/nbproject/project.properties
@@ -17,8 +17,6 @@
javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial
-build.compiler=extJavac
-javac.compilerargs=-J-Xmx512m
javadoc.arch=${basedir}/arch.xml
nbm.needs.restart=true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists