diff options
Diffstat (limited to 'sandbox/kgoodson/SourceExplore/src/main/java')
-rw-r--r-- | sandbox/kgoodson/SourceExplore/src/main/java/sourcehash/HashSPISource.java (renamed from sandbox/kgoodson/SourceExplore/src/main/java/HashSPISource.java) | 2 | ||||
-rw-r--r-- | sandbox/kgoodson/SourceExplore/src/main/java/sourcehash/package.html | 16 |
2 files changed, 18 insertions, 0 deletions
diff --git a/sandbox/kgoodson/SourceExplore/src/main/java/HashSPISource.java b/sandbox/kgoodson/SourceExplore/src/main/java/sourcehash/HashSPISource.java index 0567942f99..6ac7067e46 100644 --- a/sandbox/kgoodson/SourceExplore/src/main/java/HashSPISource.java +++ b/sandbox/kgoodson/SourceExplore/src/main/java/sourcehash/HashSPISource.java @@ -1,3 +1,5 @@ +package sourcehash; + import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; diff --git a/sandbox/kgoodson/SourceExplore/src/main/java/sourcehash/package.html b/sandbox/kgoodson/SourceExplore/src/main/java/sourcehash/package.html new file mode 100644 index 0000000000..57353774be --- /dev/null +++ b/sandbox/kgoodson/SourceExplore/src/main/java/sourcehash/package.html @@ -0,0 +1,16 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> +<head> +</head> +<body bgcolor="white"> + +Produces and XML file containing md5sums for files in a file system hierarchy. + +More description blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah + blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah. + + +@tuscany.spi + +</body> +</html>
\ No newline at end of file |