[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-patch] Various patches for the doc.user plugin
|
Hi,
below are patches (which I've already applied) to Eclipse'ify
the doc.user plugin, as well as add support so it can build as part
of the CDT feature. Thanks to Peter van der Veen for emailing
me this.
Sebastien
Index: build.properties
===================================================================
RCS file: build.properties
diff -N build.properties
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ build.properties 1 May 2003 12:48:36 -0000
@@ -0,0 +1,13 @@
+###########################################################################
####
+# Copyright (c) 2000, 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,\
+ *.xml,\
+ doc.zip
\ No newline at end of file
Index: plugin.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/plugin.properties,v
retrieving revision 1.1
diff -u -r1.1 plugin.properties
--- plugin.properties 29 Apr 2003 18:59:35 -0000 1.1
+++ plugin.properties 1 May 2003 12:48:36 -0000
@@ -1,4 +1,12 @@
-<?xml version="1.0"?>
-<csHelp>
- <csHelpTopic viewID="default_help"
helpTopic="com.rational.xtools.umlvisualizer.doc.default_cs_help"/>
-</csHelp>
+###########################################################################
####
+# Copyright (c) 2000, 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:
+# Rational Software: IBM Software Group
+###########################################################################
####
+pluginName=Eclipse C/C++ Development User Guide
+providerName=Eclipse.org
Index: plugin.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/plugin.xml,v
retrieving revision 1.1
diff -u -r1.1 plugin.xml
--- plugin.xml 29 Apr 2003 18:59:35 -0000 1.1
+++ plugin.xml 1 May 2003 12:48:36 -0000
@@ -7,10 +7,10 @@
<plugin
- name = "C/C++ Development User Guide"
+ name = "%pluginName"
id = "org.eclipse.cdt.doc.user"
- version = "1.0"
- provider-name = "Rational Software: IBM Software Group">
+ version = "1.1.0"
+ provider-name = "%providerName">
<!-- Configure the help contribution for this plugin -->
<!-- This part should be in a documentation plugin -->
<extension point="org.eclipse.help.toc">
Index: feature.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt-feature/feature.xml,v
retrieving revision 1.29
diff -u -r1.29 feature.xml
--- feature.xml 23 Apr 2003 18:32:47 -0000 1.29
+++ feature.xml 1 May 2003 12:51:13 -0000
@@ -70,4 +70,10 @@
install-size="0"
version="1.1.0"/>
+ <plugin
+ id="org.eclipse.cdt.doc.user"
+ download-size="0"
+ install-size="0"
+ version="1.1.0"/>
+
</feature>