Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
incrementing build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsinclair committed Aug 9, 2016
1 parent 7f3695b commit 5dbc0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!-- Output directories -->
<property name="rootdist" location="dist"/>
<property name="dist" location="dist/VoyantServer2_1-M4"/>
<property name="dist" location="dist/VoyantServer2_2M1"/>
<property name="jarpath" location="lib"/>

<path id="project.jars">
Expand Down Expand Up @@ -84,7 +84,7 @@
<exclude name="**/trombone*.jar"/>
</fileset>
</copy>
<zip destfile="VoyantServer2_1-M4.zip"
<zip destfile="VoyantServer2_2M1.zip"
filesonly="true"
compress="true">
<fileset dir="${rootdist}" />
Expand Down

0 comments on commit 5dbc0b1

Please sign in to comment.