[jbosstools-commits] JBoss Tools SVN: r42142 - in trunk/hibernatetools: tests and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Jun 21 08:26:00 EDT 2012


Author: dgeraskov
Date: 2012-06-21 08:25:59 -0400 (Thu, 21 Jun 2012)
New Revision: 42142

Modified:
   trunk/hibernatetools/plugins/pom.xml
   trunk/hibernatetools/tests/pom.xml
Log:
Enable migrated plugins in build

Modified: trunk/hibernatetools/plugins/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/pom.xml	2012-06-21 12:06:57 UTC (rev 42141)
+++ trunk/hibernatetools/plugins/pom.xml	2012-06-21 12:25:59 UTC (rev 42142)
@@ -19,9 +19,8 @@
 		<module>org.hibernate.eclipse.jdt.ui</module>
 		<module>org.hibernate.eclipse.mapper</module>
 		<module>org.hibernate.eclipse.libs</module>
-		<!-- commented until migration to juno is finished --> 
-		<!-- module>org.jboss.tools.hibernate.jpt.core</module>
-		<module>org.jboss.tools.hibernate.jpt.ui</module -->
+		<module>org.jboss.tools.hibernate.jpt.core</module>
+		<module>org.jboss.tools.hibernate.jpt.ui</module>
 		<module>org.jboss.tools.hibernate.ui</module>
 		<module>org.jboss.tools.hibernate.xml</module>
 		<module>org.jboss.tools.hibernate.xml.ui</module>

Modified: trunk/hibernatetools/tests/pom.xml
===================================================================
--- trunk/hibernatetools/tests/pom.xml	2012-06-21 12:06:57 UTC (rev 42141)
+++ trunk/hibernatetools/tests/pom.xml	2012-06-21 12:25:59 UTC (rev 42142)
@@ -15,9 +15,7 @@
 		<module>org.hibernate.eclipse.console.test</module>
 		<module>org.hibernate.eclipse.jdt.ui.test</module>
 		<module>org.jboss.tools.hibernate.ui.test</module>
-		<!-- TODO: should these be enabled / built? -->
-		<!-- commented until migration to juno is finished --> 
-		<!--module>org.jboss.tools.hibernate.jpt.core.test</module-->
+		<module>org.jboss.tools.hibernate.jpt.core.test</module>
 		<module>org.jboss.tools.hibernate.ui.bot.test</module>
 	</modules>
 </project>



More information about the jbosstools-commits mailing list