Skip to content

Commit

Permalink
Also move composer.json / composer.lock files to docs folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmfcmf committed Apr 7, 2015
1 parent f9f3821 commit 1155f5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -103,6 +103,8 @@
<move file="${workspace}/source/INSTALL-1.4.0.md" tofile="${packagepath}/docs/en/INSTALL-1.4.0.md" overwrite="true"/>
<move file="${workspace}/source/UPGRADE-1.4.0.md" tofile="${packagepath}/docs/en/UPGRADE-1.4.0.md" overwrite="true"/>
<move file="${workspace}/source/CHANGELOG-1.4.md" tofile="${packagepath}/docs/en/CHANGELOG-1.4.md" overwrite="true"/>
<move file="${workspace}/source/composer.json" tofile="${packagepath}/docs/en/dev/composer.json" overwrite="true"/>
<move file="${workspace}/source/composer.lock" tofile="${packagepath}/docs/en/dev/composer.lock" overwrite="true"/>

<exec command="${workspace}/source/build.php build:purge_vendors --vendor-dir ${packagepath}/vendor" checkreturn="true" passthru="true"/>
<exec command="${workspace}/source/build.php build:fix_autoloader --vendor-dir ${packagepath}/vendor" checkreturn="true" passthru="true"/>
Expand Down

0 comments on commit 1155f5e

Please sign in to comment.