Project

General

Profile

Repositories » History » Version 13

Henning Blohm, 08.06.2020 14:02

1 1 Henning Blohm
h1. Repositories
2
3 4 Henning Blohm
This wiki page has an overview on *Git* repositories hosted on git.z2-environment.net.
4
5 9 Henning Blohm
As a basic rule, z2 releases go together with releases of add-ons and samples. All releasing happens by branch creation. That is, a consistent Version 2.1 view is achieved by consistently checking out the branch called "v2.1". 
6
7 1 Henning Blohm
h2. z2-core
8
9 13 Henning Blohm
# "z2-core":http://redmine.z2-environment.net/projects/z2-core/repository - The actual Z2 kernel. Also provides the build scripts to create a release deliverable.
10
11 2 Henning Blohm
12 1 Henning Blohm
h2. z2-base
13
14 11 Henning Blohm
# "z2-base.core":http://redmine.z2-environment.net/projects/z2-base/repository/core - The pre-compiled kernel of the z2-base system (*RETIRED AS OF VERSION 2.6*)
15 1 Henning Blohm
# "z2-base.base":http://redmine.z2-environment.net/projects/z2-base/repository/base - All modules beyond the kernel that make z2-base. Also contains the Jetty Web container.
16
# "z2-base.tools":http://redmine.z2-environment.net/projects/z2-base/repository/tools - Contains the Eclipse plugin "Eclipsoid" providing automatic classpath resolution for Eclipse project
17
18
h2. z2-addons
19 2 Henning Blohm
20
# "z2-addons.spring":http://redmine.z2-environment.net/projects/z2-addons/repository/z2-addons-spring - Spring modules. See [[Spring add-on]].
21 10 Henning Blohm
# "z2-addons.hibernate":http://redmine.z2-environment.net/projects/z2-addons/repository/z2-addons-hibernate - Hibernate support. See [[Hibernate add-on]].
22 2 Henning Blohm
# "z2-addons.hadoop":http://redmine.z2-environment.net/projects/z2-addons/repository/z2-addons-hadoop - Hadoop and HBase modules. See [[Hadoop add-on]].
23 8 Henning Blohm
# "z2-addons.groovy":http://redmine.z2-environment.net/projects/z2-addons/repository/z2-addons-groovy - Groovy support. See [[Groovy add-on]].
24
# "z2-addons.vaadin":http://redmine.z2-environment.net/projects/z2-addons/repository/z2-addons-vaadin - Vaadin and utilities. See [[Vaadin add-on]].
25 2 Henning Blohm
26
h2. z2-samples
27
28
The z2-samples project hosts repositories that show-case how to use Z2 in general or in conjunction with some other technology.
29
30 3 Henning Blohm
Please visit the [[Samples]] page to learn more about them.
31
32
Every sample comes with a repository. Browse them "here":http://redmine.z2-environment.net/projects/z2-samples/repository.