Changeset 8891
- Timestamp:
- 03/06/07 15:34:39 (5 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
Bui_scBuilder/_dev/build.xml (modified) (1 diff)
-
Bui_scBuilder/_devLin/build.xml (modified) (1 diff)
-
Bui_scChain/_dev/build.xml (modified) (1 diff)
-
Bui_scClient/_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}"> -
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}"> -
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}"> -
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.