mdiggory    2004/02/10 11:15:05

  Modified:    collections project.xml
               daemon   project.xml
               io       project.xml
               codec    project.xml
               digester project.xml
               el       project.xml
               cli      project.xml
               discovery project.xml
               primitives project.xml
               math     project.xml
               lang     project.xml
               beanutils project.xml
               modeler  project.xml
               logging  project.xml
               latka    project.xml
               jxpath   project.xml
               fileupload project.xml
  Log:
  Moving extension of global project.xml to ../commons-build/project.xml on those 
project.xml files which originally had it in place.
  
  Revision  Changes    Path
  1.31      +1 -1      jakarta-commons/collections/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/project.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xml       25 Jan 2004 19:48:24 -0000      1.30
  +++ project.xml       10 Feb 2004 19:15:04 -0000      1.31
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <name>Collections</name>
     <id>commons-collections</id>
     <currentVersion>3.1-dev</currentVersion>
  
  
  
  1.8       +1 -1      jakarta-commons/daemon/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/daemon/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml       13 Jan 2004 15:02:06 -0000      1.7
  +++ project.xml       10 Feb 2004 19:15:04 -0000      1.8
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <name>Daemon</name>
     <id>commons-daemon</id>
     <logo>/images/logo.gif</logo>
  
  
  
  1.22      +1 -1      jakarta-commons/io/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/io/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml       1 Feb 2004 07:37:36 -0000       1.21
  +++ project.xml       10 Feb 2004 19:15:04 -0000      1.22
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <name>IO</name>
     <id>commons-io</id>
   
  
  
  
  1.27      +1 -1      jakarta-commons/codec/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/project.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- project.xml       22 Jan 2004 03:06:24 -0000      1.26
  +++ project.xml       10 Feb 2004 19:15:04 -0000      1.27
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <name>Codec</name>
     <id>commons-codec</id>
     <currentVersion>1.2</currentVersion>
  
  
  
  1.18      +1 -1      jakarta-commons/digester/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml       14 Jan 2004 04:10:21 -0000      1.17
  +++ project.xml       10 Feb 2004 19:15:04 -0000      1.18
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <name>Digester</name>
     <id>commons-digester</id>
     <currentVersion>1.6-dev</currentVersion>
  
  
  
  1.2       +1 -1      jakarta-commons/el/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/el/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       4 Feb 2003 00:22:24 -0000       1.1
  +++ project.xml       10 Feb 2004 19:15:04 -0000      1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <name>EL</name>
     <id>commons-el</id>
     <currentVersion>1.0</currentVersion>
  
  
  
  1.17      +1 -1      jakarta-commons/cli/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cli/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml       11 Jan 2004 01:36:35 -0000      1.16
  +++ project.xml       10 Feb 2004 19:15:04 -0000      1.17
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <id>commons-cli</id>
     <name>CLI</name>
   
  
  
  
  1.16      +1 -1      jakarta-commons/discovery/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/discovery/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml       28 Jan 2004 20:59:50 -0000      1.15
  +++ project.xml       10 Feb 2004 19:15:04 -0000      1.16
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <name>Discovery</name>
     <id>commons-discovery</id>
     <currentVersion>0.2-dev</currentVersion>
  
  
  
  1.14      +1 -1      jakarta-commons/primitives/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/primitives/project.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.xml       30 Jan 2004 00:33:10 -0000      1.13
  +++ project.xml       10 Feb 2004 19:15:04 -0000      1.14
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <id>commons-primitives</id>
     <name>Commons Primitives</name>
     <currentVersion>1.1-dev</currentVersion>
  
  
  
  1.40      +2 -2      jakarta-commons/math/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- project.xml       30 Jan 2004 19:52:08 -0000      1.39
  +++ project.xml       10 Feb 2004 19:15:04 -0000      1.40
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!-- $Revision$ $Date$ -->
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <name>Math</name>
     <id>commons-math</id>
     <currentVersion>1.0-dev</currentVersion>
  
  
  
  1.27      +1 -1      jakarta-commons/lang/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/project.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- project.xml       15 Jan 2004 21:46:06 -0000      1.26
  +++ project.xml       10 Feb 2004 19:15:05 -0000      1.27
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <id>commons-lang</id>
     <name>Lang</name>
     <currentVersion>2.1-dev</currentVersion>
  
  
  
  1.17      +1 -1      jakarta-commons/beanutils/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml       4 Feb 2004 02:26:51 -0000       1.16
  +++ project.xml       10 Feb 2004 19:15:05 -0000      1.17
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <name>BeanUtils</name>
     <id>commons-beanutils</id>
     <logo></logo>
  
  
  
  1.7       +1 -1      jakarta-commons/modeler/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/modeler/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml       18 Aug 2003 14:04:32 -0000      1.6
  +++ project.xml       10 Feb 2004 19:15:05 -0000      1.7
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <name>Modeler</name>
     <id>commons-modeler</id>
     <currentVersion>1.1</currentVersion>
  
  
  
  1.10      +1 -1      jakarta-commons/logging/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/logging/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml       14 May 2003 10:47:56 -0000      1.9
  +++ project.xml       10 Feb 2004 19:15:05 -0000      1.10
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <name>Logging</name>
     <id>commons-logging</id>
     <currentVersion>1.0-dev</currentVersion>
  
  
  
  1.42      +1 -1      jakarta-commons/latka/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/project.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- project.xml       11 Jan 2004 02:05:58 -0000      1.41
  +++ project.xml       10 Feb 2004 19:15:05 -0000      1.42
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <name>Latka</name>
     <id>commons-latka</id>
     <currentVersion>1.0-dev</currentVersion>
  
  
  
  1.15      +1 -1      jakarta-commons/jxpath/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jxpath/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml       18 Jan 2004 01:39:39 -0000      1.14
  +++ project.xml       10 Feb 2004 19:15:05 -0000      1.15
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <name>JXPath</name>
     <id>commons-jxpath</id>
     <currentVersion>1.1</currentVersion>
  
  
  
  1.24      +1 -1      jakarta-commons/fileupload/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/fileupload/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml       14 Jan 2004 04:43:54 -0000      1.23
  +++ project.xml       10 Feb 2004 19:15:05 -0000      1.24
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../commons-build/project.xml</extend>
     <name>FileUpload</name>
     <id>commons-fileupload</id>
     <currentVersion>1.0</currentVersion>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to