Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2003-11-26 20:39:23 +0000
committerDJ Houghton2003-11-26 20:39:23 +0000
commit521c226b99b72aa93d93cc626a9711dc43354fb0 (patch)
tree948103a96ebd9dd1ea27294b18ff1e61dc5839fa /bundles/org.eclipse.osgi.util/build.properties
parent1d53858c430e00bf0fd023f1a13ac0d226b09644 (diff)
downloadrt.equinox.framework-521c226b99b72aa93d93cc626a9711dc43354fb0.tar.gz
rt.equinox.framework-521c226b99b72aa93d93cc626a9711dc43354fb0.tar.xz
rt.equinox.framework-521c226b99b72aa93d93cc626a9711dc43354fb0.zip
Fixed changes missed in merge.
Diffstat (limited to 'bundles/org.eclipse.osgi.util/build.properties')
-rw-r--r--bundles/org.eclipse.osgi.util/build.properties23
1 files changed, 17 insertions, 6 deletions
diff --git a/bundles/org.eclipse.osgi.util/build.properties b/bundles/org.eclipse.osgi.util/build.properties
index f110ed9b2..35875795e 100644
--- a/bundles/org.eclipse.osgi.util/build.properties
+++ b/bundles/org.eclipse.osgi.util/build.properties
@@ -1,6 +1,17 @@
-bin.includes = plugin.xml,\
- util.jar,\
- about.html,\
- META-INF/
-src.includes = *.zip,\
- about.html
+###############################################################################
+# Copyright (c) 2003 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Common Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/cpl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+bin.includes = \
+ plugin.xml,\
+ plugin.properties,\
+ *.jar,\
+ about.html,\
+ META-INF/
+src.includes = *.zip,about.html

Back to the top