Changeset 3935

Show
Ignore:
Timestamp:
11/17/08 10:23:24 (2 months ago)
Author:
mtld
Message:

only create DispatcherServlet? entries in web.xml if context-xml-service entry is present

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pfixcore/projects/core/build/create_webxml.xsl

    r3934 r3935  
    8080   
    8181  <xsl:template name="create-servlet-definitions"> 
    82     <xsl:if test="/$tree/p:project-config/p:application/p:context-xml-service"> 
     82    <xsl:if test="$tree/p:project-config/p:application/p:context-xml-service"> 
    8383      <xsl:call-template name="create-dispatcher-servlet"/> 
    8484    </xsl:if>