Changeset 21318 for main/trunk/release-kits/rk2
- Timestamp:
- 2009-12-09T15:53:34+13:00 (13 years ago)
- Location:
- main/trunk/release-kits/rk2/ant-scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/release-kits/rk2/ant-scripts/compile.xml
r21311 r21318 85 85 <target name="run-configure"> 86 86 <!-- linux --> 87 <if><bool><equals arg1="${rk.os}" arg2=" windows"/></bool>87 <if><bool><equals arg1="${rk.os}" arg2="linux"/></bool> 88 88 <exec dir="${basedir}/compiled" executable="${basedir}/compiled/configure" failonerror="true"> 89 89 <arg line="--enable-apache-httpd"/> … … 92 92 93 93 <!-- mac --> 94 <else><if><bool><equals arg1="${rk.os}" arg2=" windows"/></bool>94 <else><if><bool><equals arg1="${rk.os}" arg2="mac"/></bool> 95 95 <exec dir="${basedir}/compiled" executable="${basedir}/compiled/configure"> 96 96 <arg value="--enable-apache-httpd"/> -
main/trunk/release-kits/rk2/ant-scripts/components.xml
r21311 r21318 42 42 <patternset refid="greenstone2.imagemagick.component"/> 43 43 <patternset refid="greenstone2.ghostscript.component"/> 44 <patternset refid="greenstone2.tomcat.component"/>45 44 </invert> 46 45 </patternset>
Note:
See TracChangeset
for help on using the changeset viewer.