Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-09-24 16:07:05 +0000
committerThanh Ha2012-09-24 16:07:05 +0000
commit3dd1b92cd93ea53bcc59bdfe321e82971a9d8b0a (patch)
tree06d5fbaefeaaa1ec290018233d29701ad83f33f5
parent5a148cbd925c231ab1f48b78948a41fdd2a72ff9 (diff)
downloadeclipse.platform.releng.aggregator-3dd1b92cd93ea53bcc59bdfe321e82971a9d8b0a.tar.gz
eclipse.platform.releng.aggregator-3dd1b92cd93ea53bcc59bdfe321e82971a9d8b0a.tar.xz
eclipse.platform.releng.aggregator-3dd1b92cd93ea53bcc59bdfe321e82971a9d8b0a.zip
Bug 375554 - Be able to specify the jdt.core used for compiling
-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 4a6c4aaa2..22329bf66 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -189,6 +189,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