From: Joe W. <jo...@gm...> - 2010-08-30 14:57:54
|
Jim, I noticed that the compression module now has 2 entries in conf.xml - the one you added, and the original one just below under the "optional modules." Should the 2nd one be deleted, now that compression is required for the repo module? Joe On Mon, Aug 23, 2010 at 6:08 AM, <cu...@us...> wrote: > Revision: 12535 > http://exist.svn.sourceforge.net/exist/?rev=12535&view=rev > Author: cutlass > Date: 2010-08-23 10:08:22 +0000 (Mon, 23 Aug 2010) > > Log Message: > ----------- > [conf] added compression module to core loaded modules now, as its a dep for repo > > Modified Paths: > -------------- > trunk/eXist/conf.xml.tmpl > > Modified: trunk/eXist/conf.xml.tmpl > =================================================================== > --- trunk/eXist/conf.xml.tmpl 2010-08-22 19:34:57 UTC (rev 12534) > +++ trunk/eXist/conf.xml.tmpl 2010-08-23 10:08:22 UTC (rev 12535) > @@ -778,6 +778,10 @@ > <module src="resource:net/xproc/xprocxq/src/xquery/xproc.xqm" > uri="http://xproc.net/xproc"/> > > + <!-- compression module//--> > + <module class="org.exist.xquery.modules.compression.CompressionModule" > + uri="http://exist-db.org/xquery/compression" /> > + > <!-- Optional Modules --> > <!-- > <module class="org.exist.backup.xquery.BackupModule" |