Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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