Changeset 24146
- Timestamp:
- 2011-06-10T11:41:52+12:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/release-kits/kits/cdrk2/ant-scripts/build.xml
r24133 r24146 65 65 66 66 <!-- checkout and compile documentation java/fop code --> 67 <if><bool>< or><equals arg1="${branch.path}" arg2="trunk"/><isgreaterthan arg1="${branch.tag.version}" arg2="2.83"/></or></bool>67 <if><bool><equals arg1="${post.2.83.version}" arg2="true"/></bool> 68 68 <exec executable="svn"> 69 69 <arg value="export"/> … … 86 86 87 87 <!-- checkout tutorials and build them --> 88 <if><bool><or><equals arg1="${branch.path}" arg2="trunk"/><isgreaterthan arg1="${branch.tag.version}" arg2="2.83"/></or></bool> 89 <exec executable="svn"> 90 <arg value="checkout"/> 91 <arg value="${svn.root}/documentation/${branch.path}/tutorials"/><arg value="documentation/tutorials"/> 88 <if><bool><equals arg1="${post.2.83.version}" arg2="true"/></bool> 89 <exec executable="svn"> 90 <arg value="checkout"/> 91 <arg value="${svn.root}/documentation/${branch.path}/tutorials"/> 92 <arg value="documentation/tutorials"/> 92 93 </exec> 93 94 <exec executable="svn"> … … 174 175 175 176 <!-- checkout manuals and build them --> 176 <if><bool>< or><equals arg1="${branch.path}" arg2="trunk"/><isgreaterthan arg1="${branch.tag.version}" arg2="2.83"/></or></bool>177 <if><bool><equals arg1="${post.2.83.version}" arg2="true"/></bool> 177 178 <exec executable="svn"> 178 179 <arg value="checkout"/>
Note:
See TracChangeset
for help on using the changeset viewer.