1) Fix docu
2) Fix feature update site to dbaccess/updates-1.0
diff --git a/doc/GettingStarted.txt b/doc/GettingStarted.txt
index 1be5d2a..e140661 100644
--- a/doc/GettingStarted.txt
+++ b/doc/GettingStarted.txt
@@ -47,35 +47,6 @@
 

 *** Note: These bundles are shipped with Gemini DBAccess.

 

-Maven Build

------------

-

-1) Install Maven 3.

-2) You may need to configure the proxy settings. In case you are behind a firewall, edit the file 

-/mvn_parent/settings.xml and replace the TODOs with the right proxy settings.

-3) To execute the build, go into /mvn_parent and run on the command line:

-> mvn clean install

-or, if you have configured the settings.xml:

-> mvn -fae -s settings.xml clean install

-

-

-Some remarks on what the build does:

-- the folder /mvn_parent contains a pom.xml which is the "parent" of all

-subprojects. Every bundle which is build has its own pom.xml file

-- it builds every bundle (result as usually for maven is under /target in the

-respective directory)

-- A feature, which currently includes everything except the tests, is also built.

-- An update site is generated: /gemini.dbaccess.updatesite . When this is build, you

-should find there under /target/site/ a p2 repository containing the feature

-and all plugins included into it. 

-- currently not all tests are executed

-- If you add findbugs:findbugs at the end of the command line, you'll find in the different

-/target directories which are produced some information from findbugs. This could be aggregated 

-and displayed in late stage by Hudson. To try it, just run:

-> mvn clean install findbugs:findbugs

-or, if you have configured the settings.xml:

-> mvn -fae -s settings.xml clean install findbugs:findbugs

-

 

 Installation

 ------------

@@ -86,3 +57,16 @@
 

 To run compile the projects in Eclipse, you have to open the gemini.dbaccess.targetdef project, 

 open the file gemini.dbaccess.target with the Target Editor and execute "Set as Target Platform"

+

+

+Udate Site

+----------

+

+The dbaccess project is also available through an p2 update site. Please refer to

+http://www.eclipse.org/gemini/dbaccess/download/

+

+

+Further Information

+-------------------

+Please refer to the Gemini DBAccess documentation

+http://www.eclipse.org/gemini/dbaccess/documentation/
\ No newline at end of file
diff --git a/doc/Readme.txt b/doc/Readme.txt
index ab056da..9dbfabc 100644
--- a/doc/Readme.txt
+++ b/doc/Readme.txt
@@ -1,7 +1,7 @@
 

-Gemini DBAccess Milestone M1 - July 26, 2010

+Gemini DBAccess Release Candidate

 

-This milestone provides you with database access to the server Derby database version 10.5.1. 

+This Release Candidate provides you with database access to the server Derby database version 10.5.1. 

 To access other versions of Derby you may need to replace the derby.jar and derbyclient.jar 

 driver jars inside the org.apache.derby bundle with the version that you require.

 

diff --git a/gemini.dbaccess.feature/feature.xml b/gemini.dbaccess.feature/feature.xml
index 18f47d0..16752fc 100644
--- a/gemini.dbaccess.feature/feature.xml
+++ b/gemini.dbaccess.feature/feature.xml
@@ -19,7 +19,7 @@
    </license>

 

    <url>

-      <update label="%updateSiteName" url="http://download.eclipse.org/gemini/dbaccess/update-site/"/>

+      <update label="%updateSiteName" url="http://download.eclipse.org/gemini/dbaccess/updates-1.0/"/>

    </url>

 

    <plugin