[hibernate-dev] Fwd: [hibernate-commits] Hibernate SVN: r10635 - in branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack: defaultpar explodedpar

Max Rydahl Andersen max.andersen at jboss.com
Fri Oct 20 04:41:32 EDT 2006


Hi Emmanuel,

Is it the branch or trunk you wanted fixes/changes or do i just need to  
apply this "make stuff compile" fix to both branches ?

/max

------- Forwarded message -------
From: hibernate-commits at lists.jboss.org
To: hibernate-commits at lists.jboss.org
Cc:
Subject: [hibernate-commits] Hibernate SVN: r10635 - in  
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack:  
defaultpar explodedpar
Date: Fri, 20 Oct 2006 10:39:44 +0200

Author: max.andersen at jboss.com
Date: 2006-10-20 04:39:42 -0400 (Fri, 20 Oct 2006)
New Revision: 10635

Modified:
    branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/defaultpar/package-info.java
    branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/explodedpar/package-info.java
Log:
fixed non-compilable package-info

Modified:  
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/defaultpar/package-info.java
===================================================================
---  
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/defaultpar/package-info.java	2006-10-20  
08:35:35 UTC (rev 10634)
+++ branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/defaultpar/package-info.java	2006-10-20  
08:39:42 UTC (rev 10635)
@@ -1,4 +1,5 @@
  @NamedQuery(name = "allMouse",
  		query = "select m from ApplicationServer m") package  
org.hibernate.ejb.test.pack.defaultpar;

-import javax.persistence.NamedQuery;
\ No newline at end of file
+import org.hibernate.annotations.NamedQuery;
+

Modified:  
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/explodedpar/package-info.java
===================================================================
---  
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/explodedpar/package-info.java	2006-10-20  
08:35:35 UTC (rev 10634)
+++ branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/explodedpar/package-info.java	2006-10-20  
08:39:42 UTC (rev 10635)
@@ -1,3 +1,4 @@
  @NamedQuery(name = "allCarpet", query = "select c from Carpet c") package  
org.hibernate.ejb.test.pack.explodedpar;

-import javax.persistence.NamedQuery;
\ No newline at end of file
+import org.hibernate.annotations.NamedQuery;
+

_______________________________________________
hibernate-commits mailing list
hibernate-commits at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-commits



-- 
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
max at hibernate.org
http://hibernate.org

JBoss a division of Red Hat
max.andersen at jboss.com




More information about the hibernate-dev mailing list