forked from mucommander/mucommander
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add mucommander-commons-io/runtime/util as submodules in git and subp…
…rojects in gradle Change-Id: Idd138f913c749ba523f192db1a0a87ca645911e2
- Loading branch information
Showing
5 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
[submodule "mucommander-commons-conf"] | ||
path = mucommander-commons-conf | ||
url = https://review.gerrithub.io/mucommander/mucommander-commons-conf | ||
[submodule "mucommander-commons-file"] | ||
path = mucommander-commons-file | ||
url = https://review.gerrithub.io/mucommander/mucommander-commons-file | ||
[submodule "mucommander-commons-collections"] | ||
path = mucommander-commons-collections | ||
url = https://review.gerrithub.io/mucommander/mucommander-commons-collections | ||
[submodule "mucommander-commons-conf"] | ||
path = mucommander-commons-conf | ||
url = https://review.gerrithub.io/mucommander/mucommander-commons-conf | ||
[submodule "mucommander-commons-file"] | ||
path = mucommander-commons-file | ||
url = https://review.gerrithub.io/mucommander/mucommander-commons-file | ||
[submodule "mucommander-commons-collections"] | ||
path = mucommander-commons-collections | ||
url = https://review.gerrithub.io/mucommander/mucommander-commons-collections | ||
[submodule "mucommander-commons-io"] | ||
path = mucommander-commons-io | ||
url = https://review.gerrithub.io/mucommander/mucommander-commons-io | ||
[submodule "mucommander-commons-runtime"] | ||
path = mucommander-commons-runtime | ||
url = https://review.gerrithub.io/mucommander/mucommander-commons-runtime | ||
[submodule "mucommander-commons-util"] | ||
path = mucommander-commons-util | ||
url = https://review.gerrithub.io/mucommander/mucommander-commons-util |
Submodule mucommander-commons-io
added at
4b7664
Submodule mucommander-commons-runtime
added at
6cf819
Submodule mucommander-commons-util
added at
d944fc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
include 'mucommander-commons-file' | ||
include 'mucommander-commons-conf' | ||
include 'mucommander-commons-collections' | ||
|
||
rootProject.name = 'mucommander' | ||
include 'mucommander-commons-file' | ||
include 'mucommander-commons-conf' | ||
include 'mucommander-commons-collections' | ||
include 'mucommander-commons-io' | ||
include 'mucommander-commons-runtime' | ||
include 'mucommander-commons-util' | ||
|
||
rootProject.name = 'mucommander' |