Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-06-25 14:36:48 +0000
committerThomas Watson2012-09-12 14:09:10 +0000
commit12c991ab837e7927c3a30ce408f42cde420197ea (patch)
treed60dd0ae93556f69301d99206889a3f8662d2e65 /bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml
parent4c0a6844156e526a9bfef65ae11f4ff3babec4a5 (diff)
downloadrt.equinox.framework-12c991ab837e7927c3a30ce408f42cde420197ea.tar.gz
rt.equinox.framework-12c991ab837e7927c3a30ce408f42cde420197ea.tar.xz
rt.equinox.framework-12c991ab837e7927c3a30ce408f42cde420197ea.zip
Bug 370704 - equinox launchers build - patch v2v20120912-140910
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml b/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml
index 94d5e4fe9..2e92534b6 100644
--- a/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml
@@ -28,5 +28,8 @@
<properties>
<launcher-binary.version>1500</launcher-binary.version>
<launcher-binary.ext>dll</launcher-binary.ext>
+ <os>win32</os>
+ <ws>win32</ws>
+ <arch>x86</arch>
</properties>
</project>

Back to the top