Skip to content

Commit

Permalink
Zeta components (ezc) are now git submodules
Browse files Browse the repository at this point in the history
ezComponents became Zeta Components in 2010. Since 2012, they are hosted
on Github (http://github.com/zetacomponents) so it makes sense to
include them as submodules like we do other libraries.

We currently only use the following components
- Base
- Graph

Fixes #19688
  • Loading branch information
dregad committed May 3, 2015
1 parent 9e6e770 commit 8335cac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitmodules
Expand Up @@ -10,3 +10,11 @@
[submodule "library/securimage"]
path = library/securimage
url = https://github.com/mantisbt/securimage.git
[submodule "library/ezc/Base"]
path = library/ezc/Base
url = https://github.com/mantisbt/ZetaBase.git
branch = mantis
[submodule "library/ezc/Graph"]
path = library/ezc/Graph
url = https://github.com/mantisbt/ZetaGraph.git
branch = mantis
1 change: 1 addition & 0 deletions library/ezc/Base
Submodule Base added at 37bc4a
1 change: 1 addition & 0 deletions library/ezc/Graph
Submodule Graph added at b10d2b

0 comments on commit 8335cac

Please sign in to comment.