Skip to content

Commit

Permalink
Add README and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaitlin Hegarty committed May 1, 2015
1 parent 5512a05 commit 3693069
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Android JAXB 2.2.7
==================

Description
-----------
This project creates an Android compatible JAXB 2.2.7 jar.
Conflicting classes in java.awt and javax.activation have been
removed from the baseline. An uber-jar containing jaxb-api, jaxb-core,
and jaxb-impl is packaged using the Maven shade plugin.


Usage
-----
mvn install
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ public void receive(UnmarshallingContext.State state, Object o) throws SAXExcept
java.util.Calendar.class,
javax.xml.datatype.Duration.class,
javax.xml.datatype.XMLGregorianCalendar.class,
//java.awt.Image.class,
//javax.activation.DataHandler.class,
javax.xml.transform.Source.class,
java.util.Date.class,
java.io.File.class,
Expand Down

0 comments on commit 3693069

Please sign in to comment.