You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@locus.apache.org on 2000/10/01 04:37:28 UTC

cvs commit: jakarta-struts/src/conf MANIFEST.MF

craigmcc    00/09/30 19:37:28

  Modified:    .        build.xml
  Added:       src/conf MANIFEST.MF
  Log:
  Create a manifest in struts.jar that identifies our extension package.
  
  Revision  Changes    Path
  1.18      +4 -1      jakarta-struts/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml	2000/09/27 00:04:16	1.17
  +++ build.xml	2000/10/01 02:37:25	1.18
  @@ -77,7 +77,9 @@
       <copydir src="src/share"         dest="${build.home}/library/classes">
         <include name="**/*.properties" />
       </copydir>
  -    <copydir src="src/conf" dest="${build.home}/library"/>
  +    <copydir src="src/conf" dest="${build.home}/library">
  +      <exclude name="**/*.MF"/>
  +    </copydir>
       <style basedir="src/doc" destdir="${build.home}/library"
            extension=".tld" style="stylesheets/tld.xsl"
             includes="struts-*.xml"/>
  @@ -171,6 +173,7 @@
                dest="${dist.home}/lib"
            includes="*.tld"/>
       <jar  jarfile="${dist.home}/lib/${app.name}.jar"
  +         manifest="src/conf/MANIFEST.MF"
             basedir="${build.home}/library/classes" includes="**"/>
     </target>
   
  
  
  
  1.1                  jakarta-struts/src/conf/MANIFEST.MF
  
  Index: MANIFEST.MF
  ===================================================================
  Manifest-Version: 1.0
  Extension-Name: Struts Framework
  Specification-Title: Struts Framework
  Specification-Vendor: Apache Software Foundation
  Specification-Version: 0.9
  Implementation-Title: Struts Framework
  Implementation-Vendor: Apache Software Foundation
  Implementation-Vendor-Id: org.apache
  Implementation-Version: 0.9