diff options
| author | Thanh Ha | 2012-07-25 13:35:12 +0000 |
|---|---|---|
| committer | Paul Webster | 2012-09-12 13:50:13 +0000 |
| commit | 1339208c0e2e02a216b01dd3faed095028e629e0 (patch) | |
| tree | afd8136892a628aab52e649463004b62a804b9e2 | |
| parent | 3fea219f26ebb53baa762c4fef17aa0ec4ccdc45 (diff) | |
| download | eclipse.platform.ui-1339208c0e2e02a216b01dd3faed095028e629e0.tar.gz eclipse.platform.ui-1339208c0e2e02a216b01dd3faed095028e629e0.tar.xz eclipse.platform.ui-1339208c0e2e02a216b01dd3faed095028e629e0.zip | |
Bug 378234 - CBI should produce comparable build output repo
| -rw-r--r-- | bundles/org.eclipse.jface.databinding/pom.xml | 12 | ||||
| -rw-r--r-- | bundles/org.eclipse.ui.views.properties.tabbed/pom.xml | 12 | ||||
| -rw-r--r-- | bundles/org.eclipse.ui/pom.xml | 12 |
3 files changed, 36 insertions, 0 deletions
diff --git a/bundles/org.eclipse.jface.databinding/pom.xml b/bundles/org.eclipse.jface.databinding/pom.xml index 004288086e7..590e05e252f 100644 --- a/bundles/org.eclipse.jface.databinding/pom.xml +++ b/bundles/org.eclipse.jface.databinding/pom.xml @@ -23,4 +23,16 @@ <artifactId>org.eclipse.jface.databinding</artifactId> <version>1.6.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> diff --git a/bundles/org.eclipse.ui.views.properties.tabbed/pom.xml b/bundles/org.eclipse.ui.views.properties.tabbed/pom.xml index f05c90bf45e..2476dc4eb7b 100644 --- a/bundles/org.eclipse.ui.views.properties.tabbed/pom.xml +++ b/bundles/org.eclipse.ui.views.properties.tabbed/pom.xml @@ -23,4 +23,16 @@ <artifactId>org.eclipse.ui.views.properties.tabbed</artifactId> <version>3.5.300-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> diff --git a/bundles/org.eclipse.ui/pom.xml b/bundles/org.eclipse.ui/pom.xml index d6ca1ec5086..19f8db0295f 100644 --- a/bundles/org.eclipse.ui/pom.xml +++ b/bundles/org.eclipse.ui/pom.xml @@ -23,4 +23,16 @@ <artifactId>org.eclipse.ui</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> |
