1 <project> 2 <modelVersion>4.0.0</modelVersion> 3 <groupId>net.sf.kxml</groupId> 4 <artifactId>kxml2</artifactId> 5 <version>2.3.0</version> 6 <packaging>jar</packaging> 7 <name>kXML 2 is a small XML pull parser based on the common XML pull API</name> 8 <url>http://kxml.sourceforge.net/</url> 9 <description>kXML is a small XML pull parser, specially designed for constrained environments such as Applets, Personal Java or MIDP devices. In contrast to kXML 1, kXML 2 is based on the common XML pull API.</description> 10 <licenses> 11 <license> 12 <name>BSD style</name> 13 <url>http://kxml.cvs.sourceforge.net/viewvc/kxml/kxml2/license.txt?view=markup</url> 14 <distribution>repo</distribution> 15 <comments>The license applies to the kXML2 classes (all classes below the org.kxml2 package).</comments> 16 </license> 17 <license> 18 <name>Public Domain</name> 19 <url>http://creativecommons.org/licenses/publicdomain</url> 20 <distribution>repo</distribution> 21 <comments>The license applies to the XmlPull API (all classes directly in the org.xmlpull.v1 package)</comments> 22 </license> 23 </licenses> 24 <scm> 25 <url>http://kxml.cvs.sourceforge.net/viewvc/kxml/kxml2/</url> 26 </scm> 27 <organization> 28 <name>Stefan Haustein, Oberhausen, Rhld., Germany</name> 29 <url>http://kxml.sourceforge.net/</url> 30 </organization> 31 <dependencies/> 32 </project> 33