From 50f93141d20a7dd4f33f97efbfabce674d0b8264 Mon Sep 17 00:00:00 2001 From: kelvingoodson Date: Tue, 13 Apr 2010 12:49:49 +0000 Subject: hand crafted dependency graph source git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933587 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/binding_dependencies.dot | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 sandbox/kgoodson/SourceExplore/src/main/resources/binding_dependencies.dot (limited to 'sandbox/kgoodson/SourceExplore/src/main/resources/binding_dependencies.dot') diff --git a/sandbox/kgoodson/SourceExplore/src/main/resources/binding_dependencies.dot b/sandbox/kgoodson/SourceExplore/src/main/resources/binding_dependencies.dot new file mode 100644 index 0000000000..28c55ebcdf --- /dev/null +++ b/sandbox/kgoodson/SourceExplore/src/main/resources/binding_dependencies.dot @@ -0,0 +1,55 @@ +digraph Dependencies { + + assembly -> monitor + assembly -> extensibility + + "assembly-xml" -> assembly + "assembly-xml" -> contribution + + "binding.atom" -> assembly + + "binding-ejb" -> assembly + "binding-ejb" -> "assembly-xml" + "binding-ejb" -> "interface-java" + + + "binding-http" -> "assembly-xml" + "binding-http" -> contribution + + "binding-jsonp" -> assembly + "binding-jsonrpc" -> assembly + + "binding-jms" -> "assembly-xml" + + "binding-rmi" -> assembly + + "binding-sca-runtime" -> assembly + "binding-sca-runtime" -> "assembly-xml" + "binding-sca-runtime" -> "core-spi" + "binding-sca-runtime" -> core + "binding-sca-runtime" -> databinding + "binding-sca-runtime" -> contribution + + + "binding-ws" -> "contribution" + "binding-ws" -> "assembly" + "binding-ws" -> "monitor" + "binding-ws" -> "assembly-xsd" + "binding-ws" -> "extensibility" + "binding-ws" -> "common-xml" + "binding-ws" -> "common-java" + "binding-ws" -> "sca-api" + "binding-ws" -> "assembly-xml" + "binding-ws" -> "interface-wsdl" + "binding-ws" -> "tuscany-xsd" + + + + + "common-java" -> "sca-api" + + "contribution" -> assembly + "contribution" -> common + "contribution" -> "common-java" + +} \ No newline at end of file -- cgit v1.2.3