aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-12-29 03:41:01 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-12-29 03:41:01 +0100
commitf6315dafb78b4164dd1a1be32d2dc3117616df30 (patch)
tree457d581c3383af08e74b1bf11ccfcaab21ad4ed6 /build
parent68710bb55a4ca39f31136c29369b49b8ee082c99 (diff)
downloadforums-f6315dafb78b4164dd1a1be32d2dc3117616df30.tar
forums-f6315dafb78b4164dd1a1be32d2dc3117616df30.tar.gz
forums-f6315dafb78b4164dd1a1be32d2dc3117616df30.tar.bz2
forums-f6315dafb78b4164dd1a1be32d2dc3117616df30.tar.xz
forums-f6315dafb78b4164dd1a1be32d2dc3117616df30.zip
[ticket/11291] phing: Correct dependencies of composer target.
This command runs composer in the phpBB tree and does not write to the build folders. Thus, it does not have to depend on prepare and clean targets. PHPBB3-11291
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index cd7f8594d4..f77635b586 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -43,7 +43,7 @@
<delete dir="build/save" />
</target>
- <target name="composer" depends="clean,prepare">
+ <target name="composer">
<exec dir="./phpBB/"
command="php ../composer.phar install"
passthru="true" />