summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-11-16 17:06:04 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-11-16 17:06:04 +0000
commit41212d11822468139d3d2b88feff0f8cb71ac27d (patch)
treef4218767615ad54f82e1c4e826ae3120d8f1ae81
parent4c3ced9c98a6f0f3ddad63f74e01db2b10a84e87 (diff)
downloadqpid-python-41212d11822468139d3d2b88feff0f8cb71ac27d.tar.gz
Fixed runtime dependency in the management console.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@595740 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/management/eclipse-plugin/pom.xml7
-rw-r--r--java/resources/NOTICE21
2 files changed, 28 insertions, 0 deletions
diff --git a/java/management/eclipse-plugin/pom.xml b/java/management/eclipse-plugin/pom.xml
index 7b3da3b1cf..fd8bdce74f 100644
--- a/java/management/eclipse-plugin/pom.xml
+++ b/java/management/eclipse-plugin/pom.xml
@@ -55,6 +55,13 @@
<dependencies>
<dependency>
+ <groupId>com.ibm.icu</groupId>
+ <artifactId>com.ibm.icu</artifactId>
+ <version>3.4.4</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.eclipse.jface</groupId>
<artifactId>org.eclipse.jface</artifactId>
<version>3.2.0</version>
diff --git a/java/resources/NOTICE b/java/resources/NOTICE
index 8100c0ab4b..d550578281 100644
--- a/java/resources/NOTICE
+++ b/java/resources/NOTICE
@@ -61,3 +61,24 @@ License: Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0)
This product includes/uses software, Xalan - xalan:xalan:jar:2.7.0
developed by Apache Software Foundation (http://www.apache.org)
License: Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0)
+
+This product includes/uses software, ICU4J - ICU4J 3.4.4
+developed by the ICU Project (http://icu-project.org/)
+License: http://source.icu-project.org/repos/icu/icu/trunk/license.html
+
+ICU License - ICU 1.8.1 and later
+
+COPYRIGHT AND PERMISSION NOTICE
+
+Copyright (c) 1995-2006 International Business Machines Corporation and others
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, provided that the above copyright notice(s) and this permission notice appear in all copies of the Software and that both the above copyright notice(s) and this permission notice appear in supporting documentation.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization of the copyright holder.
+
+All trademarks and registered trademarks mentioned herein are the property of their respective owners.
+