You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by rl...@apache.org on 2002/01/29 19:16:12 UTC

cvs commit: jakarta-watchdog-4.0/src/etc application.xml ear-dd.xml

rlubke      02/01/29 10:16:12

  Added:       src/etc  application.xml
  Removed:     src/etc  ear-dd.xml
  Log:
   - replaced ear-dd.xml with a 1.3 application descriptor.
  
  Revision  Changes    Path
  1.1                  jakarta-watchdog-4.0/src/etc/application.xml
  
  Index: application.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN' 'http://java.sun.com/dtd/application_1_3.dtd'>
  
  <application>
    <display-name>JCheckApplication</display-name>
    <description>Watchdog Servlet 2.3/JSP 1.2 Validation Tests</description>
    <module>
      <web>
        <web-uri>jsp-tests.war</web-uri>
        <context-root>jsp-tests</context-root>
      </web>
    </module>
    <module>
      <web>
        <web-uri>servlet-tests.war</web-uri>
        <context-root>servlet-tests</context-root>
      </web>
    </module>
    <module>
      <web>
        <web-uri>servlet-compat.war</web-uri>
        <context-root>servlet-compat</context-root>
      </web>
    </module>
  </application>
  
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>