Changeset 8890
- Timestamp:
- 03/06/07 15:24:19 (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
r8085 r8890 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 82 <delete quiet="true" includeemptydirs="true"> 77 83 <fileset dir="${destapprootdir}"> -
trunk/Bui_scBuilder/_devLin/build.xml
r8563 r8890 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 85 <delete quiet="true" includeemptydirs="true"> 80 86 <fileset dir="${destapprootdir}"> -
trunk/Bui_scChain/_dev/build.xml
r8087 r8890 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 79 <delete quiet="true" includeemptydirs="true"> 74 80 <fileset dir="${destapprootdir}"> -
trunk/Bui_scClient/_dev/build.xml
r8091 r8890 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 81 <delete dir="${destapprootdir}" quiet="true" includeemptydirs="true"/> 76 82 <mkdir dir="${destapprootdir}"/>
Note: See TracChangeset
for help on using the changeset viewer.