cziegeler 2002/07/02 06:56:30
Added: src/java/org/apache/cocoon/components/search lucene.xconf
src/java/org/apache/cocoon/components/source
xmldb.samplesxpipe
Removed: src/java/org/apache/cocoon/components/source xmldb.xpipe
Log:
Building webapp works again
Revision Changes Path
1.4 +0 -0
xml-cocoon2/src/java/org/apache/cocoon/components/search/lucene.xconf
1.1
xml-cocoon2/src/java/org/apache/cocoon/components/source/xmldb.samplesxpipe
Index: xmldb.samplesxpipe
===================================================================
<?xml version="1.0"?>
<samplesxpipe xpath="/sitemap/pipelines/pipeline[@id='optional']"
unless="match[@pattern='xmldb/**']">
<!-- ======================= XML:DB ============================== -->
<map:match pattern="xmldb/**">
<map:match type="request-parameter" pattern="xpath">
<map:generate src="xmldb:xindice://localhost:4080/db/{../1}#{1}"/>
<map:serialize type="xml"/>
</map:match>
<map:generate src="xmldb:xindice://localhost:4080/db/{1}"/>
<map:serialize type="xml"/>
</map:match>
</samplesxpipe>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]