Fix line delimiters.
diff --git a/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/.classpath b/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/.classpath
index 2d1a430..64c5e31 100644
--- a/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/.classpath
+++ b/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/.classpath
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<classpath>

-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>

-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

-	<classpathentry kind="src" path="src"/>

-	<classpathentry kind="output" path="bin"/>

-</classpath>

+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/about.html b/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/about.html
index 65d4bc2..36d90ec 100644
--- a/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/about.html
+++ b/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/about.html
@@ -1,28 +1,28 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

-<html xmlns="http://www.w3.org/1999/xhtml">

-<head>

-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>

-<title>About</title>

-</head>

-<body lang="EN-US">

-<h2>About This Content</h2>

- 

-<p>October 5, 2009</p>	

-<h3>License</h3>

-

-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 

-indicated below, the Content is provided to you under the terms and conditions of the

-Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 

-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.

-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>

-

-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 

-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may

-apply to your use of any object code in the Content.  Check the Redistributor's license that was 

-provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise

-indicated below, the terms and conditions of the EPL still apply to any source code in the Content

-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>

-

-</body>

+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>October 5, 2009</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
 </html>
\ No newline at end of file
diff --git a/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/about.properties b/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/about.properties
index 31e41ab..3471e5c 100644
--- a/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/about.properties
+++ b/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/about.properties
@@ -1,29 +1,29 @@
-# NLS_MESSAGEFORMAT_VAR

-

-# ==============================================================================

-# Do not change the properties between this line and the last line containing:

-# %%% END OF TRANSLATED PROPERTIES %%%

-# Instead, either redefine an existing property, or create a new property,

-# append it to the end of the file, and change the code to use the new name.

-# ==============================================================================

-

-# about.properties

-# contains externalized strings for about.ini

-# java.io.Properties file (ISO 8859-1 with "\" escapes)

-# fill-ins are supplied by about.mappings

-# This file should be translated.

-

-featureText=AMP Escape (Incubation)\n\

-Version: {featureVersion}\n\

-Build id: {0}\n\

-\n\

-(c) Copyright Metascape LLC and others. 2009.  All rights reserved.\n\

-\n\

-AMP Escape Agent-Based Modeling Environment, including runtime, API and IDE Integration.\n\

-\n\

-Visit http://www.eclipse.org/amp

-

-# ==============================================================================

-# %%% END OF TRANSLATED PROPERTIES %%%

-# The above properties have been shipped for translation.

-# ==============================================================================

+# NLS_MESSAGEFORMAT_VAR
+
+# ==============================================================================
+# Do not change the properties between this line and the last line containing:
+# %%% END OF TRANSLATED PROPERTIES %%%
+# Instead, either redefine an existing property, or create a new property,
+# append it to the end of the file, and change the code to use the new name.
+# ==============================================================================
+
+# about.properties
+# contains externalized strings for about.ini
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# fill-ins are supplied by about.mappings
+# This file should be translated.
+
+featureText=AMP Escape (Incubation)\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Metascape LLC and others. 2009.  All rights reserved.\n\
+\n\
+AMP Escape Agent-Based Modeling Environment, including runtime, API and IDE Integration.\n\
+\n\
+Visit http://www.eclipse.org/amp
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
diff --git a/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/plugin.properties b/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/plugin.properties
index 712321a..aad4803 100644
--- a/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/plugin.properties
+++ b/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/plugin.properties
@@ -1,31 +1,31 @@
-# /**

-#  * <copyright>

-#  *

-#  * Copyright (c) 2009 Metascape, LLC.

-#  * All rights reserved.   This program and the accompanying materials

-#  * are made available under the terms of the Eclipse Public License v1.0

-#  * which accompanies this distribution, and is available at

-#  * http://www.eclipse.org/legal/epl-v10.html

-#  * 

-#  * Contributors: 

-#  *   Metascape - Initial API and Implementation

-#  *

-#  * </copyright>

-#  *

-#  * $Id: plugin.properties

-#  */

-

-# ====================================================================

-# To code developer:

-#   Do NOT change the properties between this line and the

-#   "%%% END OF TRANSLATED PROPERTIES %%%" line.

-#   Make a new property name, append to the end of the file and change

-#   the code to use the new property.

-# ====================================================================

-

-# ====================================================================

-# %%% END OF TRANSLATED PROPERTIES %%%

-# ====================================================================

-

-pluginName = Escape Runtime Model Execution Support (Incubation)

-providerName = Eclipse Agent Modeling Platform

+# /**
+#  * <copyright>
+#  *
+#  * Copyright (c) 2009 Metascape, LLC.
+#  * All rights reserved.   This program and the accompanying materials
+#  * are made available under the terms of the Eclipse Public License v1.0
+#  * which accompanies this distribution, and is available at
+#  * http://www.eclipse.org/legal/epl-v10.html
+#  * 
+#  * Contributors: 
+#  *   Metascape - Initial API and Implementation
+#  *
+#  * </copyright>
+#  *
+#  * $Id: plugin.properties
+#  */
+
+# ====================================================================
+# To code developer:
+#   Do NOT change the properties between this line and the
+#   "%%% END OF TRANSLATED PROPERTIES %%%" line.
+#   Make a new property name, append to the end of the file and change
+#   the code to use the new property.
+# ====================================================================
+
+# ====================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# ====================================================================
+
+pluginName = Escape Runtime Model Execution Support (Incubation)
+providerName = Eclipse Agent Modeling Platform
diff --git a/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/src/org/escape/view/vis/Overhead2DView.java b/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/src/org/escape/view/vis/Overhead2DView.java
index e2ec6f6..7af954a 100644
--- a/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/src/org/escape/view/vis/Overhead2DView.java
+++ b/org.eclipse.amp.escape/plugins/org.eclipse.amp.escape.runtime/src/org/escape/view/vis/Overhead2DView.java
@@ -1,47 +1,47 @@
-/**

- * <copyright>

- *

- * Copyright (c) 2009 Metascape, LLC.

- * All rights reserved.   This program and the accompanying materials

- * are made available under the terms of the Eclipse Public License v1.0

- * which accompanies this distribution, and is available at

- * http://www.eclipse.org/legal/epl-v10.html

- * 

- * Contributors:

- *   Metascape - Initial API and Implementation

- *

- * </copyright>

- *

- */

-

-package org.escape.view.vis;

-

-import org.ascape.model.CellOccupant;

-import org.ascape.model.LocatedAgent;

-import org.eclipse.draw2d.ColorConstants;

-import org.eclipse.draw2d.Graphics;

-

-/**

- * 

- * @author mparker

- *

- */

-public class Overhead2DView extends org.ascape.view.vis.Overhead2DView {

-    private static final long serialVersionUID = 1L;

-

-    protected synchronized void drawSelectedAgentAt(Graphics graphics, LocatedAgent a) {

-        if (a instanceof CellOccupant) {

-            graphics.setLineWidth(Math.max(2, agentSize / 10));

-            graphics.setForegroundColor(ColorConstants.yellow);

-            graphics.setBackgroundColor(ColorConstants.black);

-            graphics.setLineStyle(Graphics.LINE_DASH);

-            graphics.drawOval(0, 0, agentSize - 1, agentSize - 1);

-        } else {

-            graphics.setLineWidth(Math.max(2, agentSize / 10));

-            graphics.setForegroundColor(ColorConstants.yellow);

-            graphics.setBackgroundColor(ColorConstants.black);

-            graphics.setLineStyle(Graphics.LINE_DASH);

-            graphics.drawRectangle(0, 0, agentSize - 1, agentSize - 1);

-        }

-    }

-}

+/**
+ * <copyright>
+ *
+ * Copyright (c) 2009 Metascape, LLC.
+ * All rights reserved.   This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Metascape - Initial API and Implementation
+ *
+ * </copyright>
+ *
+ */
+
+package org.escape.view.vis;
+
+import org.ascape.model.CellOccupant;
+import org.ascape.model.LocatedAgent;
+import org.eclipse.draw2d.ColorConstants;
+import org.eclipse.draw2d.Graphics;
+
+/**
+ * 
+ * @author mparker
+ *
+ */
+public class Overhead2DView extends org.ascape.view.vis.Overhead2DView {
+    private static final long serialVersionUID = 1L;
+
+    protected synchronized void drawSelectedAgentAt(Graphics graphics, LocatedAgent a) {
+        if (a instanceof CellOccupant) {
+            graphics.setLineWidth(Math.max(2, agentSize / 10));
+            graphics.setForegroundColor(ColorConstants.yellow);
+            graphics.setBackgroundColor(ColorConstants.black);
+            graphics.setLineStyle(Graphics.LINE_DASH);
+            graphics.drawOval(0, 0, agentSize - 1, agentSize - 1);
+        } else {
+            graphics.setLineWidth(Math.max(2, agentSize / 10));
+            graphics.setForegroundColor(ColorConstants.yellow);
+            graphics.setBackgroundColor(ColorConstants.black);
+            graphics.setLineStyle(Graphics.LINE_DASH);
+            graphics.drawRectangle(0, 0, agentSize - 1, agentSize - 1);
+        }
+    }
+}