Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-09-24 16:07:05 +0000
committerThanh Ha2012-09-24 16:10:25 +0000
commit7e0bf57eb56a9093d5fc89d041826b7085c32a17 (patch)
tree7ae75b18e55508c8299262a995f15416c29b0056 /eclipse-parent/pom.xml
parent35053fd4b704f6cd4e34b0615fe32faf2e2429a3 (diff)
downloadeclipse.platform.releng.aggregator-7e0bf57eb56a9093d5fc89d041826b7085c32a17.tar.gz
eclipse.platform.releng.aggregator-7e0bf57eb56a9093d5fc89d041826b7085c32a17.tar.xz
eclipse.platform.releng.aggregator-7e0bf57eb56a9093d5fc89d041826b7085c32a17.zip
Bug 375554 - Be able to specify the jdt.core used for compiling
Diffstat (limited to 'eclipse-parent/pom.xml')
-rw-r--r--eclipse-parent/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index b6f0517f1..e68d0550d 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -192,6 +192,13 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho.version}</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>org.eclipse.jdt.core</artifactId>
+ <version>3.8.1.v20120531-0637</version>
+ </dependency>
+ </dependencies>
<configuration>
<compilerArguments>
<inlineJSR/>

Back to the top