[embjopr-commits] EMBJOPR SVN: r413 - trunk/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue May 12 09:22:44 EDT 2009


Author: ozizka at redhat.com
Date: 2009-05-12 09:22:44 -0400 (Tue, 12 May 2009)
New Revision: 413

Modified:
   trunk/jsfunit/pom.xml
Log:
JSFUnit POM: Fixed typo -DXrunjdwp...

Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-05-12 12:49:03 UTC (rev 412)
+++ trunk/jsfunit/pom.xml	2009-05-12 13:22:44 UTC (rev 413)
@@ -465,7 +465,7 @@
       <profile>
         <id>debug</id>
         <properties>
-          <jvm.args.debug>-Xdebug -Xnoagent -DXrunjdwp:transport=dt_socket,address=4000,server=y,suspend=y</jvm.args.debug>
+          <jvm.args.debug>-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=y</jvm.args.debug>
         </properties>
       </profile>
 




More information about the embjopr-commits mailing list