Skip to content

Commit

Permalink
update IDE config
Browse files Browse the repository at this point in the history
  • Loading branch information
simlei committed Sep 21, 2022
1 parent 8f21486 commit 33fb0aa
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions org.jcryptool.core/ide/JCTIDEConfiguration.setup
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
<installation
name="jctide.installation"
label="JCTIDE Installation">
<setupTask
xsi:type="setup.p2:P2Task">
<repository
url="https://download.eclipse.org/eclipse/updates/4.19"/>
<repository
url="https://download.eclipse.org/releases/latest/"/>
</setupTask>
<productVersion
href="index:/org.eclipse.setup#//@productCatalogs[name='org.eclipse.products']/@products[name='epp.package.rcp']/@versions[name='latest']"/>
<description>The JCTIDE installation provides cool stuff.</description>
Expand All @@ -35,19 +42,12 @@
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task">
<!-- <requirement -->
<!-- name="org.eclipse.m2e.sse.ui.feature.feature.group" /> -->
<!-- <requirement -->
<!-- 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.eclipse.org/technology/m2e/releases/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.eclipse.org/releases/latest/"/>
<repository
url="https://download.eclipse.org/eclipse/updates/4.19"/>
</setupTask>
<setupTask
xsi:type="git:GitCloneTask"
Expand Down

0 comments on commit 33fb0aa

Please sign in to comment.