Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2015-03-15 17:37:29 +0000
committerLakshmi Shanmugam2015-03-15 17:37:29 +0000
commitdfd7e4312eac914dfb871f8fe84d97d4bb75bdc1 (patch)
treefa53ad72075fd2786588638b9e689fbabd63992e /pom.xml
parent2233f33212285e4faf7e99c21257161780fcd492 (diff)
downloadeclipse.platform.swt-dfd7e4312eac914dfb871f8fe84d97d4bb75bdc1.tar.gz
eclipse.platform.swt-dfd7e4312eac914dfb871f8fe84d97d4bb75bdc1.tar.xz
eclipse.platform.swt-dfd7e4312eac914dfb871f8fe84d97d4bb75bdc1.zip
Revert "Bug 461427 - SWT fragment missing on classpath in build of SWT tests and tools when moving to tycho 0.23.0-SNAPSHOT"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml37
1 files changed, 16 insertions, 21 deletions
diff --git a/pom.xml b/pom.xml
index 489ba839b5..5530040ebe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,27 +41,22 @@
</repository>
</repositories>
- <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>
- <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
- </profileProperties>
- </dependency-resolution>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
+ <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