Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
chain
Browse files Browse the repository at this point in the history
  • Loading branch information
elnebuloso committed Jul 25, 2014
1 parent 44ebf37 commit 47d2d1c
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions commons/chains/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,22 @@
<target name="clean:main" hidden="true" depends="clean.tmp" />
<target name="init:main" hidden="true" depends="composer.update" />
<target name="test:main" hidden="true" depends="test.phplint, test.phpunit" />
<target name="bundle:main" hidden="true" />
<target name="package:main" hidden="true" />
<target name="deploy:main" hidden="true" />
<target name="build:main" hidden="true" />

<target name="bundle:main" hidden="true">
<echo message="no actions defined" level="debug" />
</target>

<target name="package:main" hidden="true">
<echo message="no actions defined" level="debug" />
</target>

<target name="deploy:main" hidden="true">
<echo message="no actions defined" level="debug" />
</target>

<target name="build:main" hidden="true">
<echo message="no actions defined" level="debug" />
</target>


<!-- ============================================ -->
Expand Down

0 comments on commit 47d2d1c

Please sign in to comment.