build arch let x86 be specified

Former-commit-id: 71ec1a15da
This commit is contained in:
mjames-upc 2015-10-27 14:08:43 -06:00
parent 490e8d593d
commit 4a8feba81c
3 changed files with 6 additions and 6 deletions

View file

@ -36,9 +36,9 @@ collectingFolder=${archivePrefix}
# configs=win32,win32,x86 & linux,motif,x86
# By default the value is *,*,*
#configs = *, *, *
configs=linux, gtk, x86_64
# linux, gtk, x86_64 & \
# win32, win32, x86
configs=linux, gtk, x86 & \
linux, gtk, x86_64 & \
win32, win32, x86
# win32, win32, x86 & \
# linux, gtk, x86_64 & \
# linux, motif, x86 & \

View file

@ -6,7 +6,7 @@
<property name="build.ws"
value="gtk" />
<property name="build.arch"
value="x86_64" />
value="x86" />
<!-- Copy the zip file that is produced to this location. -->
<property name="destination.dir"
value="/awips2/jenkins/build/dump/" />
@ -128,4 +128,4 @@
<taskdef resource="net/sf/antcontrib/antlib.xml"
classpath="${basedir}/lib/ant/ant-contrib-1.0b3.jar" />
</project>
</project>

View file

@ -10,7 +10,7 @@
<property name="build.ws"
value="gtk" />
<property name="build.arch"
value="x86_64" />
value="x86" />
<property name="workspace.dir" value="${basedir}/../" />
<property name="pde.build.script"