[jboss-cvs] Repository SVN: r27456 - in maven2/org/hibernate/hibernate-tools: 3.2.4.GA and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 15 18:31:33 EDT 2009


Author: norman.richards at jboss.com
Date: 2009-06-15 18:31:32 -0400 (Mon, 15 Jun 2009)
New Revision: 27456

Added:
   maven2/org/hibernate/hibernate-tools/3.2.4.GA/
   maven2/org/hibernate/hibernate-tools/3.2.4.GA/hibernate-tools-3.2.4.GA.jar
   maven2/org/hibernate/hibernate-tools/3.2.4.GA/hibernate-tools-3.2.4.GA.jar.sha1
   maven2/org/hibernate/hibernate-tools/3.2.4.GA/hibernate-tools-3.2.4.GA.pom
   maven2/org/hibernate/hibernate-tools/3.2.4.GA/hibernate-tools-3.2.4.GA.pom.sha1
Log:
hibernate tools 3.2.4.GA

Added: maven2/org/hibernate/hibernate-tools/3.2.4.GA/hibernate-tools-3.2.4.GA.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/hibernate/hibernate-tools/3.2.4.GA/hibernate-tools-3.2.4.GA.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/hibernate/hibernate-tools/3.2.4.GA/hibernate-tools-3.2.4.GA.jar.sha1
===================================================================
--- maven2/org/hibernate/hibernate-tools/3.2.4.GA/hibernate-tools-3.2.4.GA.jar.sha1	                        (rev 0)
+++ maven2/org/hibernate/hibernate-tools/3.2.4.GA/hibernate-tools-3.2.4.GA.jar.sha1	2009-06-15 22:31:32 UTC (rev 27456)
@@ -0,0 +1 @@
+5167885c43c522f9850c60d0209e9341dd48feb6

Added: maven2/org/hibernate/hibernate-tools/3.2.4.GA/hibernate-tools-3.2.4.GA.pom
===================================================================
--- maven2/org/hibernate/hibernate-tools/3.2.4.GA/hibernate-tools-3.2.4.GA.pom	                        (rev 0)
+++ maven2/org/hibernate/hibernate-tools/3.2.4.GA/hibernate-tools-3.2.4.GA.pom	2009-06-15 22:31:32 UTC (rev 27456)
@@ -0,0 +1,48 @@
+<?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>

Added: maven2/org/hibernate/hibernate-tools/3.2.4.GA/hibernate-tools-3.2.4.GA.pom.sha1
===================================================================
--- maven2/org/hibernate/hibernate-tools/3.2.4.GA/hibernate-tools-3.2.4.GA.pom.sha1	                        (rev 0)
+++ maven2/org/hibernate/hibernate-tools/3.2.4.GA/hibernate-tools-3.2.4.GA.pom.sha1	2009-06-15 22:31:32 UTC (rev 27456)
@@ -0,0 +1 @@
+300eb5efb2c4ffe257a3e6bb2dbbbc8d4e8a1600




More information about the jboss-cvs-commits mailing list