Changeset 8891 for trunk/Bui_scClient/_dev/build.xml
- Timestamp:
- 03/06/07 15:34:39 (5 years ago)
- File:
-
- 1 edited
-
trunk/Bui_scClient/_dev/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Bui_scClient/_dev/build.xml
r8890 r8891 73 73 <!-- ini --> 74 74 <echo message="initialisations"/> 75 <if> 76 <not><os family="windows"/></not> 77 <then> 78 <fail message="Ce build doit être lancer sous un environnement Windows."/> 79 </then> 80 </if> 75 <fail message="Ce build doit être lancer sous un environnement Windows."> 76 <condition><not><os family="windows"/></not></condition> 77 </fail> 81 78 <delete dir="${destapprootdir}" quiet="true" includeemptydirs="true"/> 82 79 <mkdir dir="${destapprootdir}"/>
Note: See TracChangeset
for help on using the changeset viewer.