[383882] - Eclipse 4.2 adaptation
diff --git a/features/org.eclipse.actf.examples.htmlchecker-feature/feature.xml b/features/org.eclipse.actf.examples.htmlchecker-feature/feature.xml
index b14b804..722e0df 100644
--- a/features/org.eclipse.actf.examples.htmlchecker-feature/feature.xml
+++ b/features/org.eclipse.actf.examples.htmlchecker-feature/feature.xml
@@ -1,56 +1,64 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.eclipse.actf.examples.htmlchecker"
-      label="ACTF Example HtmlChecker Feature"
-      version="1.0.0.qualifier"
-      provider-name="Eclipse.org"
-      plugin="org.eclipse.actf.examples.htmlchecker"
-      os="win32"
-      ws="win32">
-
-   <description>
-      %description
-   </description>
-
-   <copyright>
-      %copyright
-   </copyright>
-
-   <license url="license.html">
-      %license
-   </license>
-
-   <includes
-         id="org.eclipse.rcp"
-         version="0.0.0"/>
-
-   <includes
-         id="org.eclipse.actf.visualization"
-         version="0.0.0"/>
-
-   <requires>
-      <import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>
-      <import plugin="org.eclipse.ui" version="3.5.0" match="compatible"/>
-      <import plugin="org.eclipse.actf.ui"/>
-      <import plugin="org.eclipse.actf.visualization"/>
-      <import plugin="org.eclipse.actf.visualization.blind"/>
-      <import plugin="org.eclipse.actf.visualization.engines.blind"/>
-      <import plugin="org.eclipse.actf.visualization.engines.blind.html"/>
-      <import plugin="org.eclipse.actf.visualization.eval"/>
-   </requires>
-
-   <plugin
-         id="org.eclipse.ui.views"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.eclipse.actf.examples.htmlchecker"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-</feature>
+<?xml version="1.0" encoding="UTF-8"?>

+<feature

+      id="org.eclipse.actf.examples.htmlchecker"

+      label="ACTF Example HtmlChecker Feature"

+      version="1.2.0.qualifier"

+      provider-name="Eclipse.org"

+      plugin="org.eclipse.actf.examples.htmlchecker"

+      os="win32"

+      ws="win32">

+

+   <description>

+      %description

+   </description>

+

+   <copyright>

+      %copyright

+   </copyright>

+

+   <license url="license.html">

+      %license

+   </license>

+

+   <includes

+         id="org.eclipse.rcp"

+         version="0.0.0"/>

+

+   <includes

+         id="org.eclipse.actf.visualization"

+         version="0.0.0"/>

+

+   <includes

+         id="org.eclipse.emf.common"

+         version="0.0.0"/>

+

+   <includes

+         id="org.eclipse.emf.ecore"

+         version="0.0.0"/>

+

+   <requires>

+      <import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>

+      <import plugin="org.eclipse.ui" version="3.5.0" match="compatible"/>

+      <import plugin="org.eclipse.actf.ui"/>

+      <import plugin="org.eclipse.actf.visualization"/>

+      <import plugin="org.eclipse.actf.visualization.blind"/>

+      <import plugin="org.eclipse.actf.visualization.engines.blind"/>

+      <import plugin="org.eclipse.actf.visualization.engines.blind.html"/>

+      <import plugin="org.eclipse.actf.visualization.eval"/>

+   </requires>

+

+   <plugin

+         id="org.eclipse.ui.views"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+   <plugin

+         id="org.eclipse.actf.examples.htmlchecker"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+</feature>

diff --git a/plugins/org.eclipse.actf.examples.htmlchecker/htmlchecker.product b/plugins/org.eclipse.actf.examples.htmlchecker/htmlchecker.product
index 7fd5a09..8a27eb6 100644
--- a/plugins/org.eclipse.actf.examples.htmlchecker/htmlchecker.product
+++ b/plugins/org.eclipse.actf.examples.htmlchecker/htmlchecker.product
@@ -1,42 +1,42 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?pde version="3.5"?>
-
-<product name="HtmlChecker" uid="ACTF HtmlChecker" id="org.eclipse.actf.examples.htmlchecker.HtmlChecker" application="org.eclipse.actf.examples.htmlchecker.HtmlChecker" version="1.0.0.qualifier" useFeatures="true" includeLaunchers="true">
-
-   <aboutInfo>
-      <image path="/org.eclipse.actf.examples.htmlchecker/about.gif"/>
-      <text>
-         %About.Text
-      </text>
-   </aboutInfo>
-
-   <configIni use="default">
-   </configIni>
-
-   <launcherArgs>
-      <vmArgs>-Xmx512m</vmArgs>
-      <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
-   </launcherArgs>
-
-   <windowImages i32="/org.eclipse.actf.examples.htmlchecker/icons/excla_32.png"/>
-
-   <launcher name="htmlchecker">
-      <solaris/>
-      <win useIco="true">
-         <ico path="/org.eclipse.actf.examples.htmlchecker/icons/actf.ico"/>
-         <bmp/>
-      </win>
-   </launcher>
-
-   <vm>
-   </vm>
-
-   <plugins>
-   </plugins>
-
-   <features>
-      <feature id="org.eclipse.actf.examples.htmlchecker" version="1.0.0.qualifier"/>
-   </features>
-
-
-</product>
+<?xml version="1.0" encoding="UTF-8"?>

+<?pde version="3.5"?>

+

+<product name="HtmlChecker" uid="ACTF HtmlChecker" id="org.eclipse.actf.examples.htmlchecker.HtmlChecker" application="org.eclipse.actf.examples.htmlchecker.HtmlChecker" version="1.2.0.qualifier" useFeatures="true" includeLaunchers="true">

+

+   <aboutInfo>

+      <image path="/org.eclipse.actf.examples.htmlchecker/about.gif"/>

+      <text>

+         %About.Text

+      </text>

+   </aboutInfo>

+

+   <configIni use="default">

+   </configIni>

+

+   <launcherArgs>

+      <vmArgs>-Xmx512m</vmArgs>

+      <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>

+   </launcherArgs>

+

+   <windowImages i32="/org.eclipse.actf.examples.htmlchecker/icons/excla_32.png"/>

+

+   <launcher name="htmlchecker">

+      <solaris/>

+      <win useIco="true">

+         <ico path="/org.eclipse.actf.examples.htmlchecker/icons/actf.ico"/>

+         <bmp/>

+      </win>

+   </launcher>

+

+   <vm>

+   </vm>

+

+   <plugins>

+   </plugins>

+

+   <features>

+      <feature id="org.eclipse.actf.examples.htmlchecker"/>

+   </features>

+

+

+</product>