[jboss-cvs] Repository SVN: r1397 - in maven2/org/hibernate: hibernate-commons-annotations and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 21 18:07:40 EDT 2007


Author: petemuir
Date: 2007-09-21 18:07:39 -0400 (Fri, 21 Sep 2007)
New Revision: 1397

Added:
   maven2/org/hibernate/hibernate-commons-annotations/
   maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/
   maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.jar
   maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.jar.sha1
   maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.pom
   maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.pom.sha1
Log:
Hibernate commons annotations 3.0.0.GA

Added: maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.jar.sha1
===================================================================
--- maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.jar.sha1	                        (rev 0)
+++ maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.jar.sha1	2007-09-21 22:07:39 UTC (rev 1397)
@@ -0,0 +1 @@
+c8f53732fe3b75935f0550bdc3ba92bc9345360f  /home/maven/repository-staging/to-ibiblio/maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.jar

Added: maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.pom
===================================================================
--- maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.pom	                        (rev 0)
+++ maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.pom	2007-09-21 22:07:39 UTC (rev 1397)
@@ -0,0 +1,46 @@
+<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-commons-annotations</artifactId>
+	<packaging>jar</packaging>
+	<name>Hibernate Commons Annotations</name>
+	<version>3.0.0.ga</version>
+	<licenses>
+		<license>
+			<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
+			<url>http://www.gnu.org/licenses/lgpl.txt</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+	<description>Hibernate Commons Annotations is a utility project used by annotations based Hibernate sub-projects.</description>
+	<scm>
+		<url>scm:svn:http://anonsvn.jboss.org/repos/hibernate/commons-annotations</url>
+	</scm>
+<!-- From lib/README.txt
+Hibernate Commons Annotations dependencies
+==========================================
+
+Core
+====
+commons-logging.jar (see Hibernate Core version): required
+log4j.jar (see Hibernate Core version): optional
+
+Test
+====
+ejb3-persistence.jar (final release version): required
+-->
+	<dependencies>
+		<dependency>
+			<groupId>commons-logging</groupId>
+			<artifactId>commons-logging</artifactId>
+			<version>1.0.4</version>
+		</dependency>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+			<version>1.2.15</version>
+			<optional>true</optional>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file

Added: maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.pom.sha1
===================================================================
--- maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.pom.sha1	                        (rev 0)
+++ maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.pom.sha1	2007-09-21 22:07:39 UTC (rev 1397)
@@ -0,0 +1 @@
+fcfb3a00581c550874ac9fedcbade65b4fff3a22  /home/maven/repository-staging/to-ibiblio/maven2/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.pom




More information about the jboss-cvs-commits mailing list