Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2009-10-22 19:02:41 +0000
committerDJ Houghton2009-10-22 19:02:41 +0000
commit239871b250cf25ba578f542198cafb31470ea97d (patch)
treefd5ca89f6b05b255b5e7254d26a4010546cb1d29 /bundles
parent3c14084ca611d2fff0a31a85f6de88de805bcc86 (diff)
downloadrt.equinox.p2-239871b250cf25ba578f542198cafb31470ea97d.tar.gz
rt.equinox.p2-239871b250cf25ba578f542198cafb31470ea97d.tar.xz
rt.equinox.p2-239871b250cf25ba578f542198cafb31470ea97d.zip
Bug 293063 - missing about.html files in two bundles in N20091021-2000
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.director/build.properties4
-rw-r--r--bundles/org.eclipse.equinox.p2.engine/build.properties12
2 files changed, 13 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director/build.properties b/bundles/org.eclipse.equinox.p2.director/build.properties
index 255712635..9334e284d 100644
--- a/bundles/org.eclipse.equinox.p2.director/build.properties
+++ b/bundles/org.eclipse.equinox.p2.director/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2007 IBM Corporation and others.
+# Copyright (c) 2007, 2009 IBM Corporation 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
@@ -13,6 +13,6 @@ bin.includes = META-INF/,\
OSGI-INF/,\
.,\
about.html,\
- plugin.properties,\
+ plugin.properties
src.includes = about.html
source.. = src/
diff --git a/bundles/org.eclipse.equinox.p2.engine/build.properties b/bundles/org.eclipse.equinox.p2.engine/build.properties
index 2be866258..f55cc8399 100644
--- a/bundles/org.eclipse.equinox.p2.engine/build.properties
+++ b/bundles/org.eclipse.equinox.p2.engine/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2007, 2009 IBM Corporation 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
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
output.. = bin/
bin.includes = META-INF/,\
OSGI-INF/,\
@@ -5,7 +15,7 @@ bin.includes = META-INF/,\
plugin.xml,\
about.html,\
plugin.properties,\
- .options,\
+ .options
src.includes = about.html,\
schema/
source.. = src/

Back to the top