[jboss-cvs] Re: jboss-cvs-commits Digest, Vol 30, Issue 67
Ales Justin
ales.justin at gmail.com
Tue Dec 2 18:58:19 EST 2008
What's the idea/point behind this brew?
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 02 Dec 2008 13:03:11 -0500
> From: jboss-cvs-commits at lists.jboss.org
> Subject: [jboss-cvs] Repository SVN: r19124 - in jboss/jboss-vfs:
> 1.0.0.GA-brew and 2 other directories.
> To: jboss-cvs-commits at lists.jboss.org
> Message-ID: <E1L7ZaZ-0006P7-Vg at committer01.frg.pub.inap.atl.jboss.com>
> Content-Type: text/plain; charset=UTF-8
>
> Author: fnasser at redhat.com
> Date: 2008-12-02 13:03:11 -0500 (Tue, 02 Dec 2008)
> New Revision: 19124
>
> Added:
> jboss/jboss-vfs/1.0.0.GA-brew/
> jboss/jboss-vfs/1.0.0.GA-brew/component-info.xml
> jboss/jboss-vfs/1.0.0.GA-brew/lib/
> jboss/jboss-vfs/1.0.0.GA-brew/lib/jboss-vfs-sources.jar
> jboss/jboss-vfs/1.0.0.GA-brew/lib/jboss-vfs.jar
> jboss/jboss-vfs/1.0.0.GA-brew/src/
> jboss/jboss-vfs/1.0.0.GA-brew/src/jboss-vfs-1.0.0-pom.patch
> jboss/jboss-vfs/1.0.0.GA-brew/src/jboss-vfs-1.0.0.GA.tar.bz2
> Log:
> Add Brew-built version
>
> Added: jboss/jboss-vfs/1.0.0.GA-brew/component-info.xml
> ===================================================================
> --- jboss/jboss-vfs/1.0.0.GA-brew/component-info.xml (rev 0)
> +++ jboss/jboss-vfs/1.0.0.GA-brew/component-info.xml 2008-12-02 18:03:11 UTC (rev 19124)
> @@ -0,0 +1,15 @@
> +<project name="jboss-vfs-component-info">
> +
> + <component id="jboss/jboss-vfs"
> + version="1.0.0.GA-brew"
> + tag="jboss-vfs-1_0_0-1_ep1_el4"
> + licenseType="lgpl"
> + description="A VFS library"
> + >
> + <artifact id="jboss-vfs.jar"/>
> + <artifact id="jboss-vfs-sources.jar"/>
> + <export>
> + <include input="jboss-vfs.jar"/>
> + </export>
> + </component>
> +</project>
>
> Added: jboss/jboss-vfs/1.0.0.GA-brew/lib/jboss-vfs-sources.jar
> ===================================================================
> (Binary files differ)
>
>
> Property changes on: jboss/jboss-vfs/1.0.0.GA-brew/lib/jboss-vfs-sources.jar
> ___________________________________________________________________
> Name: svn:mime-type
> + application/octet-stream
>
> Added: jboss/jboss-vfs/1.0.0.GA-brew/lib/jboss-vfs.jar
> ===================================================================
> (Binary files differ)
>
>
> Property changes on: jboss/jboss-vfs/1.0.0.GA-brew/lib/jboss-vfs.jar
> ___________________________________________________________________
> Name: svn:mime-type
> + application/octet-stream
>
> Added: jboss/jboss-vfs/1.0.0.GA-brew/src/jboss-vfs-1.0.0-pom.patch
> ===================================================================
> --- jboss/jboss-vfs/1.0.0.GA-brew/src/jboss-vfs-1.0.0-pom.patch (rev 0)
> +++ jboss/jboss-vfs/1.0.0.GA-brew/src/jboss-vfs-1.0.0-pom.patch 2008-12-02 18:03:11 UTC (rev 19124)
> @@ -0,0 +1,24 @@
> +--- jboss-vfs-1.0.0.GA/pom.xml.orig 2007-04-19 00:38:37.000000000 -0400
> ++++ jboss-vfs-1.0.0.GA/pom.xml 2008-08-26 00:47:29.775677771 -0400
> +@@ -80,7 +80,7 @@
> + <version>1.2.0.GA</version>
> + </dependency>
> + <dependency>
> +- <groupId>apache-log4j</groupId>
> ++ <groupId>log4j</groupId>
> + <artifactId>log4j</artifactId>
> + <version>1.2.8</version>
> + <scope>test</scope>
> +@@ -97,6 +97,12 @@
> + <version>3.8.1</version>
> + <scope>test</scope>
> + </dependency>
> ++ <dependency>
> ++ <groupId>concurrent</groupId>
> ++ <artifactId>concurrent</artifactId>
> ++ <version>1.3.4</version>
> ++ <scope>test</scope>
> ++ </dependency>
> + </dependencies>
> +
> + <distributionManagement>
>
> Added: jboss/jboss-vfs/1.0.0.GA-brew/src/jboss-vfs-1.0.0.GA.tar.bz2
> ===================================================================
> (Binary files differ)
>
>
> Property changes on: jboss/jboss-vfs/1.0.0.GA-brew/src/jboss-vfs-1.0.0.GA.tar.bz2
> ___________________________________________________________________
> Name: svn:mime-type
> + application/octet-stream
More information about the jboss-cvs-commits
mailing list