Author: epbernard
Date: 2007-08-15 19:55:24 -0400 (Wed, 15 Aug 2007)
New Revision: 12994
Added:
entitymanager/trunk/ivy.xml
Removed:
trunk/HibernateExt/entitymanager/ivy.xml
Log:
Move entitymanager trunk to the new structure
Copied: entitymanager/trunk/ivy.xml (from rev 12993,
trunk/HibernateExt/entitymanager/ivy.xml)
===================================================================
--- entitymanager/trunk/ivy.xml (rev 0)
+++ entitymanager/trunk/ivy.xml 2007-08-15 23:55:24 UTC (rev 12994)
@@ -0,0 +1,19 @@
+<?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="entitymanager"/>
+ <configurations>
+ <conf name="core" description="Core module
dependencies"/>
+ <conf name="test" visibility="private"
description="Dependencies needed for testing purposes"/>
+ </configurations>
+ <publications>
+ <artifact name="hibernate-entitymanager" conf="core"/>
+ </publications>
+ <dependencies>
+ <dependency name="jpa-api" rev="latest.integration"
conf="core->default"/>
+ <dependency name="commons-annotations"
rev="latest.integration" conf="core->core"/>
+ <dependency name="annotations" rev="latest.integration"
conf="core->core"/>
+ </dependencies>
+</ivy-module>
\ No newline at end of file
Deleted: trunk/HibernateExt/entitymanager/ivy.xml
===================================================================
--- trunk/HibernateExt/entitymanager/ivy.xml 2007-08-15 23:55:22 UTC (rev 12993)
+++ trunk/HibernateExt/entitymanager/ivy.xml 2007-08-15 23:55:24 UTC (rev 12994)
@@ -1,19 +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="entitymanager"/>
- <configurations>
- <conf name="core" description="Core module
dependencies"/>
- <conf name="test" visibility="private"
description="Dependencies needed for testing purposes"/>
- </configurations>
- <publications>
- <artifact name="hibernate-entitymanager" conf="core"/>
- </publications>
- <dependencies>
- <dependency name="jpa-api" rev="latest.integration"
conf="core->default"/>
- <dependency name="commons-annotations"
rev="latest.integration" conf="core->core"/>
- <dependency name="annotations" rev="latest.integration"
conf="core->core"/>
- </dependencies>
-</ivy-module>
\ No newline at end of file