| author | Thanh Ha | 2012-07-26 16:01:33 (EDT) |
|---|---|---|
| committer | Thomas Watson | 2012-09-13 10:48:08 (EDT) |
| commit | 12bf2ac1f50725a7b639786145c29fc0673142a2 (patch) (side-by-side diff) | |
| tree | 6daab1af3a3f61874bb9bf63ca0ea96d2f35d550 | |
| parent | 7ff7d6e87f63204409c9f4fffc5dfa47f2a02b7e (diff) | |
| download | rt.equinox.framework-12bf2ac1f50725a7b639786145c29fc0673142a2.zip rt.equinox.framework-12bf2ac1f50725a7b639786145c29fc0673142a2.tar.gz rt.equinox.framework-12bf2ac1f50725a7b639786145c29fc0673142a2.tar.bz2 | |
Switch native naming order to be consistent
| -rw-r--r-- | bundles/org.eclipse.equinox.executable/pom.xml | 8 |
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 af3c13d..c30a136 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> |

