From: jreichen <jre...@us...> - 2011-04-24 00:59:03
|
Update of /cvsroot/sageplugins/JettyStarter/resources/plugin In directory vz-cvs-3.sog:/tmp/cvs-serv18046/resources/plugin Modified Files: plugin.xml Log Message: Version 2.3.0 Remove Ant JAR from this download and instead rely on the Ant plugin dependency Index: plugin.xml =================================================================== RCS file: /cvsroot/sageplugins/JettyStarter/resources/plugin/plugin.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** plugin.xml 5 Mar 2011 23:39:49 -0000 1.10 --- plugin.xml 24 Apr 2011 00:59:00 -0000 1.11 *************** *** 24,27 **** --- 24,30 ---- <ReleaseNotes> <![CDATA[ + Version 2.3.0 + 1. Remove Ant JAR from this download and instead rely on the Ant plugin dependency + Version 2.2.1 1. Change logging from stderr to stdout. It appears something else is hijacking stderr. *************** *** 71,74 **** --- 74,81 ---- <MinVersion>7.0.9.0</MinVersion> </Dependency> + <Dependency> + <Plugin>ant</Plugin> + <MinVersion>1.8.2</MinVersion> + </Dependency> <PluginType>Standard</PluginType> <Package> |