> > > And (in Git terms) decomposite the repository into separate repos (or > > submodules)? > > Well, in SVN terms, all Apache projects share one big tree, and you always > just checkout specific parts (submodules as you wish). Admittedly, you can > probably not yet checkout a single subproject of Felix right now, but you > should already be able to just build one subproject. >
Yes, thanks. By the way if we talk about Felix "components" - Why there are "org.osgi.*" and "javax.servlet.*" modules instead of direct dependencies on e.g., org.osgi:core:4.3.0 or javax.servlet:javax.servlet-api (which is proper OSGi bundle for 3.x version and there must be somewhere proper 2.4 version)? That reminds me of the times where everyone has it's copy of servlet api (axis1, glassfish, geronimo, ...) regards Grzegorz Grzybek