1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 01:36:01 +02:00

Change provider name to org.eclipse

This commit is contained in:
Sebastien Marineau 2002-07-16 01:52:35 +00:00
parent 6c18f6bf9b
commit 62922735e9
6 changed files with 22 additions and 17 deletions

View file

@ -1,10 +1,17 @@
source.cdt.jar = builder,\
index,\
model,\
src,\
utils/
bin.includes = plugin.xml,\
plugin.properties,\
about.html,\
*.jar,
javadoc.packages = org.eclipse.cdt.core.*,\
org.eclipse.cdt.core.index.*,\
org.eclipse.cdt.core.model.*,\
org.eclipse.cdt.core.resources.*,\
org.eclipse.cdt.utils.*,\
org.eclipse.cdt.utils.elf.*,\
org.eclipse.cdt.utils.spawner.*
source.cdtcore.jar = builder/,\
index/,\
model/,\
src/,\
utils/
src.includes=about.html

View file

@ -1,9 +1,5 @@
#########################################
# (c) Copyright IBM Corp. 2000, 2001.
# All Rights Reserved.
#########################################
pluginName=C Development Tools Core
providerName=Eclipse.org
cnature.name=C Nature
ccnature.name=C++ Nature

View file

@ -3,7 +3,7 @@
id="org.eclipse.cdt.core"
name="%pluginName"
version="1.0.0"
provider-name="QNX Software Systems Ltd."
provider-name="%providerName"
class="org.eclipse.cdt.internal.CCorePlugin">
<runtime>

View file

@ -1,2 +1,8 @@
bin.includes = plugin.xml,\
about.html,\
icons/,\
plugin.properties,\
*.jar
source.cdtui.jar = src/,\
utils.ui/
src.includes = about.html

View file

@ -1,9 +1,5 @@
#########################################
# (c) Copyright IBM Corp. 2000, 2001.
# All Rights Reserved.
#########################################
pluginName=C Development Tools UI
providerName=Eclipse.org
elementFiltersName=CElement Filters
textHoversName=Text Hovers

View file

@ -3,7 +3,7 @@
id="org.eclipse.cdt.ui"
name="%pluginName"
version="1.0.0"
provider-name="QNX Software Systems Ltd."
provider-name="%providerName"
class="org.eclipse.cdt.internal.ui.CPlugin">
<runtime>