| author | Igor Fedorenko | 2012-08-13 09:21:27 (EDT) |
|---|---|---|
| committer | Paul Webster | 2012-09-12 10:56:11 (EDT) |
| commit | 0b765e49ca085ab59dc0f2b79e82e598c9215a81 (patch) (side-by-side diff) | |
| tree | 5b058871025afb7c468355c8a04d6c7e307ee866 | |
| parent | f8d9647447b65f98417d5f265abde7fcee0fa367 (diff) | |
| download | eclipse.platform.releng-0b765e49ca085ab59dc0f2b79e82e598c9215a81.zip eclipse.platform.releng-0b765e49ca085ab59dc0f2b79e82e598c9215a81.tar.gz eclipse.platform.releng-0b765e49ca085ab59dc0f2b79e82e598c9215a81.tar.bz2 | |
Bug 386646 - build against declared and/or observed bundle runtime execution environmentv20120912-145611
| -rw-r--r-- | features/master-equinox/pom.xml | 1 | ||||
| -rw-r--r-- | features/master/pom.xml | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/features/master-equinox/pom.xml b/features/master-equinox/pom.xml index 4e1aa84..a955ba6 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 57b44a1..02e1316 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> |

