Removed NewManifestXmlStore
authorkh5325.kim <kh5325.kim@samsung.com>
Thu, 25 Apr 2013 14:01:01 +0000 (23:01 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Thu, 25 Apr 2013 14:01:01 +0000 (23:01 +0900)
org.eclipse.linuxtools.valgrind.launch.exe/src/org/eclipse/linuxtools/valgrind/launch/TizenValgrindLaunchDelegate.java

index 8c32ec1..fc8584f 100644 (file)
@@ -98,7 +98,7 @@ public class TizenValgrindLaunchDelegate extends TizenLaunchDelegate {
                        }
                        
                        // check for IME app
-                       IXMLStore store = ProjectUtil.getAppXmlStore(ProjectUtil.getProject(config));
+                       IXMLStore store = ProjectUtil.getXmlStore(ProjectUtil.getProject(config));
                        if(store.isImeCategory())
                        {
                                newCoreException("Profiling of IME application is not supported.", null);