Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed Dec 7, 2014
1 parent 06c9e58 commit 6699160
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
</jar>

<java jar="antlibs/githubrelease.jar" fork="true">
<classpath refid="lib"/>
<classpath>
<fileset refid="lib"></fileset>
</classpath>
<arg value="${github_username}">
</arg>
<arg value="${github_password}">
Expand Down

0 comments on commit 6699160

Please sign in to comment.