http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/c3p0-0.9.1.2/pom.xml ---------------------------------------------------------------------- diff --git a/c3p0-0.9.1.2/pom.xml b/c3p0-0.9.1.2/pom.xml deleted file mode 100644 index 97ba18d..0000000 --- a/c3p0-0.9.1.2/pom.xml +++ /dev/null @@ -1,105 +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.c3p0</artifactId> - <version>0.9.1.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>c3p0</pkgGroupId> - <pkgArtifactId>c3p0</pkgArtifactId> - <pkgVersion>0.9.1.2</pkgVersion> - <servicemix.osgi.export.pkg> - com.mchange - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.management, - javax.naming, - javax.naming.spi, - javax.sql, - javax.xml.parsers, - org.apache.log4j;resolution:=optional, - org.w3c.dom - </servicemix.osgi.import.pkg> - </properties> - - <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> - <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/c3p0-0.9.1.2/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/c3p0-0.9.1.2/src/main/resources/OSGI-INF/bundle.info b/c3p0-0.9.1.2/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 7162fac..0000000 --- a/c3p0-0.9.1.2/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}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable - DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec - and jdbc2 std extension. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://sourceforge.net/projects/c3p0/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/c3p0-0.9.5.1/pom.xml ---------------------------------------------------------------------- diff --git a/c3p0-0.9.5.1/pom.xml b/c3p0-0.9.5.1/pom.xml deleted file mode 100644 index 7fca47b..0000000 --- a/c3p0-0.9.5.1/pom.xml +++ /dev/null @@ -1,117 +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>12</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.c3p0</artifactId> - <version>0.9.5.1_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - <tag>HEAD</tag> - </scm> - - <properties> - <pkgGroupId>com.mchange</pkgGroupId> - <pkgArtifactId>c3p0</pkgArtifactId> - <pkgVersion>0.9.5.1</pkgVersion> - <servicemix.osgi.export.pkg> - com.mchange - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.management, - javax.naming, - javax.naming.spi, - javax.sql, - javax.swing*;resolution:=optional, - javax.xml.parsers, - javax.xml.transform*;resolution:=optional, - com.typesafe.config;resolution:=optional, - org.apache.log4j;resolution:=optional, - org.slf4j;resolution:=optional, - org.w3c.dom, - org.xml.sax - </servicemix.osgi.import.pkg> - </properties> - - <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> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/c3p0-0.9.5.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/c3p0-0.9.5.1/src/main/resources/OSGI-INF/bundle.info b/c3p0-0.9.5.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 7162fac..0000000 --- a/c3p0-0.9.5.1/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}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable - DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec - and jdbc2 std extension. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://sourceforge.net/projects/c3p0/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/casbah-2.1.5-1/pom.xml ---------------------------------------------------------------------- diff --git a/casbah-2.1.5-1/pom.xml b/casbah-2.1.5-1/pom.xml deleted file mode 100644 index 4b25de5..0000000 --- a/casbah-2.1.5-1/pom.xml +++ /dev/null @@ -1,177 +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.casbah</artifactId> - <packaging>bundle</packaging> - <version>2.1.5-1_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: casbah</name> - <description>This OSGi bundle wraps casbah ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>com.mongodb.casbah</pkgGroupId> - <pkgVersion>2.1.5-1</pkgVersion> - <servicemix.osgi.export.pkg> - com.mongodb.casbah* - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.mongodb*;version="[2.5,3)", - org.bson*, - org.joda.time*;version="[1.8,2)", - scala*;resolution:=optional, - org.slf4j;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <repositories> - <repository> - <id>releases.scala-tools.org</id> - <url>http://scala-tools.org/repo-releases</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-commons_2.8.1</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-core_2.8.1</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-gridfs_2.8.1</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-query_2.8.1</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-commons_2.8.1</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-core_2.8.1</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-gridfs_2.8.1</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-query_2.8.1</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}:casbah-commons_2.8.1</include> - <include>${pkgGroupId}:casbah-core_2.8.1</include> - <include>${pkgGroupId}:casbah-gridfs_2.8.1</include> - <include>${pkgGroupId}:casbah-query_2.8.1</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:casbah-commons_2.8.1</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-core_2.8.1</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-gridfs_2.8.1</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-query_2.8.1</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/casbah-2.1.5-1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/casbah-2.1.5-1/src/main/resources/OSGI-INF/bundle.info b/casbah-2.1.5-1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index c3a6c3c..0000000 --- a/casbah-2.1.5-1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,8 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - -\u001B[1mDESCRIPTION\u001B[0m - Casbah is a Scala toolkit for MongoDB---We use the term "toolkit" rather than "driver", as Casbah integrates a layer on top of the official mongo-java-driver for better integration with Scala. This is as opposed to a native implementation of the MongoDB wire protocol, which the Java driver does exceptionally well. Rather than a complete rewrite, Casbah uses implicits, and `Pimp My Library` code to enhance the existing Java code. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://api.mongodb.org/scala/casbah/current/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/casbah-2.6.2/pom.xml ---------------------------------------------------------------------- diff --git a/casbah-2.6.2/pom.xml b/casbah-2.6.2/pom.xml deleted file mode 100644 index d5d4c28..0000000 --- a/casbah-2.6.2/pom.xml +++ /dev/null @@ -1,178 +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.casbah</artifactId> - <packaging>bundle</packaging> - <version>2.6.2_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: casbah</name> - <description>This OSGi bundle wraps casbah ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.mongodb</pkgGroupId> - <pkgVersion>2.6.2</pkgVersion> - <servicemix.osgi.export.pkg> - com.mongodb.casbah* - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.mongodb*;version="[2.5,3)", - org.bson*, - org.joda.time*;version="[1.8,2)", - scala*;resolution:=optional, - org.slf4j;resolution:=optional, - javax.net;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <repositories> - <repository> - <id>releases.scala-tools.org</id> - <url>http://scala-tools.org/repo-releases</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-commons_2.10</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-core_2.10</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-gridfs_2.10</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-query_2.10</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-commons_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-core_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-gridfs_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-query_2.10</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}:casbah-commons_2.10</include> - <include>${pkgGroupId}:casbah-core_2.10</include> - <include>${pkgGroupId}:casbah-gridfs_2.10</include> - <include>${pkgGroupId}:casbah-query_2.10</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:casbah-commons_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-core_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-gridfs_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-query_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/casbah-2.6.2/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/casbah-2.6.2/src/main/resources/OSGI-INF/bundle.info b/casbah-2.6.2/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index c3a6c3c..0000000 --- a/casbah-2.6.2/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,8 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - -\u001B[1mDESCRIPTION\u001B[0m - Casbah is a Scala toolkit for MongoDB---We use the term "toolkit" rather than "driver", as Casbah integrates a layer on top of the official mongo-java-driver for better integration with Scala. This is as opposed to a native implementation of the MongoDB wire protocol, which the Java driver does exceptionally well. Rather than a complete rewrite, Casbah uses implicits, and `Pimp My Library` code to enhance the existing Java code. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://api.mongodb.org/scala/casbah/current/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/casbah-2.6.3/pom.xml ---------------------------------------------------------------------- diff --git a/casbah-2.6.3/pom.xml b/casbah-2.6.3/pom.xml deleted file mode 100644 index b4b1d9d..0000000 --- a/casbah-2.6.3/pom.xml +++ /dev/null @@ -1,178 +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.casbah</artifactId> - <packaging>bundle</packaging> - <version>2.6.3_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: casbah</name> - <description>This OSGi bundle wraps casbah ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.mongodb</pkgGroupId> - <pkgVersion>2.6.3</pkgVersion> - <servicemix.osgi.export.pkg> - com.mongodb.casbah* - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.mongodb*;version="[2.5,3)", - org.bson*, - org.joda.time*;version="[1.8,2)", - scala*;resolution:=optional, - org.slf4j;resolution:=optional, - javax.net;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <repositories> - <repository> - <id>releases.scala-tools.org</id> - <url>http://scala-tools.org/repo-releases</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-commons_2.10</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-core_2.10</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-gridfs_2.10</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-query_2.10</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-commons_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-core_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-gridfs_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-query_2.10</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}:casbah-commons_2.10</include> - <include>${pkgGroupId}:casbah-core_2.10</include> - <include>${pkgGroupId}:casbah-gridfs_2.10</include> - <include>${pkgGroupId}:casbah-query_2.10</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:casbah-commons_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-core_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-gridfs_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-query_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/casbah-2.6.3/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/casbah-2.6.3/src/main/resources/OSGI-INF/bundle.info b/casbah-2.6.3/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index c3a6c3c..0000000 --- a/casbah-2.6.3/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,8 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - -\u001B[1mDESCRIPTION\u001B[0m - Casbah is a Scala toolkit for MongoDB---We use the term "toolkit" rather than "driver", as Casbah integrates a layer on top of the official mongo-java-driver for better integration with Scala. This is as opposed to a native implementation of the MongoDB wire protocol, which the Java driver does exceptionally well. Rather than a complete rewrite, Casbah uses implicits, and `Pimp My Library` code to enhance the existing Java code. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://api.mongodb.org/scala/casbah/current/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/casbah-2.6.4/pom.xml ---------------------------------------------------------------------- diff --git a/casbah-2.6.4/pom.xml b/casbah-2.6.4/pom.xml deleted file mode 100644 index b612ec4..0000000 --- a/casbah-2.6.4/pom.xml +++ /dev/null @@ -1,174 +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.casbah</artifactId> - <packaging>bundle</packaging> - <version>2.6.4_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: casbah</name> - <description>This OSGi bundle wraps casbah ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.mongodb</pkgGroupId> - <pkgVersion>2.6.4</pkgVersion> - <servicemix.osgi.export.pkg> - com.mongodb.casbah* - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.mongodb*;version="[2.5,3)", - org.bson*, - org.joda.time*;version="[1.8,2)", - scala*;resolution:=optional, - org.slf4j;resolution:=optional, - javax.net;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <repositories> - <repository> - <id>releases.scala-tools.org</id> - <url>http://scala-tools.org/repo-releases</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-commons_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-core_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-gridfs_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-query_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-commons_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-core_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-gridfs_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-query_2.10</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}:casbah-commons_2.10</include> - <include>${pkgGroupId}:casbah-core_2.10</include> - <include>${pkgGroupId}:casbah-gridfs_2.10</include> - <include>${pkgGroupId}:casbah-query_2.10</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:casbah-commons_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-core_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-gridfs_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-query_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/casbah-2.6.4/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/casbah-2.6.4/src/main/resources/OSGI-INF/bundle.info b/casbah-2.6.4/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index c3a6c3c..0000000 --- a/casbah-2.6.4/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,8 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - -\u001B[1mDESCRIPTION\u001B[0m - Casbah is a Scala toolkit for MongoDB---We use the term "toolkit" rather than "driver", as Casbah integrates a layer on top of the official mongo-java-driver for better integration with Scala. This is as opposed to a native implementation of the MongoDB wire protocol, which the Java driver does exceptionally well. Rather than a complete rewrite, Casbah uses implicits, and `Pimp My Library` code to enhance the existing Java code. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://api.mongodb.org/scala/casbah/current/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/casbah-2.7.2/pom.xml ---------------------------------------------------------------------- diff --git a/casbah-2.7.2/pom.xml b/casbah-2.7.2/pom.xml deleted file mode 100644 index be79f19..0000000 --- a/casbah-2.7.2/pom.xml +++ /dev/null @@ -1,174 +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.casbah</artifactId> - <packaging>bundle</packaging> - <version>2.7.2_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: casbah</name> - <description>This OSGi bundle wraps casbah ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.mongodb</pkgGroupId> - <pkgVersion>2.7.2</pkgVersion> - <servicemix.osgi.export.pkg> - com.mongodb.casbah* - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.mongodb*;version="[2.5,3)", - org.bson*, - org.joda.time*;version="[1.8,2)", - scala*;resolution:=optional, - org.slf4j;resolution:=optional, - javax.net;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <repositories> - <repository> - <id>releases.scala-tools.org</id> - <url>http://scala-tools.org/repo-releases</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-commons_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-core_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-gridfs_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-query_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-commons_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-core_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-gridfs_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-query_2.10</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}:casbah-commons_2.10</include> - <include>${pkgGroupId}:casbah-core_2.10</include> - <include>${pkgGroupId}:casbah-gridfs_2.10</include> - <include>${pkgGroupId}:casbah-query_2.10</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:casbah-commons_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-core_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-gridfs_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-query_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/casbah-2.7.2/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/casbah-2.7.2/src/main/resources/OSGI-INF/bundle.info b/casbah-2.7.2/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index c3a6c3c..0000000 --- a/casbah-2.7.2/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,8 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - -\u001B[1mDESCRIPTION\u001B[0m - Casbah is a Scala toolkit for MongoDB---We use the term "toolkit" rather than "driver", as Casbah integrates a layer on top of the official mongo-java-driver for better integration with Scala. This is as opposed to a native implementation of the MongoDB wire protocol, which the Java driver does exceptionally well. Rather than a complete rewrite, Casbah uses implicits, and `Pimp My Library` code to enhance the existing Java code. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://api.mongodb.org/scala/casbah/current/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/casbah-2.7.3/pom.xml ---------------------------------------------------------------------- diff --git a/casbah-2.7.3/pom.xml b/casbah-2.7.3/pom.xml deleted file mode 100644 index 261c8ea..0000000 --- a/casbah-2.7.3/pom.xml +++ /dev/null @@ -1,174 +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.casbah</artifactId> - <packaging>bundle</packaging> - <version>2.7.3_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: casbah</name> - <description>This OSGi bundle wraps casbah ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.mongodb</pkgGroupId> - <pkgVersion>2.7.3</pkgVersion> - <servicemix.osgi.export.pkg> - com.mongodb.casbah* - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.mongodb*;version="[2.5,3)", - org.bson*, - org.joda.time*;version="[1.8,2)", - scala*;resolution:=optional, - org.slf4j;resolution:=optional, - javax.net;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <repositories> - <repository> - <id>releases.scala-tools.org</id> - <url>http://scala-tools.org/repo-releases</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-commons_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-core_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-gridfs_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-query_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-commons_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-core_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-gridfs_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-query_2.10</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}:casbah-commons_2.10</include> - <include>${pkgGroupId}:casbah-core_2.10</include> - <include>${pkgGroupId}:casbah-gridfs_2.10</include> - <include>${pkgGroupId}:casbah-query_2.10</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:casbah-commons_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-core_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-gridfs_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-query_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/casbah-2.7.3/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/casbah-2.7.3/src/main/resources/OSGI-INF/bundle.info b/casbah-2.7.3/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index c3a6c3c..0000000 --- a/casbah-2.7.3/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,8 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - -\u001B[1mDESCRIPTION\u001B[0m - Casbah is a Scala toolkit for MongoDB---We use the term "toolkit" rather than "driver", as Casbah integrates a layer on top of the official mongo-java-driver for better integration with Scala. This is as opposed to a native implementation of the MongoDB wire protocol, which the Java driver does exceptionally well. Rather than a complete rewrite, Casbah uses implicits, and `Pimp My Library` code to enhance the existing Java code. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://api.mongodb.org/scala/casbah/current/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/casbah-2.8.0/pom.xml ---------------------------------------------------------------------- diff --git a/casbah-2.8.0/pom.xml b/casbah-2.8.0/pom.xml deleted file mode 100644 index 43dc8ee..0000000 --- a/casbah-2.8.0/pom.xml +++ /dev/null @@ -1,174 +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.casbah</artifactId> - <packaging>bundle</packaging> - <version>2.8.0_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: casbah</name> - <description>This OSGi bundle wraps casbah ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.mongodb</pkgGroupId> - <pkgVersion>2.8.0</pkgVersion> - <servicemix.osgi.export.pkg> - com.mongodb.casbah* - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.mongodb*;version="[2.5,3)", - org.bson*, - org.joda.time*;version="[1.8,2)", - scala*;resolution:=optional, - org.slf4j;resolution:=optional, - javax.net;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <repositories> - <repository> - <id>releases.scala-tools.org</id> - <url>http://scala-tools.org/repo-releases</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-commons_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-core_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-gridfs_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-query_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-commons_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-core_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-gridfs_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-query_2.10</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}:casbah-commons_2.10</include> - <include>${pkgGroupId}:casbah-core_2.10</include> - <include>${pkgGroupId}:casbah-gridfs_2.10</include> - <include>${pkgGroupId}:casbah-query_2.10</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:casbah-commons_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-core_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-gridfs_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-query_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/casbah-2.8.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/casbah-2.8.0/src/main/resources/OSGI-INF/bundle.info b/casbah-2.8.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index c3a6c3c..0000000 --- a/casbah-2.8.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,8 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - -\u001B[1mDESCRIPTION\u001B[0m - Casbah is a Scala toolkit for MongoDB---We use the term "toolkit" rather than "driver", as Casbah integrates a layer on top of the official mongo-java-driver for better integration with Scala. This is as opposed to a native implementation of the MongoDB wire protocol, which the Java driver does exceptionally well. Rather than a complete rewrite, Casbah uses implicits, and `Pimp My Library` code to enhance the existing Java code. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://api.mongodb.org/scala/casbah/current/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/casbah-2.8.1/pom.xml ---------------------------------------------------------------------- diff --git a/casbah-2.8.1/pom.xml b/casbah-2.8.1/pom.xml deleted file mode 100644 index 025cf08..0000000 --- a/casbah-2.8.1/pom.xml +++ /dev/null @@ -1,181 +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>12</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.casbah</artifactId> - <packaging>bundle</packaging> - <version>2.8.1_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: casbah</name> - <description>This OSGi bundle wraps casbah ${pkgVersion} jar files.</description> - - <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - <tag>HEAD</tag> - </scm> - - <properties> - <pkgGroupId>org.mongodb</pkgGroupId> - <pkgVersion>2.8.1</pkgVersion> - <servicemix.osgi.export.pkg> - com.mongodb.casbah* - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.mongodb*;version="[2.5,3)", - org.bson*, - org.joda.time*;version="[1.8,2)", - scala*;resolution:=optional, - org.slf4j;resolution:=optional, - javax.net;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <repositories> - <repository> - <id>releases.scala-tools.org</id> - <url>http://scala-tools.org/repo-releases</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-commons_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-core_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-gridfs_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-query_2.10</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-commons_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-core_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-gridfs_2.10</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>casbah-query_2.10</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}:casbah-commons_2.10</include> - <include>${pkgGroupId}:casbah-core_2.10</include> - <include>${pkgGroupId}:casbah-gridfs_2.10</include> - <include>${pkgGroupId}:casbah-query_2.10</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:casbah-commons_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-core_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-gridfs_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:casbah-query_2.10</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/casbah-2.8.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/casbah-2.8.1/src/main/resources/OSGI-INF/bundle.info b/casbah-2.8.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index c3a6c3c..0000000 --- a/casbah-2.8.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,8 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - -\u001B[1mDESCRIPTION\u001B[0m - Casbah is a Scala toolkit for MongoDB---We use the term "toolkit" rather than "driver", as Casbah integrates a layer on top of the official mongo-java-driver for better integration with Scala. This is as opposed to a native implementation of the MongoDB wire protocol, which the Java driver does exceptionally well. Rather than a complete rewrite, Casbah uses implicits, and `Pimp My Library` code to enhance the existing Java code. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://api.mongodb.org/scala/casbah/current/\u001B[0m
