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: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
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: [EMAIL PROTECTED]
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
[EMAIL PROTECTED]
https://lists.jboss.org/mailman/listinfo/hibernate-commits
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss a division of Red Hat
[EMAIL PROTECTED]
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev