You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/06/16 18:53:01 UTC

cvs commit: avalon/framework/src/impl/org/apache/avalon/framework/configuration DefaultConfigurationBuilder.java

bloritsch    2003/06/16 09:53:00

  Modified:    fortress/container project.xml
               framework/src/impl/org/apache/avalon/framework/configuration
                        DefaultConfigurationBuilder.java
  Log:
  update fortress build with snapshots so that it can build
  
  Revision  Changes    Path
  1.3       +3 -3      avalon/fortress/container/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/fortress/container/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	12 Jun 2003 17:49:51 -0000	1.2
  +++ project.xml	16 Jun 2003 16:53:00 -0000	1.3
  @@ -19,7 +19,7 @@
       <dependencies>
           <dependency>
               <id>avalon-framework</id>
  -            <version>4.1.4</version>
  +            <version>20030616</version>
               <groupId>framework</groupId>
           </dependency>
           <dependency>
  @@ -50,7 +50,7 @@
           </dependency>
           <dependency>
               <id>excalibur-event</id>
  -            <version>1.0.3</version>
  +            <version>20030616</version>
           </dependency>
           <dependency>
               <id>bcel</id>
  @@ -58,7 +58,7 @@
           </dependency>
           <dependency>
               <id>excalibur-logger</id>
  -            <version>1.0.1</version>
  +            <version>20030616</version>
           </dependency>
           <dependency>
               <id>excalibur-sourceresolve</id>
  
  
  
  1.30      +2 -2      avalon/framework/src/impl/org/apache/avalon/framework/configuration/DefaultConfigurationBuilder.java
  
  Index: DefaultConfigurationBuilder.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/src/impl/org/apache/avalon/framework/configuration/DefaultConfigurationBuilder.java,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- DefaultConfigurationBuilder.java	11 Jun 2003 14:13:36 -0000	1.29
  +++ DefaultConfigurationBuilder.java	16 Jun 2003 16:53:00 -0000	1.30
  @@ -243,7 +243,7 @@
        * supplying a systemId to make messages about all
        * kinds of errors more meaningfull.
        * @param inputStream an <code>InputStream</code> value
  -     * @param the systemId to set on the intermediate sax
  +     * @param systemId the systemId to set on the intermediate sax
        *         inputSource
        * @return a <code>Configuration</code> object
        * @throws SAXException if a parsing error occurs
  
  
  

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


Re: cvs commit: avalon/

Posted by Leo Simons <le...@apache.org>.
bloritsch@apache.org wrote:
>        <dependencies>
>            <dependency>
>                <id>avalon-framework</id>
>   -            <version>4.1.4</version>
>   +            <version>20030616</version>

I *think* we want

	<version>SNAPSHOT</version>

here instead :D

- LSD



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