diff options
| author | Thanh Ha | 2012-07-24 16:31:43 +0000 |
|---|---|---|
| committer | Paul Webster | 2012-09-12 13:50:05 +0000 |
| commit | 3fea219f26ebb53baa762c4fef17aa0ec4ccdc45 (patch) | |
| tree | 729e76f35ec38566e9e7ecf3ada88472f9804a11 | |
| parent | 0ab35f80e9aabc28a962acc8a38feda9a81a75bf (diff) | |
| download | eclipse.platform.ui-3fea219f26ebb53baa762c4fef17aa0ec4ccdc45.tar.gz eclipse.platform.ui-3fea219f26ebb53baa762c4fef17aa0ec4ccdc45.tar.xz eclipse.platform.ui-3fea219f26ebb53baa762c4fef17aa0ec4ccdc45.zip | |
Bug 378234 - core.commands has incorrect BREE
| -rw-r--r-- | bundles/org.eclipse.core.commands/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bundles/org.eclipse.core.commands/pom.xml b/bundles/org.eclipse.core.commands/pom.xml index 25c0cdc62c9..b2ca00793c4 100644 --- a/bundles/org.eclipse.core.commands/pom.xml +++ b/bundles/org.eclipse.core.commands/pom.xml @@ -23,4 +23,16 @@ <artifactId>org.eclipse.core.commands</artifactId> <version>3.6.1-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> + + <build> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + <configuration> + <executionEnvironment>CDC-1.0/Foundation-1.0</executionEnvironment> + </configuration> + </plugin> + </plugins> + </build> </project> |
