Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-07-26 20:02:42 +0000
committerSilenio Quarti2012-09-12 16:14:14 +0000
commitc3f27d0ddcbac8e95134dc05349506924097f45e (patch)
tree061236c52e23b35a9c9d97a13aba79960fd7475c
parentda97a01a5e96037563c5ba411106429f4c35060f (diff)
downloadeclipse.platform.swt.binaries-c3f27d0ddcbac8e95134dc05349506924097f45e.tar.gz
eclipse.platform.swt.binaries-c3f27d0ddcbac8e95134dc05349506924097f45e.tar.xz
eclipse.platform.swt.binaries-c3f27d0ddcbac8e95134dc05349506924097f45e.zip
Switch native naming order to be consistent
-rw-r--r--bundles/org.eclipse.swt.gtk.linux.x86/pom.xml2
-rw-r--r--bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/pom.xml b/bundles/org.eclipse.swt.gtk.linux.x86/pom.xml
index 03501058d..1869f1e6e 100644
--- a/bundles/org.eclipse.swt.gtk.linux.x86/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.x86/pom.xml
@@ -48,7 +48,7 @@
<property>
<!-- This has to be hardcoded. Profiles are not allowed to use pom defined properties :-( -->
<name>native</name>
- <value>linux.gtk.x86</value>
+ <value>gtk.linux.x86</value>
</property>
</activation>
<build>
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml b/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml
index d6dc66188..7fb172b98 100644
--- a/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml
@@ -48,7 +48,7 @@
<property>
<!-- This has to be hardcoded. Profiles are not allowed to use pom defined properties :-( -->
<name>native</name>
- <value>linux.gtk.x86_64</value>
+ <value>gtk.linux.x86_64</value>
</property>
</activation>
<build>

Back to the top