Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/10 15:41:38 (14 years ago)
Author:
gkronber
Message:

Worked on administration front-end for deployment service. #860 (Deployment server for plugin installation from web locations)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.Services.Deployment.Test/Service References/AdminService/HeuristicLab.Services.Deployment.DataAccess.xsd

    r2771 r2802  
    44  <xs:complexType name="ProductDescription">
    55    <xs:sequence>
    6       <xs:element minOccurs="0" name="Id" type="xs:long" />
    76      <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
    87      <xs:element minOccurs="0" name="Plugins" nillable="true" type="tns:ArrayOfPluginDescription" />
     
    2019    <xs:sequence>
    2120      <xs:element minOccurs="0" name="Dependencies" nillable="true" type="tns:ArrayOfPluginDescription" />
    22       <xs:element minOccurs="0" name="Id" type="xs:long" />
    2321      <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
    2422      <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/System" minOccurs="0" name="Version" nillable="true" type="q2:Version" />
Note: See TracChangeset for help on using the changeset viewer.