You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/04/27 21:09:25 UTC

cvs commit: maven-plugins/jboss/xdocs properties.xml

vmassol     2004/04/27 12:09:25

  Modified:    jboss/xdocs properties.xml
  Log:
  Fixed typo (reported in MPJBOSS-9)
  
  Revision  Changes    Path
  1.7       +3 -3      maven-plugins/jboss/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jboss/xdocs/properties.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- properties.xml	4 Mar 2004 18:36:00 -0000	1.6
  +++ properties.xml	27 Apr 2004 19:09:25 -0000	1.7
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,7 +18,6 @@
    */
    -->
   
  -
   <document>
     <properties>
       <title>JBoss Properties</title>
  @@ -104,7 +104,7 @@
             </td>
           </tr>
           <tr>
  -          <td>maven.jboss.${maven.jboss.version}.jmx.url.deploy</td>
  +          <td>maven.jboss.jmx.url.deploy.${maven.jboss.version}</td>
             <td>Yes</td>
             <td>
               <p>
  @@ -121,7 +121,7 @@
             </td>
           </tr>
           <tr>
  -          <td>maven.jboss.${maven.jboss.version}.jmx.url.undeploy</td>
  +          <td>maven.jboss.jmx.url.undeploy.${maven.jboss.version}</td>
             <td>Yes</td>
             <td>
               <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org