Skip to content

Commit 512993f

Browse files
authored
Merge pull request #3 from SCADA-LTS/develop
added clean nad build ant target
2 parents c82245c + c9d93d3 commit 512993f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,10 @@
7171
nbproject/build-impl.xml file.
7272
7373
-->
74+
<target name="clean" >
75+
<delete dir="build"/>
76+
<delete dir="dist"/>
77+
</target>
78+
<target name="build" depends="clean, compile, jar">
79+
</target>
7480
</project>

0 commit comments

Comments
 (0)