You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/02/26 10:17:19 UTC

cvs commit: jakarta-avalon-phoenix/src/manifest loader-Manifest.mf engine-Manifest.mf

donaldp     02/02/26 01:17:19

  Modified:    .        build.xml
               src/manifest loader-Manifest.mf
  Removed:     src/manifest engine-Manifest.mf
  Log:
  Updated so that Created By: follows manifest spec.
  
  Revision  Changes    Path
  1.98      +1 -2      jakarta-avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- build.xml	5 Feb 2002 02:00:16 -0000	1.97
  +++ build.xml	26 Feb 2002 09:17:18 -0000	1.98
  @@ -198,8 +198,7 @@
       </jar>
   
       <jar jarfile="${build.lib}/phoenix-engine.jar"
  -         basedir="${build.classes}"
  -         manifest="${manifest.dir}/engine-Manifest.mf" >
  +         basedir="${build.classes}" >
   
         <include name="org/apache/avalon/phoenix/engine/**"/>
         <include name="org/apache/avalon/phoenix/frontends/**"/>
  
  
  
  1.7       +1 -1      jakarta-avalon-phoenix/src/manifest/loader-Manifest.mf
  
  Index: loader-Manifest.mf
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/src/manifest/loader-Manifest.mf,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- loader-Manifest.mf	26 Aug 2001 17:40:47 -0000	1.6
  +++ loader-Manifest.mf	26 Feb 2002 09:17:18 -0000	1.7
  @@ -1,3 +1,3 @@
   Manifest-Version: 1.0
   Main-Class: org.apache.avalon.phoenix.launcher.Main
  -Created-By: Jakarta-Apache Avalon/Phoenix Project
  +
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>