*** empty log message ***
diff --git a/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/about.ini b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/about.ini
new file mode 100644
index 0000000..a21a3ec
--- /dev/null
+++ b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/about.ini
@@ -0,0 +1,29 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=%blurb
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=eclipse32.gif
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+
+# Property "appName" contains name of the application (translated)
+# needed for primary features only
+
+# Property "welcomePage" contains path to welcome page (special XML-based format)
+# optional
+
+# Property "welcomePerspective" contains the id of the perspective in which the
+# welcome page is to be opened.
+# optional
+
+
diff --git a/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/about.mappings b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/about.mappings
new file mode 100644
index 0000000..720ca87
--- /dev/null
+++ b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/about.mappings
@@ -0,0 +1,6 @@
+# about.mappings

+# contains fill-ins for about.properties

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

+# This file does not need to be translated.

+

+0=@build@
\ No newline at end of file
diff --git a/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/about.properties b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/about.properties
new file mode 100644
index 0000000..d27acdf
--- /dev/null
+++ b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/about.properties
@@ -0,0 +1,28 @@
+###############################################################################
+# Copyright (c) 2003 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials 
+# are made available under the terms of the Common Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/cpl-v10.html
+# 
+# Contributors:
+#     IBM Corporation - initial API and implementation
+###############################################################################
+#
+# $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.tests.git/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/Attic/about.properties,v $
+# $Revision: 1.1 $  $Date: 2003/11/03 19:16:15 $
+#
+
+# 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.
+
+blurb=Java EMF Model Tests Source\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright IBM Corp. and others 2003.  All rights reserved.\n\
+Visit http://www.eclipse.org/vep
diff --git a/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/build.properties b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/build.properties
index 49febfe..f50e578 100644
--- a/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/build.properties
+++ b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/build.properties
@@ -1,5 +1,9 @@
 bin.includes = plugin.xml,\
                plugin.properties,\
                about.html,\
+               about.ini,\
+               about.mappings,\
+               about.properties,\
+               eclipse32.gif,\
                src/
 sourcePlugin = true
diff --git a/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/eclipse32.gif b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/eclipse32.gif
new file mode 100644
index 0000000..f71a8f6
--- /dev/null
+++ b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/eclipse32.gif
Binary files differ
diff --git a/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/plugin.properties b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/plugin.properties
index 9966ddc..ac808e9 100644
--- a/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/plugin.properties
+++ b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/plugin.properties
@@ -10,9 +10,9 @@
 ###############################################################################
 #
 # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.tests.git/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/Attic/plugin.properties,v $
-# $Revision: 1.1 $  $Date: 2003/10/28 23:17:35 $
+# $Revision: 1.2 $  $Date: 2003/11/03 19:16:15 $
 #
 
 
-pluginName = Java EMF Model Tests source
+pluginName = Java EMF Model Tests Source
 providerName = Eclipse.org
\ No newline at end of file
diff --git a/tests/org.eclipse.jem.tests/test.xml b/tests/org.eclipse.jem.tests/test.xml
index e46876a..57dc7f9 100644
--- a/tests/org.eclipse.jem.tests/test.xml
+++ b/tests/org.eclipse.jem.tests/test.xml
@@ -1,40 +1,48 @@
+<?xml version="1.0"?>
+
 <project name="testsuite" default="run" basedir=".">
-	<!-- The property ${wsad-home} should be passed into this script -->
-	<!-- Set a meaningful default value for when it is not. -->
-	<property name="wsad-home" value="${basedir}/.." />
+  <!-- The property ${eclipse-home} should be passed into this script -->
+  <!-- Set a meaningful default value for when it is not. -->
+  <property name="eclipse-home" value="${basedir}\..\.."/>
 
-	<!-- sets the properties plugin-name, and library-file -->
-	<property name="plugin-name" value="org.eclipse.jem.tests" />
-	<property name="library-file" value="${wsad-home}/plugins/com.ibm.etools.test/library.xml" />
+  <!-- sets the properties plugin-name, and library-file -->
+  <property name="plugin-name" value="org.eclipse.jem.tests"/>
+  <property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test/library.xml"/>
 
-	<!-- This target holds all initialization code that needs to be done for -->
-	<!-- all tests that are to be run. Initialization for individual tests -->
-	<!-- should be done within the body of the suite target. -->
-	<target name="init"></target>
+  <!-- This target holds all initialization code that needs to be done for -->
+  <!-- all tests that are to be run. Initialization for individual tests -->
+  <!-- should be done within the body of the suite target. -->
+  <target name="init">
+    <tstamp/>
+    <delete>
+      <fileset dir="${eclipse-home}" includes="org*.xml"/>
+    </delete>
+  </target>
 
-	<!-- This target defines the tests that need to be run. -->
-	<target name="suite">
-		<property name="workspace" value="${wsad-home}/../workspaces/${plugin-name}" />
-		<delete dir="${workspace}" quiet="true" />
-		<ant target="core-test" antfile="${library-file}" dir="${wsad-home}">
-			<property name="data-dir" value="${workspace}" />
-			<property name="plugin-name" value="${plugin-name}" />
-			<property name="classname" value="org.eclipse.jem.tests.AllSuites" />
-		</ant>
-	</target>
+  <!-- This target defines the tests that need to be run. -->
+  <target name="suite">
+    <property name="jem-folder" value="${eclipse-home}/jem_folder"/>
+    <delete dir="${jem-folder}" quiet="true"/>
+    <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
+      <property name="data-dir" value="${jem-folder}"/>
+      <property name="plugin-name" value="${plugin-name}"/>
+      <property name="classname" value="org.eclipse.jem.tests.AllSuites"/>
+    </ant>
+  </target>
 
-	<!-- This target holds code to cleanup the testing environment after -->
-	<!-- after all of the tests have been run. You can use this target to -->
-	<!-- delete temporary files that have been created. -->
-	<target name="cleanup"></target>
+  <!-- This target holds code to cleanup the testing environment after -->
+  <!-- after all of the tests have been run. You can use this target to -->
+  <!-- delete temporary files that have been created. -->
+  <target name="cleanup">
+  </target>
 
-	<!-- This target runs the test suite. Any actions that need to happen -->
-	<!-- after all the tests have been run should go here. -->
-	<target name="run" depends="init,suite,cleanup">
-		<ant target="collect" antfile="${library-file}" dir="${wsad-home}">
-			<property name="includes" value="org.eclipse.jem.tests.AllSuites.xml" />
-			<property name="output-file" value="${plugin-name}.xml" />
-		</ant>
-	</target>
+  <!-- This target runs the test suite. Any actions that need to happen -->
+  <!-- after all the tests have been run should go here. -->
+  <target name="run" depends="init,suite,cleanup">
+    <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
+      <property name="includes" value="org*.xml"/>
+      <property name="output-file" value="${plugin-name}.xml"/>
+    </ant>
+  </target>
 
 </project>
\ No newline at end of file