41b93a
41b93a
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
41b93a
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
41b93a
	<modelVersion>4.0.0</modelVersion>
41b93a
	<groupId>org.w3c.css</groupId>
41b93a
	<artifactId>sac</artifactId>
41b93a
	<version>1.3</version>
41b93a
	<packaging>jar</packaging>
41b93a
	<name>Simple API for CSS</name>
41b93a
	<description>SAC is a standard interface for CSS parsers.</description>
41b93a
	<url>http://www.w3.org/Style/CSS/SAC/</url>
41b93a
	<organization>
41b93a
		<name>World Wide Web Consortium</name>
41b93a
		<url>http://www.w3.org/</url>
41b93a
	</organization>
41b93a
	<licenses>
41b93a
		<license>
41b93a
			<name>The W3C Software License</name>
41b93a
			<url>http://www.w3.org/Consortium/Legal/copyright-software-19980720</url>
41b93a
		</license>
41b93a
	</licenses>
41b93a
	<mailingLists>
41b93a
		<mailingList>
41b93a
			<name>www-style</name>
41b93a
			<subscribe>http://lists.w3.org/Archives/Public/www-style/</subscribe>
41b93a
			<unsubscribe>http://lists.w3.org/Archives/Public/www-style/</unsubscribe>
41b93a
			<archive>http://lists.w3.org/Archives/Public/www-style/</archive>
41b93a
			<post>www-style@w3.org</post>
41b93a
		</mailingList>
41b93a
	</mailingLists>
41b93a
</project>