[jbosstools-commits] JBoss Tools SVN: r40997 - branches/jbosstools-3.3.0.Beta3/build/parent.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon May 14 13:39:38 EDT 2012


Author: nickboldt
Date: 2012-05-14 13:39:38 -0400 (Mon, 14 May 2012)
New Revision: 40997

Modified:
   branches/jbosstools-3.3.0.Beta3/build/parent/pom.xml
Log:
JBIDE-11700: add property for latest stable build of m2e-apt; for use with JBDS product builds

Modified: branches/jbosstools-3.3.0.Beta3/build/parent/pom.xml
===================================================================
--- branches/jbosstools-3.3.0.Beta3/build/parent/pom.xml	2012-05-14 17:38:23 UTC (rev 40996)
+++ branches/jbosstools-3.3.0.Beta3/build/parent/pom.xml	2012-05-14 17:39:38 UTC (rev 40997)
@@ -74,6 +74,9 @@
 		<coverage.filter>org.jboss.tools.*</coverage.filter>
 		<requirements.root>${basedir}/../../../requirements</requirements.root>
 		<requirement.build.root>${requirements.root}/target</requirement.build.root>
+
+		<!-- JBIDE-11700: latest stable build of m2e-apt for use with JBDS product builds -->		
+		<m2e-apt>http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/m2e-apt-1.0.0-2012-05-02_13-33-26-H9/</m2e-apt>
 		
 	</properties>
 



More information about the jbosstools-commits mailing list