Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-11-27 06:54:05 +0000
committerEike Stepper2013-11-27 06:54:05 +0000
commit0618cfc942c7a033e1710066b099ea8b2b719008 (patch)
tree6521141443482a569a5a610475d55b98b17ac9f9 /plugins/org.eclipse.emf.cdo.releng/build.xml
parentac491067e278b7234e92fbfb6c6f355bfb1bda96 (diff)
downloadcdo-0618cfc942c7a033e1710066b099ea8b2b719008.tar.gz
cdo-0618cfc942c7a033e1710066b099ea8b2b719008.tar.xz
cdo-0618cfc942c7a033e1710066b099ea8b2b719008.zip
Improve setup related models; add win32 product export in build.xml
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng/build.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml
index fcd371c927..340e7e32bb 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -404,6 +404,21 @@
<if>
<not>
+ <equals arg1="${skip.generate.products.windows32}" arg2="true" />
+ </not>
+ <then>
+ <generate.product.platform id="@{id}"
+ profile="@{profile}"
+ platform="Windows-32bit"
+ os="win32"
+ ws="win32"
+ arch="x86"
+ priority="@{priority}45" />
+ </then>
+ </if>
+
+ <if>
+ <not>
<equals arg1="${skip.generate.products.linux}" arg2="true" />
</not>
<then>

Back to the top