| author | Thanh Ha | 2012-07-26 16:02:42 (EDT) |
|---|---|---|
| committer | Silenio Quarti | 2012-09-12 12:26:07 (EDT) |
| commit | d1028628c46586b0a93d8101013c22942631c18b (patch) (side-by-side diff) | |
| tree | 1ace7b0ad2e9bafd6d099abe11fa2cc9bbb0cde9 | |
| parent | c1270e3d70bee87f2c1c8fefd44414c800614271 (diff) | |
| download | eclipse.platform.swt.binaries-d1028628c46586b0a93d8101013c22942631c18b.zip eclipse.platform.swt.binaries-d1028628c46586b0a93d8101013c22942631c18b.tar.gz eclipse.platform.swt.binaries-d1028628c46586b0a93d8101013c22942631c18b.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 910007c..c86e862 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 44e33e4..5f28be4 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> |

