[Geoserver-devel] GSIP-37 GPL plus Classpath

I have updated this page to reflect our lack of progress
(http://geoserver.org/display/GEOS/GSIP+37+-+GPL+plus+Classpath+Exception+for+Dispatch).
It seems we need a list of classes that are involved in allowing
community modules to be built.

It looks like for the basic "helloworld" example we do not need to
modify anything?
- http://geoserver.org/display/GEOSDOC/3+A+Simple+PlugIn

Based on the rest docs
(http://docs.geoserver.org/1.7.x/en/developer/programming-guide/rest-services/implementing.html)
we end up with the following:
- AbstractResource
- GeoServerTestSupport
- MapResource
- ReflectiveResource

Similarly:
- FeatureResponseDelegate
- FeatureResponseDelegateProducerSpi

Jody