Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Remove en_US NLS requirement

Another patch PeterV sent in; this will remove the error messages
people are getting when they are not set to en_US.

Sebastien

Index: feature.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.linux.gtk-feature/feature.xml,v
retrieving revision 1.16
diff -u -r1.16 feature.xml
--- feature.xml	23 Apr 2003 19:09:10 -0000	1.16
+++ feature.xml	1 May 2003 03:48:31 -0000
@@ -6,7 +6,6 @@
       provider-name="%providerName"
       os="linux"
       ws="gtk"
-      nl="en_US"
       arch="x86"
       image="eclipse_update_120.jpg">
 
Index: feature.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.linux.motif-feature/feature.xml,v
retrieving revision 1.16
diff -u -r1.16 feature.xml
--- feature.xml	23 Apr 2003 19:09:11 -0000	1.16
+++ feature.xml	1 May 2003 03:49:01 -0000
@@ -6,7 +6,6 @@
       provider-name="%providerName"
       os="linux"
       ws="motif"
-      nl="en_US"
       arch="x86"
       image="eclipse_update_120.jpg">
 
Index: feature.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.qnx.photon-feature/feature.xml,v
retrieving revision 1.16
diff -u -r1.16 feature.xml
--- feature.xml	23 Apr 2003 19:09:08 -0000	1.16
+++ feature.xml	1 May 2003 03:49:15 -0000
@@ -6,7 +6,6 @@
       provider-name="%providerName"
       os="qnx"
       ws="photon"
-      nl="en_US"
       arch="x86"
       image="eclipse_update_120.jpg">
 
Index: feature.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.solaris.motif-feature/feature.xml,v
retrieving revision 1.16
diff -u -r1.16 feature.xml
--- feature.xml	23 Apr 2003 19:09:12 -0000	1.16
+++ feature.xml	1 May 2003 03:49:25 -0000
@@ -6,7 +6,6 @@
       provider-name="%providerName"
       os="solaris"
       ws="motif"
-      nl="en_US"
       arch="sparc"
       image="eclipse_update_120.jpg">
 
Index: feature.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.win32-feature/feature.xml,v
retrieving revision 1.16
diff -u -r1.16 feature.xml
--- feature.xml	23 Apr 2003 18:32:48 -0000	1.16
+++ feature.xml	1 May 2003 03:49:39 -0000
@@ -6,7 +6,6 @@
       provider-name="%providerName"
       os="win32"
       ws="win32"
-      nl="en_US"
       arch="x86"
       image="eclipse_update_120.jpg">


Back to the top