Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2003-11-25 22:18:56 +0000
committerDJ Houghton2003-11-25 22:18:56 +0000
commit5874f5761564a5813d79d0e6ba8ea6f95b5cdc82 (patch)
treecb4901f037bc322611a41980f0c6306e0ca0936f /bundles
parent09f3abf08ff6a6c3fe3b3aaf5a84c78d74a3e4b4 (diff)
downloadrt.equinox.framework-5874f5761564a5813d79d0e6ba8ea6f95b5cdc82.tar.gz
rt.equinox.framework-5874f5761564a5813d79d0e6ba8ea6f95b5cdc82.tar.xz
rt.equinox.framework-5874f5761564a5813d79d0e6ba8ea6f95b5cdc82.zip
*** empty log message ***
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.osgi.services/build.properties10
-rw-r--r--bundles/org.eclipse.osgi.services/plugin.xml1
-rw-r--r--bundles/org.eclipse.osgi.util/plugin.xml1
-rw-r--r--bundles/org.eclipse.osgi/build.properties10
-rw-r--r--bundles/org.eclipse.osgi/plugin.xml1
5 files changed, 23 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.services/build.properties b/bundles/org.eclipse.osgi.services/build.properties
index 72666c7d0..4bce41366 100644
--- a/bundles/org.eclipse.osgi.services/build.properties
+++ b/bundles/org.eclipse.osgi.services/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# 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,\
services.jar,\
about.html,\
diff --git a/bundles/org.eclipse.osgi.services/plugin.xml b/bundles/org.eclipse.osgi.services/plugin.xml
index b0acc2a61..f37fb80a7 100644
--- a/bundles/org.eclipse.osgi.services/plugin.xml
+++ b/bundles/org.eclipse.osgi.services/plugin.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
<plugin
id="org.eclipse.osgi.services"
name="org.eclipse.osgi.services"
diff --git a/bundles/org.eclipse.osgi.util/plugin.xml b/bundles/org.eclipse.osgi.util/plugin.xml
index 1b9d43dfe..33befd27d 100644
--- a/bundles/org.eclipse.osgi.util/plugin.xml
+++ b/bundles/org.eclipse.osgi.util/plugin.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
<plugin
id="org.eclipse.osgi.util"
name="org.eclipse.osgi.util"
diff --git a/bundles/org.eclipse.osgi/build.properties b/bundles/org.eclipse.osgi/build.properties
index f10d04561..6a999044b 100644
--- a/bundles/org.eclipse.osgi/build.properties
+++ b/bundles/org.eclipse.osgi/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# 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.properties, plugin.xml, *.jar, about.html, META-INF/MANIFEST.MF
jars.compile.order = osgi.jar, core.jar, resolver.jar, defaultAdaptor.jar, eclipseAdaptor.jar, console.jar
diff --git a/bundles/org.eclipse.osgi/plugin.xml b/bundles/org.eclipse.osgi/plugin.xml
index b04ed2847..b7b1472cb 100644
--- a/bundles/org.eclipse.osgi/plugin.xml
+++ b/bundles/org.eclipse.osgi/plugin.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
<plugin
id="org.eclipse.osgi"
name="%pluginName"

Back to the top