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:16:02 UTC

cvs commit: maven-plugins/jboss plugin.properties

vmassol     2004/04/27 12:16:02

  Modified:    jboss/xdocs changes.xml
               jboss    plugin.properties
  Log:
  Removed trailing white space (MPJBOSS-9)
  
  Revision  Changes    Path
  1.24      +7 -0      maven-plugins/jboss/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jboss/xdocs/changes.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- changes.xml	10 Mar 2004 12:10:27 -0000	1.23
  +++ changes.xml	27 Apr 2004 19:16:02 -0000	1.24
  @@ -24,6 +24,13 @@
       <author email="vmassol@pivolis.com">Vincent Massol</author>
     </properties>
     <body>
  +    <release version="1.5" date="in CVS">
  +      <action dev="vmassol" type="fix" issue="MPJBOSS-9" due-to="Rob Dupuis">
  +        Removed trailing white space in default values for the
  +        <code>maven.jboss.jmx.url.deploy.3.2</code> and
  +        <code>maven.jboss.jmx.url.undeploy.3.2</code> properties.
  +      </action>
  +    </release>
       <release version="1.4" date="2004-03-10">
         <action dev="vmassol" type="add" issue="MPJBOSS-6">Added feature to add custom lib jars to the JBoss configuration created when using the
           <code>jboss:configure</code>goal.
  
  
  
  1.8       +2 -2      maven-plugins/jboss/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jboss/plugin.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.properties	4 Mar 2004 18:35:59 -0000	1.7
  +++ plugin.properties	27 Apr 2004 19:16:02 -0000	1.8
  @@ -88,9 +88,9 @@
   # URL which, when fed to <get>, will cause a thing
   # to be deployed
   maven.jboss.jmx.url.deploy.3.0 = http://${maven.jboss.hostname}:${maven.jboss.port}/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=deploy&argType=java.lang.String&arg=
  -maven.jboss.jmx.url.deploy.3.2 = http://${maven.jboss.hostname}:${maven.jboss.port}/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=deploy&argType=java.net.URL&arg0= 
  +maven.jboss.jmx.url.deploy.3.2 = http://${maven.jboss.hostname}:${maven.jboss.port}/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=deploy&argType=java.net.URL&arg0=
   
   # URL which, when fed to <get>, will cause a thing
   # to be undeployed
   maven.jboss.jmx.url.undeploy.3.0 = http://${maven.jboss.hostname}:${maven.jboss.port}/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=undeploy&argType=java.lang.String&arg=
  -maven.jboss.jmx.url.undeploy.3.2 = http://${maven.jboss.hostname}:${maven.jboss.port}/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=undeploy&argType=java.net.URL&arg0= 
  +maven.jboss.jmx.url.undeploy.3.2 = http://${maven.jboss.hostname}:${maven.jboss.port}/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=undeploy&argType=java.net.URL&arg0=
  
  
  

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