Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-12-10 19:32:20 +0000
committerPaul Webster2012-12-10 19:32:20 +0000
commit6868be102de2abc414a8909ab91518144ee729df (patch)
treeb67361558438bfa2dfb2b0b501a209dea7067eb6 /org.eclipse.help
parentbc8761b53cfd612becd2cd9cdb9f6a60e667511d (diff)
downloadeclipse.platform.ua-6868be102de2abc414a8909ab91518144ee729df.tar.gz
eclipse.platform.ua-6868be102de2abc414a8909ab91518144ee729df.tar.xz
eclipse.platform.ua-6868be102de2abc414a8909ab91518144ee729df.zip
Bug 396111 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) for eclipse.platform.uav20121210-193220I20121214-0730I20121213-1200I20121212-2000I20121212-0800I20121211-2000I20121211-0800I20121210-2000
Diffstat (limited to 'org.eclipse.help')
-rw-r--r--org.eclipse.help/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.help/pom.xml b/org.eclipse.help/pom.xml
index 68a4c5d2e..e49a2a666 100644
--- a/org.eclipse.help/pom.xml
+++ b/org.eclipse.help/pom.xml
@@ -23,4 +23,16 @@
<artifactId>org.eclipse.help</artifactId>
<version>3.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <!-- observed BREE as of Juno -->
+ <executionEnvironment>J2SE-1.4</executionEnvironment>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>

Back to the top