Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.fx.releng/pom.xml')
-rwxr-xr-xreleng/org.eclipse.fx.releng/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/releng/org.eclipse.fx.releng/pom.xml b/releng/org.eclipse.fx.releng/pom.xml
index 0bbede0a9..f39bcfbbb 100755
--- a/releng/org.eclipse.fx.releng/pom.xml
+++ b/releng/org.eclipse.fx.releng/pom.xml
@@ -191,9 +191,17 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho-version}</version>
-
<configuration>
<encoding>UTF-8</encoding>
+ <extraClasspathElements>
+ <extraClasspathElement>
+ <groupId>com.oracle</groupId>
+ <artifactId>javafx</artifactId>
+ <version>8.0.0-SNAPSHOT</version>
+ <systemPath>${java.home}/lib/jfxswt.jar</systemPath>
+ <scope>system</scope>
+ </extraClasspathElement>
+ </extraClasspathElements>
</configuration>
</plugin>
<plugin>

Back to the top