Cleanup the project site: remove outdated information and add latest up-to-date information
diff --git a/_projectCommon.php b/_projectCommon.php
index 51c9bcd..fd6a370 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -11,6 +11,9 @@
 # See the Committer Tools "How Do I" for list of themes
 # https://dev.eclipse.org/committers/
 # Optional: defaults to system theme
+
+include 'vars.php';
+
 $theme = "";
 
 /* For test purposes */
@@ -25,39 +28,29 @@
     /* Remove the Navbar default links : Committers, Newsgroups, Bugs and Articles*/
     $Nav->setLinkList(array());
 
-    $Nav->addNavSeparator("MTJ", "/mtj/" );
-    $Nav->addCustomNav("About This Project", "/projects/project_summary.php?projectid=tools.sequoyah.mtj", "", 1  );
-    $Nav->addCustomNav("Team", "/mtj/participants.php", "", 2  );
+    $Nav->addNavSeparator("About This Project", $projectRoot);
      
-    $Nav->addNavSeparator("Using MTJ", "");
+    $Nav->addNavSeparator("Mobile Tools for Java™", "/mtj/index.php");
     $Nav->addCustomNav("Getting Started", "/mtj/development/tutorial/gettingstarted.php", "", 2);
-    $Nav->addCustomNav("User Documentation", "http://help.eclipse.org/helios/topic/org.eclipse.mtj.doc.user/html/gettingstarted/gettingstarted.html", "", 2);
-    $Nav->addCustomNav("New & Noteworthy", "/mtj/development/releasenotes/MTJ1.1.x/newsNoteworthy.php", "", 2);
+    //$Nav->addCustomNav("New & Noteworthy", "/mtj/development/releasenotes/MTJ1.1.x/newsNoteworthy.php", "", 2);
     $Nav->addCustomNav("Forum", "/mtj/forum.php", "", 2);
     $Nav->addCustomNav("Bugs", "/mtj/development/bugs", "", 2);
-    $Nav->addCustomNav("Update Sites", "/mtj/download/update.php", "", 2);
+    $Nav->addCustomNav("Downloads", "/mtj/download/downloads.php", "", 2);
     
-    /*$Nav->addNavSeparator("Downloads", "");
-     We no longer support downloads
-     $Nav->addCustomNav("Latest builds", "/mtj/download/downloads.php", "", 2);
-     */
-    
-
     $Nav->addNavSeparator("Contrubuting", "");
     $Nav->addCustomNav("Contributing", "/mtj/contributing.php", "", 2);
     $Nav->addCustomNav("Mailing Lists", "/mtj/mailinglist.php", "", 2);
-    $Nav->addCustomNav("Development Tools", "/mtj/development/", "", 2);
-    $Nav->addCustomNav("Programmer's Guide", "http://help.eclipse.org/galileo/topic/org.eclipse.mtj.doc.isv/html/guide/guide.html", "", 2);
+    $Nav->addCustomNav("Developer Resources", "/mtj/development/", "", 2);
     
     $Nav->addNavSeparator("Legal", "");
-    $Nav->addCustomNav("IP Log", "http://www.eclipse.org/projects/ip_log.php?projectid=tools.sequoyah.mtj", "", 2);
+    $Nav->addCustomNav("IP Log", "/projects/ip_log.php?projectid=$projectId", "", 2);
      
 } else {
 
     /* Required eclipse basic classes */
     require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/common/project-info.class.php");
 
-    $projectInfo = new ProjectInfo("tools.sequoyah.mtj");
+    $projectInfo = new ProjectInfo($projectId);
     $projectInfo->generate_common_nav( $Nav );
 
 }
diff --git a/contributing.php b/contributing.php
index 8de599f..8b589f8 100644
--- a/contributing.php
+++ b/contributing.php
@@ -20,7 +20,7 @@
 

 	

 	/* Begin: page-specific settings. */ 

-	$pageTitle 		= "Mobile Tools for Java   (MTJ)   Contributing";

+	$pageTitle 		= "Mobile Tools for Java™ Contributing";

 	$pageKeywords	= "contribute, mtj, developer, guide, mobile, tools, Java";

 	$pageAuthor		= "Diego Madruga Sandin";

 	

@@ -37,32 +37,20 @@
     		<h3>Get involved</h3>

     		<p>

     		If you are interested in participating in the development of the MTJ, 

-    		check out the developer's mailing list: <a href="https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev">dsdp-mtj-dev</a>. 

+    		check out the developer's mailing list: <a href="https://dev.eclipse.org/mailman/listinfo/mtj-dev">mtj-dev</a>. 

     		Chat with people there about your problems and interests, and find out what you can do to help. 

     		</p>

     		<p>

-    		The embedded presentations below give comprehensive information about how to start contributing, here is a quick and dirty version. 

+    		<a href="http://www.eclipse.org/committers/">Eclipse Committers</a> page give comprehensive information about how to start contributing, Here is a quick and dirty version. 

     		<ul>

-    		<li><b>Use Eclipse mailing list</b><a href="https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev"> dsdp-mtj-dev</a> to communicate the project related issues/questions.</li>

-            <li><b>Use bugzilla</b> to discuss and follow up on the bugs and enhancements. See the MTJ <a href="http://www.eclipse.org/mtj/development/bugs/"> bug information page </a> for easy access to bugs & feature requests.

+    		<li><b>Use Eclipse mailing list</b><a href="https://dev.eclipse.org/mailman/listinfo/mtj-dev"> mtj-dev</a> to communicate the project related issues/questions.</li>

+            <li><b>Use bugzilla</b> to discuss and follow up on the bugs and enhancements. See the MTJ <a href="./development/bugs/"> bug information page </a> for easy access to bugs & feature requests.

             </li>

-            <li><b>Use SVN</b> for code management. The setup for SVN is explained on the <a href="/mtj/development/svnsetup.php">development workspace</a> page. Also see the <a href="/mtj/development/">Developer tools</a> page for more information</li>

+            <li><b>Use Git</b> for code management. See the <a href="./development/">Developer Resources</a> page for more information</li>

             <li><b>Pick a bug report</b> of your liking and let everyone you have started working on it by adding a note to the bug report</li>

             </ul> 

     		</p> 

     		</div>

-    		<div class="homeitem3col">

-            <h3>Exploring MTJ development</h3>

-            <p>

-            You may also want to check out the <a href="/mtj/development/presentations/Exploring-MTJ.pdf">Exploring MTJ</a> presentation to see how to start contributing to MTJ.

-            </p><center>

-<p>

-<div style="width:425px;text-align:left" id="__ss_1760772"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/dpsmarques/exploring-mtj" title="Exploring MTJ">Exploring MTJ</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=exploring-mtj-090723144735-phpapp02&stripped_title=exploring-mtj" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=exploring-mtj-090723144735-phpapp02&stripped_title=exploring-mtj" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object><div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">documents</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/dpsmarques">David Marques</a>.</div></div>

-<!-- <iframe src="http://docs.google.com/present/embed?id=dfnh34p6_0d47mt7gt&loop=true&size=m" frameborder="0" width="555" height="451"></iframe> -->

-</p>

-            </center></div>

-    		

-    		

 		</div> <!-- midcolumn -->

 	</div> <!-- maincontent -->

 	

diff --git a/development/bugs/index.php b/development/bugs/index.php
index 86228aa..90f53d0 100644
--- a/development/bugs/index.php
+++ b/development/bugs/index.php
@@ -19,7 +19,7 @@
     include($App->getProjectCommon());
 
 	/* Begin: page-specific settings. */ 
-	$pageTitle 		= "Mobile Tools for Java &nbsp; (MTJ) &nbsp; Bugs Page";
+	$pageTitle 		= "Mobile Tools for Java&trade; Bugs Page";
 	$pageKeywords	= "mobile, tools, Java, runtime, design, framework, ";
 	$pageAuthor		= "Diego Madruga Sandin";
 		
@@ -33,7 +33,7 @@
 			<h3>New Bugs</h3>
 			<ul>
 				<li>
-					<a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=MTJ">
+					<a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=mtj">
 						The Bugzilla Web Interface
 					</a> 
 					must be used to report bugs.  Please manually search
@@ -46,12 +46,12 @@
 			<h3>Queries</h3>
 			<ul>
 				<li>
-					<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=MTJ&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&emailtype1=substring&email1=&emailtype2=notregexp&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">
+					<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=mtj&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&emailtype1=substring&email1=&emailtype2=notregexp&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">
 						All open bugs with severity of normal or higher
 					</a> 
 				</li>
 				<li>
-					<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=MTJ&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=minor&bug_severity=trivial&bug_severity=enhancement&emailtype1=substring&email1=&emailtype2=notregexp&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">
+					<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=mtj&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=minor&bug_severity=trivial&bug_severity=enhancement&emailtype1=substring&email1=&emailtype2=notregexp&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">
 						All open bugs marked enhancement, minor, or trivial
 					</a> 
 				</li>			
@@ -61,12 +61,12 @@
             <h3>Atom Feeds</h3>
             <ul>
                 <li>
-                    <a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_file_loc=&bug_file_loc_type=allwordssubstr&bug_id=&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bugidtype=include&chfieldfrom=&chfieldto=Now&chfieldvalue=&email1=&email2=&emailtype1=substring&emailtype2=notregexp&field-1-0-0=product&field-1-1-0=bug_status&field-1-2-0=bug_severity&field0-0-0=noop&keywords=&keywords_type=allwords&long_desc=&long_desc_type=allwordssubstr&product=MTJ&query_format=advanced&remaction=&short_desc=&short_desc_type=allwordssubstr&status_whiteboard=&status_whiteboard_type=allwordssubstr&type-1-0-0=anyexact&type-1-1-0=anyexact&type-1-2-0=anyexact&type0-0-0=noop&value-1-0-0=MTJ&value-1-1-0=UNCONFIRMED%2CNEW%2CASSIGNED%2CREOPENED&value-1-2-0=blocker%2Ccritical%2Cmajor%2Cnormal&value0-0-0=&votes=&title=Bug%20List&ctype=atom">
+                    <a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_file_loc=&bug_file_loc_type=allwordssubstr&bug_id=&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bugidtype=include&chfieldfrom=&chfieldto=Now&chfieldvalue=&email1=&email2=&emailtype1=substring&emailtype2=notregexp&field-1-0-0=product&field-1-1-0=bug_status&field-1-2-0=bug_severity&field0-0-0=noop&keywords=&keywords_type=allwords&long_desc=&long_desc_type=allwordssubstr&product=mtj&query_format=advanced&remaction=&short_desc=&short_desc_type=allwordssubstr&status_whiteboard=&status_whiteboard_type=allwordssubstr&type-1-0-0=anyexact&type-1-1-0=anyexact&type-1-2-0=anyexact&type0-0-0=noop&value-1-0-0=mtj&value-1-1-0=UNCONFIRMED%2CNEW%2CASSIGNED%2CREOPENED&value-1-2-0=blocker%2Ccritical%2Cmajor%2Cnormal&value0-0-0=&votes=&title=Bug%20List&ctype=atom">
                         <img src="http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/rss_btn.gif"> All open bugs with severity of normal or higher
                     </a> 
                 </li>
                 <li>
-                    <a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_file_loc=&bug_file_loc_type=allwordssubstr&bug_id=&bug_severity=minor&bug_severity=trivial&bug_severity=enhancement&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bugidtype=include&chfieldfrom=&chfieldto=Now&chfieldvalue=&email1=&email2=&emailtype1=substring&emailtype2=notregexp&field-1-0-0=product&field-1-1-0=bug_status&field-1-2-0=bug_severity&field0-0-0=noop&keywords=&keywords_type=allwords&long_desc=&long_desc_type=allwordssubstr&product=MTJ&query_format=advanced&remaction=&short_desc=&short_desc_type=allwordssubstr&status_whiteboard=&status_whiteboard_type=allwordssubstr&type-1-0-0=anyexact&type-1-1-0=anyexact&type-1-2-0=anyexact&type0-0-0=noop&value-1-0-0=MTJ&value-1-1-0=UNCONFIRMED%2CNEW%2CASSIGNED%2CREOPENED&value-1-2-0=minor%2Ctrivial%2Cenhancement&value0-0-0=&votes=&title=Bug%20List&ctype=atom">
+                    <a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_file_loc=&bug_file_loc_type=allwordssubstr&bug_id=&bug_severity=minor&bug_severity=trivial&bug_severity=enhancement&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bugidtype=include&chfieldfrom=&chfieldto=Now&chfieldvalue=&email1=&email2=&emailtype1=substring&emailtype2=notregexp&field-1-0-0=product&field-1-1-0=bug_status&field-1-2-0=bug_severity&field0-0-0=noop&keywords=&keywords_type=allwords&long_desc=&long_desc_type=allwordssubstr&product=mtj&query_format=advanced&remaction=&short_desc=&short_desc_type=allwordssubstr&status_whiteboard=&status_whiteboard_type=allwordssubstr&type-1-0-0=anyexact&type-1-1-0=anyexact&type-1-2-0=anyexact&type0-0-0=noop&value-1-0-0=mtj&value-1-1-0=UNCONFIRMED%2CNEW%2CASSIGNED%2CREOPENED&value-1-2-0=minor%2Ctrivial%2Cenhancement&value0-0-0=&votes=&title=Bug%20List&ctype=atom">
                         <img src="http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/rss_btn.gif"> All open bugs marked enhancement, minor, or trivial
                     </a> 
                 </li>           
@@ -74,14 +74,6 @@
         </div>
 	</div>	
 </div>
-<div id="rightcolumn">
-	<div class="sideitem">
-		<h6>Bug Process</h6>
-		<ul>
-		  	<li> See the <a href="/dsdp/mtj/development/bug_process.php">Bug Process Page</a> for more queries and information.</li>
-		</ul>
-	</div> <!-- sideitem -->
-</div>
 EOHTML;
 
 	# Generate the web page
diff --git a/development/index.php b/development/index.php
index 7bede3d..5fbcf60 100644
--- a/development/index.php
+++ b/development/index.php
@@ -18,7 +18,7 @@
     include($App->getProjectCommon());
     
 	/* Begin: page-specific settings.  Change these. */
-	$pageTitle 		= "Mobile Tools for Java &nbsp; (MTJ) &nbsp; Developer Resources";
+	$pageTitle 		= "Mobile Tools for Java&trade; Developer Resources";
 	$pageKeywords	= "developer, resources, mtj";
 	$pageAuthor		= "Diego Madruga Sandin";
 		
@@ -33,30 +33,13 @@
 			<h3>Development Tools</h3>
 				<ul class="midlist">
 					<li><b><a
-						href="/mtj/development/svnsetup.php">SVN Repository</a></b><br/>
-						MTJ development is managed in 
-						the <a href="http://dev.eclipse.org/viewsvn/index.cgi/org.eclipse.mtj/?root=DSDP_SVN">MTJ</a>  Repository.
+						href="http://git.eclipse.org/c/mtj/org.eclipse.mtj.git/">Git Repository</a></b><br/>
+						MTJ development is managed in the Git Repository.
 					</li>
-					<li><a href="/mtj/development/bug_process.php" target="_self"><b>Bug Process</b></a><br> 
-					   View <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=mtj&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&cmdtype=doit">all open</a> issues
-					   | <a target="_top" href="https://bugs.eclipse.org/bugs/enter_bug.cgi?assigned_to=dsdp.mtj-inbox%40eclipse.org&blocked=&bug_file_loc=http%3A%2F%2F&bug_severity=normal&bug_status=NEW&comment=Overview%3A%20(More%20detailed%20restatement%20of%20summary)%0D%0A%0D%0ASteps%20to%20Reproduce%3A%20(Minimized%2C%20easy-to-follow%20steps%20that%20will%20trigger%20the%20bug)%0D%0A%0D%0A%20%20%20%201)%0D%0A%20%20%20%202)%0D%0A%0D%0AActual%20Results%3A%20(What%20MTJ%20did%20after%20performing%20the%20above%20steps)%0D%0A%0D%0A%0D%0A%0D%0AExpected%20Results%3A%20(What%20MTJ%20should%20have%20done%2C%20were%20the%20bug%20not%20present)%0D%0A%0D%0A%0D%0A%0D%0ABuild%20Date%20%26%20Platform%3A%20(update%20with%20the%20correct%20values%20from%20your%20workspace)%0D%0A%20%0D%0A%20Installation%20%3A%20eclipse-SDK-3.4.0%20(I20080617-2000)%20%0D%0A%20MTJ%20install%20%20%3A%20Runtime%20|%20SDK%20|%20Examples%0D%0A%20java.runtime%20%3A%20Java(TM)%20SE%20Runtime%20Environment%20(build%201.6.0_07-b06)%0D%0A%20os.name%3A%20%20%20%20%20%3A%20Windows%20XP%20Professional%2C%20Service%20Pack%203%0D%0A%0D%0AAdditional%20Builds%20and%20Platforms%3A%20(Whether%20or%20not%20it%20occurs%20on%20other%20platforms)%0D%0A%0D%0A%0D%0A%0D%0AAdditional%20Information%3A%20(Any%20other%20useful%20information)%0D%0A%0D%0A%0D%0A&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&data=&dependson=&description=&flag_type-1=X&flag_type-2=X&flag_type-4=X&flag_type-6=X&flag_type-7=X&flag_type-8=X&form_name=enter_bug&keywords=&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=All&priority=P3&product=MTJ&qa_contact=&rep_platform=All&short_desc=&version=unspecified">Submit new</a> bugs
-					   | Request an <a target="_top" href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=mtj&version=unspecified&rep_platform=All&op_sys=All&priority=P3&bug_severity=enhancement&form_name=enter_bug">enhancement</a>
+					<li><a href="./bugs" target="_self"><b>Bug Process</b></a><br> 
+					   View opened of submit new bugs and requests for enhancements.
 					</li>
 					<li><b><a
-						href="http://www.eclipse.org/webtools/development/apiscanner/apiscanner.html">Eclipse API Scanner</a></b><br/>Describe the API of a component and scan plug-ins for API
-						violations (from the <a href="http://www.eclipse.org/webtools"
-						target="_self">WebTools</a> project).</li>
-					<li><b><a href="http://www.eclipse.org/webtools/development/piitools/piitools.html">Check
-						Unused Properties Tool</a></b> <br>
-						Scan property files for unused messages (from the <a
-							href="http://www.eclipse.org/webtools" target="_self">WebTools</a>
-						project).</li>
-					<li><b><a href="http://www.eclipse.org/eclipse/platform-core/downloads.html">Core
-						Tools</a></b> <br>
-						Useful utilities from the Platform team. Consider adding their
-						<a href="http://www.eclipse.org/eclipse/platform-core/downloads.html#updates">
-						update site</a> to your configuration.</li>
-					<li><b><a
 						href="http://wiki.eclipse.org/index.php/Platform-releng">Release Engineering</a></b> <br>
 						See the instructions, FAQs and help from the Platform-Releng team.</li>
 					<!-- Dashboard is currently not useful.
@@ -76,7 +59,7 @@
 			<h3>Development Resources</h3>
 				<ul class="midlist">
 					<li><b><a href="http://wiki.eclipse.org/index.php/API_Central">API Guidelines</a></b><br>
-						Look <a href="http://help.eclipse.org/help30/topic/org.eclipse.platform.doc.isv/reference/misc/api-usage-rules.html">
+						Look <a href="http://help.eclipse.org/topic/org.eclipse.platform.doc.isv/reference/misc/api-usage-rules.html">
 						here</a> for general Eclipse API rules of engagement. We strive to achieve 
 						<a href="http://www.eclipse.org/projects/dev_process/eclipse-quality.php">
 						Eclipse Quality</a>, as outlined in the draft of
@@ -88,17 +71,6 @@
 						Coding standards, naming conventions, and other
 						guidelines used by the Platform. MTJ will use these conventions
 						until such time as deviation is required.</li>
-						
-					<li><b><a
-						href="http://www.eclipse.org/dsdp/dsdp-charter.php">Charter</a></b>
-						<br>
-						As a DSDP subproject, the MTJ project abides by the
-						<a href="/dsdp/dsdp-charter.php">DSDP Project charter</a> and the
-						<a href="http://www.eclipse.org/projects/dev_process/Eclipse_Standard_TopLevel_Charter_v1.0.php">
-						Eclipse Standard Charter</a>.</li>
-					<li><b><a
-							href="/mtj/participants.php">Contributors and Committers</a></b> <br>
-						List of MTJ Project contributors and committers.</li>
 				</ul>
 		</div>
 			</div>
diff --git a/development/tutorial/gettingstarted.php b/development/tutorial/gettingstarted.php
index 9389ae5..336e09d 100644
--- a/development/tutorial/gettingstarted.php
+++ b/development/tutorial/gettingstarted.php
@@ -12,7 +12,7 @@
 
 #
 # Begin: page-specific settings.  Change these.
-$pageTitle 		= "Getting Started with the MTJ";
+$pageTitle 		= "Getting Started with the Mobile Tools for Java&trade;";
 $pageKeywords	= "mobile, java, tools";
 $pageAuthor		= "Diego Madruga Sandin";
 
@@ -24,12 +24,9 @@
 	<div id="midcolumn">
         <h1>$pageTitle</h1>
         <p>
-        	Mobile Tools for Java<sup><small>TM</small></sup> creates new frameworks and tools to 
-        	extend eclipse platform to support mobile Java development.
+        	Mobile Tools for Java&trade; project creates tools and frameworks to extend Eclipse platform to support embedded and mobile device Java application development.
         </p>
         <div class="homeitem3col">
-	        <h3>Installation Instructions</h3>
-	        <br>
 	        <ul>	
 	        	<li>
 	        	<a href="/mtj/development/tutorial/prerequisites.php" target="_self">Prerequisites for MTJ to work properly</a>
@@ -38,7 +35,7 @@
 	        	<a href="/mtj/development/tutorial/installation.php" target="_self">How to install or upgrade MTJ</a>
 	        	</li>
                 <li>
-                <a href="/mtj/development/tutorial/supported.php" target="_self">The list of Wireless Toolkits</a>
+                <a href="/mtj/development/tutorial/supported.php" target="_self">The list of SDKs and Wireless Toolkits</a>
                 </li>
 	        	<li>
 	        	<a href="/mtj/development/tutorial/removal.php" target="_self">How to uninstall MTJ</a>
@@ -46,20 +43,6 @@
 	        	<br>
 	        </ul>
         </div>
-        <div class="homeitem3col">
-            <h3>Videos</h3>
-            <br>
-            <ul>    
-                <li>
-                <a href="http://live.eclipse.org/node/614">Getting Started with MTJ</a>
-                <ul>    
-                <li>This screen cast will guide you through the process of using the Mobile Tools for Java (MTJ) to develop Java ME applications. You will learn how to configure Eclipse and also how to create, run and debug MIDlets using MTJ.
-                </li> 
-                </ul>
-                </li>
-                <br>
-            </ul>
-        </div>        
 	</div>
 </div>
 
diff --git a/development/tutorial/installation.php b/development/tutorial/installation.php
index 822cdcf..1c83b0e 100644
--- a/development/tutorial/installation.php
+++ b/development/tutorial/installation.php
@@ -12,7 +12,7 @@
 
 #
 # Begin: page-specific settings.  Change these.
-$pageTitle 		= "Installing Mobile Tools for Java<sup><small>TM</small></sup>";
+$pageTitle 		= "Installing Mobile Tools for Java&trade;";
 $pageKeywords	= "mobile, java, tools";
 $pageAuthor		= "Diego Madruga Sandin";
 
@@ -30,24 +30,18 @@
          </p>
 		<h3 id="step0">Before you begin</h3>
 		<ol>
-			<li>
-			<p>Please make sure you have all the <a href="/mtj/development/tutorial/prerequisites.php">prerequisites</a>.
-			</p>
-			</li>
-			<li>
-			<p>If you have been using Eclipse without MTJ to do J2ME
-			development using a Wireless Toolkit, your Eclipse project may need
-			some classpath changes.</p>
-			</li>
+			<li>Please make sure you have all the <a href="/mtj/development/tutorial/prerequisites.php">prerequisites</a>.</li>
+			<li>If you have been using Eclipse without MTJ to do Java ME development using an SDK or a Wireless Toolkit, your Eclipse project may need
+			some classpath changes.</li>
 		</ol>
-		<h3 id="step1">Install the Wireless Toolkit(s)</h3>
-		<p>Install any of the wireless toolkits you want to use. When you do
+		<h3 id="step1">Install an SDK or a Wireless Toolkit</h3>
+		<p>Install any of SDKs or wireless toolkits you want to use. When you do
 		this, make note of the base directory into which each is installed, as
 		you will need this information when you configure MTJ.</p>
-		<p>Unix users - if you install a Wireless Toolkit for use by more
+		<p>Unix users - if you install an SDK or a Wireless Toolkit for use by more
 		than one user on your system, please ensure that all the users have the
-		appropriate read and execute permissions on the contents of the toolkit.
-		For example, WTK's contain a preverifier that MTJ will need to access
+		appropriate read and execute permissions on the contents of the target SDK or toolkit.
+		For instance, some toolkits or SDKs contain a preverifier that MTJ will need to access
 		during the build process. If the user doing the build does not have
 		execute permissions on the preverifier, the build will fail. Similarly,
 		if the user does not have execute permissions on the emulator, he or she
@@ -55,8 +49,8 @@
 		<h3 id="step2a">Installing via the MTJ Update site</h3>
 		<p>
 		<ol>
-			<li>Please visit <a href="/mtj/download/update.php">
-			the update page</a> to get update sites URLs</li>
+			<li>Please visit <a href="../../download/downloads.php">
+			the downloads page</a> to get update sites URLs</li>
 			<li>Please refer Eclipse help document or visit <a
 				href="http://help.eclipse.org/" target="blank">Eclipse Help web
 			site</a>, select Workbench User Guide &gt; Tasks &gt; Updating and
@@ -123,7 +117,7 @@
         	</ul>
         	<ul>
         	    				
-        		<a href="/mtj/development/tutorial/supported.php" target="_self">Supported Wireless Toolkits</a>
+        		<a href="/mtj/development/tutorial/supported.php" target="_self">Supported SDKs and Wireless Toolkits</a>
         		</li>
         	</ul>
         	<ul>
@@ -131,7 +125,7 @@
         		<a href="/mtj/development/tutorial/installation.php" target="_self">Installation Instructions</a>
         		<ul>
         			<li><a href="#step0">Before you begin</a></li>
-					<li><a href="#step1">Install the Wireless Toolkit(s)</a></li>
+					<li><a href="#step1">Install an SDK or a Wireless Toolkit</a></li>
 					<li><a href="#step2a">Installing via the MTJ Update site</a></li>
 					<li><a href="#step2b">Configuring Preprocessor Support</a></li>
         		</ul>
diff --git a/development/tutorial/prerequisites.php b/development/tutorial/prerequisites.php
index 8112dff..bb4fe04 100644
--- a/development/tutorial/prerequisites.php
+++ b/development/tutorial/prerequisites.php
@@ -23,12 +23,12 @@
 <div id="maincontent">
 	<div id="midcolumn">
         <h1>$pageTitle</h1>
-		<p>The following are prerequisites for Mobile Tools for Java<sup><small>TM</small></sup> 
+		<p>The following are prerequisites for Mobile Tools for Java&trade; 
 		to work properly:</p>
 		<ul>
-			<li><a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Java SE development Kit(JDK) 1.5 or greater</a></li>
+			<li><a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Java SE Development Kit (JDK) 1.7 or greater</a></li>
 			<li>The latest <a href="http://www.eclipse.org/downloads/">Eclipse IDE for Java Developers</a></li>
-			<li><a href="/mtj/development/tutorial/supported.php">A supported wireless toolkit</a></li>
+			<li><a href="/mtj/development/tutorial/supported.php">A supported SDKs and Wireless Toolkits</a></li>
 		</ul>
 		<p>The following items are optional:</p>
 		<ul>
@@ -44,7 +44,7 @@
         		</li>
         	</ul>
         	<ul>				
-        		<a href="/mtj/development/tutorial/supported.php" target="_self">Supported Wireless Toolkits</a>
+        		<a href="/mtj/development/tutorial/supported.php" target="_self">Supported SDKs and Wireless Toolkits</a>
         		</li>
         	</ul>
         	<ul>				
diff --git a/development/tutorial/removal.php b/development/tutorial/removal.php
index 1c547fa..d662406 100644
--- a/development/tutorial/removal.php
+++ b/development/tutorial/removal.php
@@ -12,7 +12,7 @@
 
 #
 # Begin: page-specific settings.  Change these.
-$pageTitle 		= "Removing Mobile Tools for Java<sup><small>TM</small></sup> from Eclipse";
+$pageTitle 		= "Removing Mobile Tools for Java&trade; from Eclipse";
 $pageKeywords	= "mobile, java, tools";
 $pageAuthor		= "Diego Madruga Sandin";
 
@@ -107,6 +107,11 @@
 	&lt;projects&gt;
 	&lt;/projects&gt;
 	&lt;buildSpec&gt;
+		<span style="text-decoration: underline">&lt;buildCommand&gt;</span>
+			<span style="text-decoration: underline">&lt;name&gt;org.eclipse.mtj.core.validator&lt;/name&gt;</span>
+			<span style="text-decoration: underline">&lt;arguments&gt;</span>
+			<span style="text-decoration: underline">&lt;/arguments&gt;</span>
+		<span style="text-decoration: underline">&lt;/buildCommand&gt;</span>        		
 		&lt;buildCommand&gt;
 			&lt;name&gt;org.eclipse.jdt.core.javabuilder&lt;/name&gt;
 			&lt;arguments&gt;
@@ -121,6 +126,11 @@
 			<span style="text-decoration: underline">&lt;name&gt;org.eclipse.mtj.core.l10nBuilder&lt;/name&gt;</span>
 			<span style="text-decoration: underline">&lt;arguments&gt;</span>
 			<span style="text-decoration: underline">&lt;/arguments&gt;</span>
+		<span style="text-decoration: underline">&lt;/buildCommand&gt;</span>
+		<span style="text-decoration: underline">&lt;buildCommand&gt;</span>
+			<span style="text-decoration: underline">&lt;name&gt;org.eclipse.mtj.core.packageBuilder&lt;/name&gt;</span>
+			<span style="text-decoration: underline">&lt;arguments&gt;</span>
+			<span style="text-decoration: underline">&lt;/arguments&gt;</span>
 		<span style="text-decoration: underline">&lt;/buildCommand&gt;</span>		
 	&lt;/buildSpec&gt;
 	&lt;natures&gt;
@@ -143,7 +153,7 @@
         		</li>
         	</ul>
         	<ul>				
-        		<a href="/mtj/development/tutorial/supported.php" target="_self">Supported Wireless Toolkits</a>
+        		<a href="/mtj/development/tutorial/supported.php" target="_self">Supported SDKs and Wireless Toolkits</a>
         		</li>
         	</ul>
         	<ul>				
diff --git a/development/tutorial/supported.php b/development/tutorial/supported.php
index d220961..ae53eee 100644
--- a/development/tutorial/supported.php
+++ b/development/tutorial/supported.php
@@ -12,7 +12,7 @@
 
 #
 # Begin: page-specific settings.  Change these.
-$pageTitle 		= "Supported Wireless Toolkits";
+$pageTitle 		= "Supported SDKs and Wireless Toolkits";
 $pageKeywords	= "mobile, java, tools";
 $pageAuthor		= "Diego Madruga Sandin";
 
@@ -27,7 +27,10 @@
 The following categories of toolkits are known to work with MTJ.
 </p>
 <ul>
-	<li>Sun Wireless Toolkits</li>
+	<li>Oracle Java ME SDK 8.1</li>        			
+    <li>Oracle Java ME SDK 8.0</li>
+    <li>Oracle Java ME SDK 3.4</li>
+	<li>Sun Java Wireless Toolkit 2.5.2 for CLDC</li>
 	<li>MOTODEV SDK for JavaME</li>
 	<li>Nokia SDKs for Java</li>
 	<li>Sony Ericsson J2ME SDK</li>
@@ -48,7 +51,7 @@
         		</li>
         	</ul>
         	<ul>				
-        		<a href="/mtj/development/tutorial/supported.php" target="_self">Supported Wireless Toolkits</a>
+        		<a href="/mtj/development/tutorial/supported.php" target="_self">Supported SDKs and Wireless Toolkits</a>
         		</li>
         	</ul>
         	<ul>				
diff --git a/download/downloads.php b/download/downloads.php
index 6d04023..5ad9137 100644
--- a/download/downloads.php
+++ b/download/downloads.php
@@ -1,60 +1,8 @@
 <?php
 
-/* Required eclipse basic classes */
-require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
-/* Functions and modules related to Navbar objects */
-require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");
-/* Functions and modules related to the page top eclipse menu */
-require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php");
+include '../vars.php';
 
+header("Location: $projectRoot/downloads");
+die();
 
-$App 	= new App();
-/* Left Navbar */
-$Nav	= new Nav();
-/*  Page top eclipse menu */
-$Menu 	= new Menu();
-
-/* Find the _projectCommon.php file and include it */
-include($App->getProjectCommon());
-#
-# Begin: page-specific settings.  Change these.
-$pageTitle 		= "Mobile Tools for Java &nbsp; (MTJ) &nbsp; Downloads";
-$pageKeywords	= "device, mobile, contributor, committer, lead, author, developer, java";
-$pageAuthor		= "Petri Virtanen";
-
-
-$handle = fopen("http://download.eclipse.org/mtj/downloads/downloads.func.php", "rb");
-
-while (!feof($handle)) {
-    $contents .= fread($handle, 8192);
-}
-fclose($handle);
-
-/* Paste your HTML content between the EOHTML markers!	*/
-$html = <<<EOHTML
-    <div id="maincontent">
-        <div id="midcolumn">
-        	<h1>$pageTitle</h1>
-        	<br>
-         $contents
-        </div>
-    </div>
-        <div id="rightcolumn">
-            <div class="sideitem">
-                <h6>Download Server</h6>
-                <div align="center">
-                    <br>
-                    The latest builds can also be downloaded directly from the <a href="http://download.eclipse.org/mtj/downloads/">download server</a>.
-                    <br><br>
-                </div>
-            </div>  <!-- sideitem-->
-        </div> <!-- rightcolumn -->    
-        
-<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try {var pageTracker = _gat._getTracker("UA-9293663-1");pageTracker._trackPageview();} catch(err) {}</script>
-         
-EOHTML;
-
-
-         /* Generate the web page */
-         $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-         ?>
\ No newline at end of file
+?>
\ No newline at end of file
diff --git a/forum.php b/forum.php
index 11e9b4f..39a8871 100644
--- a/forum.php
+++ b/forum.php
@@ -19,7 +19,7 @@
     include($App->getProjectCommon());
 	#
 	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Mobile Tools for Java &nbsp; (MTJ) &nbsp; Forum";
+	$pageTitle 		= "Mobile Tools for Java&trade; Forum";
 	$pageKeywords	= "mtj, Forum, user";
 	$pageAuthor		= "Diego Madruga Sandin";
 	
@@ -34,7 +34,7 @@
             <ul>
             	<br>
                 <li>
-                Join the <a href="http://www.eclipse.org/forums/eclipse.dsdp.mtj">MTJ</a> forum to participate in technical and general discussions about how to make Eclipse to be a better Mobile Java development environment. Also please indicate your needs if you are planning to extend with your product MTJ.
+                Join the <a href="http://www.eclipse.org/forums/eclipse.dsdp.mtj">MTJ</a> forum to participate in technical and general discussions about how to make Eclipse to be a better Embedded and Mobile Java development environment. Also please indicate your needs if you are planning to extend with your product MTJ.
                 </li>
                 <li>
                   You can also subscribe to the forum RSS feed <a href="http://www.eclipse.org/forums/rdf.php?mode=m&l=1&basic=1&frm=6&n=10">
diff --git a/index.php b/index.php
index 384fb3c..76180a6 100644
--- a/index.php
+++ b/index.php
@@ -27,8 +27,8 @@
 
 
 /* Begin: page-specific settings. */
-$pageTitle 		= "Mobile Tools for Java &nbsp; (MTJ) &nbsp; Home Page";
-$pageKeywords	= "mobile, tools, Java, runtime, design, framework, ";
+$pageTitle 		= "Mobile Tools for Java&trade;";
+$pageKeywords	= "mobile, embedded, iot, tools, Java, runtime, design, framework";
 $pageAuthor		= "Diego Madruga Sandin";
 
 /*
@@ -51,140 +51,75 @@
 <div id="maincontent">
     <div id="midcolumn"> 
     
-<!-- Project description -->
-<h1>$pageTitle</h1>
+        <!-- Project description -->
+        <h1>$pageTitle</h1>
 
-<h2>Mission Statement</h2>
-<p>
-    The goal of the Mobile Tools for Java<sup><small>TM</small></sup> (MTJ) project is to extend existing Eclipse frameworks to support mobile 
-    device Java application development.
-</p>
+        <h2>Mission Statement</h2>
+        <p>
+            Mobile Tools for Java&trade; project creates tools and frameworks to extend Eclipse platform to support embedded and mobile device Java application development.
+        </p>
 			
-<h2>Scope</h2>
-<p>
-	The scope of the Mobile Tools for the Java Platform (MTJ) project is to extend the Eclipse platform to enable developers 
-	to develop, debug, and deploy mobile Java applications to emulators and real devices. The project will develop frameworks 
-	that can be extended by tool vendors and tools that can be used by third-party developers. 
-</p>
+        <h2>Scope</h2>
+        <p>
+	        The scope of the Mobile Tools for the Java&trade; (MTJ) project is to extend the Eclipse platform to enable developers 
+	        to develop, debug, and deploy embedded and mobile Java applications to emulators and real devices. The project will develop frameworks 
+	        that can be extended by tool vendors and tools that can be used by third-party developers. 
+        </p>
+        
+        <h2>News</h2>
+        <ul>
+            <li>
+                November 14, 2014,&nbsp;<b>Mobile Tools for Java&trade; 2.0 is released.</b><br/><br/>
+                <p>Mobile Tools for Java&trade; (MTJ) 2.0 release is making MTJ plugin IoT ready by supporting Java&trade; ME 8 platform. Java&trade; ME 8 is the major update of the Java&trade; ME technology as a modern embedded software platform, purpose-built as a foundation for new services in the Internet of Things (IoT). MTJ 2.0 is based on Eclipse Luna and provides a support for CLDC 1.8 configuration (<a href="https://jcp.org/en/jsr/detail?id=360">JSR 360</a>), MEEP 8.0 profile (<a href="https://jcp.org/en/jsr/detail?id=361">JSR 361</a>) and better IMP-NG profile (<a href="https://jcp.org/en/jsr/detail?id=228">JSR 228</a>) support.</p>
+                <p>Other improvements in this release includes new extensible Code Validation Builder that provides an ability to perform pre-compilation analysis and generates warnings by 3rd party plugins created on top of MTJ, support for Java&trade; ME APIs javadocs in zip archives and a lot of bug fixes.&nbsp;</p>
+	        </li>
+        </ul>
 						
-<h2>Next Steps</h2>
-<p>
-    For accessing future plans, next steps, roadmaps, features discussions, and 
-    other documents, check the MTJ <a href="http://wiki.eclipse.org/index.php/DSDP/MTJ" style="font-weight: bold;">wiki</a>. 			
-</p>
-
-<div class="homeitem3col">
-
-	<h3>Latest Versions</h3>
-	<ul>
-        <li><b>Latest Release:</b><br><br>
-            <ul>
-                <b>MTJ 1.1.2</b>
-				[  
-				  <a href="http://download.eclipse.org/mtj/updates/1.1.2/stable">Update Site</a>
-				]
+        <div class="homeitem3col">
+	        <h3>Latest Release</h3>
+	        <ul>
                 <li>
-                    &nbsp;&nbsp;This is the official 1.1.2 release that is part of the Helios SR2.
+                    <b>MTJ 2.0</b> (Release Date: November 14, 2014)
+                    <ul>  
+                        <li><b>Update Site: </b><a href="http://download.eclipse.org/mtj/updates/2.0/stable/">http://download.eclipse.org/mtj/updates/2.0/stable/</a></li>
+                        <li><b>Archived Update Site: </b><a href="http://www.eclipse.org/downloads/download.php?file=/mtj/downloads/drops/2.0/org.eclipse.mtj.update-site-2.0.zip">org.eclipse.mtj.update-site-2.0.zip</a> (12 MB)</li>
+                    </ul>
                 </li>
             </ul>
-        </li>
-        <br><br>
-        <li><b>Previous Releases:</b>
-                <br><br>
+            <h3>Nightly Builds</h3>
             <ul>
-                <a href="http://download.eclipse.org/mtj/downloads/drops/S-1.1.1RC1-201009031435/index.html">MTJ 1.1.1</a>&nbsp;&nbsp;
-				[
-				    <a href="http://download.eclipse.org/mtj/downloads/drops/S-1.1.1RC1-201009031435/index.html">Download</a> 
-				  | <a href="http://download.eclipse.org/mtj/updates/1.1.1/stable">Update Site</a>
-				]
                 <li>
-                    &nbsp;&nbsp;This is the official 1.1.1 release that is part of the Helios SR1.
-                </li>
-            </ul>     
-           <ul>
-                <a href="http://download.eclipse.org/mtj/downloads/drops/R-1.1-201006161022/index.html">MTJ 1.1.0</a>&nbsp;&nbsp;
-				[
-				    <a href="http://download.eclipse.org/mtj/downloads/drops/R-1.1-201006161022/index.html">Download</a> 
-				  | <a href="http://download.eclipse.org/mtj/updates/1.1.0/stable">Update Site</a>
-				]
-                <li>
-                    &nbsp;&nbsp;This is the official 1.1 release for MTJ.
+                    <b>Latest Nightly Build</b>
+                    <ul>  
+                        <li><b>Update Site: </b><a href="http://download.eclipse.org/mtj/updates/nightly/">http://download.eclipse.org/mtj/updates/nightly/</a></li>
+                    </ul>
                 </li>
             </ul>
-	            <ul>
-	                <a href="http://download.eclipse.org/mtj/downloads/drops/R-1.0.1-200909181641/">MTJ 1.0.1</a>&nbsp;&nbsp;
-					[
-					    <a href="http://download.eclipse.org/mtj/downloads/drops/R-1.0.1-200909181641/">Download</a> 
-					  | <a href="http://download.eclipse.org/mtj/updates/1.0.1/stable">Update Site</a>
-					  | <a href="http://download.eclipse.org/mtj/downloads/drops/R-1.0.1-200909181641/buildNotes.php">Build notes</a>
-					  | <a href="http://www.eclipse.org/mtj/development/releasenotes/MTJ1.0.1/newsNoteworthy.php">New & Noteworthy</a>
-					]
-	                <li>
-	                    &nbsp;&nbsp;This is the official 1.0.1 release for MTJ. Check out the New & Noteworthy for more details in what is new in this release.
-	                </li>
-	            </ul>
-                
-                    <ul><a href="http://download.eclipse.org/mtj/downloads/drops/R-1.0-200906121354/">MTJ 1.0</a></font>&nbsp;&nbsp;
-                                [<a href="http://download.eclipse.org/mtj/downloads/drops/R-1.0-200906121354/">Download</a> 
-                                | <a href="http://download.eclipse.org/mtj/updates/1.0/stable">Update Site</a>
-                                | <a href="http://download.eclipse.org/mtj/downloads/drops/R-1.0-200906121354/buildNotes.php">Build notes</a>
-                                | <a href="http://www.eclipse.org/mtj/development/releasenotes/MTJ1.0/newsNoteworthy.php">New & Noteworthy</a>
-                                ] 
-                    <li>&nbsp;&nbsp;This is the official 1.0 release for MTJ. Check out the New & Noteworthy for more details in what is new in this release.</li>
-                    </ul>
-                <br>
-        </li> 
-</ul>
-</div>
-			<div class="homeitem">
-                <h3>Quick Links</h3>
-                    <ul>
-                    	<li>
-                    		<a href="http://www.eclipse.org/forums/eclipse.dsdp.mtj">Forum</a> 
-                    		|  For general questions and community discussions. 
-						</li>
-                    	<li>
-                    		<a href="http://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev">
-                    			Developer Mailing List
-                    		</a> 
-                    		| For project development discussions.
-                    	</li>
-                    	<li>
-                    		<a href="http://wiki.eclipse.org/DSDP/MTJ">Wiki</a> 
-                    		| We use the Wiki for collaboration, discussion, meeting minutes etc.
-                    	</li>
-                    	<li>
-                    		View 
-                        		<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=mtj&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">
-                        			all bugs
-                        		</a> 
-                    		| Submit 
-                        		<a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?assigned_to=dsdp.mtj-inbox%40eclipse.org&blocked=&bug_file_loc=http%3A%2F%2F&bug_severity=normal&bug_status=NEW&comment=Overview%3A%20(More%20detailed%20restatement%20of%20summary)%0D%0A%0D%0ASteps%20to%20Reproduce%3A%20(Minimized%2C%20easy-to-follow%20steps%20that%20will%20trigger%20the%20bug)%0D%0A%0D%0A%20%20%20%201)%0D%0A%20%20%20%202)%0D%0A%0D%0AActual%20Results%3A%20(What%20MTJ%20did%20after%20performing%20the%20above%20steps)%0D%0A%0D%0A%0D%0A%0D%0AExpected%20Results%3A%20(What%20MTJ%20should%20have%20done%2C%20were%20the%20bug%20not%20present)%0D%0A%0D%0A%0D%0A%0D%0ABuild%20Date%20%26%20Platform%3A%20(update%20with%20the%20correct%20values%20from%20your%20workspace)%0D%0A%20%0D%0A%20Installation%20%3A%20eclipse-SDK-3.4.0%20(I20080617-2000)%20%0D%0A%20MTJ%20install%20%20%3A%20Runtime%20|%20SDK%20|%20Examples%0D%0A%20java.runtime%20%3A%20Java(TM)%20SE%20Runtime%20Environment%20(build%201.6.0_07-b06)%0D%0A%20os.name%3A%20%20%20%20%20%3A%20Windows%20XP%20Professional%2C%20Service%20Pack%203%0D%0A%0D%0AAdditional%20Builds%20and%20Platforms%3A%20(Whether%20or%20not%20it%20occurs%20on%20other%20platforms)%0D%0A%0D%0A%0D%0A%0D%0AAdditional%20Information%3A%20(Any%20other%20useful%20information)%0D%0A%0D%0A%0D%0A&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&data=&dependson=&description=&flag_type-1=X&flag_type-2=X&flag_type-4=X&flag_type-6=X&flag_type-7=X&flag_type-8=X&form_name=enter_bug&keywords=&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=All&priority=P3&product=MTJ&qa_contact=&rep_platform=All&short_desc=&version=unspecified">
-                        			a new bug
-                        		</a> 
-                        	| Request an 
-                            	<a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=mtj&version=unspecified&component=unspecified&rep_platform=All&op_sys=All&priority=P3&bug_severity=enhancement&form_name=enter_bug">
-                            		enhancement
-                            	</a>
-                            | See the <a href="/mtj/development/bug_process.php">Bug Process Page</a> for more queries and information.
-                        </li>
-                    </ul>
-			</div> <!-- homeitem - Quick Links -->
+        </div>
+        
+        <div class="homeitem">
+            <h3>Quick Links</h3>
+            <ul>
+                <li><a href="http://www.eclipse.org/forums/eclipse.dsdp.mtj">Forum</a> |  For general questions and community discussions.</li>
+                <li><a href="https://dev.eclipse.org/mailman/listinfo/mtj-dev">Developer Mailing List</a> | For project development discussions.</li>
+                <li>Report a <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=mtj">bug</a></li>
+            </ul>
+        </div> <!-- homeitem - Quick Links -->
 
-			{$events}<!-- List of events  -->
+        <!-- {$events}<!-- List of events  -->
 
-		</div> <!-- midcolumn -->
+    </div> <!-- midcolumn -->
 		
-		<div id="rightcolumn">	
-	        <div class="sideitem">
-	            <h6>What's New</h6>
-	            <ul>
-                    <li>Feb 25th, 11: MTJ 1.1.2 is now available (Helios Release SR2)</li>	            
-	            </ul>
-	        </div>
-		</div> <!-- rightcolumn -->
+    <div id="rightcolumn">	
+	    <div class="sideitem">
+	        <h6>What's New</h6>
+	        <ul>
+                <li>November 14th, 2014: MTJ 2.0 is now available.</li>	            
+	        </ul>
+	    </div>
+    </div> <!-- rightcolumn -->
 		
-	</div> <!-- maincontent -->
+</div> <!-- maincontent -->
 
 <script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try {var pageTracker = _gat._getTracker("UA-9293663-1");pageTracker._trackPageview();} catch(err) {}</script>
 
diff --git a/mailinglist.php b/mailinglist.php
index 814c99d..95a5e08 100644
--- a/mailinglist.php
+++ b/mailinglist.php
@@ -20,7 +20,7 @@
 

 	

 	/* Begin: page-specific settings. */ 

-	$pageTitle 		= "Mobile Tools for Java &nbsp; (MTJ) &nbsp; Mailing List";

+	$pageTitle 		= "Mobile Tools for Java&trade; Mailing List";

 	$pageKeywords	= "mobile, tools, Java, runtime, design, framework, ";

 	$pageAuthor		= "Diego Madruga Sandin";

 	

@@ -34,9 +34,6 @@
 	 *   $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3);

 	 */

 

-	/* Generate Events content according to the 2008 year */

-    $events = generateContent("2008","Events","homeitem");

-

 	

 	/* End: page-specific settings */

 	# Paste your HTML content between the EOHTML markers!	

@@ -51,53 +48,25 @@
             <ul>

             	<br>

                 <li>

-                    For project development discussions join the <a href="https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev">dsdp-mtj-dev</a> mailing list

+                    For project development discussions join the <a href="https://dev.eclipse.org/mailman/listinfo/mtj-dev">mtj-dev</a> mailing list

                 </li>

                 <br>

                 <li>

                  	To access a web archive of this list, visit the 

-					<a href="http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-dev/">dsdp-mtj-dev

-		  			Archives</a>.(<i>The current archive is only available to the list members.</i>)

+					<a href="http://dev.eclipse.org/mhonarc/lists/mtj-dev">mtj-dev

+		  			Archives</a>. (<i>The current archive is only available to the list members.</i>)

     				<ul>

                         <li>

-                        	<a href="http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-dev/maillist.html">Index by date</a>  

+                        	<a href="http://dev.eclipse.org/mhonarc/lists/mtj-dev/maillist.html">Index by date</a>  

                         </li>

                         <li>

-                        <a href="http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-dev/threads.html">Index by thread</a>  

+                        <a href="http://dev.eclipse.org/mhonarc/lists/mtj-dev/threads.html">Index by thread</a>  

                         </li>

                     </ul>

                 </li>

                 <br>

                 <li>

-                  You can subscribe to the list's RSS feed <a href="http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-dev/maillist.rss">

-                  <img src="http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/rss_btn.gif"></a>

-                </li>

-                <br>                

-            </ul>

-    		</div>

-    		<div class="homeitem3col">

-    		<h3>SVN Commit Notification Mailing List</h3>

-            <ul>

-            	<br>

-                <li>

-                    For SVN commit notification join the <a href="https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-commit">ddsdp-mtj-commit</a> mailing list

-                </li>

-                <br>

-                <li>

-                 	To access a web archive of this list, visit the 

-					<a href="http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/">dsdp-mtj-commit Archives</a>.(<i>The current archive is only available to the list members.</i>)

-    				<ul>

-                        <li>

-                        	<a href="http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/maillist.html">Index by date</a>  

-                        </li>

-                        <li>

-                        <a href="http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/threads.html">Index by thread</a>  

-                        </li>

-                    </ul>

-                </li>

-                <br>

-                <li>

-                  You can subscribe to the list's RSS feed <a href="http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-commit/maillist.rss">

+                  You can subscribe to the list's RSS feed <a href="http://dev.eclipse.org/mhonarc/lists/mtj-dev/maillist.rss">

                   <img src="http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/rss_btn.gif"></a>

                 </li>

                 <br>                

diff --git a/vars.php b/vars.php
new file mode 100644
index 0000000..26b5c6f
--- /dev/null
+++ b/vars.php
@@ -0,0 +1,4 @@
+<?php
+$projectId = "tools.sequoyah.mtj";
+$projectRoot = "/projects/project.php?projectid=" . $projectId;
+?>
\ No newline at end of file