Skip to content

Commit

Permalink
Update build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
phamngocvinh committed Feb 15, 2022
1 parent 623068c commit 6495488
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@
<echo message="Built successfully" />
</target>

<target name="remove-common">
<delete dir="${build.dir}/common" />
</target>

<target name="delete-source">
<delete dir="${build.dir}/common" />
<delete>
<fileset dir="${build.dir}" includes="**/*.mq5" />
</delete>
Expand All @@ -45,6 +42,6 @@
</target>

<!-- Default, Run to build App -->
<target name="distribute" depends="init, get-source, remove-archived, compile, remove-common, delete-source, zip" />
<target name="distribute" depends="init, get-source, remove-archived, compile, delete-source, zip" />

</project>

0 comments on commit 6495488

Please sign in to comment.