Skip to content

Commit

Permalink
buglabs-osgi: migrate to xpp3 based serialization and parsing
Browse files Browse the repository at this point in the history
libraries for xml.
  • Loading branch information
kgilmer committed Jul 29, 2011
1 parent c58ef4f commit bbb80e2
Show file tree
Hide file tree
Showing 15 changed files with 7,621 additions and 494 deletions.
5 changes: 4 additions & 1 deletion com.buglabs.common/META-INF/MANIFEST.MF
Expand Up @@ -18,4 +18,7 @@ Export-Package:
com.buglabs.util.osgi,
com.buglabs.util.simplerestclient,
com.buglabs.util.ui,
com.buglabs.util.xml
com.buglabs.util.xml,
org.xmlpull.mxp1,
org.xmlpull.mxp1_serializer,
org.xmlpull.v1
@@ -0,0 +1 @@
org.xmlpull.mxp1.MXParserFactory,org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer
16 changes: 16 additions & 0 deletions com.buglabs.common/com/buglabs/util/xml/LICENSE.txt
@@ -0,0 +1,16 @@
XMLPULL API IS FREE
-------------------

All of the XMLPULL API source code, compiled code, and documentation
contained in this distribution *except* for tests (see separate LICENSE_TESTS.txt)
are in the Public Domain.

XMLPULL API comes with NO WARRANTY or guarantee of fitness for any purpose.

Initial authors:

Stefan Haustein
Aleksander Slominski

2001-12-12

2 changes: 2 additions & 0 deletions com.buglabs.common/com/buglabs/util/xml/README.txt
@@ -0,0 +1,2 @@
This is copy of src/java/api directory from xmlpull-api-v1 CVS
for more details see: http://www.xmlpull.org

0 comments on commit bbb80e2

Please sign in to comment.