Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Use composer command
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed May 24, 2016
1 parent c330762 commit 51890fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dist/phing/build-pydio.xml
Expand Up @@ -145,9 +145,8 @@
<if> <if>
<available type="file" file="${INNER_DIRECTORY}/core/composer.json"/> <available type="file" file="${INNER_DIRECTORY}/core/composer.json"/>
<then> <then>
<copy todir="${INNER_DIRECTORY}/core/vendor"> <exec command="composer install --optimize-autoloader"
<fileset dir="/root/vendor/" defaultexcludes="false"><include name="*/**"/></fileset> dir="${INNER_DIRECTORY}/core" />
</copy>
</then> </then>
</if> </if>


Expand Down

0 comments on commit 51890fb

Please sign in to comment.