
crossley at apache
Jun 12, 2004, 5:51 AM
Views: 61
Permalink
|
|
svn commit: rev 21143 - forrest/trunk/src/core/context
|
|
Author: crossley Date: Sat Jun 12 06:51:37 2004 New Revision: 21143 Modified: forrest/trunk/src/core/context/dtd.xmap Log: Fix broken pipeline after move to /docs/ Modified: forrest/trunk/src/core/context/dtd.xmap ============================================================================== --- forrest/trunk/src/core/context/dtd.xmap (original) +++ forrest/trunk/src/core/context/dtd.xmap Sat Jun 12 06:51:37 2004 @@ -39,8 +39,8 @@ <map:pipelines> <map:pipeline> - <map:match pattern="**.dtdx.xml"> - <map:generate type="nekodtd" src="{forrest:context}/resources/schema/dtd/{1}.dtd"> + <map:match pattern="**docs/*.dtdx.xml"> + <map:generate type="nekodtd" src="{forrest:context}/resources/schema/dtd/{2}.dtd"> <map:parameter name="config-class" value="org.cyberneko.dtd.DTDConfiguration" /> </map:generate> <map:transform src="{forrest:stylesheets}/dtdx2flat.xsl" />
|