Author: kkolinko Date: Wed Sep 24 06:42:02 2014 New Revision: 1627231 URL: http://svn.apache.org/r1627231 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56990 Ensure that the ide-eclipse build target downloads all the libraries required by the default Eclipse configuration files. It is port of r1626779.
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.xml tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1626779 Modified: tomcat/tc7.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1627231&r1=1627230&r2=1627231&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/build.xml (original) +++ tomcat/tc7.0.x/trunk/build.xml Wed Sep 24 06:42:02 2014 @@ -2924,7 +2924,8 @@ Apache Tomcat ${version} native binaries <!-- ============================ IDE Support ============================ --> - <target name="ide-eclipse" depends="deploy, extras-webservices-prepare" + <target name="ide-eclipse" + depends="download-compile, extras-webservices-prepare, download-test-compile" description="Prepares the source tree to be built in Eclipse"> <!-- Copy the sample project files into the root directory --> Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1627231&r1=1627230&r2=1627231&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Sep 24 06:42:02 2014 @@ -306,6 +306,11 @@ <bug>56988</bug>: Allow to use relative path in <code>base.path</code> setting when building Tomcat. (kkolinko) </update> + <fix> + <bug>56990</bug>: Ensure that the <code>ide-eclipse</code> build target + downloads all the libraries required by the default Eclipse + configuration files. (kkolinko) + </fix> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org