| author | Thanh Ha | 2012-07-25 09:13:46 (EDT) |
|---|---|---|
| committer | Paul Webster | 2012-09-12 11:50:05 (EDT) |
| commit | 003bbdc530cf74147ae8222ada741536782911c9 (patch) (side-by-side diff) | |
| tree | 80d1051e50fe3de87591fddc266c22f02c227932 | |
| parent | 6c9e7368810cff5c35dba725d494571942ae017e (diff) | |
| download | eclipse.platform.runtime-003bbdc530cf74147ae8222ada741536782911c9.zip eclipse.platform.runtime-003bbdc530cf74147ae8222ada741536782911c9.tar.gz eclipse.platform.runtime-003bbdc530cf74147ae8222ada741536782911c9.tar.bz2 | |
Bug 378234 - CBI should produce comparable build output repo
| -rw-r--r-- | bundles/org.eclipse.core.runtime/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bundles/org.eclipse.core.runtime/pom.xml b/bundles/org.eclipse.core.runtime/pom.xml index c64d484..34d1667 100644 --- a/bundles/org.eclipse.core.runtime/pom.xml +++ b/bundles/org.eclipse.core.runtime/pom.xml @@ -23,4 +23,16 @@ <artifactId>org.eclipse.core.runtime</artifactId> <version>3.8.0-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> |

