Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-04-23 17:40:51 +0000
committerThomas Watson2015-04-23 17:40:51 +0000
commitf545ad375fda9770a8fd2ca708101c453f3e6f3a (patch)
treee9a0cb893019933be93fff683f814f206d8a0eb4 /features
parentc6f1cc59e4923664b30c67ff1ddfa3a8cfbe3f92 (diff)
downloadrt.equinox.bundles-f545ad375fda9770a8fd2ca708101c453f3e6f3a.tar.gz
rt.equinox.bundles-f545ad375fda9770a8fd2ca708101c453f3e6f3a.tar.xz
rt.equinox.bundles-f545ad375fda9770a8fd2ca708101c453f3e6f3a.zip
Bug 458374 - Wrong syntax in equinox.sdk featureI20150427-0800I20150426-2000
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.sdk/.project14
-rw-r--r--features/org.eclipse.equinox.sdk/feature.xml8
2 files changed, 10 insertions, 12 deletions
diff --git a/features/org.eclipse.equinox.sdk/.project b/features/org.eclipse.equinox.sdk/.project
index 33f510a68..fe16428b0 100644
--- a/features/org.eclipse.equinox.sdk/.project
+++ b/features/org.eclipse.equinox.sdk/.project
@@ -4,8 +4,14 @@
<comment></comment>
<projects>
</projects>
- <buildSpec>
- </buildSpec>
- <natures>
- </natures>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
</projectDescription>
diff --git a/features/org.eclipse.equinox.sdk/feature.xml b/features/org.eclipse.equinox.sdk/feature.xml
index 62c0c0f86..24c33ddee 100644
--- a/features/org.eclipse.equinox.sdk/feature.xml
+++ b/features/org.eclipse.equinox.sdk/feature.xml
@@ -43,12 +43,4 @@
id="org.eclipse.equinox.core.feature"
version="0.0.0"/>
- <requires>
- <feature id="org.eclipse.equinox.p2.sdk"/>
- <feature id="org.eclipse.equinox.p2.core.feature"/>
- <feature id="org.eclipse.equinox.p2.extras.feature"/>
- <feature id="org.eclipse.equinox.p2.rcp.feature"/>
- <feature id="org.eclipse.core.runtime.feature"/>
- </requires>
-
</feature>

Back to the top