[jboss-cvs] Repository SVN: r27451 - hibernate/3.3.1.GA.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 15 06:48:09 EDT 2009


Author: manaRH
Date: 2009-06-15 06:48:09 -0400 (Mon, 15 Jun 2009)
New Revision: 27451

Modified:
   hibernate/3.3.1.GA/component-info.xml
Log:
fixed jar name

Modified: hibernate/3.3.1.GA/component-info.xml
===================================================================
--- hibernate/3.3.1.GA/component-info.xml	2009-06-15 10:40:32 UTC (rev 27450)
+++ hibernate/3.3.1.GA/component-info.xml	2009-06-15 10:48:09 UTC (rev 27451)
@@ -2,7 +2,7 @@
 
    <component id="hibernate" licenseType="lgpl" version="3.3.1.GA" projectHome="http://hibernate.org/" description="ultra-high performance object/relational persistence" scm="scm:svn:https://svn.jboss.org/repos/hibernate/core/tags/hibernate-3.3.1.GA">
 
-      <artifact id="hibernate3.jar"/>
+      <artifact id="hibernate-core.jar"/>
 
       <import componentref="antlr">
           <compatible version="2.7.5H3"/>
@@ -12,7 +12,7 @@
       </import>
 
       <export>
-         <include input="hibernate.jar"/>
+         <include input="hibernate-core.jar"/>
        </export>
 
    </component>




More information about the jboss-cvs-commits mailing list