Skip to content

Commit

Permalink
fix: build and travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
line-o committed Nov 3, 2019
1 parent c3d7187 commit 0ae6ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>Shoot arrow (expressions) fast and comfortably</description>
<xmlproperty file="expath-pkg.xml"/>
<property name="project.version" value="${package(version)}"/>
<property name="project.app" value="${package(name)}"/>
<property name="project.app" value="xbow"/>
<property name="build.dir" value="build"/>
<!-- Start it -->
<target name="init" description="create build directory">
Expand Down

0 comments on commit 0ae6ab2

Please sign in to comment.