Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-05-26 07:49:49 +0000
committerTom Schindl2014-05-26 07:49:49 +0000
commit3f11ef890536bd7ed90a25f5aa534c7d825d52bd (patch)
tree730078c54d22b22d4983da8dd36407c6c86e69ae /releng/runtime
parent4b6fbf486c1ae7e2d8a86cb45ad5dd93909ca023 (diff)
downloadorg.eclipse.efxclipse-3f11ef890536bd7ed90a25f5aa534c7d825d52bd.tar.gz
org.eclipse.efxclipse-3f11ef890536bd7ed90a25f5aa534c7d825d52bd.tar.xz
org.eclipse.efxclipse-3f11ef890536bd7ed90a25f5aa534c7d825d52bd.zip
adding extra build for swt
Diffstat (limited to 'releng/runtime')
-rw-r--r--releng/runtime/org.eclipse.fx.swtfx.feature/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/releng/runtime/org.eclipse.fx.swtfx.feature/pom.xml b/releng/runtime/org.eclipse.fx.swtfx.feature/pom.xml
index 4832b93bd..6f7ff8da6 100644
--- a/releng/runtime/org.eclipse.fx.swtfx.feature/pom.xml
+++ b/releng/runtime/org.eclipse.fx.swtfx.feature/pom.xml
@@ -2,15 +2,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>e(fx)clipse - Runtime - Features - SWT on JavaFX</name>
- <groupId>org.eclipse.fx.runtime</groupId>
+ <groupId>org.eclipse.fx.runtime.experimental</groupId>
<artifactId>org.eclipse.fx.swtfx.feature</artifactId>
<packaging>eclipse-feature</packaging>
<parent>
- <groupId>org.eclipse.fx</groupId>
+ <groupId>org.eclipse.fx.experimental</groupId>
<artifactId>releng</artifactId>
- <relativePath>../../org.eclipse.fx.releng/pom.xml</relativePath>
+ <relativePath>../../org.eclipse.fx.experimental.releng/pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
</parent>
-</project> \ No newline at end of file
+</project>

Back to the top