New release announcement.
diff --git a/download/20060717/index.php b/download/20060717/index.php
new file mode 100644
index 0000000..16682f9
--- /dev/null
+++ b/download/20060717/index.php
@@ -0,0 +1,96 @@
+<?php  																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
+
+	#*****************************************************************************
+	#
+	# 20060713.php
+	#
+	# Author: 		Marcos Didonet Del Fabro
+	# Date:			2006-07-17
+	#
+	# Description: Type your page comments here - these are not sent to the browser
+	#
+	#
+	#****************************************************************************
+	
+	#
+	# Begin: page-specific settings.  Change these. 
+	$pageTitle 		= "AMW - 20060717 - New and Noteworthy";
+	$pageKeywords	= "AMW, release, atl, km3, binarie build";
+	$pageAuthor		= "Marcos Didonet Del Fabro";
+	
+	# End: page-specific settings
+	#
+		
+	# Paste your HTML content between the EOHTML markers!	
+	$html = <<<EOHTML
+
+<div id="midcolumn">
+	<h1>$pageTitle</h1>
+
+	<div class="homeitem3col">
+		<h3>New release / commit with many changes in the Model Weaver. </h3>
+		<ul class"midcolumn">
+		<description><p/>			
+			<li>
+				In the first page of the wizard, it is now possible to load KM3 metamodel extensions or a 
+				complete weaving metamodel conforming to Ecore.
+			</li>			
+			<li> 
+				The default extension for weaving models changed to <b>.amw</b>. 
+				<br/>Weaving models with .ecore extension are still compatible.
+			</li>
+			<li>	
+				The weaving models now support metamodels by URI. 
+				In the third page of the wizard, the URIs can be direclty typed into the corresponding text fields.				
+			</li>
+			<li>	
+				The woven models are not identified by their URIs anymore.
+				There is a new identifier adapter that calculates the relative path of the woven models.
+				(class ResourceIdentifierAdapter).
+			</li>
+			<li>
+				Now the base extension plugin has two implementation of "woven panels"
+				 (there is no need to change the code anymore). <p/>
+				 <ul>
+				 <li>
+				The first implementation (DefaultWovenModelPanel) supports generic IDs (XPointer).
+				</li>
+				<li>
+				The second one (WovenPanelXMI) supports XMI IDs. The panels must be choosen 
+				following the
+				corresponding WModelRef extension (ModelRef or ModelRefXMI).
+				</li>
+				</ul>
+			</li>
+			<li>
+				There is a new identifier adapter available (MergeIdentifierAdapter). It calculates the ID of an
+				element by using the containment tree (similar to XPointer).
+			</li>
+			<li>
+				Every weaving model has a a metadata file associated. 	
+				In the previous versions this file was hidden from the users. <br/>
+				Now this file is available at the same folder of the weaving model, 
+				with the name "weavingmodel-name".prop. <br/>
+				This file can be modified to change the model paths and the visualization settings.
+			</li>		
+			
+			</ul>
+			<p/>
+			<i>Remarks:</i><br/>
+			The changes are available in the latest version of the CVS. 
+			The previou version (for compatibility issues) was tagged with name <i>build20060713</i><p/>
+			The previous examples will continue to work after these modifications. The only requirement is to
+			re-generate the metadata file as usual.			
+				
+		</description>
+
+	</div>
+	
+</div>
+
+EOHTML;
+
+
+	# Generate the web page
+	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>
\ No newline at end of file
diff --git a/download/index.php b/download/index.php
index 582db74..ed4c85a 100644
--- a/download/index.php
+++ b/download/index.php
@@ -4,7 +4,7 @@
 	#
 	# template.php
 	#
-	# Author: 		Freddy Allilaire
+	# Author: 		Marcos Didonet Del Fabro
 	# Date:			2005-12-05
 	#
 	# Description: Type your page comments here - these are not sent to the browser
@@ -16,7 +16,7 @@
 	# Begin: page-specific settings.  Change these. 
 	$pageTitle 		= "AMW Download page";
 	$pageKeywords	= "";
-	$pageAuthor		= "Freddy Allilaire";
+	$pageAuthor		= "Marcos Didonet Del Fabro";
 	
 	# Add page-specific Nav bars here
 	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
@@ -41,6 +41,42 @@
 			<h3>Release builds</h3>
 		
 			<div align="center">
+			<table style="width: 95%;" border="1" cellpadding="2" cellspacing="5" align="">
+				<tr>
+					<th width="25%" align="left">Release date</th>
+					<td>July 17, 2006</td>
+				</tr>
+				<tr>
+					<th align="left">ATL version</th>
+					<td><a href ="http://www.eclipse.org/gmt/atl/download/">
+						June 30, 2006</a></td>
+				</tr>
+				<tr>
+					<th align="left">Eclipse version</th>
+					<td>3.1.2</td>
+				</tr>
+				<tr>
+					<th align="left">EMF version</th>
+					<td>2.1.0</td>
+				</tr>
+				<tr>
+					<th align="left">Zip file</th>
+					<td>
+						<a href="http://www.eclipse.org/downloads/download.php?file=/technology/gmt/amw/binaries/AMW-20060717/mwplugins-20060717.zip">
+						mwplugins-20060717.zip</a></td>
+				</tr>				
+				<tr>
+					<th align="left">More info</th>
+					<td>
+					<a href="20060717/">
+						New & Noteworthy</a>
+					</td>
+				</tr>	
+				</table>
+				
+			<p/>			
+			
+			
 				<table style="width: 95%;" border="1" cellpadding="2" cellspacing="5" align="">
 				<tr>
 					<th width="25%" align="left">Release date</th>
@@ -68,7 +104,7 @@
 				<tr>
 					<th align="left">More info</th>
 					<td>
-						This version is compatible with release of ATL.
+						This version is compatible with latest release of ATL.
 					</td>
 				</tr>	
 				</table>
@@ -125,7 +161,7 @@
 		            <td>20060630 (compatible with latest releases of ATL)</td>
 		            <td>3.1.0</td>
 		            <td>2.1.0</td>
-		            <td></td>
+		            <td>July 13, 2006</td>
 	        	</tr>	
 	        	
 	    	    <tr align="left">
@@ -133,7 +169,7 @@
 		            <td>20060630 (compatible with latest releases of ATL)</td>
 		            <td>3.1</td>
 		            <td>2.1.0</td>
-		            <td>July 13, 2006</td>
+		            <td>July 12, 2006</td>
 	        	</tr>
         	
 	    	    <tr align="left">
diff --git a/examples/amwExamples.xml b/examples/amwExamples.xml
index ea407a0..ed1a131 100644
--- a/examples/amwExamples.xml
+++ b/examples/amwExamples.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <atlTransformations>
 
+
 	<atlTransformation>
 		<shortName>AMW_HOT_MantisBugzilla</shortName>
 		<name>Translating Mantis to Bugzilla using AMW and ATL</name>
diff --git a/examples/atlTransformations_script.php b/examples/amwExamples_script.php
similarity index 100%
rename from examples/atlTransformations_script.php
rename to examples/amwExamples_script.php
diff --git a/examples/index.php b/examples/index.php
index 44d630c..c6db41f 100644
--- a/examples/index.php
+++ b/examples/index.php
@@ -21,7 +21,7 @@
 	# End: page-specific settings
 	#
 	
-	include('atlTransformations_script.php');
+	include('amwExamples_script.php');
 	$atlTransformations = getAtlTransformations();
 	
 	# Paste your HTML content between the EOHTML markers!	
diff --git a/news/amwNewsArchive.rss b/news/amwNewsArchive.rss
index b4a6990..ee9aede 100644
--- a/news/amwNewsArchive.rss
+++ b/news/amwNewsArchive.rss
@@ -7,54 +7,22 @@
 
 
 	<item>
-		<title>New commit with several improvements</title>
-		<link>http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/AMW</link>
-		<description>New commit with many changes in the Model Weaver. <p/>			
-			<ul>			
-			
-			<li>
-				In the first page of the wizard, it is now possible to load KM3 metamodel extensions or a 
-				complete weaving metamodel conforming to Ecore.
-			</li>			
-			<li> 
-				The default extension for weaving models changed to <b>.amw</b>. 
-				<br/>Weaving models with .ecore extension are still compatible.
-			</li>
-			<li>	
-				The weaving models now support metamodels by URI. 
-				In the third page of the wizard, the URIs can be direclty typed into the corresponding text fields.				
-			</li>
-			<li>	
-				The woven models are not identified by their URIs anymore.
-				There is a new identifier adapter that calculates the relative path of the woven models.
-				(class ResourceIdentifierAdapter).
-			</li>
-			<li>
-				The "woven panels" are pre-configured to generate generic IDs, not XMI IDs as before. 
-				(This can be changed in the DefaultWovenPanel class, as needed).
-			</li>
-			<li>
-				There is a new identifier adapter available (MergeIdentifierAdapter). It calculates the ID of an
-				element by using the containment tree (similar to XPointer).
-			</li>
-			<li>
-				Every weaving model has a a metadata file associated. 	
-				In the previous versions this file was hidden from the users. <br/>
-				Now this file is available at the same folder of the weaving model, 
-				with the name "weavingmodel-name".prop. <br/>
-				This file can be modified to change the model paths and the visualization settings.
-			</li>
-			
-			</ul>
+		<title>New relase / commit with several improvements</title>
+		<link>http://www.eclipse.org/gmt/amw/download/</link>
+		<description>New release/commit with many changes in the Model Weaver. <p/>			
+			Most part of changes are related to the metadata file
+			 (that is not hidden from the users anymore), and the 
+			 possibility to directly load .ecore weaving metamodels.
 			<p/>
-			<i>Remarks:</i><br/>
-			The changes are available in the latest version of the CVS. 
-			The previou version (for compatibility issues) was tagged with name <i>build20060713</i><p/>
-			The previous examples will continue to work after these modifications. The only requirement is to
-			re-generate the metadata file as usual.			
+			The new release is available for download at the 
+			<a href="../download/">
+						download page.</a>
+			More information
+			<a href="../download/20060717/">
+						here.</a>
 				
 		</description>
-		<pubDate>Thu, 13 July 2006 14:30:00 CET</pubDate>
+		<pubDate>Thu, 17 July 2006 11:00:00 CET</pubDate>
 	</item>