From: Andreas Kohlbecker Date: Wed, 15 Feb 2012 11:43:04 +0000 (+0000) Subject: updating getting-started X-Git-Tag: 3.6.0~1084^2~10 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/92380178bc48b706a248e635b252345b84ff864c updating getting-started --- diff --git a/src/site/apt/getting-started.apt b/src/site/apt/getting-started.apt index 6bd8b2fab..fc8df516b 100644 --- a/src/site/apt/getting-started.apt +++ b/src/site/apt/getting-started.apt @@ -49,14 +49,14 @@ $ svn co http://dev.e-taxonomy.eu/svn/trunk/taxeditor The Taxonomic Editor uses for convenient configuration and automation of common tasks, such as resolving dependencies and automating builds. - The <<>> branch of the Taxonomic Editor is programmed against the latest + The <<>> of the Taxonomic Editor is programmed against the latest SNAPSHOT version of the cdmlibrary. Because that dependency will change quickly, we do not imclude it with the other dependencies but rather install it with maven. - In order to do that you have to run <<>> in your <<>> directory. + In order to do that you have to run <<>> in your <<>> directory. --- -$ cd taxeditor/ +$ cd taxeditor/eu.etaxonomy.taxeditor.cdmlib/ $ mvn validate ---