Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-12-10 10:29:52 +0000
committerMalgorzata Janczarska2012-12-10 10:29:52 +0000
commitb0d7d16b09fe75928e3491fa0951bd6219e1b64f (patch)
treedf06cf301c9fc6405e69f208052237cc808204e8 /examples
parenta6d945ea31e5c84c1429595917001032a50be3e3 (diff)
downloadeclipse.platform.team-b0d7d16b09fe75928e3491fa0951bd6219e1b64f.tar.gz
eclipse.platform.team-b0d7d16b09fe75928e3491fa0951bd6219e1b64f.tar.xz
eclipse.platform.team-b0d7d16b09fe75928e3491fa0951bd6219e1b64f.zip
Bug 396108 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) forv20121210-102952I20121212-0800I20121211-2000I20121211-0800I20121210-2000I20121210-0800
eclipse.platform.team
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.compare.examples.xml/pom.xml14
-rw-r--r--examples/org.eclipse.compare.examples/pom.xml14
-rw-r--r--examples/org.eclipse.team.examples.filesystem/pom.xml14
3 files changed, 39 insertions, 3 deletions
diff --git a/examples/org.eclipse.compare.examples.xml/pom.xml b/examples/org.eclipse.compare.examples.xml/pom.xml
index 319e76944..519d9bdf7 100644
--- a/examples/org.eclipse.compare.examples.xml/pom.xml
+++ b/examples/org.eclipse.compare.examples.xml/pom.xml
@@ -21,6 +21,18 @@
</parent>
<groupId>eclipse.platform.team</groupId>
<artifactId>org.eclipse.compare.examples.xml</artifactId>
- <version>3.3.200-SNAPSHOT</version>
+ <version>3.3.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <!-- observed Juno compile target -->
+ <executionEnvironment>J2SE-1.4</executionEnvironment>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
diff --git a/examples/org.eclipse.compare.examples/pom.xml b/examples/org.eclipse.compare.examples/pom.xml
index cec110fa6..b97570f61 100644
--- a/examples/org.eclipse.compare.examples/pom.xml
+++ b/examples/org.eclipse.compare.examples/pom.xml
@@ -21,6 +21,18 @@
</parent>
<groupId>eclipse.platform.team</groupId>
<artifactId>org.eclipse.compare.examples</artifactId>
- <version>3.1.200-SNAPSHOT</version>
+ <version>3.1.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <!-- observed Juno compile target -->
+ <executionEnvironment>J2SE-1.4</executionEnvironment>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
diff --git a/examples/org.eclipse.team.examples.filesystem/pom.xml b/examples/org.eclipse.team.examples.filesystem/pom.xml
index 04df2137f..a5436fc17 100644
--- a/examples/org.eclipse.team.examples.filesystem/pom.xml
+++ b/examples/org.eclipse.team.examples.filesystem/pom.xml
@@ -21,6 +21,18 @@
</parent>
<groupId>eclipse.platform.team</groupId>
<artifactId>org.eclipse.team.examples.filesystem</artifactId>
- <version>3.4.100-SNAPSHOT</version>
+ <version>3.4.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <!-- observed Juno compile target -->
+ <executionEnvironment>J2SE-1.4</executionEnvironment>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>

Back to the top