Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.swt/pom.xml3
-rw-r--r--pom.xml16
2 files changed, 3 insertions, 16 deletions
diff --git a/bundles/org.eclipse.swt/pom.xml b/bundles/org.eclipse.swt/pom.xml
index d8568c3cc7..94e8c70f11 100644
--- a/bundles/org.eclipse.swt/pom.xml
+++ b/bundles/org.eclipse.swt/pom.xml
@@ -39,6 +39,9 @@
<configuration>
<dependency-resolution>
<optionalDependencies>ignore</optionalDependencies>
+ <profileProperties>
+ <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
+ </profileProperties>
</dependency-resolution>
</configuration>
</plugin>
diff --git a/pom.xml b/pom.xml
index 5530040ebe..eac26fd4ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,22 +41,6 @@
</repository>
</repositories>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tycho.version}</version>
- <configuration>
- <dependency-resolution>
- <profileProperties>
- <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
- </profileProperties>
- </dependency-resolution>
- </configuration>
- </plugin>
- </plugins>
- </build>
<modules>
<module>bundles/org.eclipse.swt</module>

Back to the top