Skip to content

Commit

Permalink
Merge pull request #3 from SCADA-LTS/develop
Browse files Browse the repository at this point in the history
added clean nad build ant target
  • Loading branch information
Limraj authored Jul 13, 2021
2 parents c82245c + c9d93d3 commit 512993f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,10 @@
nbproject/build-impl.xml file.
-->
<target name="clean" >
<delete dir="build"/>
<delete dir="dist"/>
</target>
<target name="build" depends="clean, compile, jar">
</target>
</project>

0 comments on commit 512993f

Please sign in to comment.