Skip to content

Commit

Permalink
Fix issue #25. Make sure cx:unzip and pxp:unzip are both configured
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Jan 6, 2012
1 parent 514dbed commit ba5db2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/etc/configuration.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@
<implementation type="cx:zip pxp:zip" <implementation type="cx:zip pxp:zip"
class-name="com.xmlcalabash.extensions.Zip"/> class-name="com.xmlcalabash.extensions.Zip"/>


<implementation type="cx:unzip pxp:unzip"
class-name="com.xmlcalabash.extensions.Unzip"/>

<implementation xmlns:ml="http://xmlcalabash.com/ns/extensions/marklogic" <implementation xmlns:ml="http://xmlcalabash.com/ns/extensions/marklogic"
type="ml:adhoc-query" type="ml:adhoc-query"
class-name="com.xmlcalabash.extensions.marklogic.XCCAdhocQuery"/> class-name="com.xmlcalabash.extensions.marklogic.XCCAdhocQuery"/>
Expand Down

0 comments on commit ba5db2c

Please sign in to comment.