Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorDoug Schaefer2003-10-01 20:23:21 +0000
committerDoug Schaefer2003-10-01 20:23:21 +0000
commitfe07db2d7235fe78a3134d47c09dbbbdbce450a7 (patch)
treee6f150ae50857b9952e809f4eb9cbc349d4fe2c1 /core
parent0c5318d47617dc74be0ef76680caad92d41a120c (diff)
downloadorg.eclipse.cdt-fe07db2d7235fe78a3134d47c09dbbbdbce450a7.tar.gz
org.eclipse.cdt-fe07db2d7235fe78a3134d47c09dbbbdbce450a7.tar.xz
org.eclipse.cdt-fe07db2d7235fe78a3134d47c09dbbbdbce450a7.zip
Upversioning everything to 1.2.0.
Diffstat (limited to 'core')
-rw-r--r--core/org.eclipse.cdt.core.linux/fragment.xml4
-rw-r--r--core/org.eclipse.cdt.core.qnx/fragment.xml4
-rw-r--r--core/org.eclipse.cdt.core.solaris/fragment.xml4
-rw-r--r--core/org.eclipse.cdt.core.tests/plugin.xml2
-rw-r--r--core/org.eclipse.cdt.core.win32/fragment.xml4
-rw-r--r--core/org.eclipse.cdt.core/plugin.xml2
-rw-r--r--core/org.eclipse.cdt.ui.tests/plugin.xml2
-rw-r--r--core/org.eclipse.cdt.ui/build.properties3
-rw-r--r--core/org.eclipse.cdt.ui/plugin.xml10
9 files changed, 17 insertions, 18 deletions
diff --git a/core/org.eclipse.cdt.core.linux/fragment.xml b/core/org.eclipse.cdt.core.linux/fragment.xml
index f6cba8ed14d..08cc3ea37d2 100644
--- a/core/org.eclipse.cdt.core.linux/fragment.xml
+++ b/core/org.eclipse.cdt.core.linux/fragment.xml
@@ -2,10 +2,10 @@
<fragment
id="org.eclipse.cdt.core.linux"
name="%fragmentName"
- version="1.1.0"
+ version="1.2.0"
provider-name="%providerName"
plugin-id="org.eclipse.cdt.core"
- plugin-version="1.1.0">
+ plugin-version="1.2.0">
<runtime>
<library name="cdt_linux.jar"/>
diff --git a/core/org.eclipse.cdt.core.qnx/fragment.xml b/core/org.eclipse.cdt.core.qnx/fragment.xml
index cd32635bece..b6feb38bb44 100644
--- a/core/org.eclipse.cdt.core.qnx/fragment.xml
+++ b/core/org.eclipse.cdt.core.qnx/fragment.xml
@@ -2,10 +2,10 @@
<fragment
id="org.eclipse.cdt.core.qnx"
name="%fragmentName"
- version="1.1.0"
+ version="1.2.0"
provider-name="%providerName"
plugin-id="org.eclipse.cdt.core"
- plugin-version="1.1.0">
+ plugin-version="1.2.0">
<runtime>
<library name="cdt_qnx.jar"/>
diff --git a/core/org.eclipse.cdt.core.solaris/fragment.xml b/core/org.eclipse.cdt.core.solaris/fragment.xml
index 717780f20c9..3ea0df9dfef 100644
--- a/core/org.eclipse.cdt.core.solaris/fragment.xml
+++ b/core/org.eclipse.cdt.core.solaris/fragment.xml
@@ -2,10 +2,10 @@
<fragment
id="org.eclipse.cdt.core.solaris"
name="%fragmentName"
- version="1.1.0"
+ version="1.2.0"
provider-name="%providerName"
plugin-id="org.eclipse.cdt.core"
- plugin-version="1.1.0">
+ plugin-version="1.2.0">
<runtime>
<library name="cdt_solaris.jar"/>
diff --git a/core/org.eclipse.cdt.core.tests/plugin.xml b/core/org.eclipse.cdt.core.tests/plugin.xml
index 0bd04471848..c7c8faef82a 100644
--- a/core/org.eclipse.cdt.core.tests/plugin.xml
+++ b/core/org.eclipse.cdt.core.tests/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.cdt.core.tests"
name="org.eclipse.cdt.core.tests"
- version="1.1.0"
+ version="1.2.0"
class="org.eclipse.cdt.testplugin.CTestPlugin">
<runtime>
diff --git a/core/org.eclipse.cdt.core.win32/fragment.xml b/core/org.eclipse.cdt.core.win32/fragment.xml
index b9799ce65ca..8af9d240a15 100644
--- a/core/org.eclipse.cdt.core.win32/fragment.xml
+++ b/core/org.eclipse.cdt.core.win32/fragment.xml
@@ -2,10 +2,10 @@
<fragment
id="org.eclipse.cdt.core.win32"
name="%fragmentName"
- version="1.1.0"
+ version="1.2.0"
provider-name="%providerName"
plugin-id="org.eclipse.cdt.core"
- plugin-version="1.1.0">
+ plugin-version="1.2.0">
<runtime>
<library name="cdt_win32.jar"/>
diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml
index 680ac229dab..19d589f7f9c 100644
--- a/core/org.eclipse.cdt.core/plugin.xml
+++ b/core/org.eclipse.cdt.core/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.cdt.core"
name="%pluginName"
- version="1.1.0"
+ version="1.2.0"
provider-name="%providerName"
class="org.eclipse.cdt.core.CCorePlugin">
diff --git a/core/org.eclipse.cdt.ui.tests/plugin.xml b/core/org.eclipse.cdt.ui.tests/plugin.xml
index 3e51203badf..e1f3ce42b85 100644
--- a/core/org.eclipse.cdt.ui.tests/plugin.xml
+++ b/core/org.eclipse.cdt.ui.tests/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.cdt.ui.tests"
name="org.eclipse.cdt.ui.tests"
- version="1.1.0"
+ version="1.2.0"
class="org.eclipse.cdt.testplugin.CTestPlugin">
<runtime>
diff --git a/core/org.eclipse.cdt.ui/build.properties b/core/org.eclipse.cdt.ui/build.properties
index c7b2e826e40..223fb70851e 100644
--- a/core/org.eclipse.cdt.ui/build.properties
+++ b/core/org.eclipse.cdt.ui/build.properties
@@ -4,8 +4,7 @@ bin.includes = about.html,\
icons/,\
plugin.properties
source.cdtui.jar = src/,\
- utils.ui/,\
- build/
+ utils.ui/
src.includes = about.html,\
plugin.xml,\
about.html,\
diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml
index 0eb7ee5cfc3..77742ce7f9a 100644
--- a/core/org.eclipse.cdt.ui/plugin.xml
+++ b/core/org.eclipse.cdt.ui/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.cdt.ui"
name="%pluginName"
- version="1.1.0"
+ version="1.2.0"
provider-name="%providerName"
class="org.eclipse.cdt.ui.CUIPlugin">
@@ -27,9 +27,9 @@
<extension-point id="CElementFilters" name="%elementFiltersName"/>
<extension-point id="BinaryParserPage" name="Binary Parser Page"/>
<!-- =========================================================================== -->
-<!-- Extension point: org.eclipse.cdt.ui.textHovers -->
-<!-- Purpose: Provide a perspective specific text hovering for CEditor files -->
<!-- Extension Implementation: must implement org.eclipse.jface.text.ITextHover -->
+<!-- Purpose: Provide a perspective specific text hovering for CEditor files -->
+<!-- Extension point: org.eclipse.cdt.ui.textHovers -->
<!-- =========================================================================== -->
<extension-point id="textHovers" name="%textHoversName"/>
@@ -130,8 +130,8 @@
id="org.eclipse.cdt.ui.CView">
</view>
</extension>
-<!-- For C Wizards -->
<!-- The wizards -->
+<!-- For C Wizards -->
<extension
point="org.eclipse.ui.newWizards">
<category
@@ -406,8 +406,8 @@
<page
showScopeSection="true"
label="%CSearchPage.label"
- extensions="c:90,cpp:90, cxx:90, cc:90, h:90, hh:90, hpp:90"
icon="icons/full/obj16/csearch_obj.gif"
+ extensions="c:90,cpp:90, cxx:90, cc:90, h:90, hh:90, hpp:90"
class="org.eclipse.cdt.internal.ui.search.CSearchPage"
sizeHint="460, 160"
id="org.eclipse.cdt.ui.CSearchPage">

Back to the top