Skip to content

Commit

Permalink
Uncomment release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdlow committed Mar 9, 2016
1 parent decdc2b commit 3581440
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 @@ -142,7 +142,7 @@
<target name="release" depends="version,jar">
<echo message="${new.version}"/>
<echo message="TODO: Auto deploy release to github, reverb.jar, reverb-dependencies.jar, JSON-java.jar"/>
<!--<github.fullrelease
<github.fullrelease
repouser="${github.repouser}"
repo="${github.repo}"
tokenuser="${github.tokenuser}"
Expand All @@ -153,7 +153,7 @@
<include name="${jar}"/>
<include name="${jar.depends}"/>
</fileset>
</github.fullrelease>-->
</github.fullrelease>
</target>

<target name="list">
Expand Down

0 comments on commit 3581440

Please sign in to comment.