You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-commits@incubator.apache.org by je...@apache.org on 2011/04/12 17:15:08 UTC

[zeta-commits] svn commit: r1091504 - /incubator/zetacomponents/website/build.xml

Author: jeromer
Date: Tue Apr 12 17:15:07 2011
New Revision: 1091504

URL: http://svn.apache.org/viewvc?rev=1091504&view=rev
Log:
- Fixed incorrect target directory in untar

Modified:
    incubator/zetacomponents/website/build.xml

Modified: incubator/zetacomponents/website/build.xml
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/build.xml?rev=1091504&r1=1091503&r2=1091504&view=diff
==============================================================================
--- incubator/zetacomponents/website/build.xml (original)
+++ incubator/zetacomponents/website/build.xml Tue Apr 12 17:15:07 2011
@@ -214,7 +214,7 @@
     <!-- to the correct location in the content tree        -->
     <target name="extract-phpdoc" description="Extract API documentation from archive and copy it to the correct location in the content tree.">
         <bunzip2 src="content/documentation/${build.name}/phpdoc.tar.bz2"/>
-        <untar src="content/documentation/${build.name}/phpdoc.tar" dest="content/documentation/"/>
+        <untar src="content/documentation/${build.name}/phpdoc.tar" dest="content/documentation/${build.name}"/>
         <for param="component">
             <path>
                 <dirset dir="content/documentation/${build.name}">