Ignore:
Timestamp:
07/14/14 13:38:53 (10 years ago)
Author:
rkrimmel
Message:

Fixed wrongly commited file HttpSession?.xsd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-http/src/main/resources/HttpSession.xsd

    r1598 r1611  
    99  elementFormDefault="qualified"> 
    1010   
    11   <xsd:include schemaLocation="HttpExchangeStructure.xsd" /> 
    12    <!--   namespace="http://autoquest.informatik.uni-goettingen.de/httpexchange"--> 
    13      
     11  <xsd:include 
     12    namespace="http://autoquest.informatik.uni-goettingen.de/httpexchange" 
     13    schemaLocation="HttpExchangeStructure.xsd" /> 
    1414   
    1515  <xsd:element name="session" type="tns:Session" /> 
Note: See TracChangeset for help on using the changeset viewer.