Skip to content

Commit

Permalink
Fixed missing gbapi ant tag dependency in build process
Browse files Browse the repository at this point in the history
  • Loading branch information
gitblit committed Jan 11, 2012
1 parent d351343 commit a48c33a
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 @@ -883,7 +883,7 @@
Publish binaries to Google Code
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<target name="publishBinaries" depends="buildGO,buildWAR,buildExpress,buildFederationClient,buildManager" description="Publish the Gitblit binaries to Google Code">
<target name="publishBinaries" depends="buildGO,buildWAR,buildExpress,buildFederationClient,buildManager,buildApiLibrary" description="Publish the Gitblit binaries to Google Code">

<echo>Uploading Gitblit ${gb.version} binaries</echo>

Expand Down

0 comments on commit a48c33a

Please sign in to comment.