Author: jukka
Date: Wed Aug 5 21:52:57 2009
New Revision: 801430
URL: http://svn.apache.org/viewvc?rev=801430&view=rev
Log:
TIKA-264: Getting Started: change "source directory" to "base directory" or
similar
Fixed as suggested by Jeff Cadow.
Modified:
lucene/tika/trunk/src/site/apt/gettingstarted.apt
Modified: lucene/tika/trunk/src/site/apt/gettingstarted.apt
URL:
http://svn.apache.org/viewvc/lucene/tika/trunk/src/site/apt/gettingstarted.apt?rev=801430&r1=801429&r2=801430&view=diff
==============================================================================
--- lucene/tika/trunk/src/site/apt/gettingstarted.apt (original)
+++ lucene/tika/trunk/src/site/apt/gettingstarted.apt Wed Aug 5 21:52:57 2009
@@ -31,7 +31,7 @@
Once you have the sources, you can build them using the
{{{http://maven.apache.org/}Maven 2}} build system. Executing the
- following command in the source directory will build the sources
+ following command in the base directory will build the sources
and install the resulting artifacts in your local Maven repository.
---