diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-13 13:11:34 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-13 13:11:34 +0000 |
commit | 0e1ed7f131f3b1c9528d529df4139ed1f56b95c7 (patch) | |
tree | c677d21347de7e1a9d98f80a94be60efb9016595 /sandbox/kgoodson/SourceExplore | |
parent | 50f93141d20a7dd4f33f97efbfabce674d0b8264 (diff) |
policy dependencies graph
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933591 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/kgoodson/SourceExplore')
-rw-r--r-- | sandbox/kgoodson/SourceExplore/src/main/resources/policy_dependencies.dot | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sandbox/kgoodson/SourceExplore/src/main/resources/policy_dependencies.dot b/sandbox/kgoodson/SourceExplore/src/main/resources/policy_dependencies.dot new file mode 100644 index 0000000000..e34d8d2e70 --- /dev/null +++ b/sandbox/kgoodson/SourceExplore/src/main/resources/policy_dependencies.dot @@ -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 |