Getting rid of older artifacts.
diff --git a/org.eclipse.amp/doc/org.eclipse.amp.doc/help/.3DOther_Uses.html b/org.eclipse.amp/doc/org.eclipse.amp.doc/help/.3DOther_Uses.html
deleted file mode 100644
index 9bbb6a0..0000000
--- a/org.eclipse.amp/doc/org.eclipse.amp.doc/help/.3DOther_Uses.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>=Other Uses</title>
-<link href="book.css" rel="stylesheet" type="text/css">
-<meta content="DocBook XSL Stylesheets V1.75.1" name="generator">
-<link rel="home" href="index.html" title="Agent Modeling Guide">
-<link rel="up" href="Introduction.html" title="Introduction">
-<link rel="prev" href="Introduction.html" title="Introduction">
-<link rel="next" href="Credits.html" title="Credits">
-</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">=Other Uses</h1>
-<div class="section" title="=Other Uses">
-<div class="titlepage">
-<div>
-<div>
-<h2 class="title" style="clear: both">
-<a name=".3DOther_Uses"></a>=Other Uses</h2>
-</div>
-</div>
-</div>
-<p>Many kinds of objects share characteristics of ABM agents -- after all, software agents are used in many other contexts. The Agent Modeling Framework meta-modeling support is potentially suitable (or extendible) for a number of approaches outside of ABM; for example business rules, object interactions, systems dynamics models and traditional discrete event models. Similarly, AMP execution and graphic support can be used for modeling natural systems but could also be used to manage other software agents -- for example independent reasoning tasks or dynamic visualization support.</p>
-</div>
-</body>
-</html>
diff --git a/org.eclipse.amp/doc/org.eclipse.amp.doc/help/Getting_Started.html b/org.eclipse.amp/doc/org.eclipse.amp.doc/help/Getting_Started.html
deleted file mode 100644
index 6f662d4..0000000
--- a/org.eclipse.amp/doc/org.eclipse.amp.doc/help/Getting_Started.html
+++ /dev/null
@@ -1,99 +0,0 @@
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>Getting Started</title>
-<link href="book.css" rel="stylesheet" type="text/css">
-<meta content="DocBook XSL Stylesheets V1.75.1" name="generator">
-<link rel="home" href="index.html" title="Agent Modeling Guide">
-<link rel="up" href="Introduction.html" title="Introduction">
-<link rel="prev" href="The_Agent_Modeling_Platform_.28AMP.29.html" title="The Agent Modeling Platform (AMP)">
-<link rel="next" href="Modeler_Guide.html" title="Modeler Guide">
-</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">Getting Started</h1>
-<div class="section" title="Getting Started">
-<div class="titlepage">
-<div>
-<div>
-<h2 class="title" style="clear: both">
-<a name="Getting_Started"></a>Getting Started</h2>
-</div>
-</div>
-</div>
-<p>AMP has many potential facets and use cases.</p>
-<div class="section" title="Setting up Eclipse">
-<div class="titlepage">
-<div>
-<div>
-<h3 class="title">
-<a name="Setting_up_Eclipse"></a>Setting up Eclipse</h3>
-</div>
-</div>
-</div>
-<p>If you're reading this from the Eclipse help browser, you've already done this! Otherwise, if you aren't using a full download version of AMP, you'll need to 
-					<a class="ulink" href="http://eclipse.org/amp/installing/" target="_new">install it</a>. Once you've done that, select the 
-					<span class="bold"><strong>Help &gt; Help Contents</strong></span> menu, find the Agent Modeling Guide and open this overview page within that guide.
-				</p>
-<p>Some installations will also include a Welcome screen which will guide you through the same set of steps.</p>
-</div>
-<div class="section" title="Get the Example Projects">
-<div class="titlepage">
-<div>
-<div>
-<h3 class="title">
-<a name="Get_the_Example_Projects"></a>Get the Example Projects</h3>
-</div>
-</div>
-</div>
-<p>You can do that using a cheat sheet. Select 
-					<span class="bold"><strong>Help &gt; Cheat Sheets...</strong></span> and then under the "Agent Modeling" category, select "Load Sample Projects".
-				</p>
-<p>Then check out the following sections of the manual for more information about..</p>
-</div>
-<div class="section" title="ABM Researchers">
-<div class="titlepage">
-<div>
-<div>
-<h3 class="title">
-<a name="ABM_Researchers"></a>ABM Researchers</h3>
-</div>
-</div>
-</div>
-<p>Run an example model using the "Run an Example Model" cheat sheet.</p>
-</div>
-<div class="section" title="ABM Modelers">
-<div class="titlepage">
-<div>
-<div>
-<h3 class="title">
-<a name="ABM_Modelers"></a>ABM Modelers</h3>
-</div>
-</div>
-</div>
-<p>Create Agent-Based models using simple visual tools and deploy them to a number of popular ABM platforms, including Escape. Follow the tutorial section of the Modeler's guide.</p>
-</div>
-<div class="section" title="ABM Java Developers">
-<div class="titlepage">
-<div>
-<div>
-<h3 class="title">
-<a name="ABM_Java_Developers"></a>ABM Java Developers</h3>
-</div>
-</div>
-</div>
-<p>Write "Plain Old Java" models within a full-featured agent-based modeling framework. Read Programmers Guide and then try the "Create an Escape Java Model" cheat sheet.</p>
-</div>
-<div class="section" title="Eclipse Plugin Developers">
-<div class="titlepage">
-<div>
-<div>
-<h3 class="title">
-<a name="Eclipse_Plugin_Developers"></a>Eclipse Plugin Developers</h3>
-</div>
-</div>
-</div>
-<p>AXF and AGF provide a number of features based around Eclipse technologies such as GEF, GEF3D, BIRT Charts and Zest. For example, AGF supports dynamic visualization of objects in space, and AXF supports managed UI and headless execution for models of any kind. There isn't currently any general documentation for these features, but we encourage you to look at the APIs and at Escape's implementation of them. They're straightforward and can be useful for a variety of general science platform needs.</p>
-</div>
-</div>
-</body>
-</html>
diff --git a/org.eclipse.amp/doc/org.eclipse.amp.doc/help/Getting_Started_2.html b/org.eclipse.amp/doc/org.eclipse.amp.doc/help/Getting_Started_2.html
deleted file mode 100644
index 59ebefd..0000000
--- a/org.eclipse.amp/doc/org.eclipse.amp.doc/help/Getting_Started_2.html
+++ /dev/null
@@ -1,57 +0,0 @@
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>Getting Started</title>
-<link href="book.css" rel="stylesheet" type="text/css">
-<meta content="DocBook XSL Stylesheets V1.75.1" name="generator">
-<link rel="home" href="index.html" title="Agent Modeling Guide">
-<link rel="up" href="Programer_Guide.html" title="Programer Guide">
-<link rel="prev" href="Programer_Guide.html" title="Programer Guide">
-<link rel="next" href="Developing_Models.html" title="Developing Models">
-</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">Getting Started</h1>
-<div class="section" title="Getting Started">
-<div class="titlepage">
-<div>
-<div>
-<h2 class="title" style="clear: both">
-<a name="Getting_Started_2"></a>Getting Started</h2>
-</div>
-</div>
-</div>
-<div class="section" title="Documentation and other Resources">
-<div class="titlepage">
-<div>
-<div>
-<h3 class="title">
-<a name="Documentation_and_other_Resources"></a>Documentation and other Resources</h3>
-</div>
-</div>
-</div>
-<p>Because it's API is based on Ascape, Escape is one component of AMP that already has extensive documentation. There is complete Javadoc as well as a manual and other web resources. See the 
-					<a class="ulink" href="http://ascape.sourceforge.net" target="_new">Ascape Website</a> to locate these resources. There is a 
-					<a class="ulink" href="http://ascape.sourceforge.net/docs/TheAscapeManual5.pdf" target="_new">full manual</a> for Ascape available on that site. Or, you can install the Ascape Manual into the eclipse help system by adding the following update site and selecting the "Documentations and Source Code" feature.
-				</p>
-<p>
-					
-<a class="ulink" href="http://ascape.sourceforge.net/eclipse" target="_new">http://ascape.sourceforge.net/eclipse</a>
-				
-</p>
-</div>
-<div class="section" title="Installation">
-<div class="titlepage">
-<div>
-<div>
-<h3 class="title">
-<a name="Installation"></a>Installation</h3>
-</div>
-</div>
-</div>
-<p>Escape is 
-					<a class="ulink" href="http://eclipse.org/amp/installing/" target="_new">installed</a> by default with the other model components. If you want to do 3D (really 2 1/2) visualizations, you will want AGF3D and the LWJGL dependency. You can build from source but in that case you'l need to launch a self-hosted runtime, so it's best to simply install from the update site if you're not actually doing AMP development.
-				</p>
-</div>
-</div>
-</body>
-</html>
diff --git a/org.eclipse.amp/doc/org.eclipse.amp.doc/help/More_Information.html b/org.eclipse.amp/doc/org.eclipse.amp.doc/help/More_Information.html
deleted file mode 100644
index 9b6e7c6..0000000
--- a/org.eclipse.amp/doc/org.eclipse.amp.doc/help/More_Information.html
+++ /dev/null
@@ -1,237 +0,0 @@
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>More Information</title>
-<link href="book.css" rel="stylesheet" type="text/css">
-<meta content="DocBook XSL Stylesheets V1.75.1" name="generator">
-<link rel="home" href="index.html" title="Agent Modeling Guide">
-<link rel="up" href="Programer_Guide.html" title="Programer Guide">
-<link rel="prev" href="Developing_Models.html" title="Developing Models">
-<link rel="next" href="Running_Agent_Models.html" title="Running Agent Models">
-</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">More Information</h1>
-<div class="section" title="More Information">
-<div class="titlepage">
-<div>
-<div>
-<h2 class="title" style="clear: both">
-<a name="More_Information"></a>More Information</h2>
-</div>
-</div>
-</div>
-<div class="section" title="Integrating Java and AMF Models">
-<div class="titlepage">
-<div>
-<div>
-<h3 class="title">
-<a name="Integrating_Java_and_AMF_Models"></a>Integrating Java and AMF Models</h3>
-</div>
-</div>
-</div>
-<p>If you're like many Java developers, you might find point-and-click interfaces a bit lame. Personally, I've changed my tune in this, and I now define all of my ABM models from the editor, saving Java for truly specialized tasks. But even without generation of agent behavior, Acore can be a really valuable tool, as the GIS example shows. The way to look at metaABM is as a way to compose your overall model and automate the tedious parts. Apart from Java generated code, the AMF meta-model maintains a number of very useful artifacts. For example, the Repast Simphony target maintains model.score and all of the model.rs component. Generally, AMF should save time and hassle while making your models far more transparent even if you never use the Actions component to define agent behavior.</p>
-<div class="section" title="Method Action">
-<div class="titlepage">
-<div>
-<div>
-<h4 class="title">
-<a name="Method_Action"></a>Method Action</h4>
-</div>
-</div>
-</div>
-<p>As explained in the action section, you can simply create a "Method" act with hand-written Java code. This option is nice because all code is contained within the AMF file. But it can be difficult to maintain large blocks of Java code as you aren't using a Java editor to edit the Java code itself. One way to get around this is to create your code in the generated Java method and then copy it into the Method action. Note one imporant issue here -- you'll generally have to fully qualify your Java references as you won't be able to change the imports statements directly. </p>
-</div>
-<div class="section" title="Protected Code Regions">
-<div class="titlepage">
-<div>
-<div>
-<h4 class="title">
-<a name="Protected_Code_Regions"></a>Protected Code Regions</h4>
-</div>
-</div>
-</div>
-<p>You can mix and match Action behavior with Java and generated code with POJOs. One way to do this is through using protected regions. Select the agent you want to create protected methods for and then select "Generate Protected" from the "Mode" property. Now, create actions just as you have before, or use your existing ones. On code generation, open up the relevant java file and examine the methods that have been created. </p>
-<p>
-						
-</p>
-<div class="mediaobject">
-<img src="images/pojo/ProgrammingPojoGenerateProps.png"></div>
-<p>
-					
-</p>
-<p>You can put whatever you want within the PROTECTED REGION comments and those changes will be preserved when the model is regenerated. You can create a schedule, rule or watcher, maintain custom code for the actual implementations, and still have the model adapt to changes in the underlying data structure -- if for example you want to import a modified shape file.</p>
-<p>
-						
-</p>
-<div class="mediaobject">
-<img src="images/pojo/ProgrammingPojoGenerateCode.png"></div>
-<p>
-					
-</p>
-</div>
-<div class="section" title="Implement Sub-classes">
-<div class="titlepage">
-<div>
-<div>
-<h4 class="title">
-<a name="Implement_Sub-classes"></a>Implement Sub-classes</h4>
-</div>
-</div>
-</div>
-<p>Another approach which can be more robust is to generate the basic model stubs (like an abstract base class except that it isn't abstract) and then override your model with implementations. AMF provides support for generic skeletons and interfaces.</p>
-<p>
-						
-</p>
-<div class="mediaobject">
-<img src="images/pojo/ProgrammingPojoGenerate.png"></div>
-<p>
-					
-</p>
-</div>
-</div>
-<div class="section" title="Converting Existing Ascape models">
-<div class="titlepage">
-<div>
-<div>
-<h3 class="title">
-<a name="Converting_Existing_Ascape_models"></a>Converting Existing Ascape models</h3>
-</div>
-</div>
-</div>
-<p>There are only a few changes should have to make to existing Ascape models or to use existing Ascape documentation to develop Escape models.</p>
-<div class="section" title="Model">
-<div class="titlepage">
-<div>
-<div>
-<h4 class="title">
-<a name="Model"></a>Model</h4>
-</div>
-</div>
-</div>
-<p>The core model is completely API compatible. No changes!</p>
-</div>
-<div class="section" title="View">
-<div class="titlepage">
-<div>
-<div>
-<h4 class="title">
-<a name="View"></a>View</h4>
-</div>
-</div>
-</div>
-<p>Because Escape uses SWT and Ascape uses Swing, there are a few unavoidable incompatibilities. Most of these we avoid by using higher level APIs but here are the key changes that you're likely to have to make:</p>
-<div class="section" title="Convert the low-level imports from AWT and Swing to SWT">
-<div class="titlepage">
-<div>
-<div>
-<h5 class="title">
-<a name="Convert_the_low-level_imports_from_AWT_and_Swing_to_SWT"></a>Convert the low-level imports from AWT and Swing to SWT</h5>
-</div>
-</div>
-</div>
-<p>The simplest way to accomplish this is to remove all of the imports and then organize imports. For example:</p>
-<div class="literallayout">
-<p>java.awt.Color&nbsp;=&gt;&nbsp;org.eclipse.swt.graphics.Color<br>
-java.awt.Graphics&nbsp;=&gt;&nbsp;org.eclipse.draw2d.Graphics<br>
-
-</p>
-</div>
-<p>Then just do a global find for all of the imports and replace them with nothing. This is a great place for a regexp. Try:</p>
-<div class="literallayout">
-<p>find:&nbsp;import&nbsp;java\.awt\.(.*);<br>
-replace:&nbsp;[nothing]<br>
-
-</p>
-</div>
-<p>You don't have to replace these with the SWT equivalents, just click on the project, right-click and choose "Source:Organize Imports.."
-							By the way, a great way to avoid having to select the right entries in optimize imports and to alert you when you have missed anything is to prevent the awt and swing classes from being used at all. Right-click on project, choose "Build Path:Configure Build Path", go to Libraries tab, open JRE System Library, choose "Access Rules", edit, and then add entries for java/awt/** and javax/swing/**. The code will regenerate and you'll have error markers for all of the stuff that won't work with Escape and Eclipse.</p>
-</div>
-<div class="section" title="Convert color features">
-<div class="titlepage">
-<div>
-<div>
-<h5 class="title">
-<a name="Convert_color_features"></a>Convert color features</h5>
-</div>
-</div>
-</div>
-<p>You can't use AWT colors either so you'll need to replace any colors. AMP provides a convenience classes for Colors called ColorFeature and ColorFeatureConcrete. You can use these or any of the other ways to define SWT colors. For example:</p>
-<div class="literallayout">
-<p>Color.lightGray&nbsp;=&gt;&nbsp;ColorFeature.LIGHT_GRAY<br>
-new&nbsp;Color(Math.min(1.0f,&nbsp;(float)&nbsp;(redEnergy&nbsp;+&nbsp;orangeEnergy)),&nbsp;(float)&nbsp;orangeEnergy&nbsp;*&nbsp;.8f,&nbsp;(float)&nbsp;blueEnergy)&nbsp;=&gt;&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;ColorFeatureConcrete.create(Math.min(1.0f,&nbsp;(float)&nbsp;(redEnergy&nbsp;+&nbsp;orangeEnergy)),&nbsp;(float)&nbsp;orangeEnergy&nbsp;*&nbsp;.8f,&nbsp;(float)&nbsp;blueEnergy)<br>
-
-</p>
-</div>
-</div>
-<div class="section" title="Change agent color getters">
-<div class="titlepage">
-<div>
-<div>
-<h5 class="title">
-<a name="Change_agent_color_getters"></a>Change agent color getters</h5>
-</div>
-</div>
-</div>
-<p>If you've defined colors through overriding Agents as in most models, you'll need to change the method signature. You could just do a global replace for this one.</p>
-<div class="literallayout">
-<p>public&nbsp;Color&nbsp;getColor(&nbsp;=&gt;&nbsp;public&nbsp;Object&nbsp;getPlatformColor(<br>
-
-</p>
-</div>
-</div>
-<div class="section" title="Get rid of image features">
-<div class="titlepage">
-<div>
-<div>
-<h5 class="title">
-<a name="Get_rid_of_image_features"></a>Get rid of image features</h5>
-</div>
-</div>
-</div>
-<p>Escape doesn't support them. In practice they haven't been used a lot. At some point perhaps we'll have nice sprite support instead. :)</p>
-<div class="literallayout">
-<p>public&nbsp;Image&nbsp;getImage()&nbsp;{**}&nbsp;=&gt;&nbsp;""<br>
-
-</p>
-</div>
-</div>
-<div class="section" title="Modify usages of DrawFeatures">
-<div class="titlepage">
-<div>
-<div>
-<h5 class="title">
-<a name="Modify_usages_of_DrawFeatures"></a>Modify usages of DrawFeatures</h5>
-</div>
-</div>
-</div>
-<p>If you've created any of your own draw features, you'll need to change them slightly to accommodate the differences between the AWT and SWT / Draw2D APIs. This should be pretty straightforwrd. For example:</p>
-<div class="literallayout">
-<p>g.setColor(...<br>
-g.fillOval(..<br>
-becomes:<br>
-g.setBackgroundColor(<br>
-g.fillOval(..<br>
-
-</p>
-</div>
-<p>That's about it, though it's probable that we've missed something. Please post a message on the amp newsgroup if you run into any other conversion issues.</p>
-</div>
-</div>
-<div class="section" title="Configuration">
-<div class="titlepage">
-<div>
-<div>
-<h4 class="title">
-<a name="Configuration"></a>Configuration</h4>
-</div>
-</div>
-</div>
-<p>Instead of using Ant, Escape has really nice support for parameterizing and testing models. See 
-						<a class="ulink" href="/wiki/Experimenting_and_Testing" target="_new">Experimenting and Testing</a> (todo). If you do want to work with ant you will need to install the plugins from the Sourceforge download site. (These have dependencies that I didn't want to bother with going through the Eclipse IP process to get in. If for some reason you think these should be part of core Escape let Miles know and I'll take care of it.) Ant has not been tested for Escape so it's not even clear it will work.
-					</p>
-</div>
-</div>
-</div>
-</body>
-</html>
diff --git a/org.eclipse.amp/doc/org.eclipse.amp.doc/help/Other_Uses.html b/org.eclipse.amp/doc/org.eclipse.amp.doc/help/Other_Uses.html
deleted file mode 100644
index 0f55f11..0000000
--- a/org.eclipse.amp/doc/org.eclipse.amp.doc/help/Other_Uses.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>Other Uses</title>
-<link href="book.css" rel="stylesheet" type="text/css">
-<meta content="DocBook XSL Stylesheets V1.75.1" name="generator">
-<link rel="home" href="index.html" title="Agent Modeling Guide">
-<link rel="up" href="Introduction.html" title="Introduction">
-<link rel="prev" href="Introduction.html" title="Introduction">
-<link rel="next" href="Credits.html" title="Credits">
-</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">Other Uses</h1>
-<div class="section" title="Other Uses">
-<div class="titlepage">
-<div>
-<div>
-<h2 class="title" style="clear: both">
-<a name="Other_Uses"></a>Other Uses</h2>
-</div>
-</div>
-</div>
-<p>Many kinds of objects share characteristics of ABM agents -- after all, software agents are used in many other contexts. The Agent Modeling Framework meta-modeling support is potentially suitable (or extendible) for a number of approaches outside of ABM; for example business rules, object interactions, systems dynamics models and traditional discrete event models. Similarly, AMP execution and graphic support can be used for modeling natural systems but could also be used to manage other software agents -- for example independent reasoning tasks or dynamic visualization support.</p>
-</div>
-</body>
-</html>
diff --git a/org.eclipse.amp/doc/org.eclipse.amp.doc/help/Running_Agent_Models.html b/org.eclipse.amp/doc/org.eclipse.amp.doc/help/Running_Agent_Models.html
deleted file mode 100644
index bd2a0b9..0000000
--- a/org.eclipse.amp/doc/org.eclipse.amp.doc/help/Running_Agent_Models.html
+++ /dev/null
@@ -1,170 +0,0 @@
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>Running Agent Models</title>
-<link href="book.css" rel="stylesheet" type="text/css">
-<meta content="DocBook XSL Stylesheets V1.75.1" name="generator">
-<link rel="home" href="index.html" title="Agent Modeling Guide">
-<link rel="up" href="Programer_Guide.html" title="Programer Guide">
-<link rel="prev" href="More_Information.html" title="More Information">
-<link rel="next" href="Resources.html" title="Resources">
-</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">Running Agent Models</h1>
-<div class="section" title="Running Agent Models">
-<div class="titlepage">
-<div>
-<div>
-<h2 class="title" style="clear: both">
-<a name="Running_Agent_Models"></a>Running Agent Models</h2>
-</div>
-</div>
-</div>
-<div class="section" title="Exploring Example ABM Models">
-<div class="titlepage">
-<div>
-<div>
-<h3 class="title">
-<a name="Exploring_Example_ABM_Models"></a>Exploring Example ABM Models</h3>
-</div>
-</div>
-</div>
-<p>The first thing most people will want to do in AMP is to play with the example models. You can explore AMF models as well as some really interesting classic ABM models.</p>
-<div class="section" title="Downloading Models">
-<div class="titlepage">
-<div>
-<div>
-<h4 class="title">
-<a name="Downloading_Models"></a>Downloading Models</h4>
-</div>
-</div>
-</div>
-<p>To obtain the models, simply launch the cheat sheet. Go to the 
-						<span class="bold"><strong>Help &gt; Cheat Sheets...</strong></span> menu and choose "Load Sample Projects".
-					</p>
-<p>Or you can get them yourself from the following locations:</p>
-<div class="section" title="AMF Models">
-<div class="titlepage">
-<div>
-<div>
-<h5 class="title">
-<a name="AMF_Models"></a>AMF Models</h5>
-</div>
-</div>
-</div>
-<div class="literallayout">
-<p>org.eclipse.amp/org.eclipse.amp.amf/examples/org.eclipse.amp.amf.examples.escape<br>
-
-</p>
-</div>
-<p>To understand the capabilities of AMF, you might also want to try out running the same models automatically generated for Ascape or Repast. These are located at dev.eclipse.org in cvsroot/modeling:</p>
-<div class="literallayout">
-<p>org.eclipse.amp/org.eclipse.amp.amf/examples/org.eclipse.amp.amf.examples.ascape<br>
-org.eclipse.amp/org.eclipse.amp.amf/examples/org.eclipse.amp.amf.examples.repast<br>
-
-</p>
-</div>
-</div>
-<div class="section" title="Escape / Ascape Java Models">
-<div class="titlepage">
-<div>
-<div>
-<h5 class="title">
-<a name="Escape_.2F_Ascape_Java_Models"></a>Escape / Ascape Java Models</h5>
-</div>
-</div>
-</div>
-<p>These are SVN projects in the sourceforge SVN. For help, see 
-							<a class="ulink" href="/wiki/http://www.eclipse.org/subversive/documentation/teamSupport/find_check_wiz.php_this_page" target="_new">http://www.eclipse.org/subversive/documentation/teamSupport/find_check_wiz.php this page</a>.
-						</p>
-<div class="literallayout">
-<p>http://ascape.svn.sourceforge.net/svnroot/ascape/org.ascape.escape.models.brook<br>
-http://ascape.svn.sourceforge.net/svnroot/ascape/org.ascape.escape.models.examples<br>
-
-</p>
-</div>
-</div>
-</div>
-<div class="section" title="Generating Models">
-<div class="titlepage">
-<div>
-<div>
-<h4 class="title">
-<a name="Generating_Models"></a>Generating Models</h4>
-</div>
-</div>
-</div>
-<p>There are a number of models developed with AMF that can automatically generate example models to run in Escape. There are two ways to run the example models:</p>
-<div class="section" title="Creating a New Escape Project">
-<div class="titlepage">
-<div>
-<div>
-<h5 class="title">
-<a name="Creating_a_New_Escape_Project"></a>Creating a New Escape Project</h5>
-</div>
-</div>
-</div>
-<p>The best option is to simply create a new Escape project and drag the models into it!</p>
-<div class="orderedlist">
-<ol class="orderedlist" type="1">
-<li class="listitem">
-<p>If you're not already there, open the Agent Modeling Perspective. Select Window &gt; Open Perspective &gt; Other.. and then Agent Modeling. (Or you can choose Window &gt; Reset Perspective and the Agent Modeling perspective should appear in the Open Perspective list itself.)</p>
-</li>
-<li class="listitem">
-<p>Next, let's create the project where we'll place our model. Select File &gt; New &gt; Escape AMF Project. Give it a name like "escape.tutorial", then click Finish.</p>
-</li>
-<li class="listitem">
-<p>Finally grab the Epidemic.metaabm model at 
-									<a class="ulink" href="http://download.eclipse.org/amp/models/Epidemic.metaabm" target="_new">http://download.eclipse.org/amp/models/Epidemic.metaabm</a> and drag it into the project. (Depending on your browser the file may load as text directly into your browser, in which case just right-click on the link and save it to a file.)
-								</p>
-</li>
-</ol>
-</div>
-</div>
-</div>
-</div>
-<div class="section" title="Tutorial">
-<div class="titlepage">
-<div>
-<div>
-<h3 class="title">
-<a name="Tutorial"></a>Tutorial</h3>
-</div>
-</div>
-</div>
-<p>We've developer have a complete cheat sheet supporting this tutorial. Simply go to 
-					<span class="bold"><strong>Help &gt; Cheat Sheets...</strong></span> and then select "Run an Example Model" from within the "Agent Modeling" category.
-				</p>
-<div class="section" title="Next Steps">
-<div class="titlepage">
-<div>
-<div>
-<h4 class="title">
-<a name="Next_Steps"></a>Next Steps</h4>
-</div>
-</div>
-</div>
-<p>To understand the capabilities of AMF, you might also want to try out running the same models automatically generated for Ascape or Repast.</p>
-<div class="literallayout">
-<p>org.eclipse.amp/org.eclipse.amp.amf/examples/org.eclipse.amp.amf.examples.ascape<br>
-org.eclipse.amp/org.eclipse.amp.amf/examples/org.eclipse.amp.amf.examples.repast<br>
-
-</p>
-</div>
-</div>
-</div>
-<div class="section" title="Classic Java ABM Models">
-<div class="titlepage">
-<div>
-<div>
-<h3 class="title">
-<a name="Classic_Java_ABM_Models"></a>Classic Java ABM Models</h3>
-</div>
-</div>
-</div>
-<p>Many models have been created using Ascape over the years, including all of the classic models created at Brookings and some other cool models such as Craig Reynold's Boids and a pretty cool little traffic model, and they've all been converted to run in Escape. They're in Java but you can execute and explore them in exactly the same way as the Epidemic model above. All of the Ascape example models have been converted (a straightforward process) from their intial Ascape incarnations. For licensing reasons (they're BSD, not EPL) we can't host them directly on the Eclipse site.  You can get the projects in two ways:</p>
-<p>Once you've downloaded the projects, open up the src folder and navigate to the Java files for the actual models. For example, to run Conway's Life, you'll want src/edu.brook.life.ConwayLife. Right-click on the Java file and select "Execute". There are many models to explore! (It's not always obvious which Java files are for models, so you may have to poke around a bit. We need to put together a catalog here. Another nice opportunity for user contributions.)</p>
-</div>
-</div>
-</body>
-</html>
diff --git a/org.eclipse.amp/doc/org.eclipse.amp.doc/help/Websites.html b/org.eclipse.amp/doc/org.eclipse.amp.doc/help/Websites.html
deleted file mode 100644
index 7eb19d4..0000000
--- a/org.eclipse.amp/doc/org.eclipse.amp.doc/help/Websites.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>Websites</title>
-<link href="book.css" rel="stylesheet" type="text/css">
-<meta content="DocBook XSL Stylesheets V1.75.1" name="generator">
-<link rel="home" href="index.html" title="Agent Modeling Guide">
-<link rel="up" href="Resources.html" title="Resources">
-<link rel="prev" href="Resources.html" title="Resources">
-<link rel="next" href="Papers.html" title="Papers">
-</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">Websites</h1>
-<div class="section" title="Websites">
-<div class="titlepage">
-<div>
-<div>
-<h2 class="title" style="clear: both">
-<a name="Websites"></a>Websites</h2>
-</div>
-</div>
-</div>
-<p>
-				
-<a class="ulink" href="http://www.eclipse.org/amp" target="_new">Eclipse Agent Modeling Project (Incubation)</a>
-			
-</p>
-<p>
-				
-<a class="ulink" href="http://ascape.sourceforge.net" target="_new">Ascape</a>
-			
-</p>
-<p>
-				
-<a class="ulink" href="http://metascapeabm.com" target="_new">Metascape, LLC</a>
-			
-</p>
-</div>
-</body>
-</html>