Repository: servicemix-bundles Updated Branches: refs/heads/master 16e75bcc4 -> ff1f51ef4
Fix aws-java-sdk 1.11.37 bundle Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/9afd4b41 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/9afd4b41 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/9afd4b41 Branch: refs/heads/master Commit: 9afd4b416656aadb3e3a9b29851a9b35088bb638 Parents: 16e75bc Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Oct 31 13:53:17 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Oct 31 13:53:17 2016 +0100 ---------------------------------------------------------------------- aws-java-sdk-1.11.37/pom.xml | 19 ++++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 24 ++++++++++++++++++++ 2 files changed, 43 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/9afd4b41/aws-java-sdk-1.11.37/pom.xml ---------------------------------------------------------------------- diff --git a/aws-java-sdk-1.11.37/pom.xml b/aws-java-sdk-1.11.37/pom.xml index 32ac854..4f0065d 100644 --- a/aws-java-sdk-1.11.37/pom.xml +++ b/aws-java-sdk-1.11.37/pom.xml @@ -1,5 +1,24 @@ <?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/maven-v4_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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/9afd4b41/aws-java-sdk-1.11.37/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/aws-java-sdk-1.11.37/src/main/resources/OSGI-INF/bundle.info b/aws-java-sdk-1.11.37/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..03e3725 --- /dev/null +++ b/aws-java-sdk-1.11.37/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,24 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Since early 2006, Amazon Web Services (AWS) has provided companies of all sizes with an infrastructure web + services platform in the cloud. With AWS you can requisition compute power, storage, and other + servicesâgaining access to a suite of elastic IT infrastructure services as your business demands them. + With AWS you have the flexibility to choose whichever development platform or programming model makes the + most sense for the problems youâre trying to solve. You pay only for what you use, with no up-front expenses + or long-term commitments, making AWS the most cost-effective way to deliver your application to your + customers and clients. And, with AWS, you can take advantage of Amazon.comâs global computing infrastructure + that is the backbone of Amazon.comâs multi-billion retail business and transactional enterprise whose + scalable, reliable, and secure distributed computing infrastructure has been honed for over a decade. + + Using Amazon Web Services, an e-commerce web site can weather unforeseen demand with ease; a pharmaceutical + company can ârentâ computing power to execute large-scale simulations; a media company can serve unlimited + videos, music, and more; and an enterprise can deploy bandwidth-consuming services and training to its + mobile workforce. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://aws.amazon.com/\u001B[0m
