Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-08-13 13:21:27 +0000
committerPaul Webster2012-09-12 14:49:32 +0000
commitb52c4b4dfa1301f43acd8aa5f704a962bd368b1a (patch)
tree11f4bec5c3134bbf88439004548d29c0855a6485
parent94261ba43e4568d4a54384376d5d65a8554554bb (diff)
downloadeclipse.platform.releng-b52c4b4dfa1301f43acd8aa5f704a962bd368b1a.tar.gz
eclipse.platform.releng-b52c4b4dfa1301f43acd8aa5f704a962bd368b1a.tar.xz
eclipse.platform.releng-b52c4b4dfa1301f43acd8aa5f704a962bd368b1a.zip
Bug 386646 - build against declared and/or observed bundle runtime execution environmentv20120912-144932
-rw-r--r--features/master-equinox/pom.xml1
-rw-r--r--features/master/pom.xml19
2 files changed, 0 insertions, 20 deletions
diff --git a/features/master-equinox/pom.xml b/features/master-equinox/pom.xml
index 4e1aa84a..a955ba64 100644
--- a/features/master-equinox/pom.xml
+++ b/features/master-equinox/pom.xml
@@ -33,7 +33,6 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
- <executionEnvironment>J2SE-1.5</executionEnvironment>
<dependency-resolution>
<extraRequirements>
<requirement>
diff --git a/features/master/pom.xml b/features/master/pom.xml
index 57b44a14..02e13164 100644
--- a/features/master/pom.xml
+++ b/features/master/pom.xml
@@ -26,23 +26,4 @@
<artifactId>master</artifactId>
<version>3.4.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <configuration>
- <executionEnvironment>J2SE-1.5</executionEnvironment>
- <environments>
- <environment>
- <os>wce_ppc</os>
- <ws>win32</ws>
- <arch>arm</arch>
- </environment>
- </environments>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>

Back to the top