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

Commit

Permalink
Add core for composer task as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed May 27, 2016
1 parent 4af8467 commit 7e7e5a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dist/phing/build-pydio.xml
Expand Up @@ -141,7 +141,12 @@
<property name="passed_directory" value="${INNER_DIRECTORY}"/>
</phingcall>

<!-- RUN COMPOSER IF NECESSARY -->
<!-- RUN COMPOSER IF NECESSARY INSIDE CORE -->
<phingcall target="composer">
<property name="plugin_abs_dir" value="${INNER_DIRECTORY}/core"/>
</phingcall>

<!-- RUN COMPOSER IF NECESSARY INSIDE PLUGINS -->
<phingcall target="iterate-plugins">
<property name="plugins_dir" value="${INNER_DIRECTORY}/plugins"/>
<property name="target" value="composer"/>
Expand Down

0 comments on commit 7e7e5a6

Please sign in to comment.