Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2010-03-10 21:58:19 +0000
committerDJ Houghton2010-03-10 21:58:19 +0000
commit23864014a7eec00a7cf004f93a28d2a1b25e7014 (patch)
tree85230e678a077f99990e4a2834f11f1de4a3d7c0 /features
parentbcac7d73a682e39b9ea550772a268bd0c0596432 (diff)
downloadrt.equinox.p2-23864014a7eec00a7cf004f93a28d2a1b25e7014.tar.gz
rt.equinox.p2-23864014a7eec00a7cf004f93a28d2a1b25e7014.tar.xz
rt.equinox.p2-23864014a7eec00a7cf004f93a28d2a1b25e7014.zip
Bug 305406 - equinox.p2.sdk feature missing some plug-ins
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.p2.sdk/build.properties4
-rw-r--r--features/org.eclipse.equinox.p2.sdk/feature.xml14
2 files changed, 17 insertions, 1 deletions
diff --git a/features/org.eclipse.equinox.p2.sdk/build.properties b/features/org.eclipse.equinox.p2.sdk/build.properties
index 582dddd74..be846fa4e 100644
--- a/features/org.eclipse.equinox.p2.sdk/build.properties
+++ b/features/org.eclipse.equinox.p2.sdk/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2009 EclipseSource and others.
+# Copyright (c) 2009, 2010 EclipseSource and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -7,6 +7,7 @@
#
# Contributors:
# EclipseSource - initial API and implementation
+# IBM - Ongoing changes
###############################################################################
bin.includes = feature.xml,license.html,epl-v10.html,license.html,feature.properties
@@ -37,6 +38,7 @@ generate.plugin@org.eclipse.equinox.p2.jarprocessor.source=org.eclipse.equinox.p
generate.plugin@org.eclipse.equinox.p2.metadata.generator.source=org.eclipse.equinox.p2.metadata.generator
generate.plugin@org.eclipse.equinox.p2.metadata.repository.source=org.eclipse.equinox.p2.metadata.repository
generate.plugin@org.eclipse.equinox.p2.metadata.source=org.eclipse.equinox.p2.metadata
+generate.plugin@org.eclipse.equinox.p2.operations.source=org.eclipse.equinox.p2.operations
generate.plugin@org.eclipse.equinox.p2.publisher.source=org.eclipse.equinox.p2.publisher
generate.plugin@org.eclipse.equinox.p2.ql.source=org.eclipse.equinox.p2.ql
generate.plugin@org.eclipse.equinox.p2.reconciler.dropins.source=org.eclipse.equinox.p2.reconciler.dropins
diff --git a/features/org.eclipse.equinox.p2.sdk/feature.xml b/features/org.eclipse.equinox.p2.sdk/feature.xml
index dfd6886f4..a0a9fcff7 100644
--- a/features/org.eclipse.equinox.p2.sdk/feature.xml
+++ b/features/org.eclipse.equinox.p2.sdk/feature.xml
@@ -634,10 +634,24 @@
unpack="false"/>
<plugin
+ id="org.eclipse.equinox.p2.operations.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.equinox.p2.ql"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.equinox.p2.ql.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top