Skip to content

Commit

Permalink
add mucommander-commons-io/runtime/util as submodules in git and subp…
Browse files Browse the repository at this point in the history
…rojects in gradle

Change-Id: Idd138f913c749ba523f192db1a0a87ca645911e2
  • Loading branch information
ahadas committed Nov 8, 2014
1 parent 2332599 commit 6f4443e
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 14 deletions.
27 changes: 18 additions & 9 deletions .gitmodules
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
1 change: 1 addition & 0 deletions mucommander-commons-io
Submodule mucommander-commons-io added at 4b7664
1 change: 1 addition & 0 deletions mucommander-commons-runtime
Submodule mucommander-commons-runtime added at 6cf819
1 change: 1 addition & 0 deletions mucommander-commons-util
Submodule mucommander-commons-util added at d944fc
13 changes: 8 additions & 5 deletions settings.gradle
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'

0 comments on commit 6f4443e

Please sign in to comment.