Skip to content

Commit

Permalink
MINOR Moving theme dirs when release packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Oct 18, 2011
1 parent 0bab190 commit 76b3c00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.xml
Expand Up @@ -137,6 +137,11 @@ Options:
</fileset>
</copy>

<!-- TODO Remove once we figured out how to nest git repositories for themes -->
<move file="${tmp}/${archivename}/themes/blackcandy/blackcandy_blog" todir="${tmp}/${archivename}/themes" />
<move file="${tmp}/${archivename}/themes/blackcandy/blackcandy_calendar" todir="${tmp}/${archivename}/themes" />
<move file="${tmp}/${archivename}/themes/blackcandy/blackcandy" todir="${tmp}/${archivename}/themes" />

<!-- create tar archive -->
<if>
<equals arg1="${archivetype}" arg2="tar.gz" casesensitive="false" trim="true"/>
Expand Down

0 comments on commit 76b3c00

Please sign in to comment.