[hibernate-dev] HibernateExt/metadata split

Emmanuel Bernard emmanuel at hibernate.org
Fri Jan 12 19:44:43 EST 2007


Here is what I'd like to do in the next 2 weeks.

HibernateExt/annotations-commons
HibernateExt/annotations (old /metadata)
HibernateExt/entityManager (old /ejb)
HibernateExt/search
HibernateExt/validator


Alternatively, annotations and entityManager under a jpa directory
HibernateExt/annotations-commons
HibernateExt/jpa/annotations (old /metadata)
HibernateExt/jpa/entityManager (old /ejb)
HibernateExt/search
HibernateExt/validator

or simply get rid of HibernateExt
annotations-commons
jpa/annotations (old /metadata)
jpa/entityManager (old /ejb)
search
validator
(tools)

thoughts?

If someone knows how to physically do that with SVN without loosing all 
the history, esp since we have trunk and branch_3_2 (main work 
currently)... I am all ears :-)

PS: I thought about doing standalone distributions while keeping the 
same dev structure, but Hibernate Search is getting more complex with 
the master/slave mode and I need multiple src/test structures for it



More information about the hibernate-dev mailing list