Author: davidb
Date: Fri Jan 30 13:48:49 2009
New Revision: 739275
URL: http://svn.apache.org/viewvc?rev=739275&view=rev
Log:
Propery generate LICENSE, NOTICE and DEPENDENCIES files.
Added:
cxf/dosgi/trunk/distribution/multi-bundle/src/main/appended-resources/
cxf/dosgi/trunk/distribution/multi-bundle/src/main/appended-resources/META-INF/
cxf/dosgi/trunk/distribution/multi-bundle/src/main/appended-resources/META-INF/NOTICE
cxf/dosgi/trunk/distribution/single-bundle/src/main/appended-resources/
cxf/dosgi/trunk/distribution/single-bundle/src/main/appended-resources/META-INF/
cxf/dosgi/trunk/distribution/single-bundle/src/main/appended-resources/META-INF/NOTICE
Modified:
cxf/dosgi/trunk/distribution/multi-bundle/pom.xml
cxf/dosgi/trunk/distribution/multi-bundle/src/main/assembly/assembly.xml
cxf/dosgi/trunk/distribution/single-bundle/pom.xml
cxf/dosgi/trunk/parent/pom.xml
Modified: cxf/dosgi/trunk/distribution/multi-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/pom.xml?rev=739275&r1=739274&r2=739275&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/multi-bundle/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/multi-bundle/pom.xml Fri Jan 30 13:48:49 2009
@@ -31,7 +31,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-dosgi-ri-distribution-parent</artifactId>
<version>1.0-SNAPSHOT</version>
- <relativePath>../../parent/pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<properties>
Added:
cxf/dosgi/trunk/distribution/multi-bundle/src/main/appended-resources/META-INF/NOTICE
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/src/main/appended-resources/META-INF/NOTICE?rev=739275&view=auto
==============================================================================
---
cxf/dosgi/trunk/distribution/multi-bundle/src/main/appended-resources/META-INF/NOTICE
(added)
+++
cxf/dosgi/trunk/distribution/multi-bundle/src/main/appended-resources/META-INF/NOTICE
Fri Jan 30 13:48:49 2009
@@ -0,0 +1,52 @@
+This product contains interfaces and specifications Copyright The OSGi
Alliance.
+
+This product also includes schemas and specification developed by:
+ - the W3C consortium (http://www.w3c.org)
+ (http://www.w3.org/XML/1998/namespace)
+
+
+This product also includes WS-* schemas developed by International
+ Business Machines Corporation, Microsoft Corporation, BEA Systems,
+ TIBCO Software, SAP AG, Sonic Software, and VeriSign
+ (http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd)
+ (http://schemas.xmlsoap.org/ws/2004/08/addressing/)
+ (http://schemas.xmlsoap.org/wsdl/http)
+ (http://schemas.xmlsoap.org/ws/2005/02/rm/wsrm.xsd)
+ (http://www.w3.org/2005/08/addressing/ws-addr.xsd)
+
+
+This product contains includes JDOM:
+ Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
+ All rights reserved.
+
+
+The product contains code (StaxBuilder.java) that is
+ Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
+ All rights reserved.
+
+
+Java classes (source and binary) under org.apache.cxf.jaxws.javaee
+are generated from schema available here:
+(http://java.sun.com/xml/ns/javaee/javaee_5.xsd)
+
+
+This product also includes MTOSI wsdl and schemas developed by the
+TeleManagement Forum (http://www.tmforum.org/browse.aspx). The original
+MTOSI wsdl and schemas can be download from
+(http://sourceforge.net/projects/mtosi-ri)
+
+
+Portions of the included XmlSchema library are Copyright 2006 International
Business Machines Corp.
+
+
+Portions of the included xml-apis library were originally based on the
following:
+ - software copyright (c) 1999, IBM Corporation., http://www.ibm.com.
+ - software copyright (c) 1999, Sun Microsystems., http://www.sun.com.
+ - software copyright (c) 2000 World Wide Web Consortium, http://www.w3.org
+
+
+Portions of the included xmlbeans library were originally based on the
following:
+ - software copyright (c) 2000-2003, BEA Systems, <http://www.bea.com/>.
+
+
+
Modified:
cxf/dosgi/trunk/distribution/multi-bundle/src/main/assembly/assembly.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/src/main/assembly/assembly.xml?rev=739275&r1=739274&r2=739275&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/multi-bundle/src/main/assembly/assembly.xml
(original)
+++ cxf/dosgi/trunk/distribution/multi-bundle/src/main/assembly/assembly.xml
Fri Jan 30 13:48:49 2009
@@ -27,5 +27,9 @@
<directory>target/distribution_bundles</directory>
<outputDirectory>bundles</outputDirectory>
</fileSet>
+ <fileSet>
+ <directory>target/maven-shared-archive-resources/META-INF</directory>
+ <outputDirectory>.</outputDirectory>
+ </fileSet>
</fileSets>
</assembly>
Modified: cxf/dosgi/trunk/distribution/single-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/single-bundle/pom.xml?rev=739275&r1=739274&r2=739275&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/single-bundle/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/single-bundle/pom.xml Fri Jan 30 13:48:49 2009
@@ -31,7 +31,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-dosgi-ri-distribution-parent</artifactId>
<version>1.0-SNAPSHOT</version>
- <relativePath>../../parent/pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<properties>
@@ -218,10 +218,6 @@
<Include-Resource>
@cxf-bundle-minimal-${cxf.version}.jar!/META-INF/spring.*,
@cxf-bundle-minimal-${cxf.version}.jar!/META-INF/cxf/*,
- @cxf-bundle-minimal-${cxf.version}.jar!/META-INF/DEPENDENCIES,
- @cxf-bundle-minimal-${cxf.version}.jar!/META-INF/LICENSE,
- @cxf-bundle-minimal-${cxf.version}.jar!/META-INF/NOTICE,
- @cxf-bundle-minimal-${cxf.version}.jar!/META-INF/NOTICE.jdom,
{maven-resources}
</Include-Resource>
<Import-Package>
Added:
cxf/dosgi/trunk/distribution/single-bundle/src/main/appended-resources/META-INF/NOTICE
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/single-bundle/src/main/appended-resources/META-INF/NOTICE?rev=739275&view=auto
==============================================================================
---
cxf/dosgi/trunk/distribution/single-bundle/src/main/appended-resources/META-INF/NOTICE
(added)
+++
cxf/dosgi/trunk/distribution/single-bundle/src/main/appended-resources/META-INF/NOTICE
Fri Jan 30 13:48:49 2009
@@ -0,0 +1,52 @@
+This product contains interfaces and specifications Copyright The OSGi
Alliance.
+
+This product also includes schemas and specification developed by:
+ - the W3C consortium (http://www.w3c.org)
+ (http://www.w3.org/XML/1998/namespace)
+
+
+This product also includes WS-* schemas developed by International
+ Business Machines Corporation, Microsoft Corporation, BEA Systems,
+ TIBCO Software, SAP AG, Sonic Software, and VeriSign
+ (http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd)
+ (http://schemas.xmlsoap.org/ws/2004/08/addressing/)
+ (http://schemas.xmlsoap.org/wsdl/http)
+ (http://schemas.xmlsoap.org/ws/2005/02/rm/wsrm.xsd)
+ (http://www.w3.org/2005/08/addressing/ws-addr.xsd)
+
+
+This product contains includes JDOM:
+ Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
+ All rights reserved.
+
+
+The product contains code (StaxBuilder.java) that is
+ Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
+ All rights reserved.
+
+
+Java classes (source and binary) under org.apache.cxf.jaxws.javaee
+are generated from schema available here:
+(http://java.sun.com/xml/ns/javaee/javaee_5.xsd)
+
+
+This product also includes MTOSI wsdl and schemas developed by the
+TeleManagement Forum (http://www.tmforum.org/browse.aspx). The original
+MTOSI wsdl and schemas can be download from
+(http://sourceforge.net/projects/mtosi-ri)
+
+
+Portions of the included XmlSchema library are Copyright 2006 International
Business Machines Corp.
+
+
+Portions of the included xml-apis library were originally based on the
following:
+ - software copyright (c) 1999, IBM Corporation., http://www.ibm.com.
+ - software copyright (c) 1999, Sun Microsystems., http://www.sun.com.
+ - software copyright (c) 2000 World Wide Web Consortium, http://www.w3.org
+
+
+Portions of the included xmlbeans library were originally based on the
following:
+ - software copyright (c) 2000-2003, BEA Systems, <http://www.bea.com/>.
+
+
+
Modified: cxf/dosgi/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/parent/pom.xml?rev=739275&r1=739274&r2=739275&view=diff
==============================================================================
--- cxf/dosgi/trunk/parent/pom.xml (original)
+++ cxf/dosgi/trunk/parent/pom.xml Fri Jan 30 13:48:49 2009
@@ -13,7 +13,12 @@
<packaging>pom</packaging>
<name>Distributed OSGI Reference Implementation Parent</name>
-
+ <inceptionYear>2008</inceptionYear>
+
+ <organization>
+ <name>Apache Software Foundation</name>
+ <url>http://cxf.apache.org/</url>
+ </organization>
<properties>
<cxf.version>2.2-SNAPSHOT</cxf.version>
@@ -105,6 +110,38 @@
</plugin>
</plugins>
</pluginManagement>
+
+ <plugins>
+ <plugin>
+ <artifactId>maven-remote-resources-plugin</artifactId>
+ <version>1.0</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-buildtools</artifactId>
+ <version>${cxf.version}</version>
+ </dependency>
+ </dependencies>
+ <executions>
+ <execution>
+ <goals>
+ <goal>process</goal>
+ </goals>
+ <configuration>
+ <resourceBundles>
+
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
+ </resourceBundles>
+ <supplementalModels>
+
<supplementalModel>notice-supplements.xml</supplementalModel>
+ </supplementalModels>
+ <properties>
+ <projectName>Apache CXF Distributed OSGi DSW
Reference Implementation</projectName>
+ </properties>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
</build>
<repositories>