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:01 UTC

cvs commit: avalon-excalibur/component project.xml

leosutic    2004/02/25 13:02:00

  Modified:    component project.xml
  Log:
  Fixed dependencies
  
  Revision  Changes    Path
  1.5       +22 -16    avalon-excalibur/component/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	21 Feb 2004 14:11:14 -0000	1.4
  +++ project.xml	25 Feb 2004 21:02:00 -0000	1.5
  @@ -1,26 +1,27 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!-- 
  - Copyright 2004 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 
  - 
  -   http://www.apache.org/licenses/LICENSE-2.0
  - 
  - Unless required by applicable law or agreed to in writing, software
  - distributed  under the  License is distributed on an "AS IS" BASIS,
  - WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
  - implied.
  -  
  - See the License for the specific language governing permissions and
  - limitations under the License.
  +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 
  +
  +http://www.apache.org/licenses/LICENSE-2.0
  +
  +Unless required by applicable law or agreed to in writing, software
  +distributed  under the  License is distributed on an "AS IS" BASIS,
  +WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
  +implied.
  +
  +See the License for the specific language governing permissions and
  +limitations under the License.
   -->
  +
   <project>
  -    <extend>${basedir}/../project-common.xml</extend>
  +    <extend>${basedir}/../project.xml</extend>
   
       <name>Excalibur Component Manager</name>
       <id>excalibur-component</id>
  -    <currentVersion>1.1-dev</currentVersion>
  +    <currentVersion>1.2</currentVersion>
       <inceptionYear>1997</inceptionYear>
       <shortDescription>A lightweight avalon container</shortDescription>
       <description>
  @@ -82,6 +83,11 @@
               <!-- for testing only -->
               <id>excalibur-i18n</id>
               <version>1.0</version>
  +        </dependency>
  +        <dependency>
  +            <!-- for testing only -->
  +            <id>junit</id>
  +            <version>3.8.1</version>
           </dependency>
       </dependencies>
   
  
  
  

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