updated the documentation
[taxeditor.git] / src / site / apt / getting-started.apt
index 93fccca5441b2fce965f4583dfde22a45ebf2c13..17ecd1a5d5acc6f6275efc85d52cc5476d9b7971 100644 (file)
@@ -56,44 +56,48 @@ $ mvn eclipse:eclipse
 
        Let's have a quick look at the projects:
        
-** <taxeditor-store>
+** <eu.etaxonomy.taxeditor.store>
 
        This package communicates with cdmlib-service directly, offering all services, basic operations on cdm data as well as import export functionality. Database and user management is also contained in this package.
        
-** <taxeditor-navigation>
+** <eu.etaxonomy.taxeditor.navigation>
 
        The <Taxon Navigator> as well as the <Search> view are located in this plugin.
 
-** <taxeditor-editor>
+** <eu.etaxonomy.taxeditor.editor>
 
        Everything that has to do with editing a taxon or data that is connected to a taxon resides in this plugin. This includes the <Name Editor>, the <Details View>,
        the <Supplemental View>, the <Descriptive Data View> as well as the <Media View>. All interface elements that are used in the <taxeditor-bulkeditor> plugin are 
        also located here.
 
-** <taxeditor-bulkeditor>
+** <eu.etaxonomy.taxeditor.bulkeditor>
 
        The different bulkeditors are in this plugin.
 
-** <taxeditor-printpublisher>
+** <eu.etaxonomy.taxeditor.printpublisher>
 
        This plugin is a frontend and GUI for the <cdmlib-print> module. Please see the {{{http://wp5.e-taxonomy.eu/printpublisher/}according documentation}} for further information.
 
-** <taxeditor-application>
+** <eu.etaxonomy.taxeditor.application>
 
        This plugin bundles all the previous plugins into an application and configures the look and feel.
 
-** <taxeditor-cdmlib-plugin>
+** <eu.etaxonomy.taxeditor.cdmlib>
 
        As said before, <cdmlib> dependecies reside in this plugin. Please also note that this plugin does not contain any sourcecode.
 
-** <taxeditor-feature-platform>
+** <eu.etaxonomy.taxeditor.feature.platform>
 
        A feature containing all dependencies for the eclipse platform.
 
-** <taxeditor-feature-product>
+** <eu.etaxonomy.taxeditor.product>
 
        A feature configuring the standalone application and bundling all plugins and dependencies.
 
+** <eu.etaxonomy.taxeditor.test>
+       
+       Automated GUI Tests for the Taxonomic Editor that can be run with {{{http://swtbot.com/}SWTBot}}.
+
 * Creating a launch configuration
 
        To start the Taxonomic Editor from your newly created development environment you need to create a launch configuration.
@@ -102,7 +106,7 @@ $ mvn eclipse:eclipse
        
        * In the <Testing> section (down left) click on <Launch an Eclipse application in Debug mode>
        
-       The Taxonomic Editor should launch.
+       The Taxonomic Editor should launch. Note: You might want to tweak the launch configuration, e.g. increase the memory.
        
 * Where do I go from here?