File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030** The use of this software subjects you to our [ Terms Of Use] [ 4 ] and [ Data Protection Policy] [ 5 ] .**
3131
32- # version [ 1.2.1 ] [ 6 ]
32+ # version [ 1.3.0 ] [ 6 ]
3333
3434## Introduction:
3535
@@ -317,7 +317,7 @@ It will give you access to an information system that only larges companies are
317317[ 24 ] : < https://img.shields.io/github/v/tag/prrvchr/jdbcDriverOOo?label=latest#right >
318318[ 25 ] : < img/mContactOOo.svg#middle >
319319[ 26 ] : < https://github.com/prrvchr/mContactOOo/releases/latest/download/mContactOOo.oxt >
320- [ 27 ] : < https://img.shields.io/github/downloads/prrvchr/mContactOOo/latest/total?label=v1.2.1 #right >
320+ [ 27 ] : < https://img.shields.io/github/downloads/prrvchr/mContactOOo/latest/total?label=v1.3.0 #right >
321321[ 28 ] : < img/mContactOOo-1.png >
322322[ 29 ] : < img/mContactOOo-2.png >
323323[ 30 ] : < img/mContactOOo-3.png >
Original file line number Diff line number Diff line change 2929
3030** L'utilisation de ce logiciel vous soumet à nos [ Conditions d'utilisation] [ 4 ] et à notre [ Politique de protection des données] [ 5 ] .**
3131
32- # version [ 1.2.1 ] [ 6 ]
32+ # version [ 1.3.0 ] [ 6 ]
3333
3434## Introduction:
3535
@@ -317,7 +317,7 @@ Elle vous donnera accès à un système d'information que seules les grandes ent
317317[ 24 ] : < https://img.shields.io/github/v/tag/prrvchr/jdbcDriverOOo?label=latest#right >
318318[ 25 ] : < img/mContactOOo.svg#middle >
319319[ 26 ] : < https://github.com/prrvchr/mContactOOo/releases/latest/download/mContactOOo.oxt >
320- [ 27 ] : < https://img.shields.io/github/downloads/prrvchr/mContactOOo/latest/total?label=v1.2.1 #right >
320+ [ 27 ] : < https://img.shields.io/github/downloads/prrvchr/mContactOOo/latest/total?label=v1.3.0 #right >
321321[ 28 ] : < img/mContactOOo-1_fr.png >
322322[ 29 ] : < img/mContactOOo-2_fr.png >
323323[ 30 ] : < img/mContactOOo-3_fr.png >
Original file line number Diff line number Diff line change 7878 <delete file =" ${ project.files } " />
7979 <delete file =" ${ project.zip } " />
8080
81+ <!-- create the build and dist directory if not exist -->
82+ <mkdir dir =" ${ build.dir } " />
83+ <mkdir dir =" ${ dist.dir } " />
84+
8185 <!-- clean the build and dist directory without deleting it -->
8286 <delete includeemptydirs =" true" >
8387 <fileset dir =" ${ build.dir } " includes =" **/idl/,**/classes/" />
8791 </delete >
8892
8993 <!-- create a few empty directories -->
90- <mkdir dir =" ${ build.dir } " />
91- <mkdir dir =" ${ dist.dir } " />
9294 <mkdir dir =" ${ idl.out } " />
9395 <mkdir dir =" ${ idl.out.urd } " />
9496 <mkdir dir =" ${ idl.out.rdb } " />
You can’t perform that action at this time.
0 commit comments