summaryrefslogtreecommitdiffstats
path: root/sandbox/kgoodson/SourceExplore/src
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-04-13 17:27:13 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-04-13 17:27:13 +0000
commit0aaa7657e8d06d753dcc356dac82e997c09329d9 (patch)
treee39b731377cc9f78df53c7cd88b5164681f5bb2d /sandbox/kgoodson/SourceExplore/src
parente5d6ce7771bdde1d1235e9a60a390419b4e61deb (diff)
example use of tuscany.spi custom javadoc tag at package level
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933709 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/kgoodson/SourceExplore/src')
-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.html16
-rw-r--r--sandbox/kgoodson/SourceExplore/src/main/resources/sub_dependencies.dot22
3 files changed, 40 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
diff --git a/sandbox/kgoodson/SourceExplore/src/main/resources/sub_dependencies.dot b/sandbox/kgoodson/SourceExplore/src/main/resources/sub_dependencies.dot
new file mode 100644
index 0000000000..a8e9e90fac
--- /dev/null
+++ b/sandbox/kgoodson/SourceExplore/src/main/resources/sub_dependencies.dot
@@ -0,0 +1,22 @@
+digraph Dependencies {
+
+ rankdir=LR;
+
+
+
+ "tuscany-assembly" -> "tuscany-monitor"
+ "tuscany-assembly" -> "tuscany-extensibility"
+
+ "tuscany-assembly-xml" ->"tuscany-assembly"
+ "tuscany-assembly-xml" ->"tuscany-contribution"
+
+
+
+
+ "tuscany-common-java" -> "tuscany-sca-api"
+
+ "tuscany-contribution" ->"tuscany-assembly"
+ "tuscany-contribution" ->"tuscany-common"
+ "tuscany-contribution" -> "tuscany-common-java"
+
+} \ No newline at end of file