[rtems-graphics-toolkit commit] add microwin and nxlib as git submodules
Gedare Bloom
gedare at rtems.org
Tue Dec 24 16:59:15 UTC 2013
Module: rtems-graphics-toolkit
Branch: master
Commit: d03536bbce38868591e75d17727a21ea21563502
Changeset: http://git.rtems.org/rtems-graphics-toolkit/commit/?id=d03536bbce38868591e75d17727a21ea21563502
Author: Chirayu Desai <cdesai at cyanogenmod.org>
Date: Tue Dec 24 21:54:12 2013 +0530
add microwin and nxlib as git submodules
---
.gitmodules | 6 ++++++
microwin | 1 +
nxlib | 1 +
3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..733848e
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "microwin"]
+ path = microwin
+ url = git://github.com/alex-sever-h/microwin.git
+[submodule "nxlib"]
+ path = nxlib
+ url = git://github.com/alex-sever-h/nxlib.git
diff --git a/microwin b/microwin
new file mode 160000
index 0000000..6b5dae5
--- /dev/null
+++ b/microwin
@@ -0,0 +1 @@
+Subproject commit 6b5dae5cdbc334ac1c3210bc2c4918668cb42aa4
diff --git a/nxlib b/nxlib
new file mode 160000
index 0000000..71d911d
--- /dev/null
+++ b/nxlib
@@ -0,0 +1 @@
+Subproject commit 71d911dc3ee0f54c2a36fdfd71e0967c75802d30
More information about the vc
mailing list