You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/02/02 20:33:44 UTC

cvs commit: avalon/merlin/facilities/http/test/conf kernel.xml

mcconnell    2004/02/02 11:33:44

  Modified:    merlin/facilities/http/api project.xml
               merlin/facilities/http/test/conf kernel.xml
  Log:
  Housekeeping.
  
  Revision  Changes    Path
  1.3       +5 -0      avalon/merlin/facilities/http/api/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/facilities/http/api/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	2 Feb 2004 03:29:22 -0000	1.2
  +++ project.xml	2 Feb 2004 19:33:44 -0000	1.3
  @@ -17,6 +17,11 @@
         <artifactId>avalon-framework-api</artifactId>
         <version>4.1.5</version>
       </dependency>
  +    <dependency>
  +      <groupId>avalon-composition</groupId>
  +      <artifactId>avalon-composition-api</artifactId>
  +      <version>2.0-SNAPSHOT</version>
  +    </dependency>
   
     </dependencies>
   
  
  
  
  1.2       +1 -2      avalon/merlin/facilities/http/test/conf/kernel.xml
  
  Index: kernel.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/facilities/http/test/conf/kernel.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- kernel.xml	2 Feb 2004 03:29:23 -0000	1.1
  +++ kernel.xml	2 Feb 2004 19:33:44 -0000	1.2
  @@ -18,7 +18,6 @@
        <classloader>
          <classpath>
            <repository>
  -           <resource id="servletapi:servletapi" version="2.3"/>
              <resource id="jetty:org.mortbay.jetty" version="4.2.15"/>
              <resource id="avalon-http:avalon-http-api" version="1.0-SNAPSHOT"/>
              <resource id="avalon-http:avalon-http-impl" version="1.0-SNAPSHOT"/>
  @@ -31,7 +30,7 @@
        <component name="http" 
            class="org.apache.avalon.http.impl.DefaultServer" 
            activation="startup">
  -       <categories priority="INFO"/>
  +       <categories priority="DEBUG"/>
        </component>
   
        <component name="http-listener" 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org