You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/06/09 20:44:17 UTC

svn commit: r413157 - /incubator/lokahi/lokahi/trunk/build.xml

Author: toback
Date: Fri Jun  9 13:44:16 2006
New Revision: 413157

URL: http://svn.apache.org/viewvc?rev=413157&view=rev
Log:
fixed the dependent libraries for for the agent in the build.xml

Modified:
    incubator/lokahi/lokahi/trunk/build.xml

Modified: incubator/lokahi/lokahi/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/build.xml?rev=413157&r1=413156&r2=413157&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/build.xml (original)
+++ incubator/lokahi/lokahi/trunk/build.xml Fri Jun  9 13:44:16 2006
@@ -75,13 +75,19 @@
         <include name="log4j*.jar"/>
         <include name="axis.jar"/>
         <include name="commons-logging.jar"/>
+        <include name="commons-dbcp-*.jar"/>
+        <include name="commons-discovery-*.jar"/>
+        <include name="commons-pool-*.jar"/>
+        <include name="derby.jar"/>
+        <include name="derbyclient.jar"/>
+        <include name="jdom.jar"/>
       </fileset>
       <fileset dir="${app.conf}" >
         <include name="agent.properties"/>
       </fileset>
       <fileset dir="${app.conf}">
         <include name="agent.wsdd"/>
-        <include name="agentlog4j.xml"/>
+        <include name="agent.log4j.xml"/>
         <include name="log4j.dtd" />
       </fileset>
     </copy>