Skip to content

Commit 0b005d8

Browse files
committed
new version 1.3.0
1 parent a796541 commit 0b005d8

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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>

README_fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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>

source/mContactOOo/build.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
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/"/>
@@ -87,8 +91,6 @@
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}"/>

0 commit comments

Comments
 (0)