Author: gnodet
Date: Thu Sep 21 00:10:14 2006
New Revision: 448478
URL: http://svn.apache.org/viewvc?view=rev&rev=448478
Log:
SM-482: Missing jars in BPE component (msv libraries)
Modified:
incubator/servicemix/trunk/LICENSE
incubator/servicemix/trunk/pom.xml
incubator/servicemix/trunk/servicemix-bpe/pom.xml
incubator/servicemix/trunk/servicemix-bpe/src/main/jbi/META-INF/LICENSE
Modified: incubator/servicemix/trunk/LICENSE
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/LICENSE?view=diff&rev=448478&r1=448477&r2=448478
==============================================================================
--- incubator/servicemix/trunk/LICENSE (original)
+++ incubator/servicemix/trunk/LICENSE Thu Sep 21 00:10:14 2006
@@ -1571,3 +1571,42 @@
on the JDOM Project, please see <http://www.jdom.org/>.
*/
+
+=========================================================================
+== MSV License ==
+=========================================================================
+
+Copyright (c) 2001-2005 Sun Microsystems, Inc. All Rights Reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ - Redistribution in binary form must reproduct the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ Neither the name of Sun Microsystems, Inc. or the names of
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+ This software is provided "AS IS," without a warranty of any kind. ALL
+ EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
+ INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
+ PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN AND
+ ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES OR LIABILITIES
+ SUFFERED BY LICENSEE AS A RESULT OF OR RELATING TO USE, MODIFICATION
+ OR DISTRIBUTION OF THE SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL
+ SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA,
+ OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR
+ PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
+ LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE,
+ EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+ You acknowledge that Software is not designed,licensed or intended for
+ use in the design, construction, operation or maintenance of any
+ nuclear facility.
+
Modified: incubator/servicemix/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=448478&r1=448477&r2=448478
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Thu Sep 21 00:10:14 2006
@@ -210,6 +210,7 @@
<wsdl4j-version>1.5.2</wsdl4j-version>
<commons-beanutils-version>1.7.0</commons-beanutils-version>
<woodstox-version>3.0.0</woodstox-version>
+ <msv-version>20050913</msv-version>
</properties>
<profiles>
@@ -1388,6 +1389,21 @@
<groupId>org.objectweb.howl</groupId>
<artifactId>howl</artifactId>
<version>1.0.1-1</version>
+ </dependency>
+ <dependency>
+ <groupId>msv</groupId>
+ <artifactId>msv</artifactId>
+ <version>${msv-version}</version>
+ </dependency>
+ <dependency>
+ <groupId>msv</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ <version>${msv-version}</version>
+ </dependency>
+ <dependency>
+ <groupId>msv</groupId>
+ <artifactId>xsdlib</artifactId>
+ <version>${msv-version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Modified: incubator/servicemix/trunk/servicemix-bpe/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-bpe/pom.xml?view=diff&rev=448478&r1=448477&r2=448478
==============================================================================
--- incubator/servicemix/trunk/servicemix-bpe/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-bpe/pom.xml Thu Sep 21 00:10:14 2006
@@ -117,6 +117,18 @@
<artifactId>xbean-spring</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>msv</groupId>
+ <artifactId>msv</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>msv</groupId>
+ <artifactId>relaxngDatatype</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>msv</groupId>
+ <artifactId>xsdlib</artifactId>
+ </dependency>
</dependencies>
<build>
Modified:
incubator/servicemix/trunk/servicemix-bpe/src/main/jbi/META-INF/LICENSE
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-bpe/src/main/jbi/META-INF/LICENSE?view=diff&rev=448478&r1=448477&r2=448478
==============================================================================
--- incubator/servicemix/trunk/servicemix-bpe/src/main/jbi/META-INF/LICENSE
(original)
+++ incubator/servicemix/trunk/servicemix-bpe/src/main/jbi/META-INF/LICENSE Thu
Sep 21 00:10:14 2006
@@ -233,3 +233,40 @@
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+ LICENSE for msv libraries
+
+ Copyright (c) 2001-2005 Sun Microsystems, Inc. All Rights Reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ - Redistribution in binary form must reproduct the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ Neither the name of Sun Microsystems, Inc. or the names of
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+ This software is provided "AS IS," without a warranty of any kind. ALL
+ EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
+ INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
+ PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN AND
+ ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES OR LIABILITIES
+ SUFFERED BY LICENSEE AS A RESULT OF OR RELATING TO USE, MODIFICATION
+ OR DISTRIBUTION OF THE SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL
+ SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA,
+ OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR
+ PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
+ LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE,
+ EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+ You acknowledge that Software is not designed,licensed or intended for
+ use in the design, construction, operation or maintenance of any
+ nuclear facility.