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