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

Commit

Permalink
Small fix in build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed May 27, 2011
1 parent e8ad0b5 commit de517cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<ignore>Symfony/Component/Console/</ignore>
</d51pearpkg2>
<exec command="pear package" dir="${build.dir}/doctrine-couchdb" passthru="true" />
<exec command="mv DoctrineCouchDB-${version}.tgz ../../dist" dir="${build.dir}/doctrine-couchdb" passthru="true" />
<exec command="mv CouchDB-${version}.tgz ../../dist" dir="${build.dir}/doctrine-couchdb" passthru="true" />
<tar destfile="dist/DoctrineCouchDB-${version}-full.tar.gz" compression="gzip" basedir="${build.dir}">
<fileset dir="${build.dir}">
<include name="**/**" />
Expand Down Expand Up @@ -179,7 +179,7 @@
</release>
</d51pearpkg2>
<exec command="pear package" dir="${build.dir}/doctrine-odm" passthru="true" />
<exec command="mv DoctrineCouchDB-ODM-${version}.tgz ../../dist" dir="${build.dir}/doctrine-odm" passthru="true" />
<exec command="mv CouchDBODM-${version}.tgz ../../dist" dir="${build.dir}/doctrine-odm" passthru="true" />
<tar destfile="dist/DoctrineCouchDB-ODM-${version}-full.tar.gz" compression="gzip" basedir="${build.dir}">
<fileset dir="${build.dir}">
<include name="**/**" />
Expand Down

0 comments on commit de517cd

Please sign in to comment.