Skip to content

Commit

Permalink
Removed dependencies to removed JDT fragments
Browse files Browse the repository at this point in the history
 - org.eclipse.jdt.compiler.apt
 - org.eclipse.jdt.compiler.tool

See eclipse-jdt#181
  • Loading branch information
iloveeclipse committed Dec 7, 2022
1 parent 8dcf981 commit 72ac496
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions org.eclipse.jdt.compiler.apt.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,4 @@
<testClass>org.eclipse.jdt.compiler.apt.tests.AllTests</testClass>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<dependency-resolution>
<!--
these fragments are assumed to be present during compile and runtime.
cleaner solution would be to add Import-Package
-->
<extraRequirements>
<requirement>
<type>eclipse-plugin</type>
<id>org.eclipse.jdt.compiler.apt</id>
<versionRange>0.0.0</versionRange>
</requirement>
<requirement>
<type>eclipse-plugin</type>
<id>org.eclipse.jdt.compiler.tool</id>
<versionRange>0.0.0</versionRange>
</requirement>
</extraRequirements>
</dependency-resolution>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 72ac496

Please sign in to comment.