[jbosstools-commits] JBoss Tools SVN: r41952 - trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/properties.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jun 13 20:24:50 EDT 2012


Author: dgolovin
Date: 2012-06-13 20:24:50 -0400 (Wed, 13 Jun 2012)
New Revision: 41952

Modified:
   trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/properties/HibernatePropertyPage.java
Log:
commented 
JptJpaCorePlugin.rebuildJpaProject(getProject())
until migration to new JPA is done

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/properties/HibernatePropertyPage.java
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/properties/HibernatePropertyPage.java	2012-06-14 00:10:07 UTC (rev 41951)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/properties/HibernatePropertyPage.java	2012-06-14 00:24:50 UTC (rev 41952)
@@ -341,7 +341,8 @@
 				final IWorkspaceRunnable wr = new IWorkspaceRunnable() {
 					public void run(IProgressMonitor monitor)
 							throws CoreException {
-						JptJpaCorePlugin.rebuildJpaProject(getProject());
+						// FIXME migration to latest JPA version required
+						//JptJpaCorePlugin.rebuildJpaProject(getProject());
 						getProject().build(IncrementalProjectBuilder.FULL_BUILD, monitor);
 					}
 				};



More information about the jbosstools-commits mailing list