Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-07-26 20:01:33 +0000
committerThomas Watson2012-09-12 14:10:06 +0000
commit81605bf1eb102bc1fe08b497f42660b7a79e457a (patch)
treefd074edd161c0f3c0237d498879832ee1ce0d288 /bundles
parent469ff9b17181f70299113a1ba71cb5e559c7c670 (diff)
downloadrt.equinox.framework-81605bf1eb102bc1fe08b497f42660b7a79e457a.tar.gz
rt.equinox.framework-81605bf1eb102bc1fe08b497f42660b7a79e457a.tar.xz
rt.equinox.framework-81605bf1eb102bc1fe08b497f42660b7a79e457a.zip
Switch native naming order to be consistent
Diffstat (limited to 'bundles')
-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