Browse Source

Moving ycmd deps to ycmd/third_party

Strahinja Val Markovic 10 years ago
parent
commit
6defe8ccd4

+ 6 - 6
.gitmodules

@@ -1,8 +1,8 @@
 [submodule "third_party/jedi"]
-	path = third_party/jedi
+	path = third_party/ycmd/third_party/jedi
 	url = https://github.com/davidhalter/jedi
 [submodule "third_party/OmniSharpServer"]
-	path = third_party/OmniSharpServer
+	path = third_party/ycmd/third_party/OmniSharpServer
 	url = https://github.com/nosami/OmniSharpServer
 [submodule "third_party/requests-futures"]
 	path = third_party/requests-futures
@@ -11,14 +11,14 @@
 	path = third_party/requests
 	url = https://github.com/kennethreitz/requests
 [submodule "third_party/waitress"]
-	path = third_party/waitress
+	path = third_party/ycmd/third_party/waitress
 	url = https://github.com/Pylons/waitress
 [submodule "third_party/bottle"]
-	path = third_party/bottle
+	path = third_party/ycmd/third_party/bottle
 	url = https://github.com/defnull/bottle
 [submodule "third_party/frozendict"]
-	path = third_party/frozendict
+	path = third_party/ycmd/third_party/frozendict
 	url = https://github.com/slezica/python-frozendict
 [submodule "third_party/argparse"]
-	path = third_party/argparse
+	path = third_party/ycmd/third_party/argparse
 	url = https://github.com/bewest/argparse

+ 0 - 0
third_party/OmniSharpServer → third_party/ycmd/third_party/OmniSharpServer


+ 0 - 0
third_party/argparse → third_party/ycmd/third_party/argparse


+ 0 - 0
third_party/bottle → third_party/ycmd/third_party/bottle


+ 0 - 0
third_party/frozendict → third_party/ycmd/third_party/frozendict


+ 0 - 0
third_party/jedi → third_party/ycmd/third_party/jedi


+ 0 - 0
third_party/waitress → third_party/ycmd/third_party/waitress