summaryrefslogtreecommitdiffstats
path: root/sandbox/kgoodson/SourceExplore/src/main/resources/sub_dependencies.dot
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/main/resources/sub_dependencies.dot
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 '')
-rw-r--r--sandbox/kgoodson/SourceExplore/src/main/resources/sub_dependencies.dot22
1 files changed, 22 insertions, 0 deletions
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