jclouds/drivers/jsch
Andrew Gaul 9cdd53b0b7 JCLOUDS-546: Remove Javadoc @author annotations
Annotations removed with:

find -name \*.java | xargs sed -i /@author/d

Empty Javadoc removed with multiple iterations of:

find -name \*.java | xargs sed -i -z 's/ \*\n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/ \* \n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/\/\*\*\n \*\/\n//'
2014-06-07 21:44:54 -07:00
..
src JCLOUDS-546: Remove Javadoc @author annotations 2014-06-07 21:44:54 -07:00
.gitignore Issue 440: moved all extensions into group id org.jclouds.driver 2011-01-15 20:58:57 -08:00
README.txt JCLOUDS-31. remove malformed, duplicate, or unnecessary headers 2013-05-16 21:30:32 -07:00
pom.xml JCLOUDS-516: Add ssh agent support via sch agentproxy 2014-03-27 09:04:34 +01:00

README.txt

#
# A driver to use JSch (http://www.jcraft.com/jsch/) as the SSH connection provider
# for jclouds.
#
# TODO: Usage example.