djencks     2005/03/09 01:00:45

  Modified:    modules/openejb-builder/src/schema corba-tss-config_1_0.xsd
  Log:

  keep the list of openorb jars in only one place, and make it complete.  
Convert the C/TSSConfigEditors to xml-attributes.  Fix the tss schema, and the 
xml in that schema.
  
  Revision  Changes    Path
  1.2       +1 -1      
openejb/modules/openejb-builder/src/schema/corba-tss-config_1_0.xsd
  
  Index: corba-tss-config_1_0.xsd
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/openejb-builder/src/schema/corba-tss-config_1_0.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- corba-tss-config_1_0.xsd  8 Mar 2005 04:08:31 -0000       1.1
  +++ corba-tss-config_1_0.xsd  9 Mar 2005 06:00:45 -0000       1.2
  @@ -87,7 +87,7 @@
               <xsd:element name="description" type="j2ee:descriptionType" 
minOccurs="0" maxOccurs="unbounded"/>
               <xsd:element name="supports" type="tss:associationOptionList"/>
               <xsd:element name="requires" type="tss:associationOptionList"/>
  -            <xsd:group ref="tss:trustGroup"/>
  +            <xsd:group ref="tss:trustGroup" minOccurs="0"/>
           </xsd:sequence>
           <xsd:attribute name="port" type="xsd:short" use="required"/>
           <xsd:attribute name="hostname" type="xsd:string" use="required"/>
  
  
  

Reply via email to