Skip to content

Commit

Permalink
pulling annotation processor out of JCT install
Browse files Browse the repository at this point in the history
  • Loading branch information
simlei committed Sep 19, 2022
1 parent b1b8b45 commit bc96b56
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions org.jcryptool.core/ide/JCTIDEConfiguration.setup
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,14 @@
<setupTask
xsi:type="setup.p2:P2Task">
<requirement
name="org.sonatype.tycho.m2e.feature.feature.group"
versionRange="[0.9.0,1.0.0)"/>
<requirement
name="org.jboss.tools.maven.apt.feature.feature.group"
versionRange="[1.5.3,2.0.0)"/>
name="org.sonatype.tycho.m2e.feature.feature.group" />
<!-- <requirement -->
<!-- name="org.jboss.tools.maven.apt.feature.feature.group" -->
<!-- versionRange="[1.5.3,2.0.0)"/> -->
<repository
url="https://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-tycho/0.9.0/N/LATEST/"/>
<repository
url="https://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.3-2019-11-08_11-04-22-H22/"/>
<!-- <repository -->
<!-- url="https://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.3-2019-11-08_11-04-22-H22/"/> -->
</setupTask>
<setupTask
xsi:type="git:GitCloneTask"
Expand Down

0 comments on commit bc96b56

Please sign in to comment.