[jboss-cvs] Repository SVN: r993 - in apache-lang: 2.1-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 13 15:22:25 EDT 2007


Author: vivekl at redhat.com
Date: 2007-08-13 15:22:25 -0400 (Mon, 13 Aug 2007)
New Revision: 993

Added:
   apache-lang/2.1-brew/
   apache-lang/2.1-brew/component-info.xml
   apache-lang/2.1-brew/lib/
   apache-lang/2.1-brew/lib/commons-lang-2.1.jar
   apache-lang/2.1-brew/lib/commons-lang.jar
   apache-lang/2.1-brew/src/
   apache-lang/2.1-brew/src/commons-lang-2.1-src.tar.gz
   apache-lang/2.1-brew/src/jakarta-commons-lang-notarget.patch
Log:
- Add brew built jakarta-commons-lang 2.1



Added: apache-lang/2.1-brew/component-info.xml
===================================================================
--- apache-lang/2.1-brew/component-info.xml	                        (rev 0)
+++ apache-lang/2.1-brew/component-info.xml	2007-08-13 19:22:25 UTC (rev 993)
@@ -0,0 +1,16 @@
+<project name="apache-commons-lang">
+   <component id="apache-lang"
+              licenseType="apache-2.0"
+              version="2.1-brew"
+              projectHome="http://jakarta.apache.org/commons/lang/"
+              scm=":ext:cvs.devel.redhat.com:/cvs/dist/jakarta-commons-lang"
+              tag="jakarta-commons-lang-2_1-6jpp_ep1_2">
+      <!-- Built using JDK 5 with target 1.4 -->
+      <artifact id="commons-lang-2.1.jar"/>
+      <artifact id="commons-lang.jar"/>      
+      <export>
+         <include input="commons-lang.jar"/>
+      </export>
+   </component>
+
+</project>

Added: apache-lang/2.1-brew/lib/commons-lang-2.1.jar
===================================================================
(Binary files differ)


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

Added: apache-lang/2.1-brew/lib/commons-lang.jar
===================================================================
(Binary files differ)


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

Added: apache-lang/2.1-brew/src/commons-lang-2.1-src.tar.gz
===================================================================
(Binary files differ)


Property changes on: apache-lang/2.1-brew/src/commons-lang-2.1-src.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: apache-lang/2.1-brew/src/jakarta-commons-lang-notarget.patch
===================================================================
--- apache-lang/2.1-brew/src/jakarta-commons-lang-notarget.patch	                        (rev 0)
+++ apache-lang/2.1-brew/src/jakarta-commons-lang-notarget.patch	2007-08-13 19:22:25 UTC (rev 993)
@@ -0,0 +1,20 @@
+--- ./build.xml.sav	2006-07-17 18:11:29.000000000 -0400
++++ ./build.xml	2006-07-17 18:11:46.000000000 -0400
+@@ -55,7 +55,7 @@
+ 		</copy>
+ 	</target>
+ 	<target name="compile" depends="static" description="Compile shareable components">
+-		<javac srcdir="${source.home}" destdir="${build.home}/classes" debug="${compile.debug}" deprecation="${compile.deprecation}" target="${compile.target}" source="${compile.source}" excludes="${compile.excludes}" optimize="${compile.optimize}">
++		<javac srcdir="${source.home}" destdir="${build.home}/classes" debug="${compile.debug}" deprecation="${compile.deprecation}" source="${compile.source}" excludes="${compile.excludes}" optimize="${compile.optimize}">
+ 			<classpath refid="compile.classpath"/>
+ 		</javac>
+ 		<copy todir="${build.home}/classes" filtering="on">
+@@ -63,7 +63,7 @@
+ 		</copy>
+ 	</target>
+ 	<target name="compile.tests" depends="compile" description="Compile unit test cases">
+-		<javac srcdir="${test.home}" destdir="${build.home}/tests" debug="${compile.debug}" deprecation="off" target="${compile.target}" source="${compile.source}" optimize="${compile.optimize}">
++		<javac srcdir="${test.home}" destdir="${build.home}/tests" debug="${compile.debug}" deprecation="off" source="${compile.source}" optimize="${compile.optimize}">
+ 			<classpath refid="test.classpath"/>
+ 		</javac>
+ 		<copy todir="${build.home}/tests" filtering="on">




More information about the jboss-cvs-commits mailing list