You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2003/02/02 10:11:55 UTC

cvs commit: jakarta-commons/lang default.properties project.xml

bayard      2003/02/02 01:11:55

  Modified:    lang     default.properties project.xml
  Log:
  Updated to reflect next version's dev.
  
  Revision  Changes    Path
  1.10      +3 -2      jakarta-commons/lang/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/default.properties,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- default.properties	8 Dec 2002 16:06:30 -0000	1.9
  +++ default.properties	2 Feb 2003 09:11:55 -0000	1.10
  @@ -1,5 +1,6 @@
   # The pathname of the "junit.jar" JAR file
  -junit.jar = ${junit.home}/junit-3.7.jar
  +junit.jar=/usr/local/javalib/junit-3.7.jar
  +#junit.jar = ${junit.home}/junit-3.7.jar
   
   # The name of this component
   component.name = commons-lang
  @@ -11,7 +12,7 @@
   component.title = Core Language Utilities
   
   # The current version number of this component
  -component.version = 1.1-dev
  +component.version = 2.0-dev
   
   # The name that is used to create the jar file
   final.name = ${component.name}-${component.version}
  
  
  
  1.9       +1 -1      jakarta-commons/lang/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	7 Dec 2002 21:52:19 -0000	1.8
  +++ project.xml	2 Feb 2003 09:11:55 -0000	1.9
  @@ -3,7 +3,7 @@
     <extend>../project.xml</extend>
     <id>commons-lang</id>
     <name>Lang</name>
  -  <currentVersion>1.1-dev</currentVersion>
  +  <currentVersion>2.0-dev</currentVersion>
     <inceptionYear>2001</inceptionYear>
     
     <description>
  
  
  

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


Re: [lang] cvs commit: jakarta-commons/lang default.properties project.xml

Posted by Henri Yandell <ba...@generationjava.com>.
Sorry. Fixed.

On Sun, 2 Feb 2003, Stephen Colebourne wrote:

> From: <ba...@apache.org>
> >   --- default.properties 8 Dec 2002 16:06:30 -0000 1.9
> >   +++ default.properties 2 Feb 2003 09:11:55 -0000 1.10
> >   @@ -1,5 +1,6 @@
> >    # The pathname of the "junit.jar" JAR file
> >   -junit.jar = ${junit.home}/junit-3.7.jar
> >   +junit.jar=/usr/local/javalib/junit-3.7.jar
> >   +#junit.jar = ${junit.home}/junit-3.7.jar
> This doesn't look quite right....
>
> Stephen
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>


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


Re: [lang] cvs commit: jakarta-commons/lang default.properties project.xml

Posted by Stephen Colebourne <sc...@btopenworld.com>.
From: <ba...@apache.org>
>   --- default.properties 8 Dec 2002 16:06:30 -0000 1.9
>   +++ default.properties 2 Feb 2003 09:11:55 -0000 1.10
>   @@ -1,5 +1,6 @@
>    # The pathname of the "junit.jar" JAR file
>   -junit.jar = ${junit.home}/junit-3.7.jar
>   +junit.jar=/usr/local/javalib/junit-3.7.jar
>   +#junit.jar = ${junit.home}/junit-3.7.jar
This doesn't look quite right....

Stephen


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