You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/02/10 19:39:50 UTC

svn commit: r743051 - in /james/mailet/standard/trunk/src/main/appended-resources: ./ supplemental-models.xml

Author: rdonkin
Date: Tue Feb 10 18:39:50 2009
New Revision: 743051

URL: http://svn.apache.org/viewvc?rev=743051&view=rev
Log:
Add JavaMail details. MAILETSTANDARD-1.

Added:
    james/mailet/standard/trunk/src/main/appended-resources/
    james/mailet/standard/trunk/src/main/appended-resources/supplemental-models.xml

Added: james/mailet/standard/trunk/src/main/appended-resources/supplemental-models.xml
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/src/main/appended-resources/supplemental-models.xml?rev=743051&view=auto
==============================================================================
--- james/mailet/standard/trunk/src/main/appended-resources/supplemental-models.xml (added)
+++ james/mailet/standard/trunk/src/main/appended-resources/supplemental-models.xml Tue Feb 10 18:39:50 2009
@@ -0,0 +1,55 @@
+<?xml version='1.0'?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.    
+-->
+<supplementalDataModels>
+  <supplement>
+    <project>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <name>Java Mail API</name>
+      <organization>
+        <name>Sun Microsystems</name>
+        <url>http://java.sun.com/</url>
+      </organization>
+      <licenses>
+        <license>
+          <name>Common Development and Distribution License (CDDL) v1.0</name>
+          <url>https://glassfish.dev.java.net/public/CDDLv1.0.html</url>
+        </license>
+      </licenses>
+    </project>
+  </supplement>
+  <supplement>
+    <project>
+      <groupId>javax.activation</groupId>
+      <artifactId>activation</artifactId>
+      <name>JavaBeans Activation Framework (JAF)</name>
+      <organization>
+        <name>Sun Microsystems</name>
+        <url>http://java.sun.com/</url>
+      </organization>
+      <licenses>
+        <license>
+          <name>Common Development and Distribution License (CDDL) v1.0</name>
+          <url>https://glassfish.dev.java.net/public/CDDLv1.0.html</url>
+        </license>
+      </licenses>
+    </project>
+  </supplement>
+</supplementalDataModels>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org