Skip to content

Commit 455659e

Browse files
committed
new version 1.2.0
1 parent 69222a9 commit 455659e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/HyperSQLOOo/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)