Initial commit

This commit is contained in:
Robert von Burg 2012-06-08 09:47:44 -07:00
commit b8ece51dbe
2 changed files with 10 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
*.class
# Package Files #
*.jar
*.war
*.ear

4
README.md Normal file
View File

@ -0,0 +1,4 @@
ch.eitchnet.java.xmlpers
========================
Generic Java XML persistence layer. Implemented to be light-weight and simple to use