Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-08-13 15:11:16 +0000
committerSilenio Quarti2013-08-13 15:11:50 +0000
commit41fef8a0211614691b700109e324d643be4a5ce6 (patch)
tree46bf16a6fca291295a1f3485b97030191777f8ff /pom.xml
parent74ac3427ca8e2fdfddd4bb196918e6e96381898a (diff)
downloadeclipse.platform.swt-41fef8a0211614691b700109e324d643be4a5ce6.tar.gz
eclipse.platform.swt-41fef8a0211614691b700109e324d643be4a5ce6.tar.xz
eclipse.platform.swt-41fef8a0211614691b700109e324d643be4a5ce6.zip
revert changes for Bug 361901 - p2 metadata of org.eclipse.swt is incompletev4404bI20130813-1330I20130813-1200
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/pom.xml b/pom.xml
index d55f6068bf..8d2925e058 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,23 +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>
- <profileProperty>org.eclipse.swt.buildtime=true</profileProperty>
- </profileProperties>
- </dependency-resolution>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
<modules>
<module>bundles/org.eclipse.swt</module>
<module>bundles/org.eclipse.swt.opengl</module>

Back to the top