Changeset 22939
- Timestamp:
- 2010-09-22T11:28:51+12:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/release-kits/kits/rk3/ant-scripts/compile.xml
r22851 r22939 41 41 <if><bool><or><equals arg1="${rk.os}" arg2="mac"/><equals arg1="${rk.os}" arg2="linux"/></or></bool> 42 42 <!-- checkout the gnome support library extension--> 43 <echo>GNOME LIB EXTENSION START</echo> 44 <!--<if><bool><and> 45 <not><equals arg1="${branch.path}" arg2="trunk"/></not> 46 <not><equals arg1="${branch.path}" arg2="tags/stable"/></not> 43 <if><bool><or> 44 <equals arg1="${branch.path}" arg2="trunk"/> 45 <equals arg1="${branch.path}" arg2="tags/stable"/> 47 46 <isgreaterthan arg1="${branch.tag.version}" arg2="2.83"/> 48 </and></bool>--> 47 </or></bool> 48 <echo>COMPILING GNOME LIB EXTENSION</echo> 49 49 <exec executable="svn"> 50 50 <arg value="checkout"/> … … 56 56 <arg value="./CASCADE-MAKE.sh"/> 57 57 </exec> 58 <!--</if>--> 59 <echo>GNOME LIB EXTENSION END</echo> 58 <echo>DONE COMPILING GNOME LIB EXTENSION</echo> 60 59 </if> 61 60
Note:
See TracChangeset
for help on using the changeset viewer.