Skip to content

Commit e4b2db9

Browse files
committed
Reverting some subcollection -> sub-collection in ant-tasks
1 parent 78aad92 commit e4b2db9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/ant-tasks.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
</listitem>
168168
</varlistentry>
169169
<varlistentry>
170-
<term>createsub-collections</term>
170+
<term>createsubcollections</term>
171171
<listitem>
172172
<para>If set to "true", any non-existing sub-collections will
173173
be automatically created.</para>
@@ -580,7 +580,7 @@
580580
<title>Extract a Collection</title>
581581
<programlisting>
582582
<markup><![CDATA[<xdb:extract xmlns:xdb="http://exist-db.org/ant"
583-
uri="xmldb:exist://localhost:8080/exist/xmlrpc/db/shakespeare/plays" destdir="/tmp" sub-collections="true" createdirectories="true"/>]]></markup>
583+
uri="xmldb:exist://localhost:8080/exist/xmlrpc/db/shakespeare/plays" destdir="/tmp" subcollections="true" createdirectories="true"/>]]></markup>
584584
</programlisting>
585585
</example>
586586
<variablelist>
@@ -1059,7 +1059,7 @@ target eXist-db instance">
10591059
user="${p.target.user}"
10601060
password="${p.target.pass}"
10611061
createcollection="true"
1062-
createsub-collections="true">
1062+
createsubcollections="true">
10631063
10641064
<fileset dir="${p.export.dir}"/>
10651065
</xdb:store>

0 commit comments

Comments
 (0)