<?xml version="1.0"?>

<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.hibernate</groupId>
	<artifactId>hibernate-tools</artifactId>
	<packaging>jar</packaging>
	<version>3.2.4.GA</version>

	<name>Hibernate Tools</name>
	<url>http://tools.hibernate.org</url>
	<description>Forward- and reverse-engineering tools for Eclipse and Ant.</description>
	
	<licenses>
		<license>
			<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
			<url>http://www.gnu.org/licenses/lgpl.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	
	<scm>
		<url>http://anonhibernate.labs.jboss.com/trunk/HibernateExt</url>
	</scm>
	
	<dependencies>
		<dependency>
    			<groupId>org.beanshell</groupId>
			<artifactId>bsh</artifactId>
    			<version>2.0b4</version>	
    		</dependency>
		<dependency>
			<groupId>freemarker</groupId>
			<artifactId>freemarker</artifactId>
			<version>2.3.8</version>
		</dependency>
		<dependency>
			<groupId>org.hibernate</groupId>
			<artifactId>jtidy</artifactId>
			<version>r8-20060801</version>
		</dependency>
	</dependencies>
	
</project>
