[jboss-cvs] JBossAS SVN: r107943 - branches/infinispan-int/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 1 21:29:32 EDT 2010


Author: smarlow at redhat.com
Date: 2010-09-01 21:29:32 -0400 (Wed, 01 Sep 2010)
New Revision: 107943

Modified:
   branches/infinispan-int/build/build.xml
Log:
fix type for org.rhq.helpers


Modified: branches/infinispan-int/build/build.xml
===================================================================
--- branches/infinispan-int/build/build.xml	2010-09-01 20:36:15 UTC (rev 107942)
+++ branches/infinispan-int/build/build.xml	2010-09-02 01:29:32 UTC (rev 107943)
@@ -2232,7 +2232,7 @@
       <fileset refid="org.infinispan:infinispan-tree:jar"/>
       <fileset refid="org.jboss.cluster:jboss-ha-server-ispn:jar"/>
       <fileset refid="org.jboss.cluster:jboss-ha-server-cache-ispn:jar"/>
-      <fileset refid="org.rhq.helpers:rhq-pluginAnnotations"/>
+      <fileset refid="org.rhq.helpers:rhq-pluginAnnotations:jar"/>
       <!--fileset refid="i18nlog:i18nlog"/-->
       <mapper refid="remove-versions"/>
     </copy>



More information about the jboss-cvs-commits mailing list