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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Aug 4 20:02:03 EDT 2009


Author: ozizka at redhat.com
Date: 2009-08-04 20:02:03 -0400 (Tue, 04 Aug 2009)
New Revision: 643

Modified:
   trunk/jsfunit/pom.xml
Log:
 * Updated POM - documented the properties that configure the test run.

Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-08-04 17:10:06 UTC (rev 642)
+++ trunk/jsfunit/pom.xml	2009-08-05 00:02:03 UTC (rev 643)
@@ -3,14 +3,15 @@
    <modelVersion>4.0.0</modelVersion>
    <properties>
       <jopr.version>1.2.0-SNAPSHOT</jopr.version>
-      <cargo.jboss.configuration>default</cargo.jboss.configuration>
-      <cargo.jboss.bind.address>localhost</cargo.jboss.bind.address>
-      <cargo.plugin.version>1.0.1-SNAPSHOT</cargo.plugin.version><!-- Was: 1.0-SNAPSHOT -->
-      <jvm.args.debug></jvm.args.debug>
+      <cargo.plugin.version>1.0.1-SNAPSHOT</cargo.plugin.version>
+      <jvm.args.debug></jvm.args.debug> <!-- Used by the -Pdebug profile. -->
+
+      <cargo.jboss.configuration>default</cargo.jboss.configuration><!-- JBoss AS configuration. -->
+      <cargo.jboss.bind.address>localhost</cargo.jboss.bind.address><!-- Address for JBoss AS to bind to. -->
       <htmlunit.browser>ff3</htmlunit.browser><!-- ff2 | ff3 | ie6 | ie7 -->
-      <jboss.isSecured>true</jboss.isSecured><!-- true | false ;  True if JBoss AS/EAP is secured. -->
+      <jboss.isSecured>true</jboss.isSecured><!-- true | false ;  True if JBoss AS/EAP is secured. Only informative for EJTT - has no effect on AS. -->
    </properties>
-   
+
    <parent>
       <groupId>org.jboss.jopr</groupId>
       <artifactId>jopr-embedded-parent</artifactId>



More information about the embjopr-commits mailing list