Skip to content

Commit

Permalink
Remove ltk from the JDT.setup's working sets
Browse files Browse the repository at this point in the history
  • Loading branch information
merks authored and iloveeclipse committed Oct 11, 2023
1 parent 0c7c8c3 commit b0dd61d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions org.eclipse.jdt.releng/JDT.setup
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
xmlns:setup.targlets="http://www.eclipse.org/oomph/setup/targlets/1.0"
xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/targlets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore"
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/jdt/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/JDT.ecore http://www.eclipse.org/oomph/predicates/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/targlets/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupTarglets.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupWorkingSets.ecore"
name="jdt"
label="JDT">
<annotation
Expand Down Expand Up @@ -490,10 +490,6 @@
name="org.eclipse.jdt.text.tests"/>
<requirement
name="org.eclipse.jdt.ui.tests.refactoring"/>
<requirement
name="org.eclipse.ltk.core.refactoring.tests"/>
<requirement
name="org.eclipse.ltk.ui.refactoring.tests"/>
<requirement
name="org.eclipse.jdt.ui.unittest.junit.feature.feature.group"/>
</targlet>
Expand Down

0 comments on commit b0dd61d

Please sign in to comment.