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

cvs commit: avalon-excalibur/logger project.xml

leosutic    2004/02/25 13:02:52

  Modified:    logger   project.xml
  Log:
  Preparing for a release. Fixing license, dependencies and various errors.
  
  Revision  Changes    Path
  1.4       +20 -4     avalon-excalibur/logger/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/logger/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	21 Feb 2004 14:11:14 -0000	1.3
  +++ project.xml	25 Feb 2004 21:02:52 -0000	1.4
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!-- 
  - Copyright 2004 Apache Software Foundation
  + Copyright 2004 The Apache Software Foundation
    Licensed  under the  Apache License,  Version 2.0  (the "License");
    you may not use  this file  except in  compliance with the License.
    You may obtain a copy of the License at 
  @@ -15,12 +15,13 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
  +
   <project>
       <extend>${basedir}/../project.xml</extend>
   
       <name>excalibur-logger</name>
       <id>excalibur-logger</id>
  -    <currentVersion>1.0.2-dev</currentVersion>
  +    <currentVersion>1.1</currentVersion>
       <inceptionYear>1997</inceptionYear>
       <shortDescription>Container utility for implementing LogEnabled/Loggable support.</shortDescription>
       <description>
  @@ -32,6 +33,21 @@
           component is LogEnabled or Loggable).
       </description>
   
  +    <build>
  +        <sourceDirectory>${basedir}/api/src/java</sourceDirectory>
  +        <!-- The other paths are added in maven.xml - yes it is ugly, but it will
  +        have to do for now... I'll get some restructuring done *later*. (leosutic@apache.org) -->
  +        
  +        <unitTest>
  +            <includes><include>**/*TestCase.class</include></includes>
  +            <resources>
  +                <resource>
  +                    <directory>${basedir}/logkit/src/test</directory>
  +                </resource>
  +            </resources>
  +        </unitTest>
  +    </build>
  +    
       <dependencies>
           <dependency>
               <id>avalon-framework</id>
  @@ -75,12 +91,12 @@
           <dependency>
               <!-- testing only -->
               <id>excalibur-component</id>
  -            <version>1.1</version>
  +            <version>1.2</version>
           </dependency>
           <dependency>
               <!-- testing only -->
               <id>excalibur-testcase</id>
  -            <version>1.1</version>
  +            <version>1.2</version>
               <groupId>excalibur-component</groupId>
           </dependency>
           <dependency>
  
  
  

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