You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/03/17 15:13:46 UTC

cvs commit: avalon-excalibur/xmlutil project.xml

niclas      2004/03/17 06:13:46

  Modified:    compatibility project.xml
               component project.xml
               component-examples/instrument-manager project.xml
               configuration project.xml
               datasource project.xml
               i18n     project.xml
               instrument project.xml
               instrument-client project.xml
               instrument-manager project.xml
               lifecycle/site project.xml
               logger   project.xml
               logger-tests project.xml
               monitor  project.xml
               pool     project.xml
               thread   project.xml
               xmlutil  project.xml
  Log:
  Some steps forward to get the maven multiproject:artifact to actually build.
  
  Revision  Changes    Path
  1.4       +1 -1      avalon-excalibur/compatibility/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/compatibility/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	28 Feb 2004 11:47:34 -0000	1.3
  +++ project.xml	17 Mar 2004 14:13:45 -0000	1.4
  @@ -18,7 +18,7 @@
   <project>
       <extend>${basedir}/../project.xml</extend>
   
  -    <name>excalibur-compatibility</name>
  +    <name>Excalibur Compatibility</name>
       <id>excalibur-compatibility</id>
       <currentVersion>1.2-dev</currentVersion>
       <inceptionYear>1997</inceptionYear>
  
  
  
  1.9       +10 -2     avalon-excalibur/component/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	17 Mar 2004 13:22:37 -0000	1.8
  +++ project.xml	17 Mar 2004 14:13:45 -0000	1.9
  @@ -62,12 +62,20 @@
               <version>1.2</version>
           </dependency>
           <dependency>
  +            <id>commons-collections</id>
  +            <version>2.1</version>
  +        </dependency>
  +        <dependency>
               <id>concurrent</id>
               <version>1.3.1</version>
           </dependency>
           <dependency>
  -            <id>commons-collections</id>
  -            <version>2.1</version>
  +            <id>servletapi</id>
  +            <version>2.2</version>
  +        </dependency>
  +        <dependency>
  +            <id>junit</id>
  +            <version>3.8</version>
           </dependency>
       </dependencies>
   
  
  
  
  1.2       +1 -1      avalon-excalibur/component-examples/instrument-manager/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component-examples/instrument-manager/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	17 Mar 2004 13:22:37 -0000	1.1
  +++ project.xml	17 Mar 2004 14:13:45 -0000	1.2
  @@ -18,7 +18,7 @@
   <project>
       <extend>${basedir}/../../../project-common.xml</extend>
   
  -    <name>Excalibur-Component-Manager-Examples</name>
  +    <name>ECManager Instrumentation Example</name>
       <id>excalibur-component-examples</id>
       <currentVersion>1.0-dev</currentVersion>
       <inceptionYear>2003</inceptionYear>
  
  
  
  1.11      +1 -1      avalon-excalibur/configuration/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/configuration/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml	28 Feb 2004 11:47:28 -0000	1.10
  +++ project.xml	17 Mar 2004 14:13:45 -0000	1.11
  @@ -19,7 +19,7 @@
   
     <extend>${basedir}/../project.xml</extend>
   
  -  <id>excalibur-configuration</id>
  +  <id>Excalibur Configuration</id>
     <name>Excalibur Configuration</name>
     <package>org.apache.excalibur.configuration</package>
     <currentVersion>1.1</currentVersion>
  
  
  
  1.2       +1 -1      avalon-excalibur/datasource/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/datasource/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	9 Nov 2003 14:13:57 -0000	1.1
  +++ project.xml	17 Mar 2004 14:13:45 -0000	1.2
  @@ -3,7 +3,7 @@
   <project>
       <extend>${basedir}/../project.xml</extend>
   
  -    <name>Excalibur-Datasource</name>
  +    <name>Excalibur Datasource</name>
       <id>excalibur-datasource</id>
       <currentVersion>1.0-dev</currentVersion>
       <inceptionYear>2003</inceptionYear>
  
  
  
  1.5       +1 -1      avalon-excalibur/i18n/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/i18n/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	28 Feb 2004 11:47:30 -0000	1.4
  +++ project.xml	17 Mar 2004 14:13:45 -0000	1.5
  @@ -20,7 +20,7 @@
     <extend>${basedir}/../project.xml</extend>
   
     <id>excalibur-i18n</id>
  -  <name>Excalibur i18n</name>
  +  <name>Excalibur I18N</name>
     <package>org.apache.avalon.excalibur.i18n</package>
     <currentVersion>1.1</currentVersion>
   
  
  
  
  1.5       +1 -1      avalon-excalibur/instrument/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/instrument/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	17 Mar 2004 13:22:38 -0000	1.4
  +++ project.xml	17 Mar 2004 14:13:46 -0000	1.5
  @@ -3,7 +3,7 @@
   <project>
       <extend>${basedir}/../project.xml</extend>
   
  -    <name>excalibur-instrument</name>
  +    <name>Excalibur Instrument</name>
       <id>excalibur-instrument</id>
       <currentVersion>1.2</currentVersion>
       <inceptionYear>1997</inceptionYear>
  
  
  
  1.3       +1 -1      avalon-excalibur/instrument-client/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/instrument-client/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	26 Feb 2004 12:10:08 -0000	1.2
  +++ project.xml	17 Mar 2004 14:13:46 -0000	1.3
  @@ -3,7 +3,7 @@
   <project>
       <extend>${basedir}/../project.xml</extend>
   
  -    <name>excalibur-instrument-client</name>
  +    <name>Excalibur Instrument Client</name>
       <id>excalibur-instrument-client</id>
       <currentVersion>1.2</currentVersion>
       <inceptionYear>1997</inceptionYear>
  
  
  
  1.4       +1 -1      avalon-excalibur/instrument-manager/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/instrument-manager/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	6 Mar 2004 14:02:26 -0000	1.3
  +++ project.xml	17 Mar 2004 14:13:46 -0000	1.4
  @@ -3,7 +3,7 @@
   <project>
       <extend>${basedir}/../project.xml</extend>
   
  -    <name>excalibur-instrument-manager</name>
  +    <name>Excalibur Instrument Manager</name>
       <id>excalibur-instrument-manager</id>
       <currentVersion>1.2</currentVersion>
       <inceptionYear>1997</inceptionYear>
  
  
  
  1.4       +4 -4      avalon-excalibur/lifecycle/site/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/lifecycle/site/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	28 Feb 2004 11:47:35 -0000	1.3
  +++ project.xml	17 Mar 2004 14:13:46 -0000	1.4
  @@ -19,11 +19,11 @@
   
     <extend>${basedir}/../project.xml</extend>
   
  -  <name>Avalon Framework</name>
  -  <id>avalon-framework-docs</id>
  +  <name>Excalibur LifeCycle Docs</name>
  +  <id>excalibur-lifecycle-docs</id>
   
  -  <shortDescription>Avalon Framework API</shortDescription>
  -  <description>Avalon Framework API</description>
  +  <shortDescription>Excalibur LifeCycle</shortDescription>
  +  <description>Excalibur LifeCycle</description>
   
     <dependencies>
       <dependency>
  
  
  
  1.10      +7 -1      avalon-excalibur/logger/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/logger/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	17 Mar 2004 13:22:38 -0000	1.9
  +++ project.xml	17 Mar 2004 14:13:46 -0000	1.10
  @@ -19,7 +19,7 @@
   <project>
       <extend>${basedir}/../project.xml</extend>
   
  -    <name>excalibur-logger</name>
  +    <name>Excalibur Logger</name>
       <id>excalibur-logger</id>
       <currentVersion>1.2</currentVersion>
       <inceptionYear>1997</inceptionYear>
  @@ -61,6 +61,12 @@
           <dependency>
               <id>servletapi</id>
               <version>2.2</version>
  +        </dependency>
  +        
  +        <dependency>
  +            <groupId>excalibur-i18n</groupId>
  +            <artifactId>excalibur-i18n</artifactId>
  +            <version>1.1</version>
           </dependency>
           
           <dependency>
  
  
  
  1.2       +1 -1      avalon-excalibur/logger-tests/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/logger-tests/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	17 Mar 2004 13:22:38 -0000	1.1
  +++ project.xml	17 Mar 2004 14:13:46 -0000	1.2
  @@ -19,7 +19,7 @@
   <project>
       <extend>${basedir}/../project.xml</extend>
   
  -    <name>excalibur-logger-tests</name>
  +    <name>Excalibur Logger Tests</name>
       <id>excalibur-logger-tests</id>
       <currentVersion>1.2</currentVersion>
       <inceptionYear>1997</inceptionYear>
  
  
  
  1.4       +1 -1      avalon-excalibur/monitor/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/monitor/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	28 Feb 2004 11:47:16 -0000	1.3
  +++ project.xml	17 Mar 2004 14:13:46 -0000	1.4
  @@ -18,7 +18,7 @@
   <project>
       <extend>${basedir}/../project.xml</extend>
   
  -    <name>excalibur-monitor</name>
  +    <name>Excalibur Monitor</name>
       <id>excalibur-monitor</id>
       <currentVersion>1.0.3-dev</currentVersion>
       <inceptionYear>1997</inceptionYear>
  
  
  
  1.7       +1 -1      avalon-excalibur/pool/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/pool/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	17 Mar 2004 12:12:36 -0000	1.6
  +++ project.xml	17 Mar 2004 14:13:46 -0000	1.7
  @@ -18,7 +18,7 @@
   <project>
       <extend>${basedir}/../project.xml</extend>
   
  -    <name>excalibur-pool</name>
  +    <name>Excalibur Pool</name>
       <id>excalibur-pool</id>
       <currentVersion>1.1</currentVersion>
       <inceptionYear>1997</inceptionYear>
  
  
  
  1.6       +1 -1      avalon-excalibur/thread/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/thread/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	28 Feb 2004 11:47:22 -0000	1.5
  +++ project.xml	17 Mar 2004 14:13:46 -0000	1.6
  @@ -18,7 +18,7 @@
   <project>
       <extend>${basedir}/../project.xml</extend>
   
  -    <name>excalibur-thread</name>
  +    <name>Excalibur Thread</name>
       <id>excalibur-thread</id>
       <currentVersion>1.1.2</currentVersion>
       <inceptionYear>1997</inceptionYear>
  
  
  
  1.7       +2 -2      avalon-excalibur/xmlutil/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/xmlutil/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	26 Feb 2004 17:03:47 -0000	1.6
  +++ project.xml	17 Mar 2004 14:13:46 -0000	1.7
  @@ -54,12 +54,12 @@
               <version>7.7</version>
               <groupId>saxon7</groupId>
           </dependency>
  -
  +<!--
           <dependency>
               <id>xml-commons-resolver</id>
               <version>1.1</version>
           </dependency>
  -
  +-->
           <dependency>
               <id>avalon-framework</id>
               <version>4.1.4</version>
  
  
  

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