[434357] - preparation for 1.2.0 release 
diff --git a/plugins/org.eclipse.actf.examples.adesigner.doc.nl1/nl/ja/docs/odf/install.html b/plugins/org.eclipse.actf.examples.adesigner.doc.nl1/nl/ja/docs/odf/install.html
index 4a41f65..0379869 100644
--- a/plugins/org.eclipse.actf.examples.adesigner.doc.nl1/nl/ja/docs/odf/install.html
+++ b/plugins/org.eclipse.actf.examples.adesigner.doc.nl1/nl/ja/docs/odf/install.html
@@ -11,7 +11,7 @@
 <H1>uOpenDocument ƒAƒNƒZƒVƒrƒŠƒeƒBƒ‚[ƒhv ‚̃Cƒ“ƒXƒg[ƒ‹ƒKƒCƒh</H1>
 <H2>ƒXƒeƒbƒv1</H2>
 <UL class="nobullet">
-<LI>OpenOffice.org ‚ðƒCƒ“ƒXƒg[ƒ‹‚µ‚Ä‚­‚¾‚³‚¢ (ƒo[ƒWƒ‡ƒ“3.0 (3.0.1ˆÈã)‚ðƒTƒ|[ƒg‚µ‚Ä‚¢‚Ü‚·)B@OpenOffice.org ‚ð‹N“®‚µ‚ú‰»‚ðs‚Á‚Ä‚­‚¾‚³‚¢B</Li>
+<LI>OpenOffice.org ‚ðƒCƒ“ƒXƒg[ƒ‹‚µ‚Ä‚­‚¾‚³‚¢ (ƒo[ƒWƒ‡ƒ“3.2.x‚ðƒTƒ|[ƒg‚µ‚Ä‚¢‚Ü‚·)B@OpenOffice.org ‚ð‹N“®‚µ‚ú‰»‚ðs‚Á‚Ä‚­‚¾‚³‚¢B</Li>
 </UL>
 <H2>ƒXƒeƒbƒv2</H2>
 <UL class="nobullet">
diff --git a/plugins/org.eclipse.actf.examples.adesigner.doc/docs/odf/install.html b/plugins/org.eclipse.actf.examples.adesigner.doc/docs/odf/install.html
index 748281c..41299cb 100644
--- a/plugins/org.eclipse.actf.examples.adesigner.doc/docs/odf/install.html
+++ b/plugins/org.eclipse.actf.examples.adesigner.doc/docs/odf/install.html
@@ -12,7 +12,7 @@
 
 <H2>Step 1</H2>
 <UL class="nobullet">
-<LI>Install OpenOffice.org 3.x (later than 3.0.1). Launch OpenOffice.org and finish initialization.</Li>
+<LI>Install OpenOffice.org 3.2.x. Launch OpenOffice.org and finish initialization.</Li>
 </UL>
 <H2>Step 2</H2>
 <UL class="nobullet">
diff --git a/plugins/org.eclipse.actf.examples.adesigner.eval.html/META-INF/MANIFEST.MF b/plugins/org.eclipse.actf.examples.adesigner.eval.html/META-INF/MANIFEST.MF
index 0ba42dd..ebcea60 100644
--- a/plugins/org.eclipse.actf.examples.adesigner.eval.html/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.actf.examples.adesigner.eval.html/META-INF/MANIFEST.MF
@@ -12,6 +12,4 @@
  org.eclipse.actf.model.dom.html,
  org.eclipse.actf.visualization.engines.blind,
  org.eclipse.actf.model.dom.dombycom
-Bundle-ClassPath: evalhtml.jar,
- .
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/plugins/org.eclipse.actf.examples.adesigner.eval.html/build.properties b/plugins/org.eclipse.actf.examples.adesigner.eval.html/build.properties
index 3fd7395..7ecfceb 100644
--- a/plugins/org.eclipse.actf.examples.adesigner.eval.html/build.properties
+++ b/plugins/org.eclipse.actf.examples.adesigner.eval.html/build.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2007, 2008 IBM Corporation and others.
+# Copyright (c) 2007, 2014 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
@@ -12,9 +12,7 @@
                plugin.xml,\
                about.html,\
                resources/,\
-               evalhtml.jar,\
                .
-jars.compile.order = evalhtml.jar
-source.evalhtml.jar = src/
-output.evalhtml.jar = bin/
+jars.compile.order = .
 source.. = src/
+output.. = bin/
diff --git a/plugins/org.eclipse.actf.examples.adesigner.eval.odf/META-INF/MANIFEST.MF b/plugins/org.eclipse.actf.examples.adesigner.eval.odf/META-INF/MANIFEST.MF
index 5032816..7f36a87 100644
--- a/plugins/org.eclipse.actf.examples.adesigner.eval.odf/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.actf.examples.adesigner.eval.odf/META-INF/MANIFEST.MF
@@ -12,8 +12,6 @@
  org.eclipse.actf.visualization.eval
 Export-Package: org.eclipse.actf.examples.adesigner.eval.odf,
  org.eclipse.actf.examples.adesigner.eval.odf.preferences
-Bundle-ClassPath: checkerodf.jar,
- .
 Bundle-Localization: plugin
 Bundle-ActivationPolicy: lazy
 Bundle-Activator: org.eclipse.actf.examples.adesigner.eval.odf.OdfCheckerPlugin
diff --git a/plugins/org.eclipse.actf.examples.adesigner.eval.odf/build.properties b/plugins/org.eclipse.actf.examples.adesigner.eval.odf/build.properties
index 3f9b571..aab28a8 100644
--- a/plugins/org.eclipse.actf.examples.adesigner.eval.odf/build.properties
+++ b/plugins/org.eclipse.actf.examples.adesigner.eval.odf/build.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2007, 2008 IBM Corporation and others.
+# Copyright (c) 2007, 2014 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
@@ -9,7 +9,6 @@
 #     IBM Corporation - initial API and implementation
 ###############################################################################
 bin.includes = META-INF/,\
-               checkerodf.jar,\
                plugin.xml,\
                about.html,\
                plugin.properties,\
@@ -17,7 +16,6 @@
                plugin_zh.properties,\
                resources/,\
                .
-jars.compile.order = checkerodf.jar
-source.checkerodf.jar = src/
-output.checkerodf.jar = bin/
+jars.compile.order = .
 source.. = src/
+output.. = bin/