--- old/apps/build.xml 2013-12-05 15:05:27.315325066 -0500 +++ new/apps/build.xml 2013-12-05 15:05:27.315325066 -0500 @@ -7,11 +7,6 @@ --> - - - - - --- old/apps/experiments/3DViewer/nbproject/project.properties 2013-12-05 15:05:28.315324509 -0500 +++ new/apps/experiments/3DViewer/nbproject/project.properties 2013-12-05 15:05:28.315324509 -0500 @@ -27,11 +27,11 @@ dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= -file.reference.jfxrt.jar=../../../../artifacts/sdk/rt/lib/ext/jfxrt.jar +jfxbuild.jfxrt.jar= includes=** jar.compress=false javac.classpath=\ - ${file.reference.jfxrt.jar} + ${jfxbuild.jfxrt.jar} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false --- old/apps/experiments/Modena/nbproject/project.properties 2013-12-05 15:05:29.315343716 -0500 +++ new/apps/experiments/Modena/nbproject/project.properties 2013-12-05 15:05:29.315343716 -0500 @@ -27,11 +27,11 @@ dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= -file.reference.jfxrt.jar=../../../../artifacts/sdk/rt/lib/ext/jfxrt.jar +jfxbuild.jfxrt.jar= includes=** jar.compress=false javac.classpath=\ - ${file.reference.jfxrt.jar} + ${jfxbuild.jfxrt.jar} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false --- old/apps/samples/Ensemble8/nbproject/project.properties 2013-12-05 15:05:30.315324092 -0500 +++ new/apps/samples/Ensemble8/nbproject/project.properties 2013-12-05 15:05:29.816323590 -0500 @@ -27,7 +27,7 @@ dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= -file.reference.jfxrt.jar=../../../../artifacts/sdk/rt/lib/ext/jfxrt.jar +jfxbuild.jfxrt.jar= file.reference.lucene-core-3.2.0.jar=lib/lucene-core-3.2.0.jar file.reference.lucene-grouping-3.2.0.jar=lib/lucene-grouping-3.2.0.jar includes=** @@ -35,7 +35,7 @@ jar.compress=true jar.index=${jnlp.enabled} javac.classpath=\ - ${file.reference.jfxrt.jar}:\ + ${jfxbuild.jfxrt.jar}:\ ${file.reference.lucene-core-3.2.0.jar}:\ ${file.reference.lucene-grouping-3.2.0.jar} # Space-separated list of extra javac options --- old/apps/toys/Hello/nbproject/project.properties 2013-12-05 15:05:31.316323451 -0500 +++ new/apps/toys/Hello/nbproject/project.properties 2013-12-05 15:05:30.815325770 -0500 @@ -27,13 +27,13 @@ dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= -file.reference.jfxrt.jar=../../../artifacts/sdk/rt/lib/ext/jfxrt.jar +jfxbuild.jfxrt.jar= includes=** jar.archive.disabled=${jnlp.enabled} jar.compress=false jar.index=${jnlp.enabled} javac.classpath=\ - ${file.reference.jfxrt.jar} + ${jfxbuild.jfxrt.jar} # Space-separated list of extra javac options javac.compilerargs=-XDignore.symbol.file javac.deprecation=false --- old/./build.gradle 2013-12-05 15:05:31.816323173 -0500 +++ new/./build.gradle 2013-12-05 15:05:31.816323173 -0500 @@ -2726,7 +2726,7 @@ if (!rootProject.ext[t.upper].compileSwing) { ant.properties['JFX_CORE_ONLY'] = 'true' } - ant.properties['file.reference.jfxrt.jar'] = jfxrtJar + ant.properties['jfxbuild.jfxrt.jar'] = jfxrtJar ant.properties['platforms.JDK_1.8.home'] = "${rootProject.ext.JDK_HOME}" ant.project.executeTarget("sampleAppsJar") }