+1 from me Seb. One thing I would like to see before you commit:

Add the dependency on apache poi in the maven pom, as opposed to 
including it in the module itself. This can be done with the following 
entry in pom.xml:

<dependency>
    <groupId>org.apache.poi</groupId>
    <artifactId>poi</artifactId>
    <version>3.1-FINAL</version>
</dependency>

Then if you could remove the poi-3.1-final directory, you have the go to 
commit.

-Justin

Sebastian Benthall wrote:
> Hello,
> 
> I'm writing to request permission to get commit access so that I can
> submit a community module that provides CSV and Excel
> WFSGetFeatureOutputFormats.
> 
> Thanks,
> 
> Sebastian Benthall
> OpenGeo
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Geoserver-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel


-- 
Justin Deoliveira
Software Engineer, OpenGeo
http://opengeo.org

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to