Update of JDK and Maven installation instructions for Linux
diff --git a/content/odftoolkit/source.mdtext b/content/odftoolkit/source.mdtext
index df7bd87..a79b51c 100644
--- a/content/odftoolkit/source.mdtext
+++ b/content/odftoolkit/source.mdtext
@@ -21,7 +21,7 @@
 
 ## Getting the source code
 
-    svn co https://svn.apache.org/repos/asf/incubator/odf/trunk odf
+    svn co https://svn.apache.org/repos/asf/incubator/odf/trunk odf-toolkit
 
 For further information see the [Apache Source Code Repository][3] page.
 
@@ -29,17 +29,15 @@
 
 ###Linux
 
-The following detailed instructions assume a fresh Ubuntu 10.04 installation.
+The following detailed instructions assume a fresh Ubuntu 14.04 installation.
 Other distros and versions should work fine, but might require some slight
-modifications.  
+modifications.
 
-
-    mkdir odf-toolkit
+    svn co https://svn.apache.org/repos/asf/incubator/odf/trunk odf-toolkit
     cd odf-toolkit
-    svn co https://svn.apache.org/repos/asf/incubator/odf/trunk .
-    sudo apt-get install openjdk-6-jdk
-    sudo apt-get install maven2
-    mvn clean install
+    sudo apt-get install openjdk-7-jdk
+    sudo apt-get install maven
+    mvn clean install -Ppedantic
 
     
 ###Windows