[jbosstools-commits] JBoss Tools SVN: r43046 - trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/basic.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Aug 15 09:49:07 EDT 2012


Author: dgeraskov
Date: 2012-08-15 09:49:07 -0400 (Wed, 15 Aug 2012)
New Revision: 43046

Modified:
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/basic/Hibernate.java
Log:
https://issues.jboss.org/browse/JBIDE-12429
Update ui in persistent.xml editor General tab for adding package-infos

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/basic/Hibernate.java
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/basic/Hibernate.java	2012-08-15 13:47:16 UTC (rev 43045)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/basic/Hibernate.java	2012-08-15 13:49:07 UTC (rev 43046)
@@ -19,7 +19,7 @@
 	// Hibernate package
 	String PACKAGE = "org.hibernate.annotations"; //$NON-NLS-1$
 	String PACKAGE_ = PACKAGE + "."; //$NON-NLS-1$
-	String PACKAGE_INFO_JAVA = "pacakge-info.java"; //$NON-NLS-1$
+	String PACKAGE_INFO_JAVA = "package-info.java"; //$NON-NLS-1$
 
 	// ********** API **********
 



More information about the jbosstools-commits mailing list