<?xml version="1.0" encoding="UTF-8"?>
<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>de.huxhorn.sulky</groupId>
	<artifactId>de.huxhorn.sulky.3rdparty.jlayer</artifactId>
	<version>1.0</version>
	<packaging>jar</packaging>
	<name>Javazoom JLayer MP3 Library</name>
	<description>This is the third-party library JLayer that isn't available in the central maven repository.</description>
	<url>http://www.javazoom.net/javalayer/javalayer.html</url>
	<licenses>
		<license>
			<name>GNU Lesser General Public License (LGPL)</name>
			<url>http://www.gnu.org/copyleft/lesser.html</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	
	<scm>
		<connection>scm:svn:https://sulky.svn.sourceforge.net/svnroot/sulky/trunk/sulky-sounds-impl-jlayer/miscJars</connection>
		<developerConnection>scm:svn:https://sulky.svn.sourceforge.net/svnroot/sulky/trunk/sulky-sounds-impl-jlayer/miscJars</developerConnection>
		<url>http://sulky.svn.sourceforge.net/viewvc/sulky/trunk/sulky-sounds-impl-jlayer/miscJars</url>
	</scm>
	
	<dependencies>
	</dependencies>
</project>
