Skip to content

Commit

Permalink
update build.xml path for Legal and Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
craigh committed Nov 7, 2013
1 parent 01c2105 commit c9ccfc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
<exec command="cp -a ${workspace}/source/src ${packagepath}" />
<delete dir="${packagepath}/themes/Admin" includeemptydirs="true" />

<exec command="svn export https://github.com/zikula-modules/Legal.git/branches/release-2.0
<exec command="svn export https://github.com/zikula-modules/Legal/branches/release-2.0.1
${builddir}/tmp/Legal" />
<exec command="mv ${builddir}/tmp/Legal/src/modules/Legal ${packagepath}/modules" />

<exec command="svn export https://github.com/zikula-modules/Profile.git/branches/release-1.6
<exec command="svn export https://github.com/zikula-modules/Profile/branches/release-1.6.1
${builddir}/tmp/Profile" />
<exec command="mv ${builddir}/tmp/Profile/src/modules/Profile ${packagepath}/modules" />

Expand Down

0 comments on commit c9ccfc3

Please sign in to comment.