Revert "Bug 461427 - SWT fragment missing on classpath in build of SWT tests and tools when moving to tycho 0.23.0-SNAPSHOT "
This reverts commit 9c21286548a1eeb87aa8e958c2df8e8747f0167b.
Change-Id: I38911b76736392d92a28b6e56de75d89ae656867
diff --git a/bundles/binaries-parent/pom.xml b/bundles/binaries-parent/pom.xml
index 2398e5d..e310d52 100644
--- a/bundles/binaries-parent/pom.xml
+++ b/bundles/binaries-parent/pom.xml
@@ -39,6 +39,12 @@
<artifactId>target-platform-configuration</artifactId>
<version>${tycho.version}</version>
<configuration>
+ <dependency-resolution>
+ <profileProperties>
+ <!-- set property so that the filter condition on the p2 dependencies from org.eclipse.swt to the fragments does not match -->
+ <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
+ </profileProperties>
+ </dependency-resolution>
<environments>
<environment>
<os>${os}</os>
@@ -87,26 +93,4 @@
</plugin>
</plugins>
</build>
- <profiles>
- <profile>
- <id>build-individual-bundles</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tycho.version}</version>
- <configuration>
- <dependency-resolution>
- <profileProperties>
- <!-- set property so that the filter condition on the p2 dependencies from org.eclipse.swt to the fragments does not match -->
- <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
- </profileProperties>
- </dependency-resolution>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
</project>