[Geoserver-devel] Release data-dir in, more to come today and tomorrow

Hi all,
release data dir has been added to svn in 1.5.x branch.
Data dirs are made now so that they can be used as is (just point
your GEOSERVER_DATA_DIR to them), or they can be included
into the geoserver war.

For the latter, on windows, just do the following:
* set configDir=../../configuration (assuming you have a full checkout)
* in the web module, mvn clean install -DconfigId=release

and the release data dir will be copied into the web module
in the data subfolder.

Pay attention, if you use the data dirs directly , any change
you do with the geoserver configuration UI does affect version controlled files.

Today, or tomorrow at most, the CITE testing configuration will
land as well. If all goes fine, I'll forward port all the config
and code changes to trunk tomorrow.

Cheers
Andrea

PS: I also have to update the geoserver developer documentation
accordingly.