Skip to content

Commit

Permalink
Merge pull request #5652 from matthiasblaesing/simplify-build
Browse files Browse the repository at this point in the history
Remove unnessary build options from project definitions
  • Loading branch information
matthiasblaesing authored Mar 11, 2023
2 parents 136e2d7 + d4eb76d commit c6cabb6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions ide/xml.axi/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=\
Expand Down
2 changes: 0 additions & 2 deletions ide/xml.xdm/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions php/php.editor/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions webcommon/javascript2.editor/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c6cabb6

Please sign in to comment.