MINOR Moving theme dirs when release packaging

This commit is contained in:
Ingo Schommer 2011-10-18 15:20:47 +02:00
parent 4a805a4ef9
commit 57e465409e
1 changed files with 5 additions and 0 deletions

View File

@ -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"/>