New example. Mantis to Bugzilla translation.
diff --git a/examples/AMW_HOT_MantisBugzilla/AMW_HOT_MantisBugzilla_doc.php b/examples/AMW_HOT_MantisBugzilla/AMW_HOT_MantisBugzilla_doc.php
index 65c3020..10df04f 100644
--- a/examples/AMW_HOT_MantisBugzilla/AMW_HOT_MantisBugzilla_doc.php
+++ b/examples/AMW_HOT_MantisBugzilla/AMW_HOT_MantisBugzilla_doc.php
@@ -41,8 +41,8 @@
 		<h2>Instructions</h2>
 	
 		<h4>Loading the weaving model into AMW:</h4>
-		The weaving model (models/mw_mantis_bug.ecore) can be loaded by double-clicking in the
-		file or by using the wizard (in the case the user wants to change the default settings). 
+		The weaving model (models/mw_mantis_bug.ecore) can be loaded by double-clicking on the
+		file (if using the latest commit from the CVS) or by using the wizard (if using the binary release). 
 		<br/> 
 			
 		<h4>Executing the transformations</h4>
diff --git a/examples/AMW_KM32SQL/AMW_KM32SQL_doc.php b/examples/AMW_KM32SQL/AMW_KM32SQL_doc.php
index 84db29b..ac14063 100644
--- a/examples/AMW_KM32SQL/AMW_KM32SQL_doc.php
+++ b/examples/AMW_KM32SQL/AMW_KM32SQL_doc.php
@@ -2,7 +2,7 @@
 
 	#*****************************************************************************
 	#
-	# AMW_SQL2KM3_doc.php
+	# AMW_KM32SQL_doc.php
 	#
 	# Author: 		Marcos Didonet Del Fabro
 	# Date:			2005-06-20
@@ -71,7 +71,7 @@
 			the metamodels/SQLDDL.ecore metamodel,
 		</li>			
 		<li>
-		    executes the ATL HOT (hot/AMW_KM32SQL.atl) that takes the weaving model mw_km3_sqlddl.ecore as input
+		    executes the ATL HOT (hot/AMWtoATL_KM32SQL.atl) that takes the weaving model mw_km3_sqlddl.ecore as input
 		    and produces the ATL model (output/KM32SQL.ecore) conforming to the ATL metamodel,
 		</li>
 		<li>
diff --git a/examples/AMW_SQL2KM3/AMW_SQL2KM3_doc.php b/examples/AMW_SQL2KM3/AMW_SQL2KM3_doc.php
index 6026405..c5ff2f5 100644
--- a/examples/AMW_SQL2KM3/AMW_SQL2KM3_doc.php
+++ b/examples/AMW_SQL2KM3/AMW_SQL2KM3_doc.php
@@ -67,7 +67,7 @@
 			the metamodels/KM3.ecore metamodel,
 		</li>			
 		<li>
-		    executes the ATL HOT (hot/AMW_SQL2KM3.atl) that takes the weaving model mw_sql_km3.ecore as input
+		    executes the ATL HOT (hot/AMWtoATL_SQL2KM3.atl) that takes the weaving model mw_sql_km3.ecore as input
 		    and produces the ATL model (output/SQL2KM3.ecore) conforming to the ATL metamodel,
 		</li>
 		<li>
diff --git a/examples/amwExamples.xml b/examples/amwExamples.xml
index 67cad3a..ea407a0 100644
--- a/examples/amwExamples.xml
+++ b/examples/amwExamples.xml
@@ -2,6 +2,20 @@
 <atlTransformations>
 
 	<atlTransformation>
+		<shortName>AMW_HOT_MantisBugzilla</shortName>
+		<name>Translating Mantis to Bugzilla using AMW and ATL</name>
+		<docLink>AMW_HOT_MantisBugzilla/AMW_HOT_MantisBugzilla_doc.php</docLink>
+		<sourceLink>AMW_HOT_MantisBugzilla/AMW_HOT_MantisBugzilla.zip</sourceLink>
+		<description>
+				This example is a complete scenario that uses the weaving model from the example "Weaving Mantis
+				and Bugzilla bug trackers" to generate an ATL transformation. 
+				This transformation translates a model 
+				conforming to the Mantis.ecore metamodel into a model conforming to the Bugzilla.ecore metamodel.
+		</description>
+		<pubDate>15/07/2006</pubDate>
+	</atlTransformation>  
+
+	<atlTransformation>
 		<shortName>AMW_MantisBugzilla</shortName>
 		<name>Weaving Mantis and Bugzilla bug trackers</name>
 		<docLink>AMW_MantisBugzilla/AMW_MantisBugzilla_doc.php</docLink>