source: contrib/MailArchiver/sources/vendor/mime4j/apache-mime4j-0.7-SNAPSHOT-20110327.010440-17/core/src/main/appended-resources/supplemental-models.xml @ 6785

Revision 6785, 1.9 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<supplementalDataModels>
3  <!--
4  Licensed to the Apache Software Foundation (ASF) under one or more
5  contributor license agreements.  See the NOTICE file distributed with
6  this work for additional information regarding copyright ownership.
7  The ASF licenses this file to You under the Apache License, Version 2.0
8  (the "License"); you may not use this file except in compliance with
9  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, software
14  distributed  under the  License is distributed on an "AS IS" BASIS,
15  WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
16  implied.
17 
18  See the License for the specific language governing permissions and
19  limitations under the License.
20  -->
21  <supplement>
22    <project>
23      <groupId>commons-io</groupId>
24      <artifactId>commons-io</artifactId>
25      <name>Apache Commons IO</name>
26      <url>http://jakarta.apache.org/commons/io/</url>
27      <organization>
28        <name>The Apache Software Foundation</name>
29        <url>http://www.apache.org/</url>
30      </organization>
31      <licenses>
32        <license>
33          <name>Apache License, Version 2.0</name>
34          <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
35          <distribution>repo</distribution>
36        </license>
37      </licenses>
38    </project>
39  </supplement>
40  <supplement>
41    <project>
42      <groupId>junit</groupId>
43      <artifactId>junit</artifactId>
44      <name>JUnit</name>
45      <url>http://www.junit.org/</url>
46      <organization>
47          <name>Kent Beck, Erich Gamma, and David Saff</name>
48      </organization>
49      <licenses>
50        <license>
51          <name>Common Public License Version 1.0</name>
52          <url>http://www.opensource.org/licenses/cpl.php</url>
53        </license>
54      </licenses>
55    </project>
56  </supplement>
57</supplementalDataModels>
Note: See TracBrowser for help on using the repository browser.