-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cannot install CT4E if GPE is already installed and vice versa (#1075)
* Cannot install CT4E if GPE is already installed * Made all the plugins from the GPe update site incompatible with CT4E
- Loading branch information
1 parent
dfb6e3a
commit d78c141
Showing
2 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 54 additions & 0 deletions
54
features/com.google.cloud.tools.eclipse.suite.e45.feature/p2.inf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
requires.0.namespace = org.eclipse.equinox.p2.iu | ||
requires.0.name = com.google.appengine.eclipse.sdkbundle.feature.feature.group | ||
requires.0.min = 0 | ||
requires.0.max = 0 | ||
|
||
requires.1.namespace = org.eclipse.equinox.p2.iu | ||
requires.1.name = com.google.appengine.eclipse.wtp.maven.feature.feature.group | ||
requires.1.min = 0 | ||
requires.1.max = 0 | ||
|
||
requires.2.namespace = org.eclipse.equinox.p2.iu | ||
requires.2.name = com.google.gdt.eclipse.suite.e44.feature.feature.group | ||
requires.2.min = 0 | ||
requires.2.max = 0 | ||
|
||
requires.3.namespace = org.eclipse.equinox.p2.iu | ||
requires.3.name = com.google.gdt.eclipse.mobile.android.feature.feature.group | ||
requires.3.min = 0 | ||
requires.3.max = 0 | ||
|
||
requires.4.namespace = org.eclipse.equinox.p2.iu | ||
requires.4.name = com.google.gwt.eclipse.sdkbundle.feature.feature.group | ||
requires.4.min = 0 | ||
requires.4.max = 0 | ||
|
||
requires.5.namespace = org.eclipse.equinox.p2.iu | ||
requires.5.name = com.android.ide.eclipse.adt.feature.feature.group | ||
requires.5.min = 0 | ||
requires.5.max = 0 | ||
|
||
requires.6.namespace = org.eclipse.equinox.p2.iu | ||
requires.6.name = com.android.ide.eclipse.ddms.feature.feature.group | ||
requires.6.min = 0 | ||
requires.6.max = 0 | ||
|
||
requires.7.namespace = org.eclipse.equinox.p2.iu | ||
requires.7.name = com.android.ide.eclipse.gldebugger.feature.feature.group | ||
requires.7.min = 0 | ||
requires.7.max = 0 | ||
|
||
requires.8.namespace = org.eclipse.equinox.p2.iu | ||
requires.8.name = com.android.ide.eclipse.hierarchyviewer.feature.feature.group | ||
requires.8.min = 0 | ||
requires.8.max = 0 | ||
|
||
requires.9.namespace = org.eclipse.equinox.p2.iu | ||
requires.9.name = com.android.ide.eclipse.ndk.feature.feature.group | ||
requires.9.min = 0 | ||
requires.9.max = 0 | ||
|
||
requires.10.namespace = org.eclipse.equinox.p2.iu | ||
requires.10.name = com.android.ide.eclipse.traceview.feature.feature.group | ||
requires.10.min = 0 | ||
requires.10.max = 0 |