1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>xmlenc</groupId>
<artifactId>xmlenc</artifactId>
<version>0.52</version>
<packaging>jar</packaging>
<name>xmlenc Library</name>
<url>http://xmlenc.sourceforge.net</url>
<description>xmlenc Library</description>
<licenses>
<license>
<name>The BSD License</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://xmlenc.cvs.sourceforge.net/xmlenc/</url>
</scm>
</project>
|