diff --git a/bundles/pom.xml b/bundles/pom.xml index e32293f21b9ad3bc640ba1c945d19faead3b7cd0..78e3a9bd2135fddb6179766b6899f3e05a6e6670 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -15,94 +15,6 @@ <packaging>pom</packaging> - <build> - <plugins> - <!-- JavaFX-SWT Hook to be removed when javafx-swt is published - on mavencentral. --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <version>3.1.1</version> - <executions> - <execution> - <id>unpack</id> - <goals> - <goal>unpack</goal> - </goals> - <configuration> - <artifactItems> - <artifactItem> - <groupId>org.openjfx</groupId> - <artifactId>javafx-graphics</artifactId> - <version>11.0.2</version> - <classifier>${osClassifier}</classifier> - <type>jar</type> - <overWrite>false</overWrite> - <outputDirectory>${openjfx.swt.path}</outputDirectory> - <destFileName>javafx-swt.jar</destFileName> - <includes>javafx-swt.jar</includes> - </artifactItem> - </artifactItems> - </configuration> - </execution> - </executions> - </plugin> - <!-- End hook --> - <plugin> - <groupId>org.eclipse.tycho</groupId> - <artifactId>tycho-compiler-plugin</artifactId> - <version>${tycho-version}</version> - <configuration> - <encoding>UTF-8</encoding> - <source>11</source> - <target>11</target> - <extraClasspathElements> - <extraClasspathElement> - <groupId>org.openjfx</groupId> - <artifactId>javafx-base</artifactId> - <version>11.0.2</version> - </extraClasspathElement> - <extraClasspathElement> - <groupId>org.openjfx</groupId> - <artifactId>javafx-graphics</artifactId> - <version>11.0.2</version> - </extraClasspathElement> - <extraClasspathElement> - <groupId>org.openjfx</groupId> - <artifactId>javafx-controls</artifactId> - <version>11.0.2</version> - </extraClasspathElement> - <extraClasspathElement> - <groupId>org.openjfx</groupId> - <artifactId>javafx-fxml</artifactId> - <version>11.0.2</version> - </extraClasspathElement> - <extraClasspathElement> - <groupId>org.openjfx</groupId> - <artifactId>javafx-media</artifactId> - <version>11.0.2</version> - </extraClasspathElement> - <extraClasspathElement> - <groupId>org.openjfx</groupId> - <artifactId>javafx-swt</artifactId> - <version>11.0.2</version> - <!-- JavaFX-SWT Hook to be removed when javafx-swt is published - on mavencentral. --> - <scope>system</scope> - <systemPath>${openjfx.swt.path}/javafx-swt.jar</systemPath> - <!-- End Hook --> - </extraClasspathElement> - <extraClasspathElement> - <groupId>org.openjfx</groupId> - <artifactId>javafx-web</artifactId> - <version>11.0.2</version> - </extraClasspathElement> - </extraClasspathElements> - </configuration> - </plugin> - </plugins> - </build> - <profiles> <profile> <id>emf-generation</id> diff --git a/releng/pom.xml b/releng/pom.xml index 365a9fac99e51ac4b7874110749a6448eecc3964..ebbc48739230d38388f45e6e15b296dce308a007 100644 --- a/releng/pom.xml +++ b/releng/pom.xml @@ -13,7 +13,6 @@ <!-- Always present modules --> <modules> - <!--module>org.fortiss.af3.product</module--> <module>org.fortiss.af3.target</module> </modules>