Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-08-13 13:23:52 +0000
committerThomas Watson2012-09-12 14:10:19 +0000
commit7c3821768249b76192cd52c9c8e60100e3a1a1f7 (patch)
treee0b759c5820d9e1c229c04137a1572c80812e59c /features
parent81605bf1eb102bc1fe08b497f42660b7a79e457a (diff)
downloadrt.equinox.framework-7c3821768249b76192cd52c9c8e60100e3a1a1f7.tar.gz
rt.equinox.framework-7c3821768249b76192cd52c9c8e60100e3a1a1f7.tar.xz
rt.equinox.framework-7c3821768249b76192cd52c9c8e60100e3a1a1f7.zip
Bug 386646 - build against declared and/or observed bundle runtime execution environment
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.core.sdk/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/features/org.eclipse.equinox.core.sdk/pom.xml b/features/org.eclipse.equinox.core.sdk/pom.xml
index 51b0e2bd2..54e8c1d98 100644
--- a/features/org.eclipse.equinox.core.sdk/pom.xml
+++ b/features/org.eclipse.equinox.core.sdk/pom.xml
@@ -24,17 +24,4 @@
<artifactId>org.eclipse.equinox.core.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 package. -->
- <executionEnvironment>J2SE-1.5</executionEnvironment>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>

Back to the top