aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.xml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-12-12 11:46:43 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-12-19 10:35:24 +0100
commitbd8db77f5f8a5ee9cc1f2d2b10413292e1844a80 (patch)
tree13e4b0d152e11b14e6b397f0fb2092661e488636 /build.xml
parent5354485885c1ccfd5bc968ed4e4a44f0faeec726 (diff)
downloadwallabag-bd8db77f5f8a5ee9cc1f2d2b10413292e1844a80.tar.gz
wallabag-bd8db77f5f8a5ee9cc1f2d2b10413292e1844a80.tar.zst
wallabag-bd8db77f5f8a5ee9cc1f2d2b10413292e1844a80.zip
Remove comment
"The string "--" is not permitted within comments."
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/build.xml b/build.xml
index 107e912d..c34c7d79 100644
--- a/build.xml
+++ b/build.xml
@@ -98,16 +98,6 @@
98 <arg value="doctrine:database:create"/> 98 <arg value="doctrine:database:create"/>
99 <arg value="--env=test"/> 99 <arg value="--env=test"/>
100 </exec> 100 </exec>
101 <!--
102 Looks like it doesn't work and generate an error:
103 There is no table with name '/home/jeremy/github/wallabag/app/..wallabag_entry' in the schema.
104
105 <exec executable="php">
106 <arg value="${basedir}/bin/console"/>
107 <arg value="doctrine:database:import"/>
108 <arg value="data/sql/sqlite_base.sql"/>
109 <arg value="--env=test"/>
110 </exec> -->
111 <exec executable="php"> 101 <exec executable="php">
112 <arg value="${basedir}/bin/console"/> 102 <arg value="${basedir}/bin/console"/>
113 <arg value="doctrine:schema:create"/> 103 <arg value="doctrine:schema:create"/>
@@ -156,7 +146,6 @@
156 <arg value="--env=test"/> 146 <arg value="--env=test"/>
157 </exec> 147 </exec>
158 <exec executable="psql"> 148 <exec executable="psql">
159 <!-- psql -h host -d database -U username -f data/sql/pgsql_base.sql -->
160 <arg value="-h"/> 149 <arg value="-h"/>
161 <arg value="localhost"/> 150 <arg value="localhost"/>
162 <arg value="-d"/> 151 <arg value="-d"/>