[jboss-cvs] Repository SVN: r19122 - in apache-logging: 1.1.0.jboss-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 2 12:27:58 EST 2008


Author: fnasser at redhat.com
Date: 2008-12-02 12:27:58 -0500 (Tue, 02 Dec 2008)
New Revision: 19122

Added:
   apache-logging/1.1.0.jboss-brew/
   apache-logging/1.1.0.jboss-brew/component-info.xml
   apache-logging/1.1.0.jboss-brew/lib/
   apache-logging/1.1.0.jboss-brew/lib/commons-logging-src.zip
   apache-logging/1.1.0.jboss-brew/lib/commons-logging.jar
   apache-logging/1.1.0.jboss-brew/src/
   apache-logging/1.1.0.jboss-brew/src/commons-logging-1.1-build_xml.patch
   apache-logging/1.1.0.jboss-brew/src/commons-logging-1.1-src.tar.gz
Log:
Add Brew-built version

Added: apache-logging/1.1.0.jboss-brew/component-info.xml
===================================================================
--- apache-logging/1.1.0.jboss-brew/component-info.xml	                        (rev 0)
+++ apache-logging/1.1.0.jboss-brew/component-info.xml	2008-12-02 17:27:58 UTC (rev 19122)
@@ -0,0 +1,15 @@
+<project name="apache-commons-logging">
+   <component id="apache-logging"
+              licenseType="apache-2.0"
+              version="1.1.0.jboss-brew"
+              tag="jakarta-commons-logging-jboss-1_1-4_ep1_el4"
+              projectHome="http://jakarta.apache.org/commons/logging/"
+         description="Yet another logging api. This is the 1.1 release with the reflective log4j logger patch.">
+      <artifact id="commons-logging.jar"/>
+      <artifact id="commons-logging-src.zip"/>
+      <export>
+         <include input="commons-logging.jar"/>
+      </export>
+   </component>
+
+</project>

Added: apache-logging/1.1.0.jboss-brew/lib/commons-logging-src.zip
===================================================================
(Binary files differ)


Property changes on: apache-logging/1.1.0.jboss-brew/lib/commons-logging-src.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: apache-logging/1.1.0.jboss-brew/lib/commons-logging.jar
===================================================================
(Binary files differ)


Property changes on: apache-logging/1.1.0.jboss-brew/lib/commons-logging.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: apache-logging/1.1.0.jboss-brew/src/commons-logging-1.1-build_xml.patch
===================================================================
--- apache-logging/1.1.0.jboss-brew/src/commons-logging-1.1-build_xml.patch	                        (rev 0)
+++ apache-logging/1.1.0.jboss-brew/src/commons-logging-1.1-build_xml.patch	2008-12-02 17:27:58 UTC (rev 19122)
@@ -0,0 +1,37 @@
+--- build.xml.sav	2007-02-11 15:26:01.000000000 -0500
++++ build.xml	2008-08-18 17:26:49.984700644 -0400
+@@ -457,6 +457,9 @@
+     <copy  todir="${build.home}/classes" filtering="on">
+       <fileset dir="${source.home}" excludes="**/*.java"/>
+     </copy>
++    <copy  todir="${build.home}/conf" filtering="off">
++      <fileset dir="${conf.home}" />
++    </copy>
+     <mkdir      dir="${build.home}/classes/META-INF"/>
+     <copy      file="LICENSE.txt"
+               todir="${build.home}/classes/META-INF"/>
+@@ -785,5 +788,24 @@
+       One or more unit tests failed.
+     </fail>
+   </target>
++
++  <target name="javadoc" depends="compile"
++   description="Create component Javadoc documentation">
++    <mkdir      dir="${dist.home}"/>
++    <mkdir      dir="${dist.home}/docs"/>
++    <mkdir      dir="${dist.home}/docs/api"/>
++    <javadoc sourcepath="${source.home}"
++                destdir="${dist.home}/docs/api"
++           packagenames="org.apache.commons.*"
++                 author="true"
++                private="true"
++                version="true"
++               doctitle="&lt;h1&gt;${component.title} (Version ${component.version})&lt;/h1&gt;"
++            windowtitle="${component.title} (Version ${component.version})"
++                 bottom='Copyright 2001-2005 The Apache Software Foundation.'>
++      <classpath  refid="javadoc.classpath"/>
++    </javadoc>
++  </target>
++
+ 
+ </project>

Added: apache-logging/1.1.0.jboss-brew/src/commons-logging-1.1-src.tar.gz
===================================================================
(Binary files differ)


Property changes on: apache-logging/1.1.0.jboss-brew/src/commons-logging-1.1-src.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list