Repository: servicemix-bundles Updated Branches: refs/heads/master d13618053 -> 34b41f844
[SM-3412] Create OSGi bundle for gdata 1.47.1 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/34b41f84 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/34b41f84 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/34b41f84 Branch: refs/heads/master Commit: 34b41f84414503bb715f3a91be93e40f6d89cf60 Parents: d136180 Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Jul 4 06:08:20 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Jul 4 06:08:20 2017 +0200 ---------------------------------------------------------------------- gdata-1.41.1/pom.xml | 127 ------------------- .../src/main/resources/OSGI-INF/bundle.info | 20 --- gdata-1.47.1/pom.xml | 119 +++++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 20 +++ pom.xml | 1 + 5 files changed, 140 insertions(+), 147 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/34b41f84/gdata-1.41.1/pom.xml ---------------------------------------------------------------------- diff --git a/gdata-1.41.1/pom.xml b/gdata-1.41.1/pom.xml deleted file mode 100644 index 028eb65..0000000 --- a/gdata-1.41.1/pom.xml +++ /dev/null @@ -1,127 +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>9-SNAPSHOT</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.gdata</artifactId> - <version>1.41.1_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: gdata</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>com.google.gdata</pkgGroupId> - <pkgArtifactId>gdata-core</pkgArtifactId> - <pkgVersion>1.41.1</pkgVersion> - <servicemix.osgi.export.pkg> - com.google.gdata - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.google.common.collect, - javax.crypto, - javax.crypto.spec, - javax.xml.parsers, - javax.xml.validation, - org.xml.sax*, - com.sun.mirror.apt;resolution:=optional, - com.sun.mirror.declaration;resolution:=optional, - com.sun.mirror.type;resolution:=optional, - com.sun.mirror.util;resolution:=optional, - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <!-- Not available - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - --> - </dependencies> - - <repositories> - <repository> - <id>smx-m2-repo</id> - <name>ServiceMix M2 Repository</name> - <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> - - <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/34b41f84/gdata-1.41.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gdata-1.41.1/src/main/resources/OSGI-INF/bundle.info b/gdata-1.41.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 5182da3..0000000 --- a/gdata-1.41.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,20 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - The Google Data Protocol is a REST-inspired technology for reading, writing, and modifying information on the web. - - Many services at Google provide external access to data and functionality through APIs that utilize the Google - Data Protocol. The protocol currently supports two primary modes of access: - - * AtomPub: Information is sent as a collection of Atom items, using the standard Atom syndication format - to represent data and HTTP to handle communication. The Google Data Protocol extends AtomPub for processing - queries, authentication, and batch requests. - * JSON: Information is sent as JSON objects that mirror the Atom representation. - - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/apis/gdata/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/34b41f84/gdata-1.47.1/pom.xml ---------------------------------------------------------------------- diff --git a/gdata-1.47.1/pom.xml b/gdata-1.47.1/pom.xml new file mode 100644 index 0000000..7512499 --- /dev/null +++ b/gdata-1.47.1/pom.xml @@ -0,0 +1,119 @@ +<?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>13</version> + <relativePath>../bundles-pom/pom.xml</relativePath> + </parent> + + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>org.apache.servicemix.bundles.gdata</artifactId> + <version>1.47.1_1-SNAPSHOT</version> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Bundles :: gdata</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> + </scm> + + <properties> + <pkgGroupId>com.google.gdata</pkgGroupId> + <pkgArtifactId>core</pkgArtifactId> + <pkgVersion>1.47.1</pkgVersion> + <servicemix.osgi.export.pkg> + com.google.gdata + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + com.google.common.collect, + javax.crypto, + javax.crypto.spec, + javax.xml.parsers, + javax.xml.validation, + org.xml.sax*, + com.sun.mirror.apt;resolution:=optional, + com.sun.mirror.declaration;resolution:=optional, + com.sun.mirror.type;resolution:=optional, + com.sun.mirror.util;resolution:=optional, + </servicemix.osgi.import.pkg> + </properties> + + <dependencies> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <optional>true</optional> + </dependency> + + <!-- sources --> + <!-- Not available + <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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/34b41f84/gdata-1.47.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/gdata-1.47.1/src/main/resources/OSGI-INF/bundle.info b/gdata-1.47.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..5182da3 --- /dev/null +++ b/gdata-1.47.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,20 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + The Google Data Protocol is a REST-inspired technology for reading, writing, and modifying information on the web. + + Many services at Google provide external access to data and functionality through APIs that utilize the Google + Data Protocol. The protocol currently supports two primary modes of access: + + * AtomPub: Information is sent as a collection of Atom items, using the standard Atom syndication format + to represent data and HTTP to handle communication. The Google Data Protocol extends AtomPub for processing + queries, authentication, and batch requests. + * JSON: Information is sent as JSON objects that mirror the Atom representation. + + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://code.google.com/apis/gdata/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/34b41f84/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 61f2235..f1d3b29 100644 --- a/pom.xml +++ b/pom.xml @@ -102,6 +102,7 @@ <module>oscore-2.2.6</module> <module>docker-java-3.0.11</module> <module>elasticsearch-repository-hdfs-2.4.4</momdule> + <module>gdata-1.47.1</module> </modules> </project>
