Skip to content

Commit

Permalink
Use JDT Custom build based on GWT-2.8-CUSTOM + Bug 521438
Browse files Browse the repository at this point in the history
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521438

Change-Id: I96b91b9ed3e583ca60b5d4ba558780389a2b8675
  • Loading branch information
ibaca committed Sep 22, 2017
1 parent 3bd6f5c commit 63218f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dev/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
<include name="apache/tapestry-util-text-4.0.2.jar"/>
<include name="apache/ant-1.6.5.jar"/>
<include name="colt/colt-1.2.jar"/>
<include name="eclipse/org.eclipse.jdt.core_3.11.2-CUSTOM-GWT-2.8-20160205.jar"/>
<include name="eclipse/jdtCompilerAdapter_3.11.2-CUSTOM-GWT-2.8-20160205.jar"/>
<include name="eclipse/org.eclipse.jdt.core_3.11.2-GWT-wildcards.jar"/>
<include name="eclipse/jdtCompilerAdapter_3.11.2-GWT-wildcards.jar"/>
<include name="objectweb/asm-5.0.3/lib/asm-all-5.0.3.jar"/>
<include name="guava/guava-19.0/guava-19.0-rebased.jar"/>
<include name="icu4j/50.1.1/icu4j.jar"/>
Expand Down Expand Up @@ -121,9 +121,9 @@
<zipfileset src="${gwt.tools.lib}/apache/ant-1.6.5.jar"/>
<zipfileset src="${gwt.tools.lib}/colt/colt-1.2.jar"/>
<zipfileset
src="${gwt.tools.lib}/eclipse/org.eclipse.jdt.core_3.11.2-CUSTOM-GWT-2.8-20160205.jar"/>
src="${gwt.tools.lib}/eclipse/org.eclipse.jdt.core_3.11.2-GWT-wildcards.jar"/>
<zipfileset
src="${gwt.tools.lib}/eclipse/jdtCompilerAdapter_3.11.2-CUSTOM-GWT-2.8-20160205.jar"/>
src="${gwt.tools.lib}/eclipse/jdtCompilerAdapter_3.11.2-GWT-wildcards.jar"/>
<zipfileset src="${gwt.tools.lib}/guava/guava-19.0/guava-19.0-rebased.jar"/>
<zipfileset src="${gwt.tools.lib}/icu4j/50.1.1/icu4j.jar"/>
<zipfileset
Expand Down Expand Up @@ -208,9 +208,9 @@
<pathelement
location="${gwt.tools.lib}/apache/commons/commons-collections-3.2.2.jar"/>
<pathelement
location="${gwt.tools.lib}/eclipse/org.eclipse.jdt.core_3.11.2-CUSTOM-GWT-2.8-20160205.jar"/>
location="${gwt.tools.lib}/eclipse/org.eclipse.jdt.core_3.11.2-GWT-wildcards.jar"/>
<pathelement
location="${gwt.tools.lib}/eclipse/jdtCompilerAdapter_3.11.2-CUSTOM-GWT-2.8-20160205.jar"/>
location="${gwt.tools.lib}/eclipse/jdtCompilerAdapter_3.11.2-GWT-wildcards.jar"/>
<pathelement
location="${gwt.tools.lib}/guava/guava-19.0/guava-19.0-rebased.jar"/>
<pathelement location="${gwt.tools.lib}/gson/gson-2.6.2.jar"/>
Expand Down

0 comments on commit 63218f3

Please sign in to comment.