| author | Thanh Ha | 2012-08-16 10:18:35 (EDT) |
|---|---|---|
| committer | Paul Webster | 2012-09-12 09:41:34 (EDT) |
| commit | ab3b04b9527fda5b3064f4e4f23bc166be6952b0 (patch) (side-by-side diff) | |
| tree | 51db7d7b96b3b97488525d2da64575afaac8e9bb | |
| parent | 16aea1a9ef10985d50638768936e9fc38441a603 (diff) | |
| download | eclipse.platform.ua-ab3b04b9527fda5b3064f4e4f23bc166be6952b0.zip eclipse.platform.ua-ab3b04b9527fda5b3064f4e4f23bc166be6952b0.tar.gz eclipse.platform.ua-ab3b04b9527fda5b3064f4e4f23bc166be6952b0.tar.bz2 | |
Bug 386646 #5 - Set EE to J2SE-1.4v20120912-134134
| -rw-r--r-- | org.eclipse.help.appserver/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.help.appserver/pom.xml b/org.eclipse.help.appserver/pom.xml index 310d2ef..03d50a9 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> |

