[Title] Modify IDE path from SLPIDE to NativeIDE
authortaeyoung2.son <taeyoung2.son@samsung.com>
Tue, 22 Nov 2011 13:27:08 +0000 (22:27 +0900)
committertaeyoung2.son <taeyoung2.son@samsung.com>
Tue, 22 Nov 2011 13:27:08 +0000 (22:27 +0900)
[Type] Feature
[Module] Sub
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

packaging_profiler.sh

index d86d59b..47a2ddd 100755 (executable)
@@ -74,7 +74,7 @@ package()
        
        echo "Create package for install manager..."
        mkdir -p $build_path/packaging/data
-       cp -rf $build_result_path/profiler $build_path/packaging/data/SLPIDE
+       cp -rf $build_result_path/profiler $build_path/packaging/data/NativeIDE
        cp -rf $metadata_path/* $build_path/packaging
        cd $build_path/packaging