1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
javac.source=1.6
javac.compilerargs=-Xlint -Xlint:-serial
build.compiler=extJavac
javac.compilerargs=-J-Xmx512m
nbm.needs.restart=true
spec.version.base=1.17.1
release.external/predefined_vars.zip=docs/predefined_vars.zip
sigtest.gen.fail.on.error=false
test-unit-sys-prop.xtest.php.home=${netbeans.dest.dir}/php
test.config.uicommit.includes=\
org/netbeans/test/php/Commit.class
# TODO - fix project/* tests
# org/netbeans/test/php/Commit.class,\
# org/netbeans/test/php/project/test*.class
test.config.stable.includes=\
org/netbeans/test/php/*/test*.class
test.config.normal.includes=\
org/netbeans/test/php/Commit.class,\
org/netbeans/test/php/*/test*.class
test.config.all.includes=\
org/netbeans/test/php/Commit.class,\
org/netbeans/test/php/*/*.class
test.config.toBeFixed.includes=\
org/netbeans/test/php/operators/*.class, \
org/netbeans/test/php/operatortests/*.class
|