[jboss-cvs] JBossAS SVN: r90781 - projects/webbeans-ri-int/trunk/deployer/src/main/assembly.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 2 14:44:39 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-07-02 14:44:39 -0400 (Thu, 02 Jul 2009)
New Revision: 90781

Modified:
   projects/webbeans-ri-int/trunk/deployer/src/main/assembly/assembly.xml
Log:
copy google-collections into the deployer

Modified: projects/webbeans-ri-int/trunk/deployer/src/main/assembly/assembly.xml
===================================================================
--- projects/webbeans-ri-int/trunk/deployer/src/main/assembly/assembly.xml	2009-07-02 18:41:11 UTC (rev 90780)
+++ projects/webbeans-ri-int/trunk/deployer/src/main/assembly/assembly.xml	2009-07-02 18:44:39 UTC (rev 90781)
@@ -24,6 +24,7 @@
          <useProjectArtifact>true</useProjectArtifact>
          <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
          <includes>
+            <include>com.google.collections:google-collections</include>
             <include>org.jboss.webbeans:jsr299-api</include>
             <include>org.jboss.webbeans:webbeans-api</include>
             <include>org.jboss.webbeans:webbeans-spi</include>




More information about the jboss-cvs-commits mailing list