| author | Thanh Ha | 2012-07-24 12:31:43 (EDT) |
|---|---|---|
| committer | Paul Webster | 2012-09-12 09:27:38 (EDT) |
| commit | 27d031f2279330146954b0d84f6d26292716a9ae (patch) (side-by-side diff) | |
| tree | bfcc405edbccb7f6cdeed1dd826ca7b28a6424b7 | |
| parent | 222bbfc44873ed0c7e58729c538c54386e01d0e7 (diff) | |
| download | eclipse.platform.ui-27d031f2279330146954b0d84f6d26292716a9ae.zip eclipse.platform.ui-27d031f2279330146954b0d84f6d26292716a9ae.tar.gz eclipse.platform.ui-27d031f2279330146954b0d84f6d26292716a9ae.tar.bz2 | |
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 25c0cdc..b2ca007 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> |

