From: <dcr...@hy...> - 2010-04-05 23:02:06
|
Author: dcrutchf Date: 2010-04-05 16:01:58 -0700 (Mon, 05 Apr 2010) New Revision: 14479 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14479 Modified: trunk/build.xml Log: Removed junit dependencies from agent pdk build Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2010-04-05 22:42:34 UTC (rev 14478) +++ trunk/build.xml 2010-04-05 23:01:58 UTC (rev 14479) @@ -987,8 +987,6 @@ <include name="oro-2.0.8.jar" /> <!-- RT --> <include name="snmp4j-1.11.jar" /> <!-- All SNMP monitoring --> <include name="ant.jar" /> <!-- AI scans + util.TokenReplacer --> - <include name="junit-3.8.jar" /> <!-- test to help with support issues --> - <include name="junit-4.4.jar" /> <include name="commons-httpclient-3.1.jar" /> <!-- Lather --> <include name="commons-codec-1.3.jar" /> <!-- HTTPClient dep --> <!-- WebSphere: must be in the main classloader for reasons unknown --> |