mirror of https://github.com/apache/jclouds.git
Added stub READMEs for joda and bouncycastle and included them in the package. See http://code.google.com/p/jclouds/issues/detail?id=127
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2464 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
59bfcdb80f
commit
dfc519c79c
|
@ -0,0 +1,28 @@
|
|||
====
|
||||
|
||||
Copyright (C) 2009 Cloud Conscious, LLC. <info@cloudconscious.com>
|
||||
|
||||
====================================================================
|
||||
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.
|
|
@ -0,0 +1,28 @@
|
|||
====
|
||||
|
||||
Copyright (C) 2009 Cloud Conscious, LLC. <info@cloudconscious.com>
|
||||
|
||||
====================================================================
|
||||
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.
|
|
@ -399,6 +399,33 @@
|
|||
<outputDirectory>providers/vcloud</outputDirectory>
|
||||
</fileSet>
|
||||
|
||||
<!-- extensions: bouncycastle -->
|
||||
<fileSet>
|
||||
<directory>extensions/bouncycastle/target</directory>
|
||||
<includes>
|
||||
<include>jclouds-bouncycastle-${project.version}.jar</include>
|
||||
</includes>
|
||||
<outputDirectory>extensions/bouncycastle/lib</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>extensions/bouncycastle/target</directory>
|
||||
<includes>
|
||||
<include>jclouds-bouncycastle-${project.version}-sources.jar</include>
|
||||
</includes>
|
||||
<outputDirectory>extensions/bouncycastle/src</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>extensions/bouncycastle/target/apidocs</directory>
|
||||
<outputDirectory>extensions/bouncycastle/docs</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>extensions/bouncycastle</directory>
|
||||
<includes>
|
||||
<include>README.txt</include>
|
||||
</includes>
|
||||
<outputDirectory>extensions/bouncycastle</outputDirectory>
|
||||
</fileSet>
|
||||
|
||||
<!-- extensions: gae -->
|
||||
<fileSet>
|
||||
<directory>extensions/gae/target</directory>
|
||||
|
@ -426,6 +453,33 @@
|
|||
<outputDirectory>extensions/gae</outputDirectory>
|
||||
</fileSet>
|
||||
|
||||
<!-- extensions: joda -->
|
||||
<fileSet>
|
||||
<directory>extensions/joda/target</directory>
|
||||
<includes>
|
||||
<include>jclouds-joda-${project.version}.jar</include>
|
||||
</includes>
|
||||
<outputDirectory>extensions/joda/lib</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>extensions/joda/target</directory>
|
||||
<includes>
|
||||
<include>jclouds-joda-${project.version}-sources.jar</include>
|
||||
</includes>
|
||||
<outputDirectory>extensions/joda/src</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>extensions/joda/target/apidocs</directory>
|
||||
<outputDirectory>extensions/joda/docs</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>extensions/joda</directory>
|
||||
<includes>
|
||||
<include>README.txt</include>
|
||||
</includes>
|
||||
<outputDirectory>extensions/joda</outputDirectory>
|
||||
</fileSet>
|
||||
|
||||
<!-- extensions: httpnio -->
|
||||
<fileSet>
|
||||
<directory>extensions/httpnio/target</directory>
|
||||
|
|
Loading…
Reference in New Issue