cvs commit: spice/sandbox/jervlet/jervlet-jetty/src/conf/schema JettyJervlet-schema.xml

Ryan Hoegg <[email protected]>
Newsgroups gmane.comp.java.spice.cvs
Message-ID <[email protected]>
rhoegg      03/10/27 21:07:36

  Added:       sandbox/jervlet/jervlet-jetty/src/conf/schema
                        JettyJervlet-schema.xml
  Log:
  Initial commit.
  
  Revision  Changes    Path
  1.1                  spice/sandbox/jervlet/jervlet-jetty/src/conf/schema/JettyJervlet-schema.xml
  
  Index: JettyJervlet-schema.xml
  ===================================================================
  <?xml version="1.0"?>
  <element
      name="root"
      xmlns="http://relaxng.org/ns/structure/1.0"
      datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
  >
      <interleave>
          <optional>
              <element name="hostname"><text/></element>
          </optional>
          <optional>
              <element name="port"><data type="integer"/></element>
          </optional>
          <optional>
              <element name="minthreads"><data type="integer"/></element>
          </optional>
          <optional>
              <element name="maxthreads"><data type="integer"/></element>
          </optional>
          <optional>
              <element name="extract-war"><data type="boolean"/></element>
          </optional>
      </interleave>
  </element>
  
  
  


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.