You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ch...@apache.org on 2004/01/21 11:44:38 UTC

cvs commit: xml-forrest/src/core/context forrest.xmap

cheche      2004/01/21 02:44:38

  Modified:    src/core/context forrest.xmap
  Log:
  Wrong directory on wiki grammars
  
  Revision  Changes    Path
  1.6       +19 -19    xml-forrest/src/core/context/forrest.xmap
  
  Index: forrest.xmap
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/core/context/forrest.xmap,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- forrest.xmap	13 Jan 2004 14:56:27 -0000	1.5
  +++ forrest.xmap	21 Jan 2004 10:44:38 -0000	1.6
  @@ -247,17 +247,17 @@
   
         <map:match pattern="*.xlex">
           <map:select type="exists">
  -          <map:when test="{forrest:home}/context/resources/chaperon/grammars/{1}.xlex">
  -            <map:read src="{forrest:home}/context/resources/chaperon/grammars/{1}.xlex"/>
  +          <map:when test="resources/chaperon/grammars/{1}.xlex">
  +            <map:read src="resources/chaperon/grammars/{1}.xlex"/>
             </map:when>
             <map:otherwise>
  -        <map:generate  type="text2xml"   src="{forrest:home}/context/resources/chaperon/grammars/{1}.grm"/>
  -        <map:transform type="lexer"  src="{forrest:home}/context/resources/chaperon/grammars/grm.xlex"/>
  -        <map:transform type="parser" src="{forrest:home}/context/resources/chaperon/grammars/grm.xgrm"/>
  -        <map:transform               src="{forrest:home}/context/resources/chaperon/stylesheets/text4regex.xsl"/>
  -        <map:transform type="lexer"  src="{forrest:home}/context/resources/chaperon/grammars/regex.xlex"/>
  -        <map:transform type="parser" src="{forrest:home}/context/resources/chaperon/grammars/regex.xgrm"/>
  -        <map:transform               src="{forrest:home}/context/resources/chaperon/stylesheets/grm2xlex.xsl"/>
  +        <map:generate  type="text2xml"   src="resources/chaperon/grammars/{1}.grm"/>
  +        <map:transform type="lexer"  src="resources/chaperon/grammars/grm.xlex"/>
  +        <map:transform type="parser" src="resources/chaperon/grammars/grm.xgrm"/>
  +        <map:transform               src="resources/chaperon/stylesheets/text4regex.xsl"/>
  +        <map:transform type="lexer"  src="resources/chaperon/grammars/regex.xlex"/>
  +        <map:transform type="parser" src="resources/chaperon/grammars/regex.xgrm"/>
  +        <map:transform               src="resources/chaperon/stylesheets/grm2xlex.xsl"/>
           <map:serialize type="xml"/>
             </map:otherwise>
           </map:select>
  @@ -265,17 +265,17 @@
   
         <map:match pattern="*.xgrm">
           <map:select type="exists">
  -          <map:when test="{forrest:home}/context/resources/chaperon/grammars/{1}.xgrm">
  -            <map:read src="{forrest:home}/context/resources/chaperon/grammars/{1}.xgrm"/>
  +          <map:when test="resources/chaperon/grammars/{1}.xgrm">
  +            <map:read src="resources/chaperon/grammars/{1}.xgrm"/>
             </map:when>
             <map:otherwise>
  -        <map:generate  type="text2xml"   src="{forrest:home}/context/resources/chaperon/grammars/{1}.grm"/>
  -        <map:transform type="lexer"  src="{forrest:home}/context/resources/chaperon/grammars/grm.xlex"/>
  -        <map:transform type="parser" src="{forrest:home}/context/resources/chaperon/grammars/grm.xgrm"/>
  -        <map:transform               src="{forrest:home}/context/resources/chaperon/stylesheets/text4regex.xsl"/>
  -        <map:transform type="lexer"  src="{forrest:home}/context/resources/chaperon/grammars/regex.xlex"/>
  -        <map:transform type="parser" src="{forrest:home}/context/resources/chaperon/grammars/regex.xgrm"/>
  -        <map:transform               src="{forrest:home}/context/resources/chaperon/stylesheets/grm2xgrm.xsl"/>
  +        <map:generate  type="text2xml"   src="resources/chaperon/grammars/{1}.grm"/>
  +        <map:transform type="lexer"  src="resources/chaperon/grammars/grm.xlex"/>
  +        <map:transform type="parser" src="resources/chaperon/grammars/grm.xgrm"/>
  +        <map:transform               src="resources/chaperon/stylesheets/text4regex.xsl"/>
  +        <map:transform type="lexer"  src="resources/chaperon/grammars/regex.xlex"/>
  +        <map:transform type="parser" src="resources/chaperon/grammars/regex.xgrm"/>
  +        <map:transform               src="resources/chaperon/stylesheets/grm2xgrm.xsl"/>
           <map:serialize type="xml"/>
             </map:otherwise>
           </map:select>