Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-07-26 20:01:33 +0000
committerThomas Watson2012-09-13 14:48:08 +0000
commit12bf2ac1f50725a7b639786145c29fc0673142a2 (patch)
tree6daab1af3a3f61874bb9bf63ca0ea96d2f35d550
parent7ff7d6e87f63204409c9f4fffc5dfa47f2a02b7e (diff)
downloadrt.equinox.framework-12bf2ac1f50725a7b639786145c29fc0673142a2.tar.gz
rt.equinox.framework-12bf2ac1f50725a7b639786145c29fc0673142a2.tar.xz
rt.equinox.framework-12bf2ac1f50725a7b639786145c29fc0673142a2.zip
Switch native naming order to be consistent
-rw-r--r--bundles/org.eclipse.equinox.executable/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.executable/pom.xml b/bundles/org.eclipse.equinox.executable/pom.xml
index af3c13d9b..c30a13647 100644
--- a/bundles/org.eclipse.equinox.executable/pom.xml
+++ b/bundles/org.eclipse.equinox.executable/pom.xml
@@ -27,11 +27,11 @@
<profiles>
<profile>
- <id>build-native-launchers-linux.gtk.x86_64</id>
+ <id>build-native-launchers-gtk.linux.x86_64</id>
<activation>
<property>
<name>native</name>
- <value>linux.gtk.x86_64</value>
+ <value>gtk.linux.x86_64</value>
</property>
</activation>
<build>
@@ -80,11 +80,11 @@
</build>
</profile>
<profile>
- <id>build-native-launchers-linux.gtk.x86</id>
+ <id>build-native-launchers-gtk.linux.x86</id>
<activation>
<property>
<name>native</name>
- <value>linux.gtk.x86</value>
+ <value>gtk.linux.x86</value>
</property>
</activation>
<build>

Back to the top