changes related to move source repo from svn to git (patch by jeremie bresson)
diff --git a/_projectCommon.php b/_projectCommon.php
index 3e0dffa..c8e845a 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -33,7 +33,7 @@
 	$Nav->addCustomNav( "About This Project", URL_SUMMARY, "", 1  );

 

 	$Nav->addNavSeparator("Downloads", SITE_DOWNLOAD);

-	$Nav->addCustomNav("Source Code (SVN)", URL_REPOSITORY_BROWSER, "_self", 3);

+	$Nav->addCustomNav("Source Code (Git)", SOURCE_REPOSITORY, "_self", 3);

 

     $Nav->addNavSeparator("Documentation", SITE_DOC);

   	$Nav->addCustomNav("Tutorial", URL_TUTORIAL, "_self", 3);

diff --git a/constants.php b/constants.php
index 35301d7..1b44494 100644
--- a/constants.php
+++ b/constants.php
@@ -7,7 +7,7 @@
 
 define("REPOSITORY_OVERVIEW", "http://download.eclipse.org/scout/repositoryOverview.xml");
 
-define("SOURCE_REPOSITORY", "http://dev.eclipse.org/svnroot/technology/org.eclipse.scout");
+define("SOURCE_REPOSITORY", "http://git.eclipse.org/c/scout");
 define("INDIGO_UPDATE_SITE", "http://download.eclipse.org/release/indigo");
 define("JUNO_UPDATE_SITE", "http://download.eclipse.org/releases/juno");
 
@@ -38,7 +38,6 @@
 define("URL_ECLIPSE_INCUBATION", "http://www.eclipse.org/projects/what-is-incubation.php");
 define("URL_ECLIPSE_INCUBATION_PHASE", "http://www.eclipse.org/projects/dev_process/incubation-phase.php");
 define("URL_SCOUT_FORUM", "http://www.eclipse.org/forums/eclipse.scout");
-define("URL_REPOSITORY_BROWSER", "http://dev.eclipse.org/viewcvs/viewvc.cgi/?root=Technology_SCOUT");
 define("URL_UPDATE_SITE_HELP", "http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-127.htm");
 define("URL_INSTALL_MANUALLY_HELP", "http://wiki.eclipse.org/Scout/HowTo/Install_Scout_manually");
 define("URL_JAVADOC", "#");
diff --git a/developers/index.php b/developers/index.php
index deef1ee..5329dbb 100644
--- a/developers/index.php
+++ b/developers/index.php
@@ -49,7 +49,7 @@
 		<div style="clear: both;" class="homeitem3col" id="code">
 			<h3>Source Code</h3>
 
-			<p>The source code is available in the SVN repository:<br/><a href="<?php echo SOURCE_REPOSITORY; ?>"><code><?php echo SOURCE_REPOSITORY; ?></code></a></p>
+			<p>The source code is available in the Git repository:<br/><a href="<?php echo SOURCE_REPOSITORY; ?>"><code><?php echo SOURCE_REPOSITORY; ?></code></a></p>
 
 			<p><a href="<?php echo URL_MAILING_LIST; ?>">Developer Mailing List</a>: Subscribe to the developer list and get updates about the project's code aspects.</p>
 		</div>
diff --git a/downloads/index.php b/downloads/index.php
index c4f1e5a..f0643c5 100644
--- a/downloads/index.php
+++ b/downloads/index.php
@@ -67,7 +67,7 @@
 		<div style="clear: both;" class="homeitem3col" id="source">
 			<h3>Getting the Source Code</h3>
 
-			<p>The source code is available in the SVN repository:<br/><a href="<?php echo SOURCE_REPOSITORY; ?>"><code><?php echo SOURCE_REPOSITORY; ?></code></a></p>
+			<p>The source code is available in the Git repository:<br/><a href="<?php echo SOURCE_REPOSITORY; ?>"><code><?php echo SOURCE_REPOSITORY; ?></code></a></p>
 			<p>Accessing specific released versions or branches is described on our <a href="http://wiki.eclipse.org/Scout/Contribution#Getting_the_Scout_Sources">Wiki pages</a>.</p>
 		</div>
 	</div>