[jbosstools-commits] JBoss Tools SVN: r42788 - trunk/archives/tests/org.jboss.tools.archives.ui.bot.test.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Jul 30 11:20:54 EDT 2012


Author: jjankovi
Date: 2012-07-30 11:20:53 -0400 (Mon, 30 Jul 2012)
New Revision: 42788

Modified:
   trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/pom.xml
Log:
fix debug profile in pom.xml

Modified: trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/pom.xml
===================================================================
--- trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/pom.xml	2012-07-30 15:15:37 UTC (rev 42787)
+++ trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/pom.xml	2012-07-30 15:20:53 UTC (rev 42788)
@@ -20,8 +20,7 @@
 		<profile>
 			<id>debug</id>
 			<properties>
-				<additionalSystemProperties>-Xdebug
-					-Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y</additionalSystemProperties>
+				<additionalSystemProperties>-Xdebug -Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y</additionalSystemProperties>
 			</properties>
 		</profile>
 	</profiles>



More information about the jbosstools-commits mailing list