diff --git a/extensions/bouncycastle/README.txt b/extensions/bouncycastle/README.txt new file mode 100644 index 0000000000..e182ba2449 --- /dev/null +++ b/extensions/bouncycastle/README.txt @@ -0,0 +1,28 @@ +==== + + Copyright (C) 2009 Cloud Conscious, LLC. + + ==================================================================== + 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. + ==================================================================== +==== +# +# An extension to use the Bouncy Castle Crypto API (http://www.bouncycastle.org/) +# as an encryption library in jclouds. +# +# TODO: Usage example. \ No newline at end of file diff --git a/extensions/joda/README.txt b/extensions/joda/README.txt new file mode 100644 index 0000000000..f4383f4061 --- /dev/null +++ b/extensions/joda/README.txt @@ -0,0 +1,28 @@ +==== + + Copyright (C) 2009 Cloud Conscious, LLC. + + ==================================================================== + 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. + ==================================================================== +==== +# +# An extension to use Joda (http://joda-time.sourceforge.net/) as a time and date library +# in jclouds. +# +# TODO: Usage example. \ No newline at end of file diff --git a/package-descriptor.xml b/package-descriptor.xml index b57bb94098..73bbabb134 100644 --- a/package-descriptor.xml +++ b/package-descriptor.xml @@ -398,7 +398,34 @@ providers/vcloud - + + + + extensions/bouncycastle/target + + jclouds-bouncycastle-${project.version}.jar + + extensions/bouncycastle/lib + + + extensions/bouncycastle/target + + jclouds-bouncycastle-${project.version}-sources.jar + + extensions/bouncycastle/src + + + extensions/bouncycastle/target/apidocs + extensions/bouncycastle/docs + + + extensions/bouncycastle + + README.txt + + extensions/bouncycastle + + extensions/gae/target @@ -425,7 +452,34 @@ extensions/gae - + + + + extensions/joda/target + + jclouds-joda-${project.version}.jar + + extensions/joda/lib + + + extensions/joda/target + + jclouds-joda-${project.version}-sources.jar + + extensions/joda/src + + + extensions/joda/target/apidocs + extensions/joda/docs + + + extensions/joda + + README.txt + + extensions/joda + + extensions/httpnio/target