From: <pn...@hy...> - 2010-03-02 23:47:31
|
Author: pnguyen Date: 2010-03-02 15:47:23 -0800 (Tue, 02 Mar 2010) New Revision: 14342 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14342 Added: trunk/thirdparty/lib/snmp4j-1.11.jar Removed: trunk/thirdparty/lib/snmp4j-1.10.2.jar Modified: trunk/.classpath trunk/build.xml Log: Update snmp4j from version 1.10.2 to 1.11 Modified: trunk/.classpath =================================================================== --- trunk/.classpath 2010-03-02 22:51:47 UTC (rev 14341) +++ trunk/.classpath 2010-03-02 23:47:23 UTC (rev 14342) @@ -234,7 +234,7 @@ <classpathentry kind="lib" path="thirdparty/lib/com.springsource.com.sun.xml.bind-2.1.7.jar"/> <classpathentry kind="lib" path="thirdparty/lib/com.springsource.javax.xml.bind-2.1.7.jar"/> <classpathentry kind="lib" path="thirdparty/lib/com.springsource.javax.xml.stream-1.0.1.jar"/> - <classpathentry kind="lib" path="thirdparty/lib/snmp4j-1.10.2.jar"/> + <classpathentry kind="lib" path="thirdparty/lib/snmp4j-1.11.jar"/> <classpathentry kind="lib" path="thirdparty/lib/commons-logging-1.0.4.jar"/> <classpathentry kind="output" path="build/classes"/> </classpath> Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2010-03-02 22:51:47 UTC (rev 14341) +++ trunk/build.xml 2010-03-02 23:47:23 UTC (rev 14342) @@ -463,7 +463,7 @@ <include name="quartz-1.6.5.jar" /> <include name="quartz-oracle-1.6.5.jar" /> <include name="quartz-jboss-1.6.5.jar" /> - <include name="snmp4j-1.10.2.jar" /> + <include name="snmp4j-1.11.jar" /> <include name="dnsjava-2.0.3.jar" /> <include name="ehcache-1.5.0.jar" /> <include name="jsr107cache-1.0.jar" /> <!-- EHCache 1.5 dep --> @@ -985,7 +985,7 @@ <include name="commons-logging-1.0.4.jar" /> <include name="log4j-1.2.14.jar" /> <include name="oro-2.0.8.jar" /> <!-- RT --> - <include name="snmp4j-1.10.2.jar" /> <!-- All SNMP monitoring --> + <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" /> Deleted: trunk/thirdparty/lib/snmp4j-1.10.2.jar =================================================================== (Binary files differ) Added: trunk/thirdparty/lib/snmp4j-1.11.jar =================================================================== (Binary files differ) Property changes on: trunk/thirdparty/lib/snmp4j-1.11.jar ___________________________________________________________________ Name: svn:mime-type + application/octet-stream |