changeset 428:e327e8e6811f

Added another dot
author Igor Támara <igor@tamarapatino.org>
date Fri, 17 Oct 2008 07:13:16 -0500
parents b7d284121f21
children 8bedea2b8d60
files es/feature-branches.dot
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/es/feature-branches.dot	Fri Oct 17 07:13:16 2008 -0500
@@ -0,0 +1,8 @@
+digraph feature_branches {
+	maestro -> criptografĂ­a;
+	maestro -> sistemadearchivos;
+	maestro -> ipc;
+	maestro -> memoria;
+	maestro -> red;
+	maestro -> seguridad;
+}