[277155] move Fragment project's properties files into the parent
Plugin. 
diff --git a/plugins/org.eclipse.actf.visualization.flash/META-INF/MANIFEST.MF b/plugins/org.eclipse.actf.visualization.flash/META-INF/MANIFEST.MF
index af9eb9e..b85d34f 100644
--- a/plugins/org.eclipse.actf.visualization.flash/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.actf.visualization.flash/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@
 Bundle-SymbolicName: org.eclipse.actf.visualization.flash;singleton:=true
 Bundle-Version: 1.2.0.qualifier
 Bundle-Vendor: Eclipse.org
-Bundle-Localization: fragment
+Bundle-Localization: plugin
 Fragment-Host: org.eclipse.actf.visualization.gui
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.actf.visualization.flash/build.properties b/plugins/org.eclipse.actf.visualization.flash/build.properties
index 16e506e..ae9905d 100644
--- a/plugins/org.eclipse.actf.visualization.flash/build.properties
+++ b/plugins/org.eclipse.actf.visualization.flash/build.properties
@@ -14,9 +14,6 @@
                about.html,\
                .,\
                fragment.xml,\
-               fragment.properties,\
-               fragment_ja.properties,\
-               fragment_zh.properties,\
                icons/
 bin.excludes = icons/view16/.cvsignore,\
                icons/flash16/.cvsignore,\
diff --git a/plugins/org.eclipse.actf.visualization.flash/fragment.properties b/plugins/org.eclipse.actf.visualization.flash/fragment.properties
deleted file mode 100644
index 8df29df..0000000
--- a/plugins/org.eclipse.actf.visualization.flash/fragment.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-###############################################################################
-# Copyright (c) 2007, 2009 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
-###############################################################################
-FlashDOMView.name=Flash Outline
-FlashNode.properties=Flash Properties 
-FlashPlayer.properties=Flash Error Properties
-FlashFind.menu=&Find Flash DOM
-
-actf.FlashPerspective.name=Flash Accessibility
diff --git a/plugins/org.eclipse.actf.visualization.flash/fragment_ja.properties b/plugins/org.eclipse.actf.visualization.flash/fragment_ja.properties
deleted file mode 100644
index 977b878..0000000
--- a/plugins/org.eclipse.actf.visualization.flash/fragment_ja.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-###############################################################################
-# Copyright (c) 2007, 2009 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
-###############################################################################
-FlashDOMView.name=Flash \u30a2\u30a6\u30c8\u30e9\u30a4\u30f3
-FlashNode.properties=Flash\u30d7\u30ed\u30d1\u30c6\u30a3
-FlashPlayer.properties=Flash\u30a8\u30e9\u30fc\u30d7\u30ed\u30d1\u30c6\u30a3
-FlashFind.menu=\u5bfe\u5fdc\u3059\u308bFlash DOM\u3092\u691c\u7d22\u3059\u308b(&F)
-
-actf.FlashPerspective.name=Flash \u30a2\u30af\u30bb\u30b7\u30d3\u30ea\u30c6\u30a3
diff --git a/plugins/org.eclipse.actf.visualization.flash/fragment_zh.properties b/plugins/org.eclipse.actf.visualization.flash/fragment_zh.properties
deleted file mode 100644
index 464f80d..0000000
--- a/plugins/org.eclipse.actf.visualization.flash/fragment_zh.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-###############################################################################
-# Copyright (c) 2010 Shaojian Zhu
-# 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:
-#     Shaojian Zhu - initial API and implementation
-###############################################################################
-FlashDOMView.name=Flash\u5927\u7eb2
-FlashNode.properties=Flash\u5c5e\u6027 
-FlashPlayer.properties=Flash\u9519\u8bef\u6027\u8d28
-FlashFind.menu=\u5bfb\u627eFlash\u7684DOM (&F)
-
-actf.FlashPerspective.name=Flash\u65e0\u969c\u788d
diff --git a/plugins/org.eclipse.actf.visualization.gui/plugin.properties b/plugins/org.eclipse.actf.visualization.gui/plugin.properties
index 6198ff1..3f2a9a8 100644
--- a/plugins/org.eclipse.actf.visualization.gui/plugin.properties
+++ b/plugins/org.eclipse.actf.visualization.gui/plugin.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2007, 2009 IBM Corporation and others.
+# Copyright (c) 2007, 2015 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
@@ -19,5 +19,8 @@
 WindowListAction.label=Target W&indow
 WindowListAction.tooltip=Select Target Window
 AccessibleObject.properties=GUI Properties 
+FlashDOMView.name=Flash Outline
+FlashFind.menu=&Find Flash DOM
 
-actf.GUIPerspective.name=GUI Accessibility
\ No newline at end of file
+actf.GUIPerspective.name=GUI Accessibility
+actf.FlashPerspective.name=Flash Accessibility
\ No newline at end of file
diff --git a/plugins/org.eclipse.actf.visualization.gui/plugin_ja.properties b/plugins/org.eclipse.actf.visualization.gui/plugin_ja.properties
index b55c338..5a6bfb5 100644
--- a/plugins/org.eclipse.actf.visualization.gui/plugin_ja.properties
+++ b/plugins/org.eclipse.actf.visualization.gui/plugin_ja.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2007, 2009 IBM Corporation and others.
+# Copyright (c) 2007, 2015 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
@@ -19,5 +19,8 @@
 WindowListAction.label=\u5bfe\u8c61\u30a6\u30a3\u30f3\u30c9\u30a6(&I)
 WindowListAction.tooltip=\u5bfe\u8c61\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044
 AccessibleObject.properties=GUI\u30d7\u30ed\u30d1\u30c6\u30a3
+FlashDOMView.name=Flash \u30a2\u30a6\u30c8\u30e9\u30a4\u30f3
+FlashFind.menu=\u5bfe\u5fdc\u3059\u308bFlash DOM\u3092\u691c\u7d22\u3059\u308b(&F)
 
 actf.GUIPerspective.name=GUI \u30a2\u30af\u30bb\u30b7\u30d3\u30ea\u30c6\u30a3
+actf.FlashPerspective.name=Flash \u30a2\u30af\u30bb\u30b7\u30d3\u30ea\u30c6\u30a3
\ No newline at end of file
diff --git a/plugins/org.eclipse.actf.visualization.gui/plugin_zh.properties b/plugins/org.eclipse.actf.visualization.gui/plugin_zh.properties
index 597120a..6358d47 100644
--- a/plugins/org.eclipse.actf.visualization.gui/plugin_zh.properties
+++ b/plugins/org.eclipse.actf.visualization.gui/plugin_zh.properties
@@ -19,5 +19,8 @@
 WindowListAction.label=\u76ee\u6807\u7a97\u53e3\uff08&i\uff09
 WindowListAction.tooltip=\u9009\u62e9\u76ee\u6807\u7a97\u53e3
 AccessibleObject.properties=GUI\u5c5e\u6027
+FlashDOMView.name=Flash\u5927\u7eb2
+FlashFind.menu=\u5bfb\u627eFlash\u7684DOM (&F)
 
-actf.GUIPerspective.name=GUI\u65e0\u969c\u788d
\ No newline at end of file
+actf.GUIPerspective.name=GUI\u65e0\u969c\u788d
+actf.FlashPerspective.name=Flash\u65e0\u969c\u788d
\ No newline at end of file