You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/10/26 14:44:05 UTC

svn commit: r1402484 - in /karaf/eik/trunk/plugins: ./ org.apache.commons.collections/ org.apache.commons.collections/META-INF/ org.apache.karaf.eik.core/META-INF/

Author: jbonofre
Date: Fri Oct 26 12:44:05 2012
New Revision: 1402484

URL: http://svn.apache.org/viewvc?rev=1402484&view=rev
Log:
[KARAF-1956] Add commons-collections 3.2.1 wrapper

Added:
    karaf/eik/trunk/plugins/org.apache.commons.collections/
    karaf/eik/trunk/plugins/org.apache.commons.collections/META-INF/
    karaf/eik/trunk/plugins/org.apache.commons.collections/META-INF/MANIFEST.MF
    karaf/eik/trunk/plugins/org.apache.commons.collections/NOTICE
    karaf/eik/trunk/plugins/org.apache.commons.collections/build.properties
    karaf/eik/trunk/plugins/org.apache.commons.collections/pom.xml
Modified:
    karaf/eik/trunk/plugins/org.apache.karaf.eik.core/META-INF/MANIFEST.MF
    karaf/eik/trunk/plugins/pom.xml

Added: karaf/eik/trunk/plugins/org.apache.commons.collections/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/karaf/eik/trunk/plugins/org.apache.commons.collections/META-INF/MANIFEST.MF?rev=1402484&view=auto
==============================================================================
--- karaf/eik/trunk/plugins/org.apache.commons.collections/META-INF/MANIFEST.MF (added)
+++ karaf/eik/trunk/plugins/org.apache.commons.collections/META-INF/MANIFEST.MF Fri Oct 26 12:44:05 2012
@@ -0,0 +1,39 @@
+Manifest-Version: 1.0
+Implementation-Title: Commons Collections
+Implementation-Vendor: The Apache Software Foundation
+Implementation-Vendor-Id: org.apache
+Implementation-Version: 3.2.1
+Specification-Title: Commons Collections
+Specification-Vendor: The Apache Software Foundation
+Specification-Version: 3.2.1
+Import-Package: org.apache.commons.collections;version="3.2.1",org.apa
+ che.commons.collections.bag;version="3.2.1",org.apache.commons.collec
+ tions.bidimap;version="3.2.1",org.apache.commons.collections.buffer;v
+ ersion="3.2.1",org.apache.commons.collections.collection;version="3.2
+ .1",org.apache.commons.collections.comparators;version="3.2.1",org.ap
+ ache.commons.collections.functors;version="3.2.1",org.apache.commons.
+ collections.iterators;version="3.2.1",org.apache.commons.collections.
+ keyvalue;version="3.2.1",org.apache.commons.collections.list;version=
+ "3.2.1",org.apache.commons.collections.map;version="3.2.1",org.apache
+ .commons.collections.set;version="3.2.1"
+Bnd-LastModified: 1207924690187
+Export-Package: org.apache.commons.collections.map;version="3.2.1",org
+ .apache.commons.collections.buffer;version="3.2.1",org.apache.commons
+ .collections.comparators;version="3.2.1",org.apache.commons.collectio
+ ns.collection;version="3.2.1",org.apache.commons.collections.bag;vers
+ ion="3.2.1",org.apache.commons.collections.iterators;version="3.2.1",
+ org.apache.commons.collections.bidimap;version="3.2.1",org.apache.com
+ mons.collections.set;version="3.2.1",org.apache.commons.collections.f
+ unctors;version="3.2.1",org.apache.commons.collections.list;version="
+ 3.2.1",org.apache.commons.collections.keyvalue;version="3.2.1",org.ap
+ ache.commons.collections;version="3.2.1"
+Bundle-Version: 3.2.1
+Bundle-Description: Types that extend and augment the Java Collections
+  Framework.
+Bundle-Name: Commons Collections
+Bundle-DocURL: http://commons.apache.org/collections/
+Bundle-ManifestVersion: 2
+Bundle-Vendor: The Apache Software Foundation
+Bundle-SymbolicName: org.apache.commons.collections
+Bundle-ClassPath: lib/commons-collections-3.2.1.jar
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
\ No newline at end of file

Added: karaf/eik/trunk/plugins/org.apache.commons.collections/NOTICE
URL: http://svn.apache.org/viewvc/karaf/eik/trunk/plugins/org.apache.commons.collections/NOTICE?rev=1402484&view=auto
==============================================================================
--- karaf/eik/trunk/plugins/org.apache.commons.collections/NOTICE (added)
+++ karaf/eik/trunk/plugins/org.apache.commons.collections/NOTICE Fri Oct 26 12:44:05 2012
@@ -0,0 +1,30 @@
+Apache Karaf EIK
+Copyright 2010-2011 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.
+
+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
+SLF4J (http://www.slf4j.org/).
+Licensed under the MIT License.
+
+III. License Summary
+- Apache License 2.0

Added: karaf/eik/trunk/plugins/org.apache.commons.collections/build.properties
URL: http://svn.apache.org/viewvc/karaf/eik/trunk/plugins/org.apache.commons.collections/build.properties?rev=1402484&view=auto
==============================================================================
--- karaf/eik/trunk/plugins/org.apache.commons.collections/build.properties (added)
+++ karaf/eik/trunk/plugins/org.apache.commons.collections/build.properties Fri Oct 26 12:44:05 2012
@@ -0,0 +1,6 @@
+bin.includes = META-INF/,\
+               .,\
+               lib/,\
+               lib/commons-collections-3.2.1.jar
+bin.excludes = lib/commons-collections-3.2.1-javadoc.jar
+src.includes = lib/commons-collections-3.2.1-sources.jar
\ No newline at end of file

Added: karaf/eik/trunk/plugins/org.apache.commons.collections/pom.xml
URL: http://svn.apache.org/viewvc/karaf/eik/trunk/plugins/org.apache.commons.collections/pom.xml?rev=1402484&view=auto
==============================================================================
--- karaf/eik/trunk/plugins/org.apache.commons.collections/pom.xml (added)
+++ karaf/eik/trunk/plugins/org.apache.commons.collections/pom.xml Fri Oct 26 12:44:05 2012
@@ -0,0 +1,129 @@
+<?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>
+        <groupId>org.apache.karaf.eik</groupId>
+        <artifactId>plugins</artifactId>
+        <version>3.0.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.karaf.eik.plugins</groupId>
+    <artifactId>org.apache.commons.collections</artifactId>
+    <version>3.2.1</version>
+    <packaging>eclipse-plugin</packaging>
+    <name>Apache Karaf :: EIK :: Plugins :: Apache Commons Collections wrapper</name>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>lib</directory>
+                <includes>
+                    <include>**/*.jar</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>copy-dependencies</id>
+                        <phase>generate-resources</phase>
+                        <goals>
+                            <goal>copy</goal>
+                        </goals>
+                        <configuration>
+                            <artifactItems>
+                                <artifactItem>
+                                    <groupId>commons-collections</groupId>
+                                    <artifactId>commons-collections</artifactId>
+                                    <version>3.2.1</version>
+                                    <outputDirectory>lib</outputDirectory>
+                                </artifactItem>
+                                <artifactItem>
+                                    <groupId>commons-collections</groupId>
+                                    <artifactId>commons-collections</artifactId>
+                                    <version>3.2.1</version>
+                                    <classifier>sources</classifier>
+                                    <outputDirectory>lib</outputDirectory>
+                                </artifactItem>
+                            </artifactItems>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        <manifestFile>${project.basedir}/META-INF/MANIFEST.MF</manifestFile>
+                    </archive>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-clean-plugin</artifactId>
+                <configuration>
+                    <filesets>
+                        <fileset>
+                            <directory>lib</directory>
+                        </fileset>
+                    </filesets>
+                </configuration>
+            </plugin>
+        </plugins>
+        <pluginManagement>
+            <plugins>
+                <!-- this plugin configuration is used to store Eclipse m2e settings only. It doesn't affect the core Maven build -->
+                <plugin>
+                    <groupId>org.eclipse.m2e</groupId>
+                    <artifactId>lifecycle-mapping</artifactId>
+                    <version>1.0.0</version>
+                    <configuration>
+                        <lifecycleMappingMetadata>
+                            <pluginExecutions>
+                                <pluginExecution>
+                                    <pluginExecutionFilter>
+                                        <groupId>org.apache.maven.plugins</groupId>
+                                        <artifactId>maven-dependency-plugin</artifactId>
+                                        <versionRange>[2.1,)</versionRange>
+                                        <goals>
+                                            <goal>copy</goal>
+                                        </goals>
+                                    </pluginExecutionFilter>
+                                    <action>
+                                        <ignore></ignore>
+                                    </action>
+                                </pluginExecution>
+                            </pluginExecutions>
+                        </lifecycleMappingMetadata>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+
+</project>
\ No newline at end of file

Modified: karaf/eik/trunk/plugins/org.apache.karaf.eik.core/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/karaf/eik/trunk/plugins/org.apache.karaf.eik.core/META-INF/MANIFEST.MF?rev=1402484&r1=1402483&r2=1402484&view=diff
==============================================================================
--- karaf/eik/trunk/plugins/org.apache.karaf.eik.core/META-INF/MANIFEST.MF (original)
+++ karaf/eik/trunk/plugins/org.apache.karaf.eik.core/META-INF/MANIFEST.MF Fri Oct 26 12:44:05 2012
@@ -13,7 +13,8 @@ Require-Bundle: org.eclipse.core.runtime
  org.jdom;bundle-version="1.0.0",
  org.apache.mina.core;bundle-version="2.0.0",
  org.fusesource.jansi;bundle-version="1.5.0",
- sshd-core;bundle-version="0.5.0"
+ sshd-core;bundle-version="0.5.0",
+ org.apache.commons.collections;bundle-version="3.2.1"
 Export-Package: org.apache.karaf.eik.core,
  org.apache.karaf.eik.core.configuration,
  org.apache.karaf.eik.core.configuration.internal,

Modified: karaf/eik/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/karaf/eik/trunk/plugins/pom.xml?rev=1402484&r1=1402483&r2=1402484&view=diff
==============================================================================
--- karaf/eik/trunk/plugins/pom.xml (original)
+++ karaf/eik/trunk/plugins/pom.xml Fri Oct 26 12:44:05 2012
@@ -38,6 +38,7 @@
         <module>org.fusesource.jansi</module>
         <module>org.apache.mina.core</module>
         <module>org.ops4j.pax.url.mvn</module>
+        <module>org.apache.commons.collections</module>
         <module>org.apache.aries.jmx.api</module>
         <module>org.apache.aries.jmx.core</module>
         <module>org.apache.karaf.eik.core</module>