Author: kkolinko
Date: Mon Nov 24 00:02:58 2014
New Revision: 1641299
URL: http://svn.apache.org/r1641299
Log:
Add missing "${tomcat.home}" reference. Followup to r1627236.
Usually this does not matter, as ${tomcat.home} is equal to ${basedir} is equal
to the current directory.
If it did matter, it would not be unnoticed, as the next <copy/> step would
have failed.
Modified:
tomcat/tc7.0.x/trunk/build.xml
Modified: tomcat/tc7.0.x/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1641299&r1=1641298&r2=1641299&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Mon Nov 24 00:02:58 2014
@@ -2919,7 +2919,7 @@ Apache Tomcat ${version} native binaries
<copy file="${tomcat.home}/res/ide-support/eclipse/eclipse.classpath"
tofile="${tomcat.home}/.classpath"/>
<!-- Copy compiler settings file -->
- <mkdir dir=".settings" />
+ <mkdir dir="${tomcat.home}/.settings" />
<copy
file="${tomcat.home}/res/ide-support/eclipse/org.eclipse.jdt.core.prefs.properties"
tofile="${tomcat.home}/.settings/org.eclipse.jdt.core.prefs"/>
<echo>Eclipse project files created.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]