Navigation Menu

Skip to content

Commit

Permalink
Finished build system tweaks for PEAR packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
technosophos committed Oct 4, 2010
1 parent 354b012 commit e9ab30c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.xml
Expand Up @@ -68,6 +68,7 @@ To print this message, do:
<property name="docsdir" value="./doc"/>
<property name="packagedir" value="./dist"/>
<property name="phardir" value="./phar"/>
<property name="pearchannel" value="../pear.querypath.org/pear"/>

<!-- Too hard to link to, nav is very difficult. -->
<!-- property name="phpdoc.style" value="HTML:frames:phpedit"/ -->
Expand Down Expand Up @@ -528,7 +529,8 @@ To print this message, do:

<target name="pearPkg" depends="pearBuild">
<echo>${packagedir}/QueryPath-${version}.tgz</echo>
<property name="pirumdir" value="${testdir}/fakepear"/>
<!--property name="pirumdir" value="${testdir}/fakepear"/-->
<property name="pirumdir" value="${pearchannel}"/>
<pirumbuild targetdir="${pirumdir}"/>
<pirumadd targetdir="${pirumdir}" packagefile="${packagedir}/QueryPath-${version}.tgz"/>
</target>
Expand Down

0 comments on commit e9ab30c

Please sign in to comment.