Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-04-01 11:43:20 +0000
committerTom Schindl2014-04-01 11:43:20 +0000
commit9744391bb3fce7453ce15d0c9373643939616e24 (patch)
tree99e7fa32cd0622abd9b5421ea211e6fbb55d448a
parentf25b2dd18aa0bf533034122e3a1b3672b2181c3b (diff)
downloadorg.eclipse.efxclipse-9744391bb3fce7453ce15d0c9373643939616e24.tar.gz
org.eclipse.efxclipse-9744391bb3fce7453ce15d0c9373643939616e24.tar.xz
org.eclipse.efxclipse-9744391bb3fce7453ce15d0c9373643939616e24.zip
build on java7
-rwxr-xr-xreleng/org.eclipse.fx.shared.releng/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/releng/org.eclipse.fx.shared.releng/pom.xml b/releng/org.eclipse.fx.shared.releng/pom.xml
index bd684d478..6a4292f6c 100755
--- a/releng/org.eclipse.fx.shared.releng/pom.xml
+++ b/releng/org.eclipse.fx.shared.releng/pom.xml
@@ -147,11 +147,18 @@
<extraClasspathElements>
<extraClasspathElement>
<groupId>com.oracle</groupId>
- <artifactId>javafx</artifactId>
+ <artifactId>javafx8</artifactId>
<version>8.0.0-SNAPSHOT</version>
<systemPath>${java.home}/lib/jfxswt.jar</systemPath>
<scope>system</scope>
</extraClasspathElement>
+ <extraClasspathElement>
+ <groupId>com.oracle</groupId>
+ <artifactId>javafx2</artifactId>
+ <version>2.2.0-SNAPSHOT</version>
+ <scope>system</scope>
+ <systemPath>${java.home}/lib/jfxrt.jar</systemPath>
+ </extraClasspathElement>
</extraClasspathElements>
</configuration>
</plugin>

Back to the top