Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-07-25 13:52:08 +0000
committerMike Rennie2012-09-13 15:35:35 +0000
commitef9f52d8dbd416b9b9876ddc8bee7d15902ac967 (patch)
tree009b45b06bad5a39564ebbb4258dabe410cb1807
parentf15ea43ea91b1265c55e6757f610ac40f7fed84b (diff)
downloadeclipse.jdt.debug-ef9f52d8dbd416b9b9876ddc8bee7d15902ac967.tar.gz
eclipse.jdt.debug-ef9f52d8dbd416b9b9876ddc8bee7d15902ac967.tar.xz
eclipse.jdt.debug-ef9f52d8dbd416b9b9876ddc8bee7d15902ac967.zip
Bug 378234 - CBI should produce comparable build output repo
-rw-r--r--org.eclipse.jdt.debug/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.jdt.debug/pom.xml b/org.eclipse.jdt.debug/pom.xml
index 921b7ba1b..c9f731b9f 100644
--- a/org.eclipse.jdt.debug/pom.xml
+++ b/org.eclipse.jdt.debug/pom.xml
@@ -41,6 +41,14 @@
-->
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <executionEnvironment>J2SE-1.5</executionEnvironment>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>

Back to the top