Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2013-09-06 12:52:28 +0000
committerGerrit Code Review @ Eclipse.org2013-09-11 03:18:25 +0000
commit9c1a0f300d694ba8aaba1a0499cb999630d49297 (patch)
tree8d95d2388f97f5117c35a6633ea03bc2660ca06c /bundles/org.eclipse.equinox.p2.ui.discovery/pom.xml
parent7441b7f9977da9c0fdc0c071a524a892ec762114 (diff)
downloadrt.equinox.p2-9c1a0f300d694ba8aaba1a0499cb999630d49297.tar.gz
rt.equinox.p2-9c1a0f300d694ba8aaba1a0499cb999630d49297.tar.xz
rt.equinox.p2-9c1a0f300d694ba8aaba1a0499cb999630d49297.zip
Bug 411419 - 38 pom files specify <executionEnvironment>
Remove executionEnvironments matching manifest.mf. Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com> Change-Id: I5b7c70eab929503d7c5213a1405c6c8d41c0c049
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui.discovery/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.discovery/pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.discovery/pom.xml b/bundles/org.eclipse.equinox.p2.ui.discovery/pom.xml
index 733e4796d..86a80d0d0 100644
--- a/bundles/org.eclipse.equinox.p2.ui.discovery/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.ui.discovery/pom.xml
@@ -11,15 +11,4 @@
<artifactId>org.eclipse.equinox.p2.ui.discovery</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <configuration>
- <executionEnvironment>J2SE-1.5</executionEnvironment>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>

Back to the top