Code reorgansiation done.
The layout is now:
Root:
## https://svn.apache.org/repos/asf/jena/
/trunk/jena-core # Was Jena2/jena/trunk
/trunk/jena-iri
/trunk/jena-arq
/trunk/jena-examples
/trunk/jena-fuseki
/trunk/jena-larq
/trunk/jena-sdb
/trunk/jena-tdb
/trunk/jena-parent
/trunk/apache-jena
You can checkout all these at once or checkout individual modules.
To checkout all the main modules:
svn co https://svn.apache.org/repos/asf/jena/trunk Jena
then in Eclipse import all the projects. The trunk/ has a svn:ignore
including .metadata so if you check out all the projects, go to that
place as a new Eclipse workspace and import all the projects in one go
it should just work.
I'm not using this setup - I have a workspace elsewhere, not rooted as
the Jena checkout directory, and import the projects into that. Having
fixed up the .project files, all the Eclipse projects "just worked" for me.
To check out an individual module:
svn co https://svn.apache.org/repos/asf/jena/trunk/jena-core
Other changes:
POMs updated:
<name> is name of the module (help Eclipse import).
removed incubator references
mailing list names updated
URLs updated
Not the <version>
Andy