File: pom.xml

package info (click to toggle)
librelaxng-datatype-java 1.0%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 156 kB
  • ctags: 93
  • sloc: java: 292; xml: 59; 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>