[jbosstools-commits] JBoss Tools SVN: r42621 - trunk/central/site.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Jul 17 11:21:55 EDT 2012


Author: mickael_istria
Date: 2012-07-17 11:21:55 -0400 (Tue, 17 Jul 2012)
New Revision: 42621

Modified:
   trunk/central/site/pom.xml
Log:
JBIDE-11065: Reuse buildQualifier property from tycho-packaging-plugin

Modified: trunk/central/site/pom.xml
===================================================================
--- trunk/central/site/pom.xml	2012-07-17 15:02:01 UTC (rev 42620)
+++ trunk/central/site/pom.xml	2012-07-17 15:21:55 UTC (rev 42621)
@@ -33,7 +33,7 @@
 							<symbols>
 								<update.site.name>JBoss Tools - Central</update.site.name>
 								<update.site.description>${update.site.description}</update.site.description>
-								<update.site.version>${JBT_VERSION} ${qualifier}</update.site.version>
+								<update.site.version>${JBT_VERSION} ${buildQualifier}</update.site.version>
 								<target.eclipse.version>${targetEclipseVersion}</target.eclipse.version>
 							</symbols>
 						</configuration>



More information about the jbosstools-commits mailing list