<project>
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.jgoodies</groupId>
	<artifactId>binding</artifactId>
	<version>1.4.0</version>
	<packaging>jar</packaging>
	<name>JGoodies Binding</name>
	<url>https://binding.dev.java.net/</url>
	<description>The JGoodies Binding library connects object properties to Swing user interface components. 
                 And it helps you represent the state and behavior of a presentation independently 
                 of the GUI components used in the interface.</description>
	<licenses>
		<license>
			<name>The BSD License</name>
			<url>http://www.opensource.org/licenses/bsd-license.html</url>
		</license>
	</licenses>
	<developers>
		<developer>
			<id>Karsten</id>
			<name>Karsten Lentzsch</name>
		</developer>
	</developers>
	<dependencies>
		<!-- This library doesn't depend on any other library. -->
	</dependencies>
	<scm>
		<connection>scm:cvs:pserver:guest@cvs.dev.java.net:/cvs:binding</connection>
		<tag>head</tag>
		<url>https://binding.dev.java.net/source/browse/binding/</url>
	</scm>
</project>