| author | Thanh Ha | 2012-07-26 16:02:42 (EDT) |
|---|---|---|
| committer | Silenio Quarti | 2012-09-12 12:14:14 (EDT) |
| commit | c3f27d0ddcbac8e95134dc05349506924097f45e (patch) (side-by-side diff) | |
| tree | 061236c52e23b35a9c9d97a13aba79960fd7475c | |
| parent | da97a01a5e96037563c5ba411106429f4c35060f (diff) | |
| download | eclipse.platform.swt.binaries-c3f27d0ddcbac8e95134dc05349506924097f45e.zip eclipse.platform.swt.binaries-c3f27d0ddcbac8e95134dc05349506924097f45e.tar.gz eclipse.platform.swt.binaries-c3f27d0ddcbac8e95134dc05349506924097f45e.tar.bz2 | |
Switch native naming order to be consistent
| -rw-r--r-- | bundles/org.eclipse.swt.gtk.linux.x86/pom.xml | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml | 2 |
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 0350105..1869f1e 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 d6dc661..7fb172b 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> |

