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/org.eclipse.osgi
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/org.eclipse.osgi')
-rw-r--r--bundles/org.eclipse.osgi/build.properties10
-rw-r--r--bundles/org.eclipse.osgi/plugin.xml1
2 files changed, 11 insertions, 0 deletions
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