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