Added: karaf/branches/karaf-2.2.x/shell/web/NOTICE URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/shell/web/NOTICE?rev=1174005&view=auto ============================================================================== --- karaf/branches/karaf-2.2.x/shell/web/NOTICE (added) +++ karaf/branches/karaf-2.2.x/shell/web/NOTICE Thu Sep 22 09:11:10 2011 @@ -0,0 +1,48 @@ +Apache Karaf +Copyright 2010 The Apache Software Foundation + + +I. Included Software + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). +Licensed under the Apache License 2.0. + +This product includes software written by +Antony Lesuisse. +Licensed under Public Domain. + + +II. Used Software + +This product uses software developed at +The OSGi Alliance (http://www.osgi.org/). +Copyright (c) OSGi Alliance (2000, 2010). +Licensed under the Apache License 2.0. + +This product uses software developed at +OPS4J (http://www.ops4j.org/). +Licensed under the Apache License 2.0. + +This product uses software developed at +FUSE Source (http://www.fusesource.org/). +Licensed under the Apache License 2.0. + +This product uses software developed at +Tanuki Software (http://www.tanukisoftware.com/). +Licensed under the Apache License 2.0. + +This product uses software developed at +JLine (http://jline.sourceforge.net). +Licensed under the BSD License. + +This product uses software developed at +SLF4J (http://www.slf4j.org/). +Licensed under the MIT License. + +This product includes software from http://www.json.org. +Copyright (c) 2002 JSON.org + + +III. License Summary +- Apache License 2.0
Modified: karaf/branches/karaf-2.2.x/shell/web/pom.xml URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/shell/web/pom.xml?rev=1174005&r1=1174004&r2=1174005&view=diff ============================================================================== --- karaf/branches/karaf-2.2.x/shell/web/pom.xml (original) +++ karaf/branches/karaf-2.2.x/shell/web/pom.xml Thu Sep 22 09:11:10 2011 @@ -1,18 +1,36 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>shell</artifactId> <groupId>org.apache.karaf.shell</groupId> + <artifactId>shell</artifactId> <version>2.2.4-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.apache.karaf.shell.web</artifactId> <packaging>bundle</packaging> <name>Apache Karaf :: Shell :: Web Commands</name> - <version>2.2.4-SNAPSHOT</version> <description>This bundle provides Karaf shell commands to manipulate web application bundles.</description> <properties> @@ -83,4 +101,5 @@ </plugin> </plugins> </build> + </project> Modified: karaf/branches/karaf-2.2.x/shell/wrapper/pom.xml URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/shell/wrapper/pom.xml?rev=1174005&r1=1174004&r2=1174005&view=diff ============================================================================== --- karaf/branches/karaf-2.2.x/shell/wrapper/pom.xml (original) +++ karaf/branches/karaf-2.2.x/shell/wrapper/pom.xml Thu Sep 22 09:11:10 2011 @@ -25,6 +25,7 @@ <groupId>org.apache.karaf.shell</groupId> <artifactId>shell</artifactId> <version>2.2.4-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.apache.karaf.shell.wrapper</artifactId> @@ -113,4 +114,5 @@ </plugin> </plugins> </build> + </project> Added: karaf/branches/karaf-2.2.x/tooling/cmdhelp-maven-plugin/NOTICE URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/tooling/cmdhelp-maven-plugin/NOTICE?rev=1174005&view=auto ============================================================================== --- karaf/branches/karaf-2.2.x/tooling/cmdhelp-maven-plugin/NOTICE (added) +++ karaf/branches/karaf-2.2.x/tooling/cmdhelp-maven-plugin/NOTICE Thu Sep 22 09:11:10 2011 @@ -0,0 +1,48 @@ +Apache Karaf +Copyright 2010 The Apache Software Foundation + + +I. Included Software + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). +Licensed under the Apache License 2.0. + +This product includes software written by +Antony Lesuisse. +Licensed under Public Domain. + + +II. Used Software + +This product uses software developed at +The OSGi Alliance (http://www.osgi.org/). +Copyright (c) OSGi Alliance (2000, 2010). +Licensed under the Apache License 2.0. + +This product uses software developed at +OPS4J (http://www.ops4j.org/). +Licensed under the Apache License 2.0. + +This product uses software developed at +FUSE Source (http://www.fusesource.org/). +Licensed under the Apache License 2.0. + +This product uses software developed at +Tanuki Software (http://www.tanukisoftware.com/). +Licensed under the Apache License 2.0. + +This product uses software developed at +JLine (http://jline.sourceforge.net). +Licensed under the BSD License. + +This product uses software developed at +SLF4J (http://www.slf4j.org/). +Licensed under the MIT License. + +This product includes software from http://www.json.org. +Copyright (c) 2002 JSON.org + + +III. License Summary +- Apache License 2.0 Modified: karaf/branches/karaf-2.2.x/tooling/cmdhelp-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/tooling/cmdhelp-maven-plugin/pom.xml?rev=1174005&r1=1174004&r2=1174005&view=diff ============================================================================== --- karaf/branches/karaf-2.2.x/tooling/cmdhelp-maven-plugin/pom.xml (original) +++ karaf/branches/karaf-2.2.x/tooling/cmdhelp-maven-plugin/pom.xml Thu Sep 22 09:11:10 2011 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - + <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -18,52 +18,50 @@ See the License for the specific language governing permissions and limitations under the License. --> - + <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.karaf.tooling</groupId> - <artifactId>tooling</artifactId> - <version>2.2.4-SNAPSHOT</version> + <groupId>org.apache.karaf.tooling</groupId> + <artifactId>tooling</artifactId> + <version>2.2.4-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>cmdhelp-maven-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Apache Karaf :: Tooling :: Maven2 Command Help plugin</name> - - <description> - A Maven 2 plugin for extracting Karaf command helps into markup. - </description> + <description>A Maven 2 plugin for extracting Karaf command helps into markup.</description> <properties> <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory> </properties> <dependencies> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - </dependency> - <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - </dependency> - <dependency> - <groupId>org.apache.karaf.shell</groupId> - <artifactId>org.apache.karaf.shell.console</artifactId> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> - </dependency> - <dependency> - <groupId>org.apache.xbean</groupId> - <artifactId>xbean-finder-shaded</artifactId> - </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-project</artifactId> + </dependency> + <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + </dependency> + <dependency> + <groupId>org.apache.karaf.shell</groupId> + <artifactId>org.apache.karaf.shell.console</artifactId> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + </dependency> + <dependency> + <groupId>org.apache.xbean</groupId> + <artifactId>xbean-finder-shaded</artifactId> + </dependency> </dependencies> </project> Modified: karaf/branches/karaf-2.2.x/tooling/features-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/tooling/features-maven-plugin/pom.xml?rev=1174005&r1=1174004&r2=1174005&view=diff ============================================================================== --- karaf/branches/karaf-2.2.x/tooling/features-maven-plugin/pom.xml (original) +++ karaf/branches/karaf-2.2.x/tooling/features-maven-plugin/pom.xml Thu Sep 22 09:11:10 2011 @@ -25,6 +25,7 @@ <groupId>org.apache.karaf.tooling</groupId> <artifactId>tooling</artifactId> <version>2.2.4-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>features-maven-plugin</artifactId> Modified: karaf/branches/karaf-2.2.x/tooling/pom.xml URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/tooling/pom.xml?rev=1174005&r1=1174004&r2=1174005&view=diff ============================================================================== --- karaf/branches/karaf-2.2.x/tooling/pom.xml (original) +++ karaf/branches/karaf-2.2.x/tooling/pom.xml Thu Sep 22 09:11:10 2011 @@ -25,6 +25,7 @@ <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> <version>2.2.4-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.karaf.tooling</groupId> Modified: karaf/branches/karaf-2.2.x/tooling/testing/pom.xml URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/tooling/testing/pom.xml?rev=1174005&r1=1174004&r2=1174005&view=diff ============================================================================== --- karaf/branches/karaf-2.2.x/tooling/testing/pom.xml (original) +++ karaf/branches/karaf-2.2.x/tooling/testing/pom.xml Thu Sep 22 09:11:10 2011 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - + <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -18,22 +18,20 @@ See the License for the specific language governing permissions and limitations under the License. --> - + <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.karaf.tooling</groupId> - <artifactId>tooling</artifactId> - <version>2.2.4-SNAPSHOT</version> + <groupId>org.apache.karaf.tooling</groupId> + <artifactId>tooling</artifactId> + <version>2.2.4-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.apache.karaf.tooling.testing</artifactId> <packaging>bundle</packaging> <name>Apache Karaf :: Tooling :: Testing environment</name> - - <description> - A bundle to help using Pax-Exam and Karaf. - </description> + <description>A bundle to help using Pax-Exam and Karaf.</description> <properties> <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory> @@ -42,22 +40,22 @@ <dependencies> <!-- The assembly and all the dependencies --> <dependency> - <groupId>org.apache.karaf</groupId> - <artifactId>apache-karaf</artifactId> - <type>pom</type> + <groupId>org.apache.karaf</groupId> + <artifactId>apache-karaf</artifactId> + <type>pom</type> </dependency> <!-- Feature Files --> <dependency> - <groupId>org.apache.karaf.assemblies.features</groupId> - <artifactId>standard</artifactId> - <type>xml</type> - <classifier>features</classifier> + <groupId>org.apache.karaf.assemblies.features</groupId> + <artifactId>standard</artifactId> + <type>xml</type> + <classifier>features</classifier> </dependency> <dependency> - <groupId>org.apache.karaf.assemblies.features</groupId> - <artifactId>enterprise</artifactId> - <type>xml</type> - <classifier>features</classifier> + <groupId>org.apache.karaf.assemblies.features</groupId> + <artifactId>enterprise</artifactId> + <type>xml</type> + <classifier>features</classifier> </dependency> <!-- Pax EXAM --> <dependency> Added: karaf/branches/karaf-2.2.x/util/NOTICE URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/util/NOTICE?rev=1174005&view=auto ============================================================================== --- karaf/branches/karaf-2.2.x/util/NOTICE (added) +++ karaf/branches/karaf-2.2.x/util/NOTICE Thu Sep 22 09:11:10 2011 @@ -0,0 +1,48 @@ +Apache Karaf +Copyright 2010 The Apache Software Foundation + + +I. Included Software + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). +Licensed under the Apache License 2.0. + +This product includes software written by +Antony Lesuisse. +Licensed under Public Domain. + + +II. Used Software + +This product uses software developed at +The OSGi Alliance (http://www.osgi.org/). +Copyright (c) OSGi Alliance (2000, 2010). +Licensed under the Apache License 2.0. + +This product uses software developed at +OPS4J (http://www.ops4j.org/). +Licensed under the Apache License 2.0. + +This product uses software developed at +FUSE Source (http://www.fusesource.org/). +Licensed under the Apache License 2.0. + +This product uses software developed at +Tanuki Software (http://www.tanukisoftware.com/). +Licensed under the Apache License 2.0. + +This product uses software developed at +JLine (http://jline.sourceforge.net). +Licensed under the BSD License. + +This product uses software developed at +SLF4J (http://www.slf4j.org/). +Licensed under the MIT License. + +This product includes software from http://www.json.org. +Copyright (c) 2002 JSON.org + + +III. License Summary +- Apache License 2.0 Modified: karaf/branches/karaf-2.2.x/util/pom.xml URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/util/pom.xml?rev=1174005&r1=1174004&r2=1174005&view=diff ============================================================================== --- karaf/branches/karaf-2.2.x/util/pom.xml (original) +++ karaf/branches/karaf-2.2.x/util/pom.xml Thu Sep 22 09:11:10 2011 @@ -25,16 +25,13 @@ <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> <version>2.2.4-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.apache.karaf.util</artifactId> <packaging>jar</packaging> <name>Apache Karaf :: Util</name> - - <description> - Karaf Util contains utility classes used in different - Karaf modules. - </description> + <description>Karaf Util contains utility classes used in different Karaf modules.</description> <properties> <appendedResourcesDirectory>${basedir}/../etc/appended-resources</appendedResourcesDirectory> Modified: karaf/branches/karaf-2.2.x/webconsole/admin/pom.xml URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/webconsole/admin/pom.xml?rev=1174005&r1=1174004&r2=1174005&view=diff ============================================================================== --- karaf/branches/karaf-2.2.x/webconsole/admin/pom.xml (original) +++ karaf/branches/karaf-2.2.x/webconsole/admin/pom.xml Thu Sep 22 09:11:10 2011 @@ -25,6 +25,7 @@ <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> <version>2.2.4-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.apache.karaf.webconsole.admin</artifactId> Modified: karaf/branches/karaf-2.2.x/webconsole/branding/pom.xml URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/webconsole/branding/pom.xml?rev=1174005&r1=1174004&r2=1174005&view=diff ============================================================================== --- karaf/branches/karaf-2.2.x/webconsole/branding/pom.xml (original) +++ karaf/branches/karaf-2.2.x/webconsole/branding/pom.xml Thu Sep 22 09:11:10 2011 @@ -25,6 +25,7 @@ <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> <version>2.2.4-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.apache.karaf.webconsole.branding</artifactId> Added: karaf/branches/karaf-2.2.x/webconsole/console/NOTICE URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/webconsole/console/NOTICE?rev=1174005&view=auto ============================================================================== --- karaf/branches/karaf-2.2.x/webconsole/console/NOTICE (added) +++ karaf/branches/karaf-2.2.x/webconsole/console/NOTICE Thu Sep 22 09:11:10 2011 @@ -0,0 +1,48 @@ +Apache Karaf +Copyright 2010 The Apache Software Foundation + + +I. Included Software + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). +Licensed under the Apache License 2.0. + +This product includes software written by +Antony Lesuisse. +Licensed under Public Domain. + + +II. Used Software + +This product uses software developed at +The OSGi Alliance (http://www.osgi.org/). +Copyright (c) OSGi Alliance (2000, 2010). +Licensed under the Apache License 2.0. + +This product uses software developed at +OPS4J (http://www.ops4j.org/). +Licensed under the Apache License 2.0. + +This product uses software developed at +FUSE Source (http://www.fusesource.org/). +Licensed under the Apache License 2.0. + +This product uses software developed at +Tanuki Software (http://www.tanukisoftware.com/). +Licensed under the Apache License 2.0. + +This product uses software developed at +JLine (http://jline.sourceforge.net). +Licensed under the BSD License. + +This product uses software developed at +SLF4J (http://www.slf4j.org/). +Licensed under the MIT License. + +This product includes software from http://www.json.org. +Copyright (c) 2002 JSON.org + + +III. License Summary +- Apache License 2.0 Modified: karaf/branches/karaf-2.2.x/webconsole/console/pom.xml URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/webconsole/console/pom.xml?rev=1174005&r1=1174004&r2=1174005&view=diff ============================================================================== --- karaf/branches/karaf-2.2.x/webconsole/console/pom.xml (original) +++ karaf/branches/karaf-2.2.x/webconsole/console/pom.xml Thu Sep 22 09:11:10 2011 @@ -25,13 +25,13 @@ <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> <version>2.2.4-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.apache.karaf.webconsole.console</artifactId> <packaging>bundle</packaging> <name>Apache Karaf :: Web Console :: Console</name> - <description>This bundle is a repackaging of the Felix Web console with small security - related changed.</description> + <description>This bundle is a repackaging of the Felix Web console with small security related changed.</description> <properties> <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory> @@ -170,5 +170,4 @@ </plugins> </build> - </project> Modified: karaf/branches/karaf-2.2.x/webconsole/features/pom.xml URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/webconsole/features/pom.xml?rev=1174005&r1=1174004&r2=1174005&view=diff ============================================================================== --- karaf/branches/karaf-2.2.x/webconsole/features/pom.xml (original) +++ karaf/branches/karaf-2.2.x/webconsole/features/pom.xml Thu Sep 22 09:11:10 2011 @@ -25,6 +25,7 @@ <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> <version>2.2.4-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.apache.karaf.webconsole.features</artifactId> Modified: karaf/branches/karaf-2.2.x/webconsole/gogo/pom.xml URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/webconsole/gogo/pom.xml?rev=1174005&r1=1174004&r2=1174005&view=diff ============================================================================== --- karaf/branches/karaf-2.2.x/webconsole/gogo/pom.xml (original) +++ karaf/branches/karaf-2.2.x/webconsole/gogo/pom.xml Thu Sep 22 09:11:10 2011 @@ -25,6 +25,7 @@ <groupId>org.apache.karaf.webconsole</groupId> <artifactId>webconsole</artifactId> <version>2.2.4-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>org.apache.karaf.webconsole.gogo</artifactId> Modified: karaf/branches/karaf-2.2.x/webconsole/pom.xml URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/webconsole/pom.xml?rev=1174005&r1=1174004&r2=1174005&view=diff ============================================================================== --- karaf/branches/karaf-2.2.x/webconsole/pom.xml (original) +++ karaf/branches/karaf-2.2.x/webconsole/pom.xml Thu Sep 22 09:11:10 2011 @@ -19,25 +19,26 @@ limitations under the License. --> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.karaf</groupId> - <artifactId>karaf</artifactId> - <version>2.2.4-SNAPSHOT</version> - </parent> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.karaf</groupId> + <artifactId>karaf</artifactId> + <version>2.2.4-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> + </parent> + + <groupId>org.apache.karaf.webconsole</groupId> + <artifactId>webconsole</artifactId> + <packaging>pom</packaging> + <name>Apache Karaf :: Web Console</name> + + <modules> + <module>console</module> + <module>branding</module> + <module>features</module> + <module>gogo</module> + <module>admin</module> + </modules> - <groupId>org.apache.karaf.webconsole</groupId> - <artifactId>webconsole</artifactId> - <packaging>pom</packaging> - <name>Apache Karaf :: Web Console</name> - - <modules> - <module>console</module> - <module>branding</module> - <module>features</module> - <module>gogo</module> - <module>admin</module> - </modules> - </project>
