[TITLE] configure tab modify
authorwonhyoung2.park <wonhyoung2.park@samsung.com>
Wed, 30 Nov 2011 07:52:11 +0000 (16:52 +0900)
committerwonhyoung2.park <wonhyoung2.park@samsung.com>
Wed, 30 Nov 2011 07:52:11 +0000 (16:52 +0900)
[Type]
[Module] profiler
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

org.eclipse.linuxtools.oprofile.launch.exe/src/com/samsung/tizen/oprofile/launch/configuration/NormalOprofileLaunchConfigurationTabGroup.java
org.eclipse.linuxtools.valgrind.launch.exe/src/org/eclipse/linuxtools/valgrind/launch/ValgrindLaunchConfigurationTabGroup.java

index d79fdb9..3b725dd 100644 (file)
@@ -40,9 +40,9 @@ public class NormalOprofileLaunchConfigurationTabGroup extends ProfileLaunchConf
        public void createTabs(ILaunchConfigurationDialog dialog, String mode) {
                ArrayList<AbstractLaunchConfigurationTab> tabs = new ArrayList<AbstractLaunchConfigurationTab>();
                tabs.add(new TizenMainTab());
-               tabs.add(new TizenArgumentsTab());
+//             tabs.add(new TizenArgumentsTab());
                tabs.addAll(Arrays.asList(getProfileTabs()));
-               tabs.add(new TizenEnvironmentTab());
+//             tabs.add(new TizenEnvironmentTab());
 //             tabs.add(new SourceLookupTab());
                
                setTabs(tabs.toArray(new AbstractLaunchConfigurationTab[tabs.size()]));
index 985ccfa..338360c 100644 (file)
@@ -47,9 +47,9 @@ public class ValgrindLaunchConfigurationTabGroup extends ProfileLaunchConfigurat
 //     }       
                ArrayList<AbstractLaunchConfigurationTab> tabs = new ArrayList<AbstractLaunchConfigurationTab>();
                tabs.add(new TizenMainTab());
-               tabs.add(new TizenArgumentsTab());
+//             tabs.add(new TizenArgumentsTab());
                tabs.addAll(Arrays.asList(getProfileTabs()));
-               tabs.add(new TizenEnvironmentTab());
+//             tabs.add(new TizenEnvironmentTab());
 //             tabs.add(new SboxSourceLookupTab());
                
                setTabs(tabs.toArray(new AbstractLaunchConfigurationTab[tabs.size()]));