Fixed some build.xml problems.
This commit is contained in:
parent
9a68015ccf
commit
ad50327744
1 changed files with 3 additions and 4 deletions
|
@ -5,8 +5,6 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project name="Doctrine2" default="build" basedir=".">
|
<project name="Doctrine2" default="build" basedir=".">
|
||||||
|
|
||||||
<taskdef classname="NativePhpunitTask" classpath="./tests/" name="nativephpunit" />
|
|
||||||
<taskdef classname="phing.tasks.ext.d51PearPkg2Task" name="d51pearpkg2" />
|
<taskdef classname="phing.tasks.ext.d51PearPkg2Task" name="d51pearpkg2" />
|
||||||
|
|
||||||
<property file="build.properties" />
|
<property file="build.properties" />
|
||||||
|
@ -24,6 +22,7 @@
|
||||||
<fileset id="bin-scripts" dir="./bin">
|
<fileset id="bin-scripts" dir="./bin">
|
||||||
<include name="doctrine"/>
|
<include name="doctrine"/>
|
||||||
<include name="doctrine.php"/>
|
<include name="doctrine.php"/>
|
||||||
|
<include name="doctrine.bat"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -83,7 +82,7 @@
|
||||||
<!--
|
<!--
|
||||||
Builds ORM package, preparing it for distribution.
|
Builds ORM package, preparing it for distribution.
|
||||||
-->
|
-->
|
||||||
<target name="build-orm" depends="test">
|
<target name="build-orm" depends="prepare">
|
||||||
<copy todir="${build.dir}/doctrine-orm">
|
<copy todir="${build.dir}/doctrine-orm">
|
||||||
<fileset refid="shared-artifacts"/>
|
<fileset refid="shared-artifacts"/>
|
||||||
</copy>
|
</copy>
|
||||||
|
@ -187,7 +186,7 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="pirum-release">
|
<target name="pirum-release">
|
||||||
<exec command="sudo pirum add ${project.pirum_dir} ${project.basedir}/dist/DoctrineDBAL-${version}.tgz" dir="." passthru="true" />
|
<exec command="sudo pirum add ${project.pirum_dir} ${project.basedir}/dist/DoctrineORM-${version}.tgz" dir="." passthru="true" />
|
||||||
<exec command="sudo pirum build ${project.pirum_dir}" passthru="true" />
|
<exec command="sudo pirum build ${project.pirum_dir}" passthru="true" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue