Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-12-10 05:08:39 +0000
committerIgor Fedorenko2011-12-10 05:08:39 +0000
commit1b2711c3ad6435909f048dace32288e0a2e99ec4 (patch)
tree8787519698d1665a68986a3b471504ea037ae0a7 /.gitmodules
parentc27e90aea94f4266b5542873a03fb09858e85e16 (diff)
downloadeclipse.platform.releng.aggregator-1b2711c3ad6435909f048dace32288e0a2e99ec4.tar.gz
eclipse.platform.releng.aggregator-1b2711c3ad6435909f048dace32288e0a2e99ec4.tar.xz
eclipse.platform.releng.aggregator-1b2711c3ad6435909f048dace32288e0a2e99ec4.zip
git submodule add -b tycho-monolith-build ../eclipse.jdt.core
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 8440c29bc..82efdfffc 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "eclipse.jdt"]
path = eclipse.jdt
url = ../eclipse.jdt
+[submodule "eclipse.jdt.core"]
+ path = eclipse.jdt.core
+ url = ../eclipse.jdt.core

Back to the top