You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2003/10/29 06:08:09 UTC

cvs commit: incubator-geronimo maven.xml

jstrachan    2003/10/28 21:08:09

  Modified:    .        maven.xml
  Log:
  Applied gianny DAMOUR's suggestion to enable RMI to be used in the core container, such as with the RMI based JMX connector
  
  Revision  Changes    Path
  1.42      +4 -1      incubator-geronimo/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/maven.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- maven.xml	22 Oct 2003 02:31:13 -0000	1.41
  +++ maven.xml	29 Oct 2003 05:08:09 -0000	1.42
  @@ -535,6 +535,9 @@
                       <fileset dir="${run.dir}/bootlib">
                           <include name="*.jar"/>
                       </fileset>
  +                    
  +                    <!-- temporary addition allows RMI to be used, such as with the JMX RMI connector -->
  +                    <pathelement location="${run.dir}/lib/geronimo-core-rmiclassloaderspi.jar"/>
                   </classpath>
   
                   <sysproperty key="program.name" value="maven:run"/>