Skip to content

Commit

Permalink
[Oomph-Setup] Add reference to new jdt.core/debug/ui config setups
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell authored and jukzi committed Oct 11, 2024
1 parent c71abf0 commit 8448057
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions org.eclipse.jdt.releng/JDT.setup
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
</project>
<project name="core"
label="Core">
<annotation
source="http://www.eclipse.org/oomph/setup/ConfigurationReference">
<reference
href="https://raw.githubusercontent.com/eclipse-jdt/eclipse.jdt.core/master/org.eclipse.jdt.core.setup/JdtCoreConfiguration.setup#/"/>
</annotation>
<setupTask
xsi:type="git:GitCloneTask"
id="github.clone.jdt.core"
Expand Down Expand Up @@ -350,6 +355,11 @@
</project>
<project name="debug"
label="Debug">
<annotation
source="http://www.eclipse.org/oomph/setup/ConfigurationReference">
<reference
href="https://raw.githubusercontent.com/eclipse-jdt/eclipse.jdt.debug/master/org.eclipse.jdt.debug.setup/JdtDebugConfiguration.setup#/"/>
</annotation>
<setupTask
xsi:type="git:GitCloneTask"
id="github.clone.jdt.debug"
Expand Down Expand Up @@ -459,6 +469,11 @@
</project>
<project name="ui"
label="UI">
<annotation
source="http://www.eclipse.org/oomph/setup/ConfigurationReference">
<reference
href="https://raw.githubusercontent.com/eclipse-jdt/eclipse.jdt.ui/master/org.eclipse.jdt.ui.setup/JdtUIConfiguration.setup#/"/>
</annotation>
<setupTask
xsi:type="git:GitCloneTask"
id="github.clone.jdt.ui"
Expand Down

0 comments on commit 8448057

Please sign in to comment.