Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2013-04-09 00:56:44 +0000
committerStephan Herrmann2013-04-09 00:56:44 +0000
commit7b08cdb440968cd6fd1189f659d0ceae8ef6ab38 (patch)
tree879dcd85ed401835ea9689b70c674a394acaf31b
parent6aed5c6026f35c6c9bf85a610d0a44078f65b752 (diff)
downloadeclipse.jdt.core-7b08cdb440968cd6fd1189f659d0ceae8ef6ab38.tar.gz
eclipse.jdt.core-7b08cdb440968cd6fd1189f659d0ceae8ef6ab38.tar.xz
eclipse.jdt.core-7b08cdb440968cd6fd1189f659d0ceae8ef6ab38.zip
Bug 385154 - [CBI] JDT core needs a way to produce ecj jar during tychoI20130409-0900I20130409-0800
builds Taking a guess at were jdtCompilerAdapter.jar-classes can be found See comment 51
-rw-r--r--org.eclipse.jdt.compiler.tool/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.tool/pom.xml b/org.eclipse.jdt.compiler.tool/pom.xml
index 3a05370528..7b784f0cd0 100644
--- a/org.eclipse.jdt.compiler.tool/pom.xml
+++ b/org.eclipse.jdt.compiler.tool/pom.xml
@@ -55,7 +55,7 @@
<fileset dir="${basedir}/target/classes">
<include name="**/*"/>
</fileset>
- <fileset dir="${basedir}/target/jdtCompilerAdapter.jar-classes">
+ <fileset dir="${basedir}/../org.eclipse.jdt.core/target/jdtCompilerAdapter.jar-classes">
<include name="**/*"/>
</fileset>
</zip>

Back to the top