Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] version update plus feature fix

Disregard this patch here is a new one with all feature plugins included

David Inglis wrote:

I don't have access to these plugins could someone check these patches in, it ups the version
number plus fixes the feature building problem reported by many.

Thanks

Index: about.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt.linux.gtk/about.properties,v
retrieving revision 1.2
diff -u -r1.2 about.properties
--- about.properties	3 Jan 2003 19:05:22 -0000	1.2
+++ about.properties	23 Apr 2003 16:48:45 -0000
@@ -6,9 +6,9 @@
 
 blurb=Eclipse C/C++ Development Tools (Linux GTK)\n\
 \n\
-Version: 1.0.1\n\
+Version: 1.1\n\
 Build id: {0}\n\
 \n\
-(c) Copyright QNX Software Systems Ltd. and others, 2000, 2001, 2002.  All rights reserved.\n\
+(c) Copyright QNX Software Systems Ltd. and others, 2000, 2001, 2002, 2003.  All rights reserved.\n\
 Visit http://www.eclipse.org/cdt
 
Index: plugin.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.linux.gtk/plugin.xml,v
retrieving revision 1.1
diff -u -r1.1 plugin.xml
--- plugin.xml	20 Dec 2002 21:15:33 -0000	1.1
+++ plugin.xml	23 Apr 2003 16:48:45 -0000
@@ -2,7 +2,7 @@
 <plugin
    id="org.eclipse.cdt.linux.gtk"
    name="%pluginName"
-   version="1.0.1"
+   version="1.1.0"
    provider-name="%providerName">
 
    <runtime>
Index: feature.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.linux.gtk-feature/feature.xml,v
retrieving revision 1.13
diff -u -r1.13 feature.xml
--- feature.xml	22 Apr 2003 17:00:48 -0000	1.13
+++ feature.xml	23 Apr 2003 16:49:12 -0000
@@ -2,11 +2,10 @@
 <feature
       id="org.eclipse.cdt.linux.gtk"
       label="%featureName"
-      version="1.0.1"
+      version="1.1.0"
       provider-name="%providerName"
       os="linux"
       ws="gtk"
-      nl="en_US"
       arch="x86"
       image="eclipse_update_120.jpg">
 
@@ -24,23 +23,24 @@
 
    <includes
          id="org.eclipse.cdt"
-         version="1.0.1"
-         match="equivalent">
-   </includes>
+         version="1.1.0"
+         match="equivalent"/>
+
+   <requires>
+      <import plugin="org.eclipse.cdt" version="1.1.0" match="compatible"/>
+   </requires>
 
    <plugin
          id="org.eclipse.cdt.core.linux"
          download-size="0"
          install-size="0"
-         version="1.0.1"
-         fragment="true">
-   </plugin>
+         version="1.1.0"
+         fragment="true"/>
 
    <plugin
          id="org.eclipse.cdt.linux.gtk"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
 </feature>
Index: about.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt.linux.motif/about.properties,v
retrieving revision 1.2
diff -u -r1.2 about.properties
--- about.properties	3 Jan 2003 19:05:25 -0000	1.2
+++ about.properties	23 Apr 2003 16:49:34 -0000
@@ -6,9 +6,9 @@
 
 blurb=Eclipse C/C++ Development Tools (Linux Motif)\n\
 \n\
-Version: 1.0.1\n\
+Version: 1.1\n\
 Build id: {0}\n\
 \n\
-(c) Copyright QNX Software Systems Ltd. and others, 2000, 2001, 2002.  All rights reserved.\n\
+(c) Copyright QNX Software Systems Ltd. and others, 2000, 2001, 2002, 2003.  All rights reserved.\n\
 Visit http://www.eclipse.org/cdt
 
Index: plugin.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.linux.motif/plugin.xml,v
retrieving revision 1.1
diff -u -r1.1 plugin.xml
--- plugin.xml	20 Dec 2002 21:15:36 -0000	1.1
+++ plugin.xml	23 Apr 2003 16:49:34 -0000
@@ -2,7 +2,7 @@
 <plugin
    id="org.eclipse.cdt.linux.motif"
    name="%pluginName"
-   version="1.0.1"
+   version="1.1.0"
    provider-name="%providerName">
 
    <runtime>
Index: feature.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.linux.motif-feature/feature.xml,v
retrieving revision 1.13
diff -u -r1.13 feature.xml
--- feature.xml	22 Apr 2003 17:01:32 -0000	1.13
+++ feature.xml	23 Apr 2003 16:49:49 -0000
@@ -2,11 +2,10 @@
 <feature
       id="org.eclipse.cdt.linux.motif"
       label="%featureName"
-      version="1.0.1"
+      version="1.1.0"
       provider-name="%providerName"
       os="linux"
       ws="motif"
-      nl="en_US"
       arch="x86"
       image="eclipse_update_120.jpg">
 
@@ -24,24 +23,24 @@
 
    <includes
          id="org.eclipse.cdt"
-         version="1.0.1"
-         match="equivalent">
-   </includes>
+         version="1.1.0"
+         match="equivalent"/>
+
+   <requires>
+      <import plugin="org.eclipse.cdt" version="1.1.0" match="compatible"/>
+   </requires>
 
- 
    <plugin
          id="org.eclipse.cdt.core.linux"
          download-size="0"
          install-size="0"
-         version="1.0.1"
-         fragment="true">
-   </plugin>
+         version="1.1.0"
+         fragment="true"/>
 
    <plugin
          id="org.eclipse.cdt.linux.motif"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
 </feature>
Index: about.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt/about.properties,v
retrieving revision 1.4
diff -u -r1.4 about.properties
--- about.properties	23 Apr 2003 14:01:24 -0000	1.4
+++ about.properties	23 Apr 2003 16:48:14 -0000
@@ -6,7 +6,7 @@
 
 blurb=Eclipse C/C++ Development Tools\n\
 \n\
-Version: 1.0.1\n\
+Version: 1.1\n\
 Build id: {0}\n\
 \n\
 (c) Copyright QNX Software Systems Ltd. and others, 2000, 2001, 2002, 2003.  All rights reserved.\n\
Index: plugin.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt/plugin.xml,v
retrieving revision 1.2
diff -u -r1.2 plugin.xml
--- plugin.xml	16 Dec 2002 20:43:25 -0000	1.2
+++ plugin.xml	23 Apr 2003 16:48:14 -0000
@@ -2,10 +2,6 @@
 <plugin
    id="org.eclipse.cdt"
    name="%pluginName"
-   version="1.0.1"
+   version="1.1.0"
    provider-name="%providerName">
-
-   <runtime>
-   </runtime>
-
 </plugin>
Index: about.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt.qnx.photon/about.properties,v
retrieving revision 1.2
diff -u -r1.2 about.properties
--- about.properties	3 Jan 2003 19:05:25 -0000	1.2
+++ about.properties	23 Apr 2003 16:50:06 -0000
@@ -6,9 +6,9 @@
 
 blurb=Eclipse C/C++ Development Tools (QNX Photon)\n\
 \n\
-Version: 1.0.1\n\
+Version: 1.1\n\
 Build id: {0}\n\
 \n\
-(c) Copyright QNX Software Systems Ltd. and others, 2000, 2001, 2002.  All rights reserved.\n\
+(c) Copyright QNX Software Systems Ltd. and others, 2000, 2001, 2002, 2003.  All rights reserved.\n\
 Visit http://www.eclipse.org/cdt
 
Index: plugin.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.qnx.photon/plugin.xml,v
retrieving revision 1.1
diff -u -r1.1 plugin.xml
--- plugin.xml	20 Dec 2002 21:15:32 -0000	1.1
+++ plugin.xml	23 Apr 2003 16:50:06 -0000
@@ -2,7 +2,7 @@
 <plugin
    id="org.eclipse.cdt.qnx.photon"
    name="%pluginName"
-   version="1.0.1"
+   version="1.1.0"
    provider-name="%providerName">
 
    <runtime>
Index: about.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt.solaris.motif/about.properties,v
retrieving revision 1.2
diff -u -r1.2 about.properties
--- about.properties	3 Jan 2003 19:05:23 -0000	1.2
+++ about.properties	23 Apr 2003 16:50:55 -0000
@@ -6,9 +6,9 @@
 
 blurb=Eclipse C/C++ Development Tools (Solaris Motif)\n\
 \n\
-Version: 1.0.1\n\
+Version: 1.1\n\
 Build id: {0}\n\
 \n\
-(c) Copyright QNX Software Systems Ltd. and others, 2000, 2001, 2002.  All rights reserved.\n\
+(c) Copyright QNX Software Systems Ltd. and others, 2000, 2001, 2002, 2003.  All rights reserved.\n\
 Visit http://www.eclipse.org/cdt
 
Index: plugin.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.solaris.motif/plugin.xml,v
retrieving revision 1.1
diff -u -r1.1 plugin.xml
--- plugin.xml	20 Dec 2002 21:15:35 -0000	1.1
+++ plugin.xml	23 Apr 2003 16:50:55 -0000
@@ -2,7 +2,7 @@
 <plugin
    id="org.eclipse.cdt.solaris.motif"
    name="%pluginName"
-   version="1.0.1"
+   version="1.1.0"
    provider-name="%providerName">
 
    <runtime>
Index: feature.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.qnx.photon-feature/feature.xml,v
retrieving revision 1.13
diff -u -r1.13 feature.xml
--- feature.xml	22 Apr 2003 17:01:21 -0000	1.13
+++ feature.xml	23 Apr 2003 16:50:25 -0000
@@ -2,11 +2,10 @@
 <feature
       id="org.eclipse.cdt.qnx.photon"
       label="%featureName"
-      version="1.0.1"
+      version="1.1.0"
       provider-name="%providerName"
       os="qnx"
       ws="photon"
-      nl="en_US"
       arch="x86"
       image="eclipse_update_120.jpg">
 
@@ -24,23 +23,24 @@
 
    <includes
          id="org.eclipse.cdt"
-         version="1.0.1"
-         match="equivalent">
-   </includes>
+         version="1.1.0"
+         match="equivalent"/>
+
+   <requires>
+      <import plugin="org.eclipse.cdt" version="1.1.0" match="compatible"/>
+   </requires>
 
    <plugin
          id="org.eclipse.cdt.core.qnx"
          download-size="0"
          install-size="0"
-         version="1.0.1"
-         fragment="true">
-   </plugin>
+         version="1.1.0"
+         fragment="true"/>
 
    <plugin
          id="org.eclipse.cdt.qnx.photon"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
 </feature>
Index: about.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt.win32/about.properties,v
retrieving revision 1.2
diff -u -r1.2 about.properties
--- about.properties	3 Jan 2003 19:05:23 -0000	1.2
+++ about.properties	23 Apr 2003 16:52:40 -0000
@@ -6,9 +6,9 @@
 
 blurb=Eclipse C/C++ Development Tools (Windows)\n\
 \n\
-Version: 1.0.1\n\
+Version: 1.1.0\n\
 Build id: {0}\n\
 \n\
-(c) Copyright QNX Software Systems Ltd. and others, 2000, 2001, 2002.  All rights reserved.\n\
+(c) Copyright QNX Software Systems Ltd. and others, 2000, 2001, 2002, 2003.  All rights reserved.\n\
 Visit http://www.eclipse.org/cdt
 
Index: plugin.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.win32/plugin.xml,v
retrieving revision 1.2
diff -u -r1.2 plugin.xml
--- plugin.xml	3 Jan 2003 22:51:34 -0000	1.2
+++ plugin.xml	23 Apr 2003 16:52:40 -0000
@@ -2,10 +2,6 @@
 <plugin
    id="org.eclipse.cdt.win32"
    name="%pluginName"
-   version="1.0.1"
+   version="1.1.0"
    provider-name="%providerName">
-
-   <runtime>
-   </runtime>
-
 </plugin>
Index: feature.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.solaris.motif-feature/feature.xml,v
retrieving revision 1.13
diff -u -r1.13 feature.xml
--- feature.xml	22 Apr 2003 17:01:11 -0000	1.13
+++ feature.xml	23 Apr 2003 16:51:39 -0000
@@ -2,11 +2,10 @@
 <feature
       id="org.eclipse.cdt.solaris.motif"
       label="%featureName"
-      version="1.0.1"
+      version="1.1.0"
       provider-name="%providerName"
       os="solaris"
       ws="motif"
-      nl="en_US"
       arch="sparc"
       image="eclipse_update_120.jpg">
 
@@ -24,23 +23,24 @@
 
    <includes
          id="org.eclipse.cdt"
-         version="1.0.1"
-         match="equivalent">
-   </includes>
-  
+         version="1.1.0"
+         match="equivalent"/>
+	
+   <requires>
+      <import plugin="org.eclipse.cdt" version="1.1.0" match="compatible"/>
+   </requires>
+
    <plugin
          id="org.eclipse.cdt.core.solaris"
          download-size="0"
          install-size="0"
-         version="1.0.1"
-         fragment="true">
-   </plugin>
+         version="1.1.0"
+         fragment="true"/>
 
    <plugin
          id="org.eclipse.cdt.solaris.motif"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
 </feature>
Index: about.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt.source/about.properties,v
retrieving revision 1.1
diff -u -r1.1 about.properties
--- about.properties	18 Dec 2002 16:53:38 -0000	1.1
+++ about.properties	23 Apr 2003 16:51:58 -0000
@@ -6,9 +6,9 @@
 
 blurb=Eclipse C/C++ Development Tools Source Code\n\
 \n\
-Version: 1.0.1\n\
+Version: 1.1\n\
 Build id: {0}\n\
 \n\
-(c) Copyright IBM Corp. and others 2000, 2002.  All rights reserved.\n\
+(c) Copyright IBM Corp. and others 2000, 2002, 2003.  All rights reserved.\n\
 Visit http://www.eclipse.org/gef
 
Index: plugin.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.source/plugin.xml,v
retrieving revision 1.1
diff -u -r1.1 plugin.xml
--- plugin.xml	18 Dec 2002 16:53:38 -0000	1.1
+++ plugin.xml	23 Apr 2003 16:51:58 -0000
@@ -2,7 +2,7 @@
 <plugin
    id="org.eclipse.cdt.source"
    name="%pluginName"
-   version="1.0.1"
+   version="1.1.0"
    provider-name="%providerName">
 
    <runtime>
Index: feature.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.source-feature/feature.xml,v
retrieving revision 1.3
diff -u -r1.3 feature.xml
--- feature.xml	28 Jan 2003 17:54:18 -0000	1.3
+++ feature.xml	23 Apr 2003 16:52:19 -0000
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.cdt.source"
       label="%featureName"
-      version="1.0.1"
+      version="1.1.0"
       provider-name="%providerName"
       image="eclipse_update_120.jpg">
 
@@ -22,109 +22,94 @@
          id="org.eclipse.cdt.source"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
          id="org.eclipse.cdt.core.linux"
          download-size="0"
          install-size="0"
-         version="1.0.1"
-         fragment="true">
-   </plugin>
+         version="1.1.0"
+         fragment="true"/>
 
    <plugin
          id="org.eclipse.cdt.core.qnx"
          download-size="0"
          install-size="0"
-         version="1.0.1"
-         fragment="true">
-   </plugin>
+         version="1.1.0"
+         fragment="true"/>
 
    <plugin
          id="org.eclipse.cdt.core.solaris"
          download-size="0"
          install-size="0"
-         version="1.0.1"
-         fragment="true">
-   </plugin>
+         version="1.1.0"
+         fragment="true"/>
 
    <plugin
          id="org.eclipse.cdt.core.win32"
          download-size="0"
          install-size="0"
-         version="1.0.1"
-         fragment="true">
-   </plugin>
+         version="1.1.0"
+         fragment="true"/>
 
    <plugin
          id="org.eclipse.cdt.core"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
          id="org.eclipse.cdt.debug.core"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
          id="org.eclipse.cdt.debug.mi.core"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
          id="org.eclipse.cdt.debug.mi.ui"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
          id="org.eclipse.cdt.debug.ui.tests"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
          id="org.eclipse.cdt.debug.ui"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
          id="org.eclipse.cdt.launch"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
          id="org.eclipse.cdt.ui.tests"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
          id="org.eclipse.cdt.ui"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
          id="org.eclipse.cdt"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
 </feature>
Index: feature.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt-feature/feature.xml,v
retrieving revision 1.27
diff -u -r1.27 feature.xml
--- feature.xml	28 Jan 2003 19:28:01 -0000	1.27
+++ feature.xml	23 Apr 2003 16:53:14 -0000
@@ -2,11 +2,8 @@
 <feature
       id="org.eclipse.cdt"
       label="%featureName"
-      version="1.0.1"
+      version="1.1.0"
       provider-name="%providerName"
-      os=""
-      ws=""
-      nl=""
       image="eclipse_update_120.jpg">
 
    <description>
@@ -20,65 +17,57 @@
    <url>
       <update label="%updateSiteName" url="http://update.eclipse.org/updates"/>
    </url>
-   
-  <requires>
-  	  <import plugin="org.eclipse.platform" version="2.0.0" match="compatible" />
-  </requires>   
- 
+
+   <requires>
+      <import plugin="org.eclipse.platform" version="2.1.0" match="compatible"/>
+   </requires>
+
    <plugin
-         id="org.eclipse.cdt.core"
+         id="org.eclipse.cdt"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
-         id="org.eclipse.cdt.ui"
+         id="org.eclipse.cdt.core"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
-         id="org.eclipse.cdt"
+         id="org.eclipse.cdt.ui"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
          id="org.eclipse.cdt.debug.core"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
-         id="org.eclipse.cdt.debug.mi.core"
+         id="org.eclipse.cdt.debug.ui"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
-         id="org.eclipse.cdt.debug.ui"
+         id="org.eclipse.cdt.launch"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
-         id="org.eclipse.cdt.launch"
+         id="org.eclipse.cdt.debug.mi.core"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
    <plugin
          id="org.eclipse.cdt.debug.mi.ui"
          download-size="0"
          install-size="0"
-         version="1.0.1">
-   </plugin>
+         version="1.1.0"/>
 
 </feature>
Index: feature.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.win32-feature/feature.xml,v
retrieving revision 1.14
diff -u -r1.14 feature.xml
--- feature.xml	22 Apr 2003 17:00:59 -0000	1.14
+++ feature.xml	23 Apr 2003 16:52:57 -0000
@@ -2,11 +2,10 @@
 <feature
       id="org.eclipse.cdt.win32"
       label="%featureName"
-      version="1.0.1"
+      version="1.1.0"
       provider-name="%providerName"
       os="win32"
       ws="win32"
-      nl="en_US"
       arch="x86"
       image="eclipse_update_120.jpg">
 
@@ -22,25 +21,13 @@
       <update label="%updateSiteName" url="http://update.eclipse.org/updates"/>
    </url>
 
-   <includes
-         id="org.eclipse.cdt"
-         version="1.0.1"
-         match="equivalent">
-   </includes>
-
-   <plugin
-         id="org.eclipse.cdt.core.win32"
-         download-size="0"
-         install-size="0"
-         version="1.0.1"
-         fragment="true">
-   </plugin>
-
-   <plugin
-         id="org.eclipse.cdt.win32"
-         download-size="0"
-         install-size="0"
-         version="1.0.1">
-   </plugin>
+   <includes id="org.eclipse.cdt" version="1.1.0" match="equivalent"/>
+
+   <requires>
+      <import plugin="org.eclipse.cdt" version="1.1.0" match="compatible"/>
+   </requires>
+
+   <plugin id="org.eclipse.cdt.win32" version="1.1.0"/>
+   <plugin id="org.eclipse.cdt.core.win32" version="1.1.0" fragment="true"/>
 
 </feature>

Back to the top