Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/oomph/EGit.setup10
1 files changed, 1 insertions, 9 deletions
diff --git a/tools/oomph/EGit.setup b/tools/oomph/EGit.setup
index a6ab15f0eb..be6c87ca88 100644
--- a/tools/oomph/EGit.setup
+++ b/tools/oomph/EGit.setup
@@ -13,8 +13,7 @@
xmlns:workingsets="http://www.eclipse.org/oomph/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/pde/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/PDE.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/projects/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.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 http://www.eclipse.org/oomph/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore"
name="egit"
- label="EGit"
- setup:toolVersion="8">
+ label="EGit">
<annotation
source="http://www.eclipse.org/oomph/setup/BrandingInfo">
<detail
@@ -345,11 +344,4 @@
xsi:type="setup:ProjectCatalog"
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']"/>
<description>Provides support for integrating Git with the Eclipse IDE</description>
- <setupTask
- xsi:type="setup:P2Task">
- <installableUnits
- id="org.eclipse.pde.api.tools.ee.feature.feature.group"/>
- <p2Repositories
- url="${train.url}"/>
- </setupTask>
</setup:Project>

Back to the top