Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2015-03-07 03:56:58 +0000
committerLakshmi Shanmugam2015-03-15 17:43:52 +0000
commit1b83dc73c478fbb7739c32608ebf36254deffdd9 (patch)
tree293738ccfcbace3d466de8d23a93ab510764d288 /pom.xml
parentdfd7e4312eac914dfb871f8fe84d97d4bb75bdc1 (diff)
downloadeclipse.platform.swt-1b83dc73c478fbb7739c32608ebf36254deffdd9.tar.gz
eclipse.platform.swt-1b83dc73c478fbb7739c32608ebf36254deffdd9.tar.xz
eclipse.platform.swt-1b83dc73c478fbb7739c32608ebf36254deffdd9.zip
Bug 461427 - Tons of compile errors in test build in SWT tests and tools
when moving to tycho 0.23.0-SNAPSHOT Change-Id: Id164379de306bf233a2bff0da389e452235efc07 Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 0 insertions, 16 deletions
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