[jboss-cvs] JBossAS SVN: r108498 - in branches/JBPAPP_5_1_datagrid: cluster/src/installers/datagrid and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Oct 8 16:42:38 EDT 2010
Author: bstansberry at jboss.com
Date: 2010-10-08 16:42:38 -0400 (Fri, 08 Oct 2010)
New Revision: 108498
Modified:
branches/JBPAPP_5_1_datagrid/build/build-distr.xml
branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/build.xml
Log:
Some datagrid build tweaks
Modified: branches/JBPAPP_5_1_datagrid/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_1_datagrid/build/build-distr.xml 2010-10-08 20:07:51 UTC (rev 108497)
+++ branches/JBPAPP_5_1_datagrid/build/build-distr.xml 2010-10-08 20:42:38 UTC (rev 108498)
@@ -1142,8 +1142,6 @@
<fileset dir="${org.infinispan.lib}" excludes="*-sources.jar, infinispan-server-rest.war" />
<fileset dir="${org.jgroups.lib}" excludes="*-sources.jar" />
<fileset dir="${org.jboss.netty.lib}" excludes="*-sources.jar" />
- <fileset dir="${apache.log4j.lib}" includes="log4j.jar" />
- <fileset dir="${jboss.jnpserver.lib}" includes="*jnpserver.jar" />
<fileset dir="${org.jboss.marshalling.lib}" excludes="*sources.jar"/>
<fileset dir="${org.scala.lang.lib}" includes="scala-library.jar"/>
</copy>
Modified: branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/build.xml
===================================================================
--- branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/build.xml 2010-10-08 20:07:51 UTC (rev 108497)
+++ branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/build.xml 2010-10-08 20:42:38 UTC (rev 108498)
@@ -90,10 +90,6 @@
<fileset dir="${jboss.home}/server/web/deployers/jbossweb.deployer" />
</copy>
- <copy todir="${datagrid.lib}">
- <fileset dir="${jboss.home}/server/web/lib" excludes="hibernate-jbosscache2.jar, river.jar" />
- </copy>
-
<delete dir="${datagrid.deploy}/datagrid.sar/infinispan-server-rest.war/WEB-INF/lib/" includes="infinispan-core*, log4j*, slf4j*, jgroups*, river*, scala-library*, jboss-*"/>
</target>
More information about the jboss-cvs-commits
mailing list