[jboss-cvs] Repository SVN: r1734 - in hibernate-annotations: 3.3.1.Beta1 and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 31 16:50:57 EDT 2007


Author: epbernard
Date: 2007-10-31 16:50:56 -0400 (Wed, 31 Oct 2007)
New Revision: 1734

Added:
   hibernate-annotations/3.3.1.Beta1/
   hibernate-annotations/3.3.1.Beta1/component-info.xml
   hibernate-annotations/3.3.1.Beta1/ivy.xml
   hibernate-annotations/3.3.1.Beta1/lib/
   hibernate-annotations/3.3.1.Beta1/lib/hibernate-annotations.jar
Log:
HAN 3.3.1.Beta1

Added: hibernate-annotations/3.3.1.Beta1/component-info.xml
===================================================================
--- hibernate-annotations/3.3.1.Beta1/component-info.xml	                        (rev 0)
+++ hibernate-annotations/3.3.1.Beta1/component-info.xml	2007-10-31 20:50:56 UTC (rev 1734)
@@ -0,0 +1,25 @@
+<project name="hibernate-annotations-component-info">
+   <component id="hibernate-annotations"
+               licenseType="lgpl"
+               version="3.3.1.Beta1"
+               projectHome="http://annotations.hibernate.org"
+      description="Annotations for Hibernate/EJB3"
+    >
+      <artifact id="hibernate-annotations.jar"/>
+      <import componentref="hibernate">
+         <compatible version="3.2.0.GA"/>
+         <compatible version="3.2.1.GA"/>
+         <compatible version="3.2.3.GA"/>
+         <compatible version="3.2.4.SP1"/>         
+         <compatible version="3.2.4.SP1_CP01-brew"/>         
+      </import>
+	  <import componentref="hibernate-commons-annotations">
+         <compatible version="3.0.0.GA"/>
+      </import>
+      <export>
+         <include input="hibernate-annotations.jar"/>         
+      </export>
+      
+   </component>
+
+</project>

Added: hibernate-annotations/3.3.1.Beta1/ivy.xml
===================================================================
--- hibernate-annotations/3.3.1.Beta1/ivy.xml	                        (rev 0)
+++ hibernate-annotations/3.3.1.Beta1/ivy.xml	2007-10-31 20:50:56 UTC (rev 1734)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.3"
+            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+            xsi:noNamespaceSchemaLocation=
+                  "http://www.jayasoft.org/misc/ivy/ivy.xsd">
+    <info organisation="org.hibernate" module="annotations" revision="3.3.1.Beta1" status="release"/>
+    <configurations>
+        <conf name="core" description="Core module dependencies"/>
+        <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
+    </configurations>
+    <publications>
+        <artifact name="hibernate-annotations" conf="core"/>
+    </publications>
+    <dependencies>
+	    <dependency name="jpa-api" rev="1.0.1.Beta1" conf="core->default"/>
+        <dependency name="commons-annotations" rev="3.0.0.GA" conf="core->core"/>
+    </dependencies>
+</ivy-module>

Added: hibernate-annotations/3.3.1.Beta1/lib/hibernate-annotations.jar
===================================================================
(Binary files differ)


Property changes on: hibernate-annotations/3.3.1.Beta1/lib/hibernate-annotations.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list