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
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')
-rw-r--r--bundles/org.eclipse.osgi.util/build.properties23
-rw-r--r--bundles/org.eclipse.osgi.util/plugin.properties12
-rw-r--r--bundles/org.eclipse.osgi.util/plugin.xml5
3 files changed, 32 insertions, 8 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
diff --git a/bundles/org.eclipse.osgi.util/plugin.properties b/bundles/org.eclipse.osgi.util/plugin.properties
new file mode 100644
index 000000000..611f49d72
--- /dev/null
+++ b/bundles/org.eclipse.osgi.util/plugin.properties
@@ -0,0 +1,12 @@
+###############################################################################
+# 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
+###############################################################################
+pluginName = Eclipse OSGi Utilities
+providerName = Eclipse.org
diff --git a/bundles/org.eclipse.osgi.util/plugin.xml b/bundles/org.eclipse.osgi.util/plugin.xml
index 33befd27d..5357d6a4f 100644
--- a/bundles/org.eclipse.osgi.util/plugin.xml
+++ b/bundles/org.eclipse.osgi.util/plugin.xml
@@ -2,8 +2,9 @@
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.osgi.util"
- name="org.eclipse.osgi.util"
- version="1.0.0">
+ name="%pluginName"
+ version="3.0.0"
+ provider-name="%providerName">
<runtime>
<library name="util.jar">

Back to the top