releng: Add e(fx)clipse minimal feature to the target
[deliverable/tracecompass.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7c3f4343c09274715b910c777ebe06b7a3d758b9..65ab45a6cb5b9d993b4b86103fa58cb9d8c7792f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <compilerArguments>
               <annotationpath>common/org.eclipse.tracecompass.common.core/annotations</annotationpath>
             </compilerArguments>
+            <extraClasspathElements>
+              <!-- Include the jfxswt.jar, which contains the JavaFX embedding functionality -->
+              <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>
 
This page took 0.023627 seconds and 5 git commands to generate.