[hibernate-commits] Hibernate SVN: r13005 - trunk/HibernateExt/jpa-api and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Aug 15 19:56:32 EDT 2007


Author: epbernard
Date: 2007-08-15 19:56:31 -0400 (Wed, 15 Aug 2007)
New Revision: 13005

Added:
   jpa-api/trunk/ivy.xml
Removed:
   trunk/HibernateExt/jpa-api/ivy.xml
Log:
Move jpa-api trunk to the new structure

Copied: jpa-api/trunk/ivy.xml (from rev 13004, trunk/HibernateExt/jpa-api/ivy.xml)
===================================================================
--- jpa-api/trunk/ivy.xml	                        (rev 0)
+++ jpa-api/trunk/ivy.xml	2007-08-15 23:56:31 UTC (rev 13005)
@@ -0,0 +1,10 @@
+<?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="jpa-api" revision="1.0.0.GA" status="release"/>
+    <publications>
+        <artifact name="ejb3-persistence" type="jar" />
+    </publications>
+</ivy-module>
\ No newline at end of file

Deleted: trunk/HibernateExt/jpa-api/ivy.xml
===================================================================
--- trunk/HibernateExt/jpa-api/ivy.xml	2007-08-15 23:56:21 UTC (rev 13004)
+++ trunk/HibernateExt/jpa-api/ivy.xml	2007-08-15 23:56:31 UTC (rev 13005)
@@ -1,10 +0,0 @@
-<?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="jpa-api" revision="1.0.0.GA" status="release"/>
-    <publications>
-        <artifact name="ejb3-persistence" type="jar" />
-    </publications>
-</ivy-module>
\ No newline at end of file




More information about the hibernate-commits mailing list