File: pom.xml

package info (click to toggle)
sacjava 1.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 240 kB
  • sloc: java: 480; xml: 31; makefile: 11
file content (31 lines) | stat: -rw-r--r-- 1,134 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<project xmlns="http://maven.apache.org/POM/4.0.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.w3c.css</groupId>
	<artifactId>sac</artifactId>
	<version>1.3</version>
	<packaging>jar</packaging>
	<name>Simple API for CSS</name>
	<description>SAC is a standard interface for CSS parsers.</description>
	<url>http://www.w3.org/Style/CSS/SAC/</url>
	<organization>
		<name>World Wide Web Consortium</name>
		<url>http://www.w3.org/</url>
	</organization>
	<licenses>
		<license>
			<name>The W3C Software License</name>
			<url>http://www.w3.org/Consortium/Legal/copyright-software-19980720</url>
		</license>
	</licenses>
	<mailingLists>
		<mailingList>
			<name>www-style</name>
			<subscribe>http://lists.w3.org/Archives/Public/www-style/</subscribe>
			<unsubscribe>http://lists.w3.org/Archives/Public/www-style/</unsubscribe>
			<archive>http://lists.w3.org/Archives/Public/www-style/</archive>
			<post>www-style@w3.org</post>
		</mailingList>
	</mailingLists>
</project>