Bug 189015 rename S390* to s390* in support of bug 171518
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390/.project b/bundles/org.eclipse.swt.gtk.linux.s390/.project
index c81fc00..d65fbc2 100644
--- a/bundles/org.eclipse.swt.gtk.linux.s390/.project
+++ b/bundles/org.eclipse.swt.gtk.linux.s390/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>org.eclipse.swt.gtk.linux.S390</name>
+ <name>org.eclipse.swt.gtk.linux.s390</name>
<comment></comment>
<projects>
</projects>
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.gtk.linux.s390/META-INF/MANIFEST.MF
index 9b1b274..dcb2a28 100644
--- a/bundles/org.eclipse.swt.gtk.linux.s390/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.swt.gtk.linux.s390/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)"
Bundle-Name: %fragmentName
Bundle-Vendor: %providerName
-Bundle-SymbolicName: org.eclipse.swt.gtk.linux.S390; singleton:=true
+Bundle-SymbolicName: org.eclipse.swt.gtk.linux.s390; singleton:=true
Bundle-Version: 3.3.0.qualifier
Bundle-ManifestVersion: 2
Bundle-Localization: fragment
@@ -14,6 +14,6 @@
org.eclipse.swt.internal.gtk; x-internal:=true,
org.eclipse.swt.internal.mozilla; x-internal:=true,
org.eclipse.swt.internal.opengl.glx; x-internal:=true
-Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=S390))
+Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=s390))
Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
J2SE-1.3
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390/build.xml b/bundles/org.eclipse.swt.gtk.linux.s390/build.xml
index bdbf9a5..f2373f8 100644
--- a/bundles/org.eclipse.swt.gtk.linux.s390/build.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.s390/build.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.swt.gtk.linux.S390" default="build.jars" basedir=".">
+<project name="org.eclipse.swt.gtk.linux.s390" default="build.jars" basedir=".">
<target name="init" depends="properties">
<property name="compilerArg" value=""/>
<property name="ws" value="gtk"/>
<property name="os" value="linux"/>
- <property name="arch" value="S390"/>
- <property name="fragment" value="org.eclipse.swt.gtk.linux.S390"/>
+ <property name="arch" value="s390"/>
+ <property name="fragment" value="org.eclipse.swt.gtk.linux.s390"/>
<property name="version.suffix" value="3.3.0"/>
<property name="full.name" value="${fragment}_${version.suffix}"/>
<property name="temp.folder" value="${basedir}/temp.folder"/>
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390x/.project b/bundles/org.eclipse.swt.gtk.linux.s390x/.project
index 4a3e2b0..f3b0684 100644
--- a/bundles/org.eclipse.swt.gtk.linux.s390x/.project
+++ b/bundles/org.eclipse.swt.gtk.linux.s390x/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>org.eclipse.swt.gtk.linux.S390x</name>
+ <name>org.eclipse.swt.gtk.linux.s390x</name>
<comment></comment>
<projects>
</projects>
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390x/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt.gtk.linux.s390x/META-INF/MANIFEST.MF
index 08867a9..78217ca 100644
--- a/bundles/org.eclipse.swt.gtk.linux.s390x/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.swt.gtk.linux.s390x/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)"
Bundle-Name: %fragmentName
Bundle-Vendor: %providerName
-Bundle-SymbolicName: org.eclipse.swt.gtk.linux.S390x; singleton:=true
+Bundle-SymbolicName: org.eclipse.swt.gtk.linux.s390x; singleton:=true
Bundle-Version: 3.3.0.qualifier
Bundle-ManifestVersion: 2
Bundle-Localization: fragment
@@ -14,6 +14,6 @@
org.eclipse.swt.internal.gtk; x-internal:=true,
org.eclipse.swt.internal.mozilla; x-internal:=true,
org.eclipse.swt.internal.opengl.glx; x-internal:=true
-Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=S390x))
+Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=s390x))
Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
J2SE-1.3
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390x/build.xml b/bundles/org.eclipse.swt.gtk.linux.s390x/build.xml
index 913e082..090c743 100644
--- a/bundles/org.eclipse.swt.gtk.linux.s390x/build.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.s390x/build.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project name="org.eclipse.swt.gtk.linux.S390x" default="build.nativeLibraries" basedir=".">
+<project name="org.eclipse.swt.gtk.linux.s390x" default="build.nativeLibraries" basedir=".">
<target name="init" depends="properties">
<property name="compilerArg" value=""/>
<property name="ws" value="gtk"/>
<property name="os" value="linux"/>
- <property name="arch" value="S390x"/>
- <property name="fragment" value="org.eclipse.swt.gtk.linux.S390x"/>
+ <property name="arch" value="s390x"/>
+ <property name="fragment" value="org.eclipse.swt.gtk.linux.s390x"/>
<property name="version.suffix" value="3.3.0"/>
<property name="full.name" value="${fragment}_${version.suffix}"/>
<property name="temp.folder" value="${basedir}/temp.folder"/>