You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2002/08/21 01:17:29 UTC

cvs commit: jakarta-avalon-excalibur/meta/src/etc project.mf

mcconnell    2002/08/20 16:17:29

  Modified:    meta     build.xml
  Added:       meta/src/etc project.mf
  Log:
  Updated to include a valid manaifest.
  
  Revision  Changes    Path
  1.2       +3 -8      jakarta-avalon-excalibur/meta/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/meta/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	20 Aug 2002 16:52:14 -0000	1.1
  +++ build.xml	20 Aug 2002 23:17:29 -0000	1.2
  @@ -124,19 +124,14 @@
   
           <jar jarfile="${build.lib}/${jar.name}"
               basedir="${build.classes}"
  -            compress="${build.compress}">
  -            <manifest>
  -                <attribute name="Extension-Name" value="${name}"/>
  -                <attribute name="Specification-Vendor" value="Apache Software Foundation"/>
  -                <attribute name="Specification-Version" value="1.0"/>
  -                <attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
  -                <attribute name="Implementation-Version" value="${package-version}"/>
  -            </manifest>
  +            compress="${build.compress}"
  +            manifest="${src.dir}/etc/project.mf">
               <exclude name="**/test/**"/>
               <zipfileset dir="${build.conf}" prefix="META-INF/">
                   <include name="LICENSE.txt"/>
               </zipfileset>
           </jar>
  +
       </target>
   
       <!-- Creates all the Javadocs -->
  
  
  
  1.1                  jakarta-avalon-excalibur/meta/src/etc/project.mf
  
  Index: project.mf
  ===================================================================
  Manifest-Version: 1.0
  Created-By: OSM SARL
  Extension-Name: excalibur-meta
  Specification-Vendor: Apache Software Foundation
  Specification-Version: 1.0
  Implementation-Vendor: Apache Software Foundation
  Implementation-Version: 0.1
  Extension-List: framework i18n configuration
  framework-Extension-Name: avalon-framework
  framework-Specification-Version: 1.0
  framework-Implementation-Version: 4.1.2
  i18n-Extension-Name: excalibur-i18n
  i18n-Specification-Version: 1.0
  configuration-Extension-Name: excalibur-configuration
  configuration-Specification-Version: 1.0
  Class-Path: logkit.jar 
  
  
  

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