From 8777b26e0aa8f3f970b9fdc18395edad7656f169 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 17 Apr 2010 09:31:20 -0400 Subject: [PATCH] adding the hello world mxml app as a submodule --- .gitmodules | 3 +++ HelloWorld | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 HelloWorld diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8772361 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "HelloWorld"] + path = HelloWorld + url = git://github.com/AdamAtomic/HelloWorld.git diff --git a/HelloWorld b/HelloWorld new file mode 160000 index 0000000..383388c --- /dev/null +++ b/HelloWorld @@ -0,0 +1 @@ +Subproject commit 383388c9282054269e90d007461bd90c2ca6d35b