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