File: libxmlenc-java.pom

package info (click to toggle)
libxmlenc-java 0.52%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 456 kB
  • sloc: java: 2,521; xml: 511; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 623 bytes parent folder | download | duplicates (3)
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>