Thilo Goetz wrote:
[EMAIL PROTECTED] wrote:
Author: schor
Date: Fri Feb 29 10:48:01 2008
New Revision: 632407
URL: http://svn.apache.org/viewvc?rev=632407&view=rev
Log:
[UIMA-836] document how to specify eclipse-home
Modified:
incubator/uima/site/trunk/uima-website/docs/svn.html
incubator/uima/site/trunk/uima-website/xdocs/svn.xml
Modified: incubator/uima/site/trunk/uima-website/docs/svn.html
URL:
http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/docs/svn.html?rev=632407&r1=632406&r2=632407&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/docs/svn.html (original)
+++ incubator/uima/site/trunk/uima-website/docs/svn.html Fri Feb 29
10:48:01 2008
@@ -630,7 +630,8 @@
version 3.3 or later installed, and you have to indicate to maven
where it is installed. In the examples below, this is shown as
c:/your/path/to/eclipse.
Note that you can type the slashes '/' as backslashes '\' in
Windows -- it doesn't matter - (both work).</p>
+ (both work). The path should be to an directory named "eclipse"
containing as subdirectories folders such as
+ "plugins" and "features"</p>
The directory does not need to be called "eclipse", that was the whole
point of the change.
I thought that when you install Eclipse somewhere, it always puts itself
into a directory called eclipse, with subdirectories "plugins",
"features", etc.
It's OK with me to generalize this, to any-name, with subdirectories
"plugins", "features", etc., if you think that's needed.
-Marshall