Skip to content

Commit

Permalink
Build: Remove googlecdn target from default target, as that requires …
Browse files Browse the repository at this point in the history
…themes-target to run first, which requires updated downloadbuilder
  • Loading branch information
jzaefferer committed Jun 23, 2010
1 parent 9241757 commit 0bfbd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Expand Up @@ -39,7 +39,7 @@

<property description="Google Closure" name="closure-jar" value="${build.dir}/google-compiler-20091218.jar" />

<target name="deploy-release" depends="clean, docs-download, concatenate, minify, copy, replace-version, prepend-header, zip, googlecdn" description="Release builder">
<target name="deploy-release" depends="clean, docs-download, concatenate, minify, copy, replace-version, prepend-header, zip" description="Release builder">
</target>

<target name="replace-version">
Expand Down

0 comments on commit 0bfbd7a

Please sign in to comment.