Skip to content

Commit

Permalink
# CodeBrowser configuration fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpichler committed May 14, 2010
1 parent e67d37c commit 21c8a36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.xml
Expand Up @@ -27,10 +27,10 @@
<publishers>
<execute command="phpuc graph logs/${project.name} artifacts/${project.name}" />
<execute command="phpcb --log projects/${project.name}/build/logs
--source projects/${project.name}/source/PHP
--output projects/${project.name}/build/php-code-browser" />
--source projects/${project.name}/source/src
--output projects/${project.name}/build/phpcb" />

<artifactspublisher dir="projects/${project.name}/build/php-code-browser"
<artifactspublisher dir="projects/${project.name}/build/phpcb"
dest="artifacts/${project.name}"
subdirectory="php-code-browser" />
<artifactspublisher dir="projects/${project.name}/build/api"
Expand Down

0 comments on commit 21c8a36

Please sign in to comment.