You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ho...@apache.org on 2003/05/01 16:19:40 UTC

cvs commit: jakarta-log4j-sandbox build.xml

hoju        2003/05/01 07:19:40

  Modified:    .        build.xml
  Log:
  correct jar manifest info.  We were adding a trailing "/" to the "Name" attribute which is incorrect. Also corrected "Implementation-Title" to be the dot package notation rather than an arbitrary name (following Xalan's example).  Added a "Comment" attribute to each jar as well.
  
  Jake
  
  Revision  Changes    Path
  1.8       +9 -6      jakarta-log4j-sandbox/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j-sandbox/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	1 May 2003 13:56:40 -0000	1.7
  +++ build.xml	1 May 2003 14:19:40 -0000	1.8
  @@ -217,8 +217,9 @@
            includes="**/*.class">
   			<manifest>
   				<attribute name="Manifest-version" value="1.0"/>
  -					<section name="org/apache/log4j/">
  -					  <attribute name="Implementation-Title" value="log4j-sandbox"/>
  +					<section name="org/apache/log4j">
  +					  <attribute name="Comment" value="Log4j Sandbox Packages"/>
  +					  <attribute name="Implementation-Title" value="org.apache.log4j"/>
   					  <attribute name="Implementation-Version" value="${version}"/>
   					  <attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
   					</section>
  @@ -230,8 +231,9 @@
            includes="**/selector/*.class">
   			<manifest>
   				<attribute name="Manifest-version" value="1.0"/>
  -					<section name="org/apache/log4j/">
  -					  <attribute name="Implementation-Title" value="log4j-sandbox-selector"/>
  +					<section name="org/apache/log4j/selector">
  +					  <attribute name="Comment" value="Log4j Sandbox Selector Packages"/>
  +					  <attribute name="Implementation-Title" value="org.apache.log4j.selector"/>
   					  <attribute name="Implementation-Version" value="${version}"/>
   					  <attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
   					</section>
  @@ -243,8 +245,9 @@
            includes="**/servlet/*.class">
   			<manifest>
   				<attribute name="Manifest-version" value="1.0"/>
  -					<section name="org/apache/log4j/">
  -					  <attribute name="Implementation-Title" value="log4j-sandbox-servlet"/>
  +					<section name="org/apache/log4j/servlet">
  +					  <attribute name="Comment" value="Log4j Sandbox Servlet Packages"/>
  +					  <attribute name="Implementation-Title" value="org.apache.log4j.servlet"/>
   					  <attribute name="Implementation-Version" value="${version}"/>
   					  <attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
   					</section>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: log4j-dev-help@jakarta.apache.org