You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/04/09 19:21:33 UTC

svn commit: r526844 - in /incubator/cxf/trunk: buildtools/src/main/resources/notice-supplements.xml parent/pom.xml

Author: dkulp
Date: Mon Apr  9 10:21:32 2007
New Revision: 526844

URL: http://svn.apache.org/viewvc?view=rev&rev=526844
Log:
Update to junit 4.3.1 (@Ignore works on a full class)
Prepare parent/buildtools for RR 1.0-alpha-5 to completely fill in NOTICE files


Added:
    incubator/cxf/trunk/buildtools/src/main/resources/notice-supplements.xml   (with props)
Modified:
    incubator/cxf/trunk/parent/pom.xml

Added: incubator/cxf/trunk/buildtools/src/main/resources/notice-supplements.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/buildtools/src/main/resources/notice-supplements.xml?view=auto&rev=526844
==============================================================================
--- incubator/cxf/trunk/buildtools/src/main/resources/notice-supplements.xml (added)
+++ incubator/cxf/trunk/buildtools/src/main/resources/notice-supplements.xml Mon Apr  9 10:21:32 2007
@@ -0,0 +1,95 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<supplementalDataModels>
+    <supplements>
+        <supplement>
+            <![CDATA[
+ <project>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <name>Sun JAXB Reference Implementation Runtime</name>
+ <organization>
+ <name>Sun Microsystems</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>
+            <![CDATA[
+ <project>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-xjc</artifactId>
+ <name>Sun JAXB Reference Implementation Tools</name>
+ <organization>
+ <name>Sun Microsystems</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>
+            <![CDATA[
+ <project>
+ <groupId>com.sun.xml.messaging.saaj</groupId>
+ <artifactId>saaj-impl</artifactId>
+ <name>Sun SAAJ Reference Implementation</name>
+ <organization>
+ <name>Sun Microsystems</name>
+ <url>http://www.sun.com/</url>
+ </organization>
+ </project>
+ ]]>
+        </supplement>
+
+        <supplement>
+            <![CDATA[
+ <project>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ <name>Java API for XML-Based Web Services (JAX-WS API)</name>
+ <organization>
+ <name>Sun Microsystems</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>
+            <![CDATA[
+ <project>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <name>Java Architecture for XML Binding (JAXB API)</name>
+ <organization>
+ <name>Sun Microsystems</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>
+    </supplements>
+</supplementalDataModels>

Propchange: incubator/cxf/trunk/buildtools/src/main/resources/notice-supplements.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/trunk/buildtools/src/main/resources/notice-supplements.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/trunk/buildtools/src/main/resources/notice-supplements.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: incubator/cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/parent/pom.xml?view=diff&rev=526844&r1=526843&r2=526844
==============================================================================
--- incubator/cxf/trunk/parent/pom.xml (original)
+++ incubator/cxf/trunk/parent/pom.xml Mon Apr  9 10:21:32 2007
@@ -221,6 +221,13 @@
             <plugin>
                 <artifactId>maven-remote-resources-plugin</artifactId>
                 <version>1.0-alpha-4</version>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.cxf</groupId>
+                        <artifactId>cxf-buildtools</artifactId>
+                        <version>${project.version}</version>
+                    </dependency>
+                </dependencies>
                 <executions>
                     <execution>
                         <goals>
@@ -231,6 +238,9 @@
                                 <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
                                 <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
                             </resourceBundles>
+                            <supplementalModels>
+                                <supplementalModel>notice-supplements.xml</supplementalModel>
+                            </supplementalModels>
                             <properties>
                                 <addLicense>true</addLicense>
                                 <projectName>Apache CXF</projectName>
@@ -249,7 +259,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.2</version>
+                <version>4.3.1</version>
                 <scope>test</scope>
             </dependency>