Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorslewis2007-03-15 21:49:46 +0000
committerslewis2007-03-15 21:49:46 +0000
commit43c4d8bf8b97954e7393f14dd31c56f05fc070a6 (patch)
treecced83a9804f3cce771719f1fa12c80c1b47f316 /doc
parent7062156a752f63c814155061dc59688b5f4077fb (diff)
downloadorg.eclipse.ecf-43c4d8bf8b97954e7393f14dd31c56f05fc070a6.tar.gz
org.eclipse.ecf-43c4d8bf8b97954e7393f14dd31c56f05fc070a6.tar.xz
org.eclipse.ecf-43c4d8bf8b97954e7393f14dd31c56f05fc070a6.zip
Cleaned up projects with plugin.properties additions, manifest.mf cleanup
Diffstat (limited to 'doc')
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/META-INF/MANIFEST.MF4
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/plugin.properties13
2 files changed, 15 insertions, 2 deletions
diff --git a/doc/bundles/org.eclipse.ecf.doc/META-INF/MANIFEST.MF b/doc/bundles/org.eclipse.ecf.doc/META-INF/MANIFEST.MF
index 7c1c0b866..e74f23f63 100644
--- a/doc/bundles/org.eclipse.ecf.doc/META-INF/MANIFEST.MF
+++ b/doc/bundles/org.eclipse.ecf.doc/META-INF/MANIFEST.MF
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: ECF Documentation
+Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.doc; singleton:=true
Bundle-Version: 1.0.0.v20070313
-Bundle-Vendor: Eclipse.org
+Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help
Eclipse-LazyStart: true
diff --git a/doc/bundles/org.eclipse.ecf.doc/plugin.properties b/doc/bundles/org.eclipse.ecf.doc/plugin.properties
new file mode 100644
index 000000000..e9768ad9d
--- /dev/null
+++ b/doc/bundles/org.eclipse.ecf.doc/plugin.properties
@@ -0,0 +1,13 @@
+/****************************************************************************
+* Copyright (c) 2004 Composent, Inc. 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:
+* Composent, Inc. - initial API and implementation
+*****************************************************************************/
+plugin.name=ECF Documentation
+plugin.provider=Eclipse.org
+

Back to the top