http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ehcache-2.6.5/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/ehcache-2.6.5/src/main/resources/OSGI-INF/bundle.info b/ehcache-2.6.5/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index e90cead..0000000 --- a/ehcache-2.6.5/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}-core/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Ehcache is an open source, standards-based cache used to boost performance, offload the database and - simplify scalability. Ehcache is robust, proven and full-featured, which has made it the most popular - Java-based cache with 100,000âs of production deployments. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://ehcache.org\u001B[0m
http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ehcache-2.6.6/pom.xml ---------------------------------------------------------------------- diff --git a/ehcache-2.6.6/pom.xml b/ehcache-2.6.6/pom.xml deleted file mode 100644 index 58cdcaa..0000000 --- a/ehcache-2.6.6/pom.xml +++ /dev/null @@ -1,157 +0,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> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.ehcache</artifactId> - <version>2.6.6_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>net.sf.ehcache</pkgGroupId> - <pkgArtifactId>ehcache</pkgArtifactId> - <pkgVersion>2.6.6</pkgVersion> - <pkgJmsRepVersion>0.4</pkgJmsRepVersion> - <servicemix.osgi.export.pkg> - net.sf.ehcache - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.management*, - javax.naming*, - javax.xml.parsers, - org.xml.sax*, - javax.servlet;resolution:=optional, - javax.transaction*;resolution:=optional, - org.hibernate*;resolution:=optional, - org.slf4j;resolution:=optional, - javax.jms;resolution:=optional, - sun.misc;resolution:=optional, - * - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-core</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-jmsreplication</artifactId> - <version>${pkgJmsRepVersion}</version> - <exclusions> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache</artifactId> - </exclusion> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache-core</artifactId> - </exclusion> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache-terracota</artifactId> - </exclusion> - </exclusions> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-core</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-jmsreplication</artifactId> - <version>${pkgJmsRepVersion}</version> - <classifier>sources</classifier> - <exclusions> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache</artifactId> - </exclusion> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache-core</artifactId> - </exclusion> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache-terracota</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <transformers> - <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> - <manifestEntries> - <DynamicImport-Package>*</DynamicImport-Package> - </manifestEntries> - </transformer> - </transformers> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}-core</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}-core</artifact> - <includes> - <include>ehcache-failsafe.xml</include> - <include>META-INF/services/net.sf.ehcache.EhcacheInit</include> - </includes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>false</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ehcache-2.6.6/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/ehcache-2.6.6/src/main/resources/OSGI-INF/bundle.info b/ehcache-2.6.6/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index e90cead..0000000 --- a/ehcache-2.6.6/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}-core/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Ehcache is an open source, standards-based cache used to boost performance, offload the database and - simplify scalability. Ehcache is robust, proven and full-featured, which has made it the most popular - Java-based cache with 100,000âs of production deployments. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://ehcache.org\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ehcache-2.6.8/pom.xml ---------------------------------------------------------------------- diff --git a/ehcache-2.6.8/pom.xml b/ehcache-2.6.8/pom.xml deleted file mode 100644 index db75628..0000000 --- a/ehcache-2.6.8/pom.xml +++ /dev/null @@ -1,157 +0,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> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>11</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.ehcache</artifactId> - <version>2.6.8_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>net.sf.ehcache</pkgGroupId> - <pkgArtifactId>ehcache</pkgArtifactId> - <pkgVersion>2.6.8</pkgVersion> - <pkgJmsRepVersion>0.4</pkgJmsRepVersion> - <servicemix.osgi.export.pkg> - net.sf.ehcache - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.management*, - javax.naming*, - javax.xml.parsers, - org.xml.sax*, - javax.servlet;resolution:=optional, - javax.transaction*;resolution:=optional, - org.hibernate*;resolution:=optional, - org.slf4j;resolution:=optional, - javax.jms;resolution:=optional, - sun.misc;resolution:=optional, - * - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-core</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-jmsreplication</artifactId> - <version>${pkgJmsRepVersion}</version> - <exclusions> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache</artifactId> - </exclusion> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache-core</artifactId> - </exclusion> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache-terracota</artifactId> - </exclusion> - </exclusions> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-core</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-jmsreplication</artifactId> - <version>${pkgJmsRepVersion}</version> - <classifier>sources</classifier> - <exclusions> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache</artifactId> - </exclusion> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache-core</artifactId> - </exclusion> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache-terracota</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <transformers> - <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> - <manifestEntries> - <DynamicImport-Package>*</DynamicImport-Package> - </manifestEntries> - </transformer> - </transformers> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}-core</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}-core</artifact> - <includes> - <include>ehcache-failsafe.xml</include> - <include>META-INF/services/net.sf.ehcache.EhcacheInit</include> - </includes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>false</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ehcache-2.6.8/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/ehcache-2.6.8/src/main/resources/OSGI-INF/bundle.info b/ehcache-2.6.8/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index e90cead..0000000 --- a/ehcache-2.6.8/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}-core/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Ehcache is an open source, standards-based cache used to boost performance, offload the database and - simplify scalability. Ehcache is robust, proven and full-featured, which has made it the most popular - Java-based cache with 100,000âs of production deployments. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://ehcache.org\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ehcache-2.6.9/pom.xml ---------------------------------------------------------------------- diff --git a/ehcache-2.6.9/pom.xml b/ehcache-2.6.9/pom.xml deleted file mode 100644 index 2d74ff4..0000000 --- a/ehcache-2.6.9/pom.xml +++ /dev/null @@ -1,157 +0,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> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>11</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.ehcache</artifactId> - <version>2.6.9_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>net.sf.ehcache</pkgGroupId> - <pkgArtifactId>ehcache</pkgArtifactId> - <pkgVersion>2.6.9</pkgVersion> - <pkgJmsRepVersion>0.4</pkgJmsRepVersion> - <servicemix.osgi.export.pkg> - net.sf.ehcache - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.management*, - javax.naming*, - javax.xml.parsers, - org.xml.sax*, - javax.servlet;resolution:=optional, - javax.transaction*;resolution:=optional, - org.hibernate*;resolution:=optional, - org.slf4j;resolution:=optional, - javax.jms;resolution:=optional, - sun.misc;resolution:=optional, - * - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-core</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-jmsreplication</artifactId> - <version>${pkgJmsRepVersion}</version> - <exclusions> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache</artifactId> - </exclusion> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache-core</artifactId> - </exclusion> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache-terracota</artifactId> - </exclusion> - </exclusions> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-core</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-jmsreplication</artifactId> - <version>${pkgJmsRepVersion}</version> - <classifier>sources</classifier> - <exclusions> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache</artifactId> - </exclusion> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache-core</artifactId> - </exclusion> - <exclusion> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache-terracota</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <transformers> - <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> - <manifestEntries> - <DynamicImport-Package>*</DynamicImport-Package> - </manifestEntries> - </transformer> - </transformers> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}-core</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}-core</artifact> - <includes> - <include>ehcache-failsafe.xml</include> - <include>META-INF/services/net.sf.ehcache.EhcacheInit</include> - </includes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>false</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ehcache-2.6.9/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/ehcache-2.6.9/src/main/resources/OSGI-INF/bundle.info b/ehcache-2.6.9/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index e90cead..0000000 --- a/ehcache-2.6.9/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}-core/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Ehcache is an open source, standards-based cache used to boost performance, offload the database and - simplify scalability. Ehcache is robust, proven and full-featured, which has made it the most popular - Java-based cache with 100,000âs of production deployments. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://ehcache.org\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.16.2/pom.xml ---------------------------------------------------------------------- diff --git a/elasticsearch-0.16.2/pom.xml b/elasticsearch-0.16.2/pom.xml deleted file mode 100644 index 960102f..0000000 --- a/elasticsearch-0.16.2/pom.xml +++ /dev/null @@ -1,134 +0,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> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId> - <version>0.16.2_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.elasticsearch</pkgGroupId> - <pkgArtifactId>elasticsearch</pkgArtifactId> - <pkgVersion>0.16.2</pkgVersion> - <servicemix.osgi.export.pkg> - org.elasticsearch - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.annotation, - javax.management, - javax.management.remote, - javax.net.ssl, - javax.servlet, - javax.servlet.http, - org.xml.sax, - com.google.protobuf, - org.apache.lucene*, - org.tartarus.snowball*, - org.elasticsearch.common.inject.internal.asm.util;resolution:=optional, - jline;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - org.apache.log4j*;resolution:=optional, - org.hyperic.sigar;resolution:=optional, - org.jboss.logging;resolution:=optional, - org.slf4j;resolution:=optional, - com.sun.jna;resolution:=optional, - sun.misc;resolution:=optional, - * - </servicemix.osgi.import.pkg> - </properties> - - <repositories> - <repository> - <id>oss.sonatype.releases</id> - <name>OSS Sonatype Releases</name> - <url>https://oss.sonatype.org/content/repositories/releases</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.16.2/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/elasticsearch-0.16.2/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-0.16.2/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index af11bfd..0000000 --- a/elasticsearch-0.16.2/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - So, we build a web site or an application and want to add search to it, and - then it hits us: getting search working is hard. We want our search solution - to be fast, we want a painless setup and a completely free search schema, we - want to be able to index data simply using JSON over HTTP, we want our search - server to be always available, we want to be able to start with one machine - and scale to hundreds, we want real-time search, we want simple multi-tenancy, - and we want a solution that is built for the cloud. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.19.10/pom.xml ---------------------------------------------------------------------- diff --git a/elasticsearch-0.19.10/pom.xml b/elasticsearch-0.19.10/pom.xml deleted file mode 100644 index 8ad151b..0000000 --- a/elasticsearch-0.19.10/pom.xml +++ /dev/null @@ -1,148 +0,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> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId> - <version>0.19.10_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.elasticsearch</pkgGroupId> - <pkgArtifactId>elasticsearch</pkgArtifactId> - <pkgVersion>0.19.10</pkgVersion> - <servicemix.osgi.export.pkg> - org.elasticsearch - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg>javax.annotation, - javax.management, - javax.management.remote, - javax.net.ssl, - javax.servlet, - javax.servlet.http, - javax.xml.parsers, - org.xml.sax*, - com.fasterxml.jackson*, - com.google.common*, - com.google.protobuf, - org.apache.regexp, - org.joda.time*, - org.mvel2*, - org.tartarus.snowball*, - com.ning.compress*;resolution:=optional, - gnu.trove*;resolution:=optional, - org.elasticsearch.common.inject.internal.asm.util;resolution:=optional, - org.elasticsearch.common.joda.convert;resolution:=optional, - jline;resolution:=optional, - jsr166e*;resolution:=optional, - jsr166y;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - org.apache.log4j*;resolution:=optional, - org.hyperic.sigar;resolution:=optional, - org.jboss.logging;resolution:=optional, - org.jboss.netty*;resolution:=optional, - org.slf4j;resolution:=optional, - org.yaml.snakeyaml*;resolution:=optional, - org.xerial.snappy;resolution:=optional, - com.sun.jna;resolution:=optional, - sun.misc;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - org.apache.lucene*;-split-package:=merge-first - </servicemix.osgi.private.pkg> - </properties> - - <repositories> - <repository> - <id>oss.sonatype.releases</id> - <name>OSS Sonatype Releases</name> - <url>https://oss.sonatype.org/content/repositories/releases</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <includes> - <include>config/**</include> - </includes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.19.10/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/elasticsearch-0.19.10/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-0.19.10/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index af11bfd..0000000 --- a/elasticsearch-0.19.10/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - So, we build a web site or an application and want to add search to it, and - then it hits us: getting search working is hard. We want our search solution - to be fast, we want a painless setup and a completely free search schema, we - want to be able to index data simply using JSON over HTTP, we want our search - server to be always available, we want to be able to start with one machine - and scale to hundreds, we want real-time search, we want simple multi-tenancy, - and we want a solution that is built for the cloud. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.19.8/pom.xml ---------------------------------------------------------------------- diff --git a/elasticsearch-0.19.8/pom.xml b/elasticsearch-0.19.8/pom.xml deleted file mode 100644 index cd0e749..0000000 --- a/elasticsearch-0.19.8/pom.xml +++ /dev/null @@ -1,148 +0,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> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId> - <version>0.19.8_3-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.elasticsearch</pkgGroupId> - <pkgArtifactId>elasticsearch</pkgArtifactId> - <pkgVersion>0.19.8</pkgVersion> - <servicemix.osgi.export.pkg> - org.elasticsearch - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.annotation, - javax.management, - javax.management.remote, - javax.net.ssl, - javax.servlet, - javax.servlet.http, - javax.xml.parsers, - org.xml.sax*, - com.google.common*, - com.google.protobuf, - org.apache.regexp, - org.codehaus.jackson*, - org.joda.time*, - org.mvel2*, - org.tartarus.snowball*, - com.ning.compress*;resolution:=optional, - gnu.trove*;resolution:=optional, - org.elasticsearch.common.inject.internal.asm.util;resolution:=optional, - org.elasticsearch.common.joda.convert;resolution:=optional, - jline;resolution:=optional, - jsr166e*;resolution:=optional, - jsr166y;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - org.apache.log4j*;resolution:=optional, - org.hyperic.sigar;resolution:=optional, - org.jboss.logging;resolution:=optional, - org.jboss.netty*;resolution:=optional, - org.slf4j;resolution:=optional, - org.yaml.snakeyaml*;resolution:=optional, - com.sun.jna;resolution:=optional, - sun.misc;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - org.apache.lucene*;-split-package:=merge-first - </servicemix.osgi.private.pkg> - </properties> - - <repositories> - <repository> - <id>oss.sonatype.releases</id> - <name>OSS Sonatype Releases</name> - <url>https://oss.sonatype.org/content/repositories/releases</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <includes> - <include>config/**</include> - </includes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.19.8/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/elasticsearch-0.19.8/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-0.19.8/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index af11bfd..0000000 --- a/elasticsearch-0.19.8/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - So, we build a web site or an application and want to add search to it, and - then it hits us: getting search working is hard. We want our search solution - to be fast, we want a painless setup and a completely free search schema, we - want to be able to index data simply using JSON over HTTP, we want our search - server to be always available, we want to be able to start with one machine - and scale to hundreds, we want real-time search, we want simple multi-tenancy, - and we want a solution that is built for the cloud. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.19.9/pom.xml ---------------------------------------------------------------------- diff --git a/elasticsearch-0.19.9/pom.xml b/elasticsearch-0.19.9/pom.xml deleted file mode 100644 index 42cc1d8..0000000 --- a/elasticsearch-0.19.9/pom.xml +++ /dev/null @@ -1,148 +0,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> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId> - <version>0.19.9_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.elasticsearch</pkgGroupId> - <pkgArtifactId>elasticsearch</pkgArtifactId> - <pkgVersion>0.19.9</pkgVersion> - <servicemix.osgi.export.pkg> - org.elasticsearch - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg>javax.annotation, - javax.management, - javax.management.remote, - javax.net.ssl, - javax.servlet, - javax.servlet.http, - javax.xml.parsers, - org.xml.sax*, - com.fasterxml.jackson*, - com.google.common*, - com.google.protobuf, - org.apache.regexp, - org.joda.time*, - org.mvel2*, - org.tartarus.snowball*, - com.ning.compress*;resolution:=optional, - gnu.trove*;resolution:=optional, - org.elasticsearch.common.inject.internal.asm.util;resolution:=optional, - org.elasticsearch.common.joda.convert;resolution:=optional, - jline;resolution:=optional, - jsr166e*;resolution:=optional, - jsr166y;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - org.apache.log4j*;resolution:=optional, - org.hyperic.sigar;resolution:=optional, - org.jboss.logging;resolution:=optional, - org.jboss.netty*;resolution:=optional, - org.slf4j;resolution:=optional, - org.yaml.snakeyaml*;resolution:=optional, - org.xerial.snappy;resolution:=optional, - com.sun.jna;resolution:=optional, - sun.misc;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - org.apache.lucene*;-split-package:=merge-first - </servicemix.osgi.private.pkg> - </properties> - - <repositories> - <repository> - <id>oss.sonatype.releases</id> - <name>OSS Sonatype Releases</name> - <url>https://oss.sonatype.org/content/repositories/releases</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <includes> - <include>config/**</include> - </includes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.19.9/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/elasticsearch-0.19.9/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-0.19.9/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index af11bfd..0000000 --- a/elasticsearch-0.19.9/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - So, we build a web site or an application and want to add search to it, and - then it hits us: getting search working is hard. We want our search solution - to be fast, we want a painless setup and a completely free search schema, we - want to be able to index data simply using JSON over HTTP, we want our search - server to be always available, we want to be able to start with one machine - and scale to hundreds, we want real-time search, we want simple multi-tenancy, - and we want a solution that is built for the cloud. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.20.2/pom.xml ---------------------------------------------------------------------- diff --git a/elasticsearch-0.20.2/pom.xml b/elasticsearch-0.20.2/pom.xml deleted file mode 100644 index 2db7960..0000000 --- a/elasticsearch-0.20.2/pom.xml +++ /dev/null @@ -1,143 +0,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> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId> - <version>0.20.2_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.elasticsearch</pkgGroupId> - <pkgArtifactId>elasticsearch</pkgArtifactId> - <pkgVersion>0.20.2</pkgVersion> - <servicemix.osgi.export.pkg> - org.elasticsearch - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.fasterxml.jackson*, - com.google.common*, - com.ning.compress*;resolution:=optional, - com.spatial4j.core*;resolution:=optional, - com.sun.jna;resolution:=optional, - com.vividsolutions.jts*;resolution:=optional, - gnu.trove*;resolution:=optional, - javax.annotation, - javax.management*, - javax.net.ssl, - javax.xml.parsers, - jsr166e*;resolution:=optional, - jsr166y;resolution:=optional, - org.apache.log4j*;resolution:=optional, - org.apache.regexp, - org.elasticsearch.common.joda.convert;resolution:=optional, - org.hyperic.sigar;resolution:=optional, - org.jboss.netty*;resolution:=optional, - org.joda.time*, - org.mvel2*, - org.slf4j;resolution:=optional, - org.tartarus.snowball*, - org.xerial.snappy;resolution:=optional, - org.xml.sax*, - org.yaml.snakeyaml*;resolution:=optional, - sun.misc;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - org.apache.lucene*;-split-package:=merge-first - </servicemix.osgi.private.pkg> - </properties> - - <repositories> - <repository> - <id>oss.sonatype.releases</id> - <name>OSS Sonatype Releases</name> - <url>https://oss.sonatype.org/content/repositories/releases</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <includes> - <include>config/**</include> - </includes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.20.2/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/elasticsearch-0.20.2/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-0.20.2/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index af11bfd..0000000 --- a/elasticsearch-0.20.2/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - So, we build a web site or an application and want to add search to it, and - then it hits us: getting search working is hard. We want our search solution - to be fast, we want a painless setup and a completely free search schema, we - want to be able to index data simply using JSON over HTTP, we want our search - server to be always available, we want to be able to start with one machine - and scale to hundreds, we want real-time search, we want simple multi-tenancy, - and we want a solution that is built for the cloud. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.90.0/pom.xml ---------------------------------------------------------------------- diff --git a/elasticsearch-0.90.0/pom.xml b/elasticsearch-0.90.0/pom.xml deleted file mode 100644 index 82be0ac..0000000 --- a/elasticsearch-0.90.0/pom.xml +++ /dev/null @@ -1,142 +0,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> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId> - <version>0.90.0_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.elasticsearch</pkgGroupId> - <pkgArtifactId>elasticsearch</pkgArtifactId> - <pkgVersion>0.90.0</pkgVersion> - <servicemix.osgi.export.pkg> - org.elasticsearch - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.fasterxml.jackson*, - com.google.common*, - com.ning.compress*;resolution:=optional, - com.spatial4j.core*;resolution:=optional, - com.sun.jna;resolution:=optional, - com.vividsolutions.jts*;resolution:=optional, - gnu.trove*;resolution:=optional, - javax.annotation, - javax.management*, - javax.net.ssl, - javax.xml*, - org.w3c.dom, - jsr166e*;resolution:=optional, - jsr166y;resolution:=optional, - org.apache.log4j*;resolution:=optional, - org.apache.regexp, - org.elasticsearch.common.joda.convert;resolution:=optional, - org.hyperic.sigar;resolution:=optional, - org.jboss.netty*;resolution:=optional, - org.joda.time*, - org.mvel2*, - org.slf4j;resolution:=optional, - org.tartarus.snowball*, - org.xerial.snappy;resolution:=optional, - org.xml.sax*, - org.yaml.snakeyaml*;resolution:=optional, - sun.misc;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - org.apache.lucene*;-split-package:=merge-first - </servicemix.osgi.private.pkg> - </properties> - - <repositories> - <repository> - <id>oss.sonatype.releases</id> - <name>OSS Sonatype Releases</name> - <url>https://oss.sonatype.org/content/repositories/releases</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <includes> - <include>config/**</include> - </includes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.90.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/elasticsearch-0.90.0/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-0.90.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index af11bfd..0000000 --- a/elasticsearch-0.90.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - So, we build a web site or an application and want to add search to it, and - then it hits us: getting search working is hard. We want our search solution - to be fast, we want a painless setup and a completely free search schema, we - want to be able to index data simply using JSON over HTTP, we want our search - server to be always available, we want to be able to start with one machine - and scale to hundreds, we want real-time search, we want simple multi-tenancy, - and we want a solution that is built for the cloud. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.90.1/pom.xml ---------------------------------------------------------------------- diff --git a/elasticsearch-0.90.1/pom.xml b/elasticsearch-0.90.1/pom.xml deleted file mode 100644 index 5c8ed8b..0000000 --- a/elasticsearch-0.90.1/pom.xml +++ /dev/null @@ -1,142 +0,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> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId> - <version>0.90.1_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.elasticsearch</pkgGroupId> - <pkgArtifactId>elasticsearch</pkgArtifactId> - <pkgVersion>0.90.1</pkgVersion> - <servicemix.osgi.export.pkg> - org.elasticsearch - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.fasterxml.jackson*, - com.google.common*, - com.ning.compress*;resolution:=optional, - com.spatial4j.core*;resolution:=optional, - com.sun.jna;resolution:=optional, - com.vividsolutions.jts*;resolution:=optional, - gnu.trove*;resolution:=optional, - javax.annotation, - javax.management*, - javax.net.ssl, - javax.xml*, - org.w3c.dom, - jsr166e*;resolution:=optional, - jsr166y;resolution:=optional, - org.apache.log4j*;resolution:=optional, - org.apache.regexp, - org.elasticsearch.common.joda.convert;resolution:=optional, - org.hyperic.sigar;resolution:=optional, - org.jboss.netty*;resolution:=optional, - org.joda.time*, - org.mvel2*, - org.slf4j;resolution:=optional, - org.tartarus.snowball*, - org.xerial.snappy;resolution:=optional, - org.xml.sax*, - org.yaml.snakeyaml*;resolution:=optional, - sun.misc;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - org.apache.lucene*;-split-package:=merge-first - </servicemix.osgi.private.pkg> - </properties> - - <repositories> - <repository> - <id>oss.sonatype.releases</id> - <name>OSS Sonatype Releases</name> - <url>https://oss.sonatype.org/content/repositories/releases</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <includes> - <include>config/**</include> - </includes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.90.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/elasticsearch-0.90.1/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-0.90.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index af11bfd..0000000 --- a/elasticsearch-0.90.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - So, we build a web site or an application and want to add search to it, and - then it hits us: getting search working is hard. We want our search solution - to be fast, we want a painless setup and a completely free search schema, we - want to be able to index data simply using JSON over HTTP, we want our search - server to be always available, we want to be able to start with one machine - and scale to hundreds, we want real-time search, we want simple multi-tenancy, - and we want a solution that is built for the cloud. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.90.2/pom.xml ---------------------------------------------------------------------- diff --git a/elasticsearch-0.90.2/pom.xml b/elasticsearch-0.90.2/pom.xml deleted file mode 100644 index 2507e8d..0000000 --- a/elasticsearch-0.90.2/pom.xml +++ /dev/null @@ -1,142 +0,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> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId> - <version>0.90.2_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.elasticsearch</pkgGroupId> - <pkgArtifactId>elasticsearch</pkgArtifactId> - <pkgVersion>0.90.2</pkgVersion> - <servicemix.osgi.export.pkg> - org.elasticsearch - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.fasterxml.jackson*, - com.google.common*, - com.ning.compress*;resolution:=optional, - com.spatial4j.core*;resolution:=optional, - com.sun.jna;resolution:=optional, - com.vividsolutions.jts*;resolution:=optional, - gnu.trove*;resolution:=optional, - javax.annotation, - javax.management*, - javax.net.ssl, - javax.xml*, - org.w3c.dom, - jsr166e*;resolution:=optional, - jsr166y;resolution:=optional, - org.apache.log4j*;resolution:=optional, - org.apache.regexp, - org.elasticsearch.common.joda.convert;resolution:=optional, - org.hyperic.sigar;resolution:=optional, - org.jboss.netty*;resolution:=optional, - org.joda.time*, - org.mvel2*, - org.slf4j;resolution:=optional, - org.tartarus.snowball*, - org.xerial.snappy;resolution:=optional, - org.xml.sax*, - org.yaml.snakeyaml*;resolution:=optional, - sun.misc;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - org.apache.lucene*;-split-package:=merge-first - </servicemix.osgi.private.pkg> - </properties> - - <repositories> - <repository> - <id>oss.sonatype.releases</id> - <name>OSS Sonatype Releases</name> - <url>https://oss.sonatype.org/content/repositories/releases</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <includes> - <include>config/**</include> - </includes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/elasticsearch-0.90.2/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/elasticsearch-0.90.2/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-0.90.2/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index af11bfd..0000000 --- a/elasticsearch-0.90.2/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - So, we build a web site or an application and want to add search to it, and - then it hits us: getting search working is hard. We want our search solution - to be fast, we want a painless setup and a completely free search schema, we - want to be able to index data simply using JSON over HTTP, we want our search - server to be always available, we want to be able to start with one machine - and scale to hundreds, we want real-time search, we want simple multi-tenancy, - and we want a solution that is built for the cloud. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m
