[309606] Develop EASEL
diff --git a/features/org.eclipse.actf.examples.scripteditor-feature/feature.xml b/features/org.eclipse.actf.examples.scripteditor-feature/feature.xml
index 8ba1cbd..eb460b9 100644
--- a/features/org.eclipse.actf.examples.scripteditor-feature/feature.xml
+++ b/features/org.eclipse.actf.examples.scripteditor-feature/feature.xml
@@ -1,8 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <feature
       id="org.eclipse.actf.examples.scripteditor"
-      label="Scripteditor_feature"
-      version="0.1.0.qualifier">
+      label="ACTF Example EASEL feature"
+      version="0.1.0.qualifier"
+      provider-name="Eclipse.org"
+      plugin="org.eclipse.actf.examples.scripteditor">
 
    <description>
       %description
diff --git a/plugins/org.eclipse.actf.examples.scripteditor/META-INF/MANIFEST.MF b/plugins/org.eclipse.actf.examples.scripteditor/META-INF/MANIFEST.MF
index ef52e7b..926e4a9 100644
--- a/plugins/org.eclipse.actf.examples.scripteditor/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.actf.examples.scripteditor/META-INF/MANIFEST.MF
@@ -1,8 +1,8 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: ACTF Example ScriptEditor Client
+Bundle-Name: ACTF Example EASEL Client
 Bundle-SymbolicName: org.eclipse.actf.examples.scripteditor; singleton:=true
-Bundle-Version: 0.0.1.qualifier
+Bundle-Version: 0.1.0.qualifier
 Bundle-Activator: org.eclipse.actf.examples.scripteditor.Activator
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.ui,
diff --git a/plugins/org.eclipse.actf.examples.scripteditor/ScriptEditor.product b/plugins/org.eclipse.actf.examples.scripteditor/ScriptEditor.product
index fbe3344..9034d10 100644
--- a/plugins/org.eclipse.actf.examples.scripteditor/ScriptEditor.product
+++ b/plugins/org.eclipse.actf.examples.scripteditor/ScriptEditor.product
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?pde version="3.5"?>
 
-<product name="ACTF Script Editor" id="org.eclipse.actf.examples.scripteditor.product" application="org.eclipse.actf.examples.scripteditor.application" version="0.1.0.qualifier" useFeatures="true" includeLaunchers="true">
+<product name="Eclipse ACTF Script Editor Lite (EASEL)" id="org.eclipse.actf.examples.scripteditor.product" application="org.eclipse.actf.examples.scripteditor.application" version="0.1.0.qualifier" useFeatures="true" includeLaunchers="true">
 
    <aboutInfo>
       <image path="/org.eclipse.actf.examples.scripteditor/about.bmp"/>
@@ -25,7 +25,7 @@
       startupProgressRect="0,318,500,12"
       startupMessageRect="10,250,480,20"
       startupForegroundColor="000000" />
-   <launcher name="ScriptEditor">
+   <launcher name="easel">
       <solaris/>
       <win useIco="true">
          <ico path="/org.eclipse.actf.examples.scripteditor/icons/aiBrowser.ico"/>
@@ -38,15 +38,15 @@
 
    <plugins>
       <plugin id="com.ibm.icu"/>
-      <plugin id="org.apache.commons.jxpath" fragment=""/>
-      <plugin id="org.eclipse.actf.ai.audio.io" fragment=""/>
-      <plugin id="org.eclipse.actf.ai.fennec" fragment=""/>
-      <plugin id="org.eclipse.actf.ai.navigator" fragment=""/>
-      <plugin id="org.eclipse.actf.ai.query" fragment=""/>
+      <plugin id="org.apache.commons.jxpath"/>
+      <plugin id="org.eclipse.actf.ai.audio.io"/>
+      <plugin id="org.eclipse.actf.ai.fennec"/>
+      <plugin id="org.eclipse.actf.ai.navigator"/>
+      <plugin id="org.eclipse.actf.ai.query"/>
       <plugin id="org.eclipse.actf.ai.tts.protalker"/>
       <plugin id="org.eclipse.actf.ai.tts.sapi"/>
       <plugin id="org.eclipse.actf.ai.voice"/>
-      <plugin id="org.eclipse.actf.ai.xmlstore" fragment=""/>
+      <plugin id="org.eclipse.actf.ai.xmlstore"/>
       <plugin id="org.eclipse.actf.core"/>
       <plugin id="org.eclipse.actf.examples.scripteditor"/>
       <plugin id="org.eclipse.actf.model.dom.dombycom"/>
diff --git a/plugins/org.eclipse.actf.examples.scripteditor/about.properties b/plugins/org.eclipse.actf.examples.scripteditor/about.properties
index 711161b..e69de29 100644
--- a/plugins/org.eclipse.actf.examples.scripteditor/about.properties
+++ b/plugins/org.eclipse.actf.examples.scripteditor/about.properties
@@ -1,29 +0,0 @@
-###############################################################################
-# Copyright (c) 2009, 2012 IBM Corporation and others.
-# 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:
-#     IBM Corporation - initial API and implementation
-###############################################################################
-# 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.
-#
-# Do not translate any values surrounded by {}
-
-blurb=Eclipse ACTF ScriptEditor\n\
-\n\
-Version: {featureVersion}\n\
-Build id: {0}\n\
-\n\
-(c) Copyright Eclipse contributors and others 2009, 2012.  All rights reserved.\n\
-Visit http://www.eclipse.org/actf\n
-\n\
-This product includes software developed by the\n\
-Apache Software Foundation http://www.apache.org/
-
diff --git a/plugins/org.eclipse.actf.examples.scripteditor/plugin.properties b/plugins/org.eclipse.actf.examples.scripteditor/plugin.properties
index 8246e32..726a000 100644
--- a/plugins/org.eclipse.actf.examples.scripteditor/plugin.properties
+++ b/plugins/org.eclipse.actf.examples.scripteditor/plugin.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2009, 2010 IBM Corporation and others.
+# Copyright (c) 2009, 2012 IBM Corporation and others.
 # 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
@@ -8,7 +8,7 @@
 # Contributors:
 #     IBM Corporation - initial API and implementation
 ###############################################################################
-scripteditor.window.title=ScriptEditor
+scripteditor.window.title=EASEL
 
 scripteditor.action.open=&Open
 scripteditor.action.clear=New
@@ -60,6 +60,6 @@
 scripteditor.preference.capture.name=Capture audio setting
 scripteditor.preference.csvrule.name=CSV data import setting
 
-About.Text=Eclipse ACTF ScriptEditor\nVersion: 0.0.1\n\nCopyright Eclipse contributors and others 2009, 2012.  All rights reserved.\nVisit http://www.eclipse.org/actf/\n\nThis product includes software developed by the\nApache Software Foundation http://www.apache.org/
+About.Text=Eclipse ACTF Script Editor Lite (EASEL)\nVersion: 0.1.0\n\nCopyright Eclipse contributors and others 2009, 2012.  All rights reserved.\nVisit http://www.eclipse.org/actf/\n\nThis product includes software developed by the\nApache Software Foundation http://www.apache.org/
 
 browser.ie.title=Web Browser (ACTF)
diff --git a/plugins/org.eclipse.actf.examples.scripteditor/plugin.xml b/plugins/org.eclipse.actf.examples.scripteditor/plugin.xml
index 362949e..5efe360 100644
--- a/plugins/org.eclipse.actf.examples.scripteditor/plugin.xml
+++ b/plugins/org.eclipse.actf.examples.scripteditor/plugin.xml
@@ -197,14 +197,14 @@
          point="org.eclipse.core.runtime.products">
       <product
             application="org.eclipse.actf.examples.scripteditor.application"
-            name="ACTF Script Editor">
+            name="Eclipse ACTF Script Editor Lite (EASEL)">
          <property
                name="windowImages"
                value="icons/bl_16.gif,icons/bl_32.gif,icons/bl_48.gif">
          </property>
          <property
                name="appName"
-               value="ACTF Script Editor">
+               value="Eclipse ACTF Script Editor Lite (EASEL)">
          </property>
          <property
                name="aboutImage"
diff --git a/plugins/org.eclipse.actf.examples.scripteditor/plugin_ja.properties b/plugins/org.eclipse.actf.examples.scripteditor/plugin_ja.properties
index bddf838..6756c7c 100644
--- a/plugins/org.eclipse.actf.examples.scripteditor/plugin_ja.properties
+++ b/plugins/org.eclipse.actf.examples.scripteditor/plugin_ja.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2009, 2010 IBM Corporation and others.
+# Copyright (c) 2009, 2012 IBM Corporation and others.
 # 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
@@ -8,8 +8,6 @@
 # Contributors:
 #     IBM Corporation - initial API and implementation
 ###############################################################################
-scripteditor.window.title=ScriptEditor
-
 scripteditor.action.open=\u958b\u304f(&O)
 scripteditor.action.clear=\u65b0\u898f\u4f5c\u6210
 scripteditor.action.save=\u4fdd\u5b58(&S)
@@ -60,6 +58,4 @@
 scripteditor.preference.capture.name=\u30ad\u30e3\u30d7\u30c1\u30e3\u30fc\u30fb\u30aa\u30fc\u30c7\u30a3\u30aa\u8a2d\u5b9a
 scripteditor.preference.csvrule.name=CSV\u30c7\u30fc\u30bf\u5165\u529b\u8a2d\u5b9a
 
-About.Text=Eclipse ACTF ScriptEditor\nVersion: 0.0.1\n\nCopyright Eclipse contributors and others 2009, 2012.  All rights reserved.\nVisit http://www.eclipse.org/actf/\n\nThis product includes software developed by the\nApache Software Foundation http://www.apache.org/
-
 browser.ie.title=Web\u30d6\u30e9\u30a6\u30b6\u30fc (ACTF)