updating getting-started
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Wed, 15 Feb 2012 11:43:04 +0000 (11:43 +0000)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Wed, 15 Feb 2012 11:43:04 +0000 (11:43 +0000)
src/site/apt/getting-started.apt

index 6bd8b2fab95825c4d218810fc4d49b893283ae8c..fc8df516b7b436e73e2284f1f0c9e2eb820bd9f6 100644 (file)
@@ -49,14 +49,14 @@ $ svn co http://dev.e-taxonomy.eu/svn/trunk/taxeditor
        The Taxonomic Editor uses <maven 3> for convenient configuration and automation of common tasks, 
        such as resolving dependencies and automating builds.
        
        The Taxonomic Editor uses <maven 3> for convenient configuration and automation of common tasks, 
        such as resolving dependencies and automating builds.
        
-       The <<<trunk>>> branch of the Taxonomic Editor is programmed against the latest
+       The <<<latest snapshot branch>>> 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.
 
        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 <<<mvn validate>>> in your <<<taxeditor/>>> directory.
+       In order to do that you have to run <<<mvn validate>>> in your <<<taxeditor/eu.etaxonomy.taxeditor.cdmlib>>> directory.
 
 ---
 
 ---
-$ cd taxeditor/
+$ cd taxeditor/eu.etaxonomy.taxeditor.cdmlib/
 $ mvn validate
 ---
 
 $ mvn validate
 ---