Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-08-16 14:18:35 +0000
committerPaul Webster2012-09-12 13:41:34 +0000
commitab3b04b9527fda5b3064f4e4f23bc166be6952b0 (patch)
tree51db7d7b96b3b97488525d2da64575afaac8e9bb
parent16aea1a9ef10985d50638768936e9fc38441a603 (diff)
downloadeclipse.platform.ua-ab3b04b9527fda5b3064f4e4f23bc166be6952b0.tar.gz
eclipse.platform.ua-ab3b04b9527fda5b3064f4e4f23bc166be6952b0.tar.xz
eclipse.platform.ua-ab3b04b9527fda5b3064f4e4f23bc166be6952b0.zip
Bug 386646 #5 - Set EE to J2SE-1.4v20120912-134134
-rw-r--r--org.eclipse.help.appserver/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.help.appserver/pom.xml b/org.eclipse.help.appserver/pom.xml
index 310d2ef36..03d50a967 100644
--- a/org.eclipse.help.appserver/pom.xml
+++ b/org.eclipse.help.appserver/pom.xml
@@ -22,4 +22,16 @@
<artifactId>org.eclipse.help.appserver</artifactId>
<version>3.1.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <executionEnvironment>J2SE-1.4</executionEnvironment>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>

Back to the top