File: pom.xml

package info (click to toggle)
librelaxng-datatype-java 1.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 148 kB
  • sloc: java: 292; xml: 55; sh: 19; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
<project> 
  <modelVersion>4.0.0</modelVersion> 
  <groupId>relaxngDatatype</groupId> 
  <artifactId>relaxngDatatype</artifactId> 
  <version>1.0</version> 
  <name>Datatype interface for RELAX NG</name>
  <description>RELAX NG is a schema language for XML. This library is a Java
    interface for describing datatypes within RELAX NG.</description>
</project>