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/org.eclipse.equinox.p2.sdk/build.properties
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/org.eclipse.equinox.p2.sdk/build.properties')
-rw-r--r--features/org.eclipse.equinox.p2.sdk/build.properties4
1 files changed, 3 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

Back to the top