You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2002/11/30 02:22:04 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/webserver project.xml

dion        2002/11/29 17:22:04

  Modified:    src/plugins-build/webserver project.xml
  Log:
  Fix classloaders
  
  Revision  Changes    Path
  1.10      +1 -1      jakarta-turbine-maven/src/plugins-build/webserver/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/webserver/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	16 Sep 2002 08:19:09 -0000	1.9
  +++ project.xml	30 Nov 2002 01:22:04 -0000	1.10
  @@ -79,7 +79,7 @@
         <id>ant</id>
         <version>1.5</version>
         <properties>
  -        <classloader>root.maven</classloader>
  +        <classloader>root</classloader>
         </properties>
       </dependency>