Skip to content

Commit

Permalink
Drop GWT's custom JDT, just use maven
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Oct 9, 2024
1 parent f1ba4c1 commit 46417d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 44 deletions.
9 changes: 0 additions & 9 deletions ideal/dev/compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,10 @@
</dependency>

<!-- contains the actual java AST builder that we lean on -->
<!-- <dependency>-->
<!-- <groupId>org.gwtproject.external</groupId>-->
<!-- <artifactId>org.eclipse.jdt.core</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.32.0</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.gwtproject.external</groupId>-->
<!-- <artifactId>org.eclipse.jdt.adapter</artifactId>-->
<!-- </dependency>-->

<dependency>
<groupId>org.ow2.asm</groupId>
Expand Down
28 changes: 0 additions & 28 deletions ideal/external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,34 +67,6 @@
<packaging>jar</packaging>
</configuration>
</execution>
<execution>
<id>jdt</id>
<phase>package</phase>
<goals>
<goal>install-file</goal>
</goals>
<configuration>
<file>${pathToToolsFromHere}/eclipse/org.eclipse.jdt.core_3.32.0.v20221108-1853.jar</file>
<groupId>org.gwtproject.external</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.32.0.v20221108-1853</version>
<packaging>jar</packaging>
</configuration>
</execution>
<execution>
<id>jdt-adapter</id>
<phase>package</phase>
<goals>
<goal>install-file</goal>
</goals>
<configuration>
<file>${pathToToolsFromHere}/eclipse/jdtCompilerAdapter_3.32.0.v20221108-1853.jar</file>
<groupId>org.gwtproject.external</groupId>
<artifactId>org.eclipse.jdt.adapter</artifactId>
<version>3.32.0.v20221108-1853</version>
<packaging>jar</packaging>
</configuration>
</execution>
<execution>
<id>protobuf-java</id>
<phase>package</phase>
Expand Down
9 changes: 2 additions & 7 deletions ideal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,9 @@
<version>20231112</version>
</dependency>
<dependency>
<groupId>org.gwtproject.external</groupId>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.32.0.v20221108-1853</version>
</dependency>
<dependency>
<groupId>org.gwtproject.external</groupId>
<artifactId>org.eclipse.jdt.adapter</artifactId>
<version>3.32.0.v20221108-1853</version>
<version>3.32.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 46417d7

Please sign in to comment.