Skip to content

Commit

Permalink
Build: Download docs directly to dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed May 31, 2010
1 parent 1fa8e37 commit 4069642
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<property name="ui.dir" value="../" />
<property name="src.dir" value="${ui.dir}/ui/" />
<property name="theme.dir" value="${ui.dir}/themes/base/" />
<property name="docs.dir" value="${ui.dir}/docs/" />
<property name="docs.dir" value="${dist.dir}/docs/" />

<property name="min.dir" value="${dist.dir}/ui/minified" />

Expand Down Expand Up @@ -206,10 +206,6 @@
<fileset dir="${ui.dir}/tests/" />
</copy>

<copy overwrite="true" todir="${dist.dir}/docs/" >
<fileset dir="${ui.dir}/docs/" />
</copy>

<copy overwrite="true" todir="${dist.dir}/themes/" >
<fileset dir="${ui.dir}/themes/" />
</copy>
Expand Down

0 comments on commit 4069642

Please sign in to comment.