Skip to content

Commit

Permalink
Step1: Add git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
igarashitm committed Oct 11, 2017
1 parent cd72be4 commit c9fb869
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitmodules
@@ -0,0 +1,12 @@
[submodule "runtime"]
path = runtime
url = https://github.com/atlasmap/atlasmap-runtime
[submodule "ui"]
path = ui
url = https://github.com/atlasmap/atlasmap-ui
[submodule "camel"]
path = camel
url = https://github.com/atlasmap/camel-atlasmap
[submodule "app"]
path = app
url = https://github.com/atlasmap/atlasmap-app
1 change: 1 addition & 0 deletions app
Submodule app added at 2cbd7a
1 change: 1 addition & 0 deletions camel
Submodule camel added at 348362
1 change: 1 addition & 0 deletions runtime
Submodule runtime added at 54b1d5
1 change: 1 addition & 0 deletions ui
Submodule ui added at 9ed653

0 comments on commit c9fb869

Please sign in to comment.