Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-08-13 13:23:41 +0000
committerThomas Watson2012-09-12 12:58:10 +0000
commit9782432f3b45d6452b44356e7c5368895588c133 (patch)
tree1c10abbf93045f1695b810e24a61ed083f99cdc5 /features
parente8d6abbfe9ea245e29fc11acbb2e69ceafd6ad1c (diff)
downloadrt.equinox.bundles-9782432f3b45d6452b44356e7c5368895588c133.tar.gz
rt.equinox.bundles-9782432f3b45d6452b44356e7c5368895588c133.tar.xz
rt.equinox.bundles-9782432f3b45d6452b44356e7c5368895588c133.zip
Bug 386646 - build against declared and/or observed bundle runtime execution environmentv20120912-125810
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.sdk/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/features/org.eclipse.equinox.sdk/pom.xml b/features/org.eclipse.equinox.sdk/pom.xml
index 2977f91a1..4bfef1733 100644
--- a/features/org.eclipse.equinox.sdk/pom.xml
+++ b/features/org.eclipse.equinox.sdk/pom.xml
@@ -23,17 +23,4 @@
<artifactId>org.eclipse.equinox.sdk</artifactId>
<version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <configuration>
- <!-- J2SE-1.5 is the minimum version required for javax.security.sasl required by this bundle. -->
- <executionEnvironment>J2SE-1.5</executionEnvironment>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>

Back to the top