From c275f589cdf875d42ffc114518963d13305ce409 Mon Sep 17 00:00:00 2001 From: Igor Fedorenko Date: Sat, 10 Dec 2011 00:29:08 -0500 Subject: added many more submodules Signed-off-by: Igor Fedorenko --- .gitmodules | 54 ++++++++++++++++++++++++++++++++++++++++++++++ eclipse.jdt.core.binaries | 1 + eclipse.jdt.debug | 1 + eclipse.jdt.ui | 1 + eclipse.pde | 1 + eclipse.pde.build | 1 + eclipse.pde.ui | 1 + eclipse.platform | 1 + eclipse.platform.common | 1 + eclipse.platform.debug | 1 + eclipse.platform.resources | 1 + eclipse.platform.runtime | 1 + eclipse.platform.team | 1 + eclipse.platform.text | 1 + eclipse.platform.ua | 1 + eclipse.platform.ui | 1 + rt.equinox.bundles | 1 + rt.equinox.framework | 1 + rt.equinox.p2 | 1 + 19 files changed, 72 insertions(+) create mode 160000 eclipse.jdt.core.binaries create mode 160000 eclipse.jdt.debug create mode 160000 eclipse.jdt.ui create mode 160000 eclipse.pde create mode 160000 eclipse.pde.build create mode 160000 eclipse.pde.ui create mode 160000 eclipse.platform create mode 160000 eclipse.platform.common create mode 160000 eclipse.platform.debug create mode 160000 eclipse.platform.resources create mode 160000 eclipse.platform.runtime create mode 160000 eclipse.platform.team create mode 160000 eclipse.platform.text create mode 160000 eclipse.platform.ua create mode 160000 eclipse.platform.ui create mode 160000 rt.equinox.bundles create mode 160000 rt.equinox.framework create mode 160000 rt.equinox.p2 diff --git a/.gitmodules b/.gitmodules index 82efdfffc..5a346a153 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,57 @@ [submodule "eclipse.jdt.core"] path = eclipse.jdt.core url = ../eclipse.jdt.core +[submodule "eclipse.jdt.core.binaries"] + path = eclipse.jdt.core.binaries + url = ../eclipse.jdt.core.binaries +[submodule "eclipse.jdt.debug"] + path = eclipse.jdt.debug + url = ../eclipse.jdt.debug +[submodule "eclipse.jdt.ui"] + path = eclipse.jdt.ui + url = ../eclipse.jdt.ui +[submodule "eclipse.pde"] + path = eclipse.pde + url = ../eclipse.pde +[submodule "eclipse.pde.build"] + path = eclipse.pde.build + url = ../eclipse.pde.build +[submodule "eclipse.pde.ui"] + path = eclipse.pde.ui + url = ../eclipse.pde.ui +[submodule "eclipse.platform"] + path = eclipse.platform + url = ../eclipse.platform +[submodule "eclipse.platform.common"] + path = eclipse.platform.common + url = ../eclipse.platform.common +[submodule "eclipse.platform.debug"] + path = eclipse.platform.debug + url = ../eclipse.platform.debug +[submodule "eclipse.platform.resources"] + path = eclipse.platform.resources + url = ../eclipse.platform.resources +[submodule "eclipse.platform.runtime"] + path = eclipse.platform.runtime + url = ../eclipse.platform.runtime +[submodule "eclipse.platform.team"] + path = eclipse.platform.team + url = ../eclipse.platform.team +[submodule "eclipse.platform.text"] + path = eclipse.platform.text + url = ../eclipse.platform.text +[submodule "eclipse.platform.ua"] + path = eclipse.platform.ua + url = ../eclipse.platform.ua +[submodule "eclipse.platform.ui"] + path = eclipse.platform.ui + url = ../eclipse.platform.ui +[submodule "rt.equinox.bundles"] + path = rt.equinox.bundles + url = ../rt.equinox.bundles +[submodule "rt.equinox.framework"] + path = rt.equinox.framework + url = ../rt.equinox.framework +[submodule "rt.equinox.p2"] + path = rt.equinox.p2 + url = ../rt.equinox.p2 diff --git a/eclipse.jdt.core.binaries b/eclipse.jdt.core.binaries new file mode 160000 index 000000000..73d433181 --- /dev/null +++ b/eclipse.jdt.core.binaries @@ -0,0 +1 @@ +Subproject commit 73d4331812e7fc13f372199dc37662d151ccf34a diff --git a/eclipse.jdt.debug b/eclipse.jdt.debug new file mode 160000 index 000000000..02c5ff07a --- /dev/null +++ b/eclipse.jdt.debug @@ -0,0 +1 @@ +Subproject commit 02c5ff07a901584fd33ed4ea3e46c114882e849e diff --git a/eclipse.jdt.ui b/eclipse.jdt.ui new file mode 160000 index 000000000..4c59548e2 --- /dev/null +++ b/eclipse.jdt.ui @@ -0,0 +1 @@ +Subproject commit 4c59548e2a8cc341b9d02b62950659a61162c9d6 diff --git a/eclipse.pde b/eclipse.pde new file mode 160000 index 000000000..19fa779e6 --- /dev/null +++ b/eclipse.pde @@ -0,0 +1 @@ +Subproject commit 19fa779e688bd0b8325c2182c2335d51fe157860 diff --git a/eclipse.pde.build b/eclipse.pde.build new file mode 160000 index 000000000..5eb5a0ea4 --- /dev/null +++ b/eclipse.pde.build @@ -0,0 +1 @@ +Subproject commit 5eb5a0ea4f2059bd096da081a129d3f22971fb18 diff --git a/eclipse.pde.ui b/eclipse.pde.ui new file mode 160000 index 000000000..d4c25af44 --- /dev/null +++ b/eclipse.pde.ui @@ -0,0 +1 @@ +Subproject commit d4c25af44c6b6ded87a5c10072374150a446d57a diff --git a/eclipse.platform b/eclipse.platform new file mode 160000 index 000000000..c9ae5991f --- /dev/null +++ b/eclipse.platform @@ -0,0 +1 @@ +Subproject commit c9ae5991ff6f9e8d691a61245599befe913bf54e diff --git a/eclipse.platform.common b/eclipse.platform.common new file mode 160000 index 000000000..86a95aeaa --- /dev/null +++ b/eclipse.platform.common @@ -0,0 +1 @@ +Subproject commit 86a95aeaaa4d9b25f0217fdc19403e0fc0276314 diff --git a/eclipse.platform.debug b/eclipse.platform.debug new file mode 160000 index 000000000..cbf36c05d --- /dev/null +++ b/eclipse.platform.debug @@ -0,0 +1 @@ +Subproject commit cbf36c05dcff30eded1e7e57089ec39425a3f9df diff --git a/eclipse.platform.resources b/eclipse.platform.resources new file mode 160000 index 000000000..baefc3018 --- /dev/null +++ b/eclipse.platform.resources @@ -0,0 +1 @@ +Subproject commit baefc3018bc609923c08f73bd86c74ba57ceba8b diff --git a/eclipse.platform.runtime b/eclipse.platform.runtime new file mode 160000 index 000000000..6a31185b6 --- /dev/null +++ b/eclipse.platform.runtime @@ -0,0 +1 @@ +Subproject commit 6a31185b64b7679321cc2b7de73865e9d4483835 diff --git a/eclipse.platform.team b/eclipse.platform.team new file mode 160000 index 000000000..84a4c9c98 --- /dev/null +++ b/eclipse.platform.team @@ -0,0 +1 @@ +Subproject commit 84a4c9c98b5c31d5fbb98ddbe2cdd8964c0e97be diff --git a/eclipse.platform.text b/eclipse.platform.text new file mode 160000 index 000000000..fcedbc32b --- /dev/null +++ b/eclipse.platform.text @@ -0,0 +1 @@ +Subproject commit fcedbc32b65b00711aada907dc2d7c2e554e66c8 diff --git a/eclipse.platform.ua b/eclipse.platform.ua new file mode 160000 index 000000000..1331c9731 --- /dev/null +++ b/eclipse.platform.ua @@ -0,0 +1 @@ +Subproject commit 1331c973119cfdc2b8e9f015a90c58583fd120a6 diff --git a/eclipse.platform.ui b/eclipse.platform.ui new file mode 160000 index 000000000..84f8648ac --- /dev/null +++ b/eclipse.platform.ui @@ -0,0 +1 @@ +Subproject commit 84f8648ac64527ab01d8ea6e3ab7605456ebba54 diff --git a/rt.equinox.bundles b/rt.equinox.bundles new file mode 160000 index 000000000..8007ac46b --- /dev/null +++ b/rt.equinox.bundles @@ -0,0 +1 @@ +Subproject commit 8007ac46b4cf8a1bc6be518192290b600034b677 diff --git a/rt.equinox.framework b/rt.equinox.framework new file mode 160000 index 000000000..a18d795b8 --- /dev/null +++ b/rt.equinox.framework @@ -0,0 +1 @@ +Subproject commit a18d795b8b45f99ddb7a3ab961dd491b5850dda1 diff --git a/rt.equinox.p2 b/rt.equinox.p2 new file mode 160000 index 000000000..647d624c3 --- /dev/null +++ b/rt.equinox.p2 @@ -0,0 +1 @@ +Subproject commit 647d624c37b11d1ae773a64137813722f79cb040 -- cgit v1.2.3