1
0
mirror of synced 2024-12-13 06:46:03 +03:00

fixing files that should not be commited

This commit is contained in:
meus 2007-08-17 05:20:56 +00:00
parent cb688091c9
commit dc01da94f9
2 changed files with 1 additions and 3 deletions

View File

@ -1,2 +0,0 @@
s:18:"SELECT * FROM user";
a:2:{i:0;s:31:"SELECT * FROM user WHERE id = ?";i:1;a:1:{i:0;i:1;}}

View File

@ -91,7 +91,7 @@
<!-- <exec command="make pdf" dir="${build.src.dir}/docs/latex"/> -->
<mkdir dir="${build.dest.dir}/docs/API/phpdoc" />
<phpdocext title="Doctrine Documentation" destdir="${build.dest.dir}/docs/API/phpdoc/html"
<phpdoc title="Doctrine Documentation" destdir="${build.dest.dir}/docs/API/phpdoc/html"
sourcepath="${project.base.dir}/lib" output="HTML:Smarty:PHP"/>
</target>