mcconnell    2003/01/26 23:11:07

  Modified:    collections build.xml
               configuration build.xml default.properties
               event    build.xml default.properties
               extension build.xml default.properties
               i18n     build.xml
               io       default.properties
               logger   build.xml default.properties
               pool     build.xml
               sourceresolve build.xml
               thread   build.xml
               threadcontext build.xml default.properties
  Log:
  Correcting version infromation declared in manifests and adding 
implementation vendor id tag to manifest.
  
  Revision  Changes    Path
  1.27      +2 -1      jakarta-avalon-excalibur/collections/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/collections/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml 10 Aug 2002 21:14:33 -0000      1.26
  +++ build.xml 27 Jan 2003 07:11:06 -0000      1.27
  @@ -125,8 +125,9 @@
               <manifest>
                 <attribute name="Extension-Name" value="${name}"/>
                 <attribute name="Specification-Vendor" value="Apache Software 
Foundation"/>
  -              <attribute name="Specification-Version" value="1.0"/>
  +              <attribute name="Specification-Version" value="${version}"/>
                 <attribute name="Implementation-Vendor" value="Apache Software 
Foundation"/>
  +              <attribute name="Implementation-Vendor-Id" value="ASF"/>
                 <attribute name="Implementation-Version" 
value="${package-version}"/>
               </manifest>
               <exclude name="**/test/**"/>
  
  
  
  1.12      +2 -1      jakarta-avalon-excalibur/configuration/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/configuration/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 13 Nov 2002 03:28:57 -0000      1.11
  +++ build.xml 27 Jan 2003 07:11:06 -0000      1.12
  @@ -129,9 +129,10 @@
               <manifest>
                 <attribute name="Extension-Name" value="${name}"/>
                 <attribute name="Specification-Vendor" value="Apache Software 
Foundation"/>
  -              <attribute name="Specification-Version" value="1.0"/>
  +              <attribute name="Specification-Version" value="${version}"/>
                 <attribute name="Implementation-Vendor" value="Apache Software 
Foundation"/>
                 <attribute name="Implementation-Version" 
value="${package-version}"/>
  +              <attribute name="Implementation-Vendor-Id" value="ASF"/>
               </manifest>
               <exclude name="**/test/**"/>
               <zipfileset dir="${build.conf}" prefix="META-INF/">
  
  
  
  1.7       +2 -2      jakarta-avalon-excalibur/configuration/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/configuration/default.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- default.properties        16 Nov 2002 12:08:50 -0000      1.6
  +++ default.properties        27 Jan 2003 07:11:06 -0000      1.7
  @@ -9,7 +9,7 @@
   Name=Excalibur Configuration Utilities
   dir-name=configuration
   version=1.0
  -package-version=0.2
  +package-version=1.0
   year=2002
   
   # --------------------------------------------------
  @@ -64,7 +64,7 @@
   dist.name = ${name}-${version}
   
   #  name of jar file
  -jar.name = ${name}-${version}.jar
  +jar.name = ${name}-${package-version}.jar
   
   #  property indicating directory where all distribution archives are placed
   dist.base = distributions
  
  
  
  1.40      +2 -1      jakarta-avalon-excalibur/event/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/build.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- build.xml 2 Oct 2002 17:49:19 -0000       1.39
  +++ build.xml 27 Jan 2003 07:11:06 -0000      1.40
  @@ -140,9 +140,10 @@
               <manifest>
                 <attribute name="Extension-Name" value="${name}"/>
                 <attribute name="Specification-Vendor" value="Apache Software 
Foundation"/>
  -              <attribute name="Specification-Version" value="1.0"/>
  +              <attribute name="Specification-Version" value="${version}"/>
                 <attribute name="Implementation-Vendor" value="Apache Software 
Foundation"/>
                 <attribute name="Implementation-Version" 
value="${package-version}"/>
  +              <attribute name="Implementation-Vendor-Id" value="ASF"/>
               </manifest>
               <exclude name="**/test/**"/>
               <zipfileset dir="${build.conf}" prefix="META-INF/">
  
  
  
  1.30      +1 -1      jakarta-avalon-excalibur/event/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/default.properties,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- default.properties        23 Jan 2003 22:57:07 -0000      1.29
  +++ default.properties        27 Jan 2003 07:11:06 -0000      1.30
  @@ -112,7 +112,7 @@
   dist.name = ${name}-${version}
   
   #  name of jar file
  -jar.name = ${name}-${version}.jar
  +jar.name = ${name}-${package-version}.jar
   
   #  property indicating directory where all distribution archives are placed
   dist.base = distributions
  
  
  
  1.53      +2 -1      jakarta-avalon-excalibur/extension/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/extension/build.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- build.xml 22 Jan 2003 14:16:22 -0000      1.52
  +++ build.xml 27 Jan 2003 07:11:06 -0000      1.53
  @@ -123,9 +123,10 @@
               <manifest>
                 <attribute name="Extension-Name" value="${name}"/>
                 <attribute name="Specification-Vendor" value="Apache Software 
Foundation"/>
  -              <attribute name="Specification-Version" value="1.0"/>
  +              <attribute name="Specification-Version" value="${version}"/>
                 <attribute name="Implementation-Vendor" value="Apache Software 
Foundation"/>
                 <attribute name="Implementation-Version" 
value="${package-version}"/>
  +              <attribute name="Implementation-Vendor-Id" value="ASF"/>
               </manifest>
               <exclude name="**/test/**"/>
               <zipfileset dir="${build.conf}" prefix="META-INF/">
  
  
  
  1.9       +3 -3      jakarta-avalon-excalibur/extension/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/extension/default.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- default.properties        22 Jan 2003 14:16:22 -0000      1.8
  +++ default.properties        27 Jan 2003 07:11:06 -0000      1.9
  @@ -8,8 +8,8 @@
   name=excalibur-extension
   Name=Excalibur Extension
   dir-name=extension
  -version=1.0a
  -package-version=1.0.1
  +version=1.0
  +package-version=1.0a
   year=2000-2002
   
   #  Settings used to configure compile environment
  @@ -56,7 +56,7 @@
   dist.name = ${name}-${version}
   
   #  name of jar file
  -jar.name = ${name}-${version}.jar
  +jar.name = ${name}-${package-version}.jar
   
   #  property indicating directory where all distribution archives are placed
   dist.base = distributions
  
  
  
  1.50      +2 -1      jakarta-avalon-excalibur/i18n/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/build.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- build.xml 10 Aug 2002 21:14:34 -0000      1.49
  +++ build.xml 27 Jan 2003 07:11:06 -0000      1.50
  @@ -123,9 +123,10 @@
               <manifest>
                 <attribute name="Extension-Name" value="${name}"/>
                 <attribute name="Specification-Vendor" value="Apache Software 
Foundation"/>
  -              <attribute name="Specification-Version" value="1.0"/>
  +              <attribute name="Specification-Version" value="${version}"/>
                 <attribute name="Implementation-Vendor" value="Apache Software 
Foundation"/>
                 <attribute name="Implementation-Version" 
value="${package-version}"/>
  +              <attribute name="Implementation-Vendor-Id" value="ASF"/>
               </manifest>
               <exclude name="**/test/**"/>
               <zipfileset dir="${build.conf}" prefix="META-INF/">
  
  
  
  1.11      +1 -1      jakarta-avalon-excalibur/io/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/io/default.properties,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- default.properties        1 Aug 2002 22:31:51 -0000       1.10
  +++ default.properties        27 Jan 2003 07:11:06 -0000      1.11
  @@ -59,7 +59,7 @@
   dist.name = ${name}-${version}
   
   #  name of jar file
  -jar.name = ${name}-${version}.jar
  +jar.name = ${name}-${package-version}.jar
   
   #  property indicating directory where all distribution archives are placed
   dist.base = distributions
  
  
  
  1.32      +2 -1      jakarta-avalon-excalibur/logger/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/logger/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml 25 Jan 2003 13:38:51 -0000      1.31
  +++ build.xml 27 Jan 2003 07:11:06 -0000      1.32
  @@ -298,9 +298,10 @@
               <manifest>
                 <attribute name="Extension-Name" value="${name}"/>
                 <attribute name="Specification-Vendor" value="Apache Software 
Foundation"/>
  -              <attribute name="Specification-Version" value="1.0"/>
  +              <attribute name="Specification-Version" value="${version}"/>
                 <attribute name="Implementation-Vendor" value="Apache Software 
Foundation"/>
                 <attribute name="Implementation-Version" 
value="${package-version}"/>
  +              <attribute name="Implementation-Vendor-Id" value="ASF"/>
               </manifest>
               <exclude name="**/test/**"/>
               <zipfileset dir="${build.conf}" prefix="META-INF/">
  
  
  
  1.15      +2 -2      jakarta-avalon-excalibur/logger/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/logger/default.properties,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- default.properties        23 Jan 2003 22:57:11 -0000      1.14
  +++ default.properties        27 Jan 2003 07:11:06 -0000      1.15
  @@ -10,7 +10,7 @@
   Name=Excalibur Logger
   dir-name=logger
   version=1.0
  -package-version=0.99
  +package-version=1.0
   year=2000-2002
   
   # --------------------------------------------------
  @@ -110,7 +110,7 @@
   dist.name = ${name}-${version}
   
   #  name of jar file
  -jar.name = ${name}-${version}.jar
  +jar.name = ${name}-${package-version}.jar
   
   #  property indicating directory where all distribution archives are placed
   dist.base = distributions
  
  
  
  1.29      +2 -1      jakarta-avalon-excalibur/pool/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/pool/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml 23 Jan 2003 22:57:11 -0000      1.28
  +++ build.xml 27 Jan 2003 07:11:07 -0000      1.29
  @@ -137,9 +137,10 @@
               <manifest>
                 <attribute name="Extension-Name" value="${name}"/>
                 <attribute name="Specification-Vendor" value="Apache Software 
Foundation"/>
  -              <attribute name="Specification-Version" value="1.0"/>
  +              <attribute name="Specification-Version" value="${version}"/>
                 <attribute name="Implementation-Vendor" value="Apache Software 
Foundation"/>
                 <attribute name="Implementation-Version" 
value="${package-version}"/>
  +              <attribute name="Implementation-Vendor-Id" value="ASF"/>
               </manifest>
               <exclude name="**/test/**"/>
               <zipfileset dir="${build.conf}" prefix="META-INF/">
  
  
  
  1.26      +2 -1      jakarta-avalon-excalibur/sourceresolve/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.xml 23 Jan 2003 11:52:12 -0000      1.25
  +++ build.xml 27 Jan 2003 07:11:07 -0000      1.26
  @@ -128,9 +128,10 @@
               <manifest>
                 <attribute name="Extension-Name" value="${name}"/>
                 <attribute name="Specification-Vendor" value="Apache Software 
Foundation"/>
  -              <attribute name="Specification-Version" value="1.0"/>
  +              <attribute name="Specification-Version" value="${version}"/>
                 <attribute name="Implementation-Vendor" value="Apache Software 
Foundation"/>
                 <attribute name="Implementation-Version" 
value="${package-version}"/>
  +              <attribute name="Implementation-Vendor-Id" value="ASF"/>
               </manifest>
               <exclude name="**/test/**"/>
               <zipfileset dir="${build.conf}" prefix="META-INF/">
  
  
  
  1.29      +2 -1      jakarta-avalon-excalibur/thread/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/thread/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml 24 Jan 2003 18:05:27 -0000      1.28
  +++ build.xml 27 Jan 2003 07:11:07 -0000      1.29
  @@ -140,9 +140,10 @@
               <manifest>
                 <attribute name="Extension-Name" value="${name}"/>
                 <attribute name="Specification-Vendor" value="Apache Software 
Foundation"/>
  -              <attribute name="Specification-Version" value="1.0"/>
  +              <attribute name="Specification-Version" value="${version}"/>
                 <attribute name="Implementation-Vendor" value="Apache Software 
Foundation"/>
                 <attribute name="Implementation-Version" 
value="${package-version}"/>
  +              <attribute name="Implementation-Vendor-Id" value="ASF"/>
               </manifest>
               <exclude name="**/test/**"/>
               <zipfileset dir="${build.conf}" prefix="META-INF/">
  
  
  
  1.22      +2 -1      jakarta-avalon-excalibur/threadcontext/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/threadcontext/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 10 Aug 2002 21:14:36 -0000      1.21
  +++ build.xml 27 Jan 2003 07:11:07 -0000      1.22
  @@ -125,9 +125,10 @@
               <manifest>
                 <attribute name="Extension-Name" value="${name}"/>
                 <attribute name="Specification-Vendor" value="Apache Software 
Foundation"/>
  -              <attribute name="Specification-Version" value="1.0"/>
  +              <attribute name="Specification-Version" value="${version}"/>
                 <attribute name="Implementation-Vendor" value="Apache Software 
Foundation"/>
                 <attribute name="Implementation-Version" 
value="${package-version}"/>
  +              <attribute name="Implementation-Vendor-Id" value="ASF"/>
               </manifest>
               <exclude name="**/test/**"/>
               <zipfileset dir="${build.conf}" prefix="META-INF/">
  
  
  
  1.7       +2 -2      jakarta-avalon-excalibur/threadcontext/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/threadcontext/default.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- default.properties        30 Jul 2002 22:28:54 -0000      1.6
  +++ default.properties        27 Jan 2003 07:11:07 -0000      1.7
  @@ -9,7 +9,7 @@
   Name=Excalibur ThreadContext
   dir-name=threadcontext
   version=1.0
  -package-version=0.99
  +package-version=1.0
   year=2000-2002
   
   # --------------------------------------------------
  @@ -57,7 +57,7 @@
   dist.name = ${name}-${version}
   
   #  name of jar file
  -jar.name = ${name}-${version}.jar
  +jar.name = ${name}-${package-version}.jar
   
   #  property indicating directory where all distribution archives are placed
   dist.base = distributions
  
  
  

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

Reply via email to