mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Add build.properties to automate builds for feature
Eclipse'ify the plugin.properties and remove Rational references
This commit is contained in:
parent
2ae31ff0e2
commit
689e70ecde
3 changed files with 28 additions and 7 deletions
13
doc/org.eclipse.cdt.doc.user/build.properties
Normal file
13
doc/org.eclipse.cdt.doc.user/build.properties
Normal file
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue