You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2010/06/28 14:53:24 UTC

svn commit: r958562 - in /incubator/chemistry/opencmis/trunk: pom.xml src/main/appended-resources/ src/main/appended-resources/supplemental-models.xml

Author: fmui
Date: Mon Jun 28 12:53:24 2010
New Revision: 958562

URL: http://svn.apache.org/viewvc?rev=958562&view=rev
Log:
- added a few more licenses

Added:
    incubator/chemistry/opencmis/trunk/src/main/appended-resources/
    incubator/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml
Modified:
    incubator/chemistry/opencmis/trunk/pom.xml

Modified: incubator/chemistry/opencmis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/pom.xml?rev=958562&r1=958561&r2=958562&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/pom.xml (original)
+++ incubator/chemistry/opencmis/trunk/pom.xml Mon Jun 28 12:53:24 2010
@@ -461,6 +461,10 @@
                                         <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
                                         <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
                                     </resourceBundles>
+                                    <supplementalModels>
+                                        <supplementalModel>supplemental-models.xml</supplementalModel>
+                                    </supplementalModels>
+                                    <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
                                 </configuration>
                             </execution>
                         </executions>

Added: incubator/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml?rev=958562&view=auto
==============================================================================
--- incubator/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml (added)
+++ incubator/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml Mon Jun 28 12:53:24 2010
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<supplementalDataModels>
+    <supplement>
+        <project>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-impl</artifactId>
+            <version>2.1.11</version>
+            <name>Sun JAXB Reference Implementation Runtime</name>
+            <url>https://jaxb.dev.java.net/</url>
+            <organization>
+                <name>Sun Microsystems, Inc</name>
+                <url>http://www.sun.com/</url>
+            </organization>
+            <licenses>
+                <license>
+                    <name>Dual license consisting of the CDDL v1.0 and GPL v2</name>
+                    <url>https://glassfish.dev.java.net/public/CDDL+GPL.html</url>
+                </license>
+            </licenses>
+        </project>
+    </supplement>
+    <supplement>
+        <project>
+            <groupId>com.sun.xml.messaging.saaj</groupId>
+            <artifactId>saaj-impl</artifactId>
+            <version>1.3.3</version>
+            <name>Sun SAAJ Standard Implementation</name>
+            <url>https://saaj.dev.java.net/</url>
+            <organization>
+                <name>Sun Microsystems, Inc</name>
+                <url>http://www.sun.com/</url>
+            </organization>
+            <licenses>
+                <license>
+                    <name>Dual license consisting of the CDDL v1.0 and GPL v2</name>
+                    <url>https://glassfish.dev.java.net/public/CDDL+GPL.html</url>
+                </license>
+            </licenses>
+        </project>
+    </supplement>
+    <supplement>
+        <project>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+            <version>2.1</version>
+            <name>Java Architecture for XML Binding</name>
+            <organization>
+                <name>Sun Microsystems, Inc</name>
+                <url>http://www.sun.com/</url>
+            </organization>
+            <licenses>
+                <license>
+                    <name>Common Development And Distribution License (CDDL) Version 1.0</name>
+                    <url>http://www.sun.com/cddl/cddl.html</url>
+                </license>
+            </licenses>
+        </project>
+    </supplement>
+    <supplement>
+        <project>
+            <groupId>javax.activation</groupId>
+            <artifactId>activation</artifactId>
+            <version>1.1</version>
+            <name>JavaBeans(TM) Activation Framework Specification</name>
+            <organization>
+                <name>Sun Microsystems, Inc</name>
+                <url>http://www.sun.com/</url>
+            </organization>
+            <licenses>
+                <license>
+                    <name>Common Development And Distribution License (CDDL) Version 1.0</name>
+                    <url>http://www.sun.com/cddl/cddl.html</url>
+                </license>
+            </licenses>
+        </project>
+  </supplement>
+</supplementalDataModels>
\ No newline at end of file