Hello Travis
I performed "svn copy storage/sis-shapefile" from the Shapefile branch
to the JDK7 branch. Before to continue, would you agree if I perform the
following changes?
* Apply a uniform Apache License 2.0 header on every files.
* Replace tabulations by spaces.
* Replace usage of Feature by DefaultFeature.
* Move the "data" directory to
"src/test/resources/org/apache/sis/storage/shapefile"
("src/test/resources" is the standard Maven directory for test files).
* Move the "org.apache.sis.storage.shapefile.test" package one level
up (to "org.apache.sis.storage.shapefile", i.e. together with the
classes to be tested). This allows access to package-privated members.
That should quick. Next, I would merge the JDK7 branch to the trunk.
On which branch do you prefer to work, JDK7 or trunk? If you can work
with JDK7, I could test and make proposals a little bit quicker, but
trunk is fine as well - at your choice.
Martin