diff options
author | Anton Leherbauer | 2006-10-11 12:28:54 +0000 |
---|---|---|
committer | Anton Leherbauer | 2006-10-11 12:28:54 +0000 |
commit | b7f5c2f33ee90c07982cd674106f93904a223db4 (patch) | |
tree | d93331a1f5ea5fb72b718124ccdc07acfeb0015b /doc/org.eclipse.cdt.doc.isv | |
parent | ad88076d703440f909c8d91e8e8822fe9327b0d6 (diff) | |
download | org.eclipse.cdt-b7f5c2f33ee90c07982cd674106f93904a223db4.tar.gz org.eclipse.cdt-b7f5c2f33ee90c07982cd674106f93904a223db4.tar.xz org.eclipse.cdt-b7f5c2f33ee90c07982cd674106f93904a223db4.zip |
Upversion to 4.0.0 and fix dependency version ranges (bug 157543)
Diffstat (limited to 'doc/org.eclipse.cdt.doc.isv')
-rw-r--r-- | doc/org.eclipse.cdt.doc.isv/META-INF/MANIFEST.MF | 8 | ||||
-rw-r--r-- | doc/org.eclipse.cdt.doc.isv/build.properties | 1 | ||||
-rw-r--r-- | doc/org.eclipse.cdt.doc.isv/plugin.properties | 12 |
3 files changed, 17 insertions, 4 deletions
diff --git a/doc/org.eclipse.cdt.doc.isv/META-INF/MANIFEST.MF b/doc/org.eclipse.cdt.doc.isv/META-INF/MANIFEST.MF index 12eaacdecee..e69e66eeb91 100644 --- a/doc/org.eclipse.cdt.doc.isv/META-INF/MANIFEST.MF +++ b/doc/org.eclipse.cdt.doc.isv/META-INF/MANIFEST.MF @@ -1,9 +1,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: C/C++ Plugin Developer Guide +Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.doc.isv; singleton:=true -Bundle-Version: 3.1.0.qualifier +Bundle-Version: 4.0.0.qualifier Bundle-Localization: plugin -Require-Bundle: org.eclipse.help +Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)" Eclipse-LazyStart: true -Bundle-Vendor: Eclipse.org +Bundle-Vendor: %providerName diff --git a/doc/org.eclipse.cdt.doc.isv/build.properties b/doc/org.eclipse.cdt.doc.isv/build.properties index 1e62607c4f2..7b4fb2b05be 100644 --- a/doc/org.eclipse.cdt.doc.isv/build.properties +++ b/doc/org.eclipse.cdt.doc.isv/build.properties @@ -18,4 +18,5 @@ bin.includes = META-INF/,\ topics_Guide.xml,\ topics_Reference.xml,\ plugin.xml,\ + plugin.properties,\ notices.html diff --git a/doc/org.eclipse.cdt.doc.isv/plugin.properties b/doc/org.eclipse.cdt.doc.isv/plugin.properties new file mode 100644 index 00000000000..9c6b9057e1c --- /dev/null +++ b/doc/org.eclipse.cdt.doc.isv/plugin.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2000, 2006 IBM Corporation 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: +# IBM Corporation - initial API and implementation +############################################################################### +pluginName=C/C++ Plugin Developer Guide +providerName=Eclipse.org |