]> source.dussan.org Git - archiva.git/blob
e370abea89009adab75ff6c028a8b61eebcaae1a
[archiva.git] /
1 <?xml version="1.0" ?>
2 <!--
3   ~ Licensed to the Apache Software Foundation (ASF) under one
4   ~ or more contributor license agreements.  See the NOTICE file
5   ~ distributed with this work for additional information
6   ~ regarding copyright ownership.  The ASF licenses this file
7   ~ to you under the Apache License, Version 2.0 (the
8   ~ "License"); you may not use this file except in compliance
9   ~ with the License.  You may obtain a copy of the License at
10   ~
11   ~   http://www.apache.org/licenses/LICENSE-2.0
12   ~
13   ~ Unless required by applicable law or agreed to in writing,
14   ~ software distributed under the License is distributed on an
15   ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16   ~ KIND, either express or implied.  See the License for the
17   ~ specific language governing permissions and limitations
18   ~ under the License.
19   -->
20 <model>
21   <id>archiva-client</id>
22   <name>ArchivaClient</name>
23   <version>1.0.0</version>
24   <description>Archiva web services model.</description>
25   <defaults>
26     <default>
27       <key>package</key>
28       <value>org.apache.maven.archiva.web.xmlrpc.api</value>
29     </default>
30   </defaults>
31   <classes>
32     <class>
33       <name>ManagedRepository</name>
34       <version>1.0.0+</version>
35       <description><![CDATA[
36         This class represents a managed repository.
37       ]]></description>
38       <fields>
39         <field>
40           <name>id</name>
41           <version>1.0.0+</version>
42           <required>true</required>
43           <type>String</type>
44           <identifier>true</identifier>
45         </field>
46         <field>
47           <name>name</name>
48           <version>1.0.0+</version>
49           <type>String</type>
50         </field>
51         <field>
52           <name>url</name>
53           <version>1.0.0+</version>
54           <type>String</type>
55         </field>
56         <field>
57           <name>layout</name>
58           <version>1.0.0+</version>
59           <type>String</type>
60         </field>
61         <field>
62           <name>snapshots</name>
63           <version>1.0.0+</version>
64           <type>boolean</type>
65         </field>
66         <field>
67           <name>releases</name>
68           <version>1.0.0+</version>
69           <type>boolean</type>
70         </field>
71       </fields>
72     </class>    
73     <class>
74       <name>RemoteRepository</name>
75       <version>1.0.0+</version>
76       <description><![CDATA[
77         This class represents a remote repository.
78       ]]></description>
79       <fields>
80         <field>
81           <name>id</name>
82           <version>1.0.0+</version>
83           <required>true</required>
84           <type>String</type>
85           <identifier>true</identifier>
86         </field>
87         <field>
88           <name>name</name>
89           <version>1.0.0+</version>
90           <type>String</type>
91         </field>
92         <field>
93           <name>url</name>
94           <version>1.0.0+</version>
95           <type>String</type>
96         </field>
97         <field>
98           <name>layout</name>
99           <version>1.0.0+</version>
100           <type>String</type>
101         </field>
102       </fields>
103     </class>        
104   </classes>
105 </model>