| author | Igor Fedorenko | 2012-08-13 09:23:52 (EDT) |
|---|---|---|
| committer | Thomas Watson | 2012-09-12 10:10:19 (EDT) |
| commit | 7c3821768249b76192cd52c9c8e60100e3a1a1f7 (patch) (side-by-side diff) | |
| tree | e0b759c5820d9e1c229c04137a1572c80812e59c | |
| parent | 81605bf1eb102bc1fe08b497f42660b7a79e457a (diff) | |
| download | rt.equinox.framework-7c3821768249b76192cd52c9c8e60100e3a1a1f7.zip rt.equinox.framework-7c3821768249b76192cd52c9c8e60100e3a1a1f7.tar.gz rt.equinox.framework-7c3821768249b76192cd52c9c8e60100e3a1a1f7.tar.bz2 | |
Bug 386646 - build against declared and/or observed bundle runtime execution environment
| -rw-r--r-- | features/org.eclipse.equinox.core.sdk/pom.xml | 13 |
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 51b0e2b..54e8c1d 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> |

