Commit d70c90fd authored by Benjamin Eberlei's avatar Benjamin Eberlei

Fix build.xml

parent 144e64ab
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
</target> </target>
<target name="pirum-release"> <target name="pirum-release">
<exec command="pirum add ${project.pirum_dir} ${project.basedir}/dist/DoctrineDBAL-${version}.tgz" command="." /> <exec command="pirum add ${project.pirum_dir} ${project.basedir}/dist/DoctrineDBAL-${version}.tgz" dir="." />
<exec command="prium build ${project.pirum_dir}" /> <exec command="prium build ${project.pirum_dir}" />
</target> </target>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment