Change the PlatformRootstrap class 55/26955/1
authorShihyun.kim <shihyun.kim@samsung.com>
Tue, 2 Sep 2014 07:55:53 +0000 (16:55 +0900)
committerShihyun.kim <shihyun.kim@samsung.com>
Tue, 2 Sep 2014 07:55:53 +0000 (16:55 +0900)
Change-Id: I38db09c60cf468764539cc31c875af91b73fcad2
Signed-off-by: Shihyun.kim <shihyun.kim@samsung.com>
org.eclipse.linuxtools.profiling.launch/src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchShortcut.java
package/changelog
package/pkginfo.manifest

index e7183e6..c7bc502 100644 (file)
@@ -466,7 +466,7 @@ public static void showErrorDialog(final String errorMessage, final String reaso
     protected void setSourceContainer(IProject project,
             ILaunchConfigurationWorkingCopy configuration) {
         PlatformRootstrap rootstrap = target.getRootstrap();
-        String basePath = rootstrap.getPath().toString();
+        String basePath = rootstrap.getPath();
         String rootstrapPath = "";
                if (OSChecker.isWindows()) {
                        rootstrapPath = basePath;
index 13919a6..2480bbc 100644 (file)
@@ -1,3 +1,6 @@
+* 2.2.27
+- change the PlatformRootstrap
+== Shihyun kim <shihyun.kim@samsung.com> 2014-09-02
 * 2.2.26
 - fix potential bug
 == Seokgil Kang <seokgil.kang@samsung.com> 2014-09-01
index 65511be..73cf9a3 100644 (file)
@@ -1,5 +1,5 @@
 Source:profiler-eplugin
-Version:2.2.26
+Version:2.2.27
 Maintainer:seokgil.kang <seokgil.kang@samsung.com>, Juyoung Kim
 
 Package:profiler-eplugin