Author: kylem
Date: Thu Jan 20 13:37:24 2005
New Revision: 125818

URL: http://svn.apache.org/viewcvs?view=rev&rev=125818
Log:
Added Commons Discovery jar to the list of webapp deploy jar files, since the 
Controls runtime
now uses it for service discovery.

Modified:
   incubator/beehive/trunk/netui/ant/webappTemplate.xml

Modified: incubator/beehive/trunk/netui/ant/webappTemplate.xml
Url: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/ant/webappTemplate.xml?view=diff&rev=125818&p1=incubator/beehive/trunk/netui/ant/webappTemplate.xml&r1=125817&p2=incubator/beehive/trunk/netui/ant/webappTemplate.xml&r2=125818
==============================================================================
--- incubator/beehive/trunk/netui/ant/webappTemplate.xml        (original)
+++ incubator/beehive/trunk/netui/ant/webappTemplate.xml        Thu Jan 20 
13:37:24 2005
@@ -51,6 +51,7 @@
             <fileset refid="jstl.fileset"/>
             <fileset refid="commons-el.fileset"/>
             <fileset refid="commons-codec.fileset"/>
+            <fileset refid="commons-discovery.fileset"/>
             <fileset refid="controls.fileset"/>
             <fileset refid="xbean.fileset"/>
             <fileset refid="jsr173.fileset"/>
@@ -248,6 +249,7 @@
     <patternset id="beehive.jars">
         <include name="commons-el.jar"/>
         <include name="commons-codec-1.3.jar"/>
+        <include name="commons-discovery-0.2.jar"/>
         <include name="jstl.jar"/>
         <include name="standard.jar"/>
         <include name="apache-xbean.jar"/>

Reply via email to