Author: markt
Date: Mon Sep 22 14:01:19 2014
New Revision: 1626779
URL: http://svn.apache.org/r1626779
Log:
Ensure that the ide-eclipse build target downloads all the libraries required
by the default Eclipse configuration files.
Also, avoid triggering targets that are not necessary to create a working
Eclipse project.
Modified:
tomcat/trunk/build.xml
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1626779&r1=1626778&r2=1626779&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Sep 22 14:01:19 2014
@@ -2888,7 +2888,8 @@ Apache Tomcat ${version} native binaries
<!-- ============================ Eclipse ================================
-->
- <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/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1626779&r1=1626778&r2=1626779&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Sep 22 14:01:19 2014
@@ -235,6 +235,10 @@
<bug>56988</bug>: Allow to use relative path in <code>base.path</code>
setting when building Tomcat. (kkolinko)
</update>
+ <fix>
+ <bug>Ensure that the <code>ide-eclipse</code> build target downloads
all
+ the libraries required by the default Eclipse configuration
files.</bug>
+ </fix>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]