You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ke...@apache.org on 2010/04/13 15:11:35 UTC

svn commit: r933591 - /tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/policy_dependencies.dot

Author: kelvingoodson
Date: Tue Apr 13 13:11:34 2010
New Revision: 933591

URL: http://svn.apache.org/viewvc?rev=933591&view=rev
Log:
policy dependencies graph

Added:
    tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/policy_dependencies.dot

Added: tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/policy_dependencies.dot
URL: http://svn.apache.org/viewvc/tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/policy_dependencies.dot?rev=933591&view=auto
==============================================================================
--- tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/policy_dependencies.dot (added)
+++ tuscany/sandbox/kgoodson/SourceExplore/src/main/resources/policy_dependencies.dot Tue Apr 13 13:11:34 2010
@@ -0,0 +1,39 @@
+digraph Dependencies {
+
+    rankdir=LR;
+
+    {
+      rank = "same";
+
+       "tuscany-policy-logging";
+       "tuscany-policy-security";
+       "tuscany-policy-transaction";
+       "tuscany-policy-wspolicy";
+
+
+                
+    }
+
+
+       "tuscany-policy-logging" -> "tuscany-contribution"
+       "tuscany-policy-logging" -> "tuscany-core-spi"
+       "tuscany-policy-logging" -> "tuscany-assembly-xml"
+
+       "tuscany-policy-security" -> "tuscany-contribution" 
+       "tuscany-policy-security" -> "tuscany-core-spi"     
+       "tuscany-policy-security" -> "tuscany-assembly-xml" 
+
+
+       "tuscany-policy-transaction"  -> "tuscany-contribution"
+       "tuscany-policy-transaction"  -> "tuscany-core-spi"    
+       "tuscany-policy-transaction"  -> "tuscany-assembly-xml"
+
+
+       "tuscany-policy-wspolicy" ->"tuscany-assembly"
+       "tuscany-policy-wspolicy" ->"tuscany-assembly-xml"
+       "tuscany-policy-wspolicy" ->"tuscany-contribution"
+       "tuscany-policy-wspolicy" ->"tuscany-core-spi"
+       "tuscany-policy-wspolicy" ->"ws.commons.axion:axiom-api"
+       "tuscany-policy-wspolicy" ->"tuscany-org.apache.neethi:neethi"
+
+}
\ No newline at end of file