From: <kp...@hy...> - 2009-10-27 23:20:25
|
Author: kparikh Date: 2009-10-27 16:20:13 -0700 (Tue, 27 Oct 2009) New Revision: 13908 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=13908 Modified: trunk/build.xml Log: [HHQ-3502] Added missing jaxb libs for updated vim plugin Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2009-10-27 22:33:50 UTC (rev 13907) +++ trunk/build.xml 2009-10-27 23:20:13 UTC (rev 13908) @@ -1003,6 +1003,9 @@ <include name="xmlrpc-client-3.1.jar"/> <include name="xmlrpc-common-3.1.jar"/> <include name="ws-commons-util-1.0.2.jar"/> + <!-- for vim plugin using vijava 2.0 --> + <include name="com.springsource.com.sun.xml.bind-2.1.7.jar"/> + <include name="com.springsource.javax.xml.bind-2.1.7.jar"/> </fileset> <fileset dir="${tapestry_lib}"> <!-- for CollectorThread --> |