Skip to content

Commit

Permalink
build: Restore release-src as release-all dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Leigh committed Feb 4, 2014
1 parent 35b6680 commit 0d69c91
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 @@ -428,7 +428,7 @@ To get started using Eclipse, execute "./build.py build-dev" and import the top-
</target>

<target name="release-all" description="Produce all binary release artifacts"
depends="release-clients,release-webstart,release-zip,release-docs">
depends="release-clients,release-webstart,release-zip,release-src,release-docs">
<!-- Clients must come first to produce the zips needed by webstart,
followed by webstart in order to add jars to dist/, followed by zip -->
</target>
Expand Down

0 comments on commit 0d69c91

Please sign in to comment.