Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Trying new way to generate pear packages.
  • Loading branch information
jwage committed May 26, 2010
1 parent 2a24f88 commit 113097f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions build.properties.dev
@@ -1,6 +1,5 @@
version_name=2.0.0BETA2
version=2.0.0
stability=alpha
version=2.0.0BETA2
stability=beta
build.dir=build
dist.dir=dist
report.dir=reports
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -180,8 +180,8 @@
</release>
</d51pearpkg2>
<exec command="pear package" dir="${build.dir}/orm" passthru="true" />
<exec command="cp DoctrineORM-${version}.tgz ../../dist/DoctrineORM-${version_name}.tgz" dir="${build.dir}/orm" passthru="true" />
<!--<tar destfile="${dist.dir}/DoctrineORM-${version_name}.tgz" basedir="${build.dir}/orm" compression="gzip" />-->
<exec command="cp DoctrineORM-${version}.tgz ../../dist" dir="${build.dir}/orm" passthru="true" />
<!--<tar destfile="${dist.dir}/DoctrineORM-${version}.tgz" basedir="${build.dir}/orm" compression="gzip" />-->
</target>

</project>

0 comments on commit 113097f

Please sign in to comment.