COMMON : separate the profiler-eplugin package for nativeplatform dependency (profile... 67/29467/1
authorseokgil.kang <seokgil.kang@samsung.com>
Tue, 28 Oct 2014 08:19:06 +0000 (17:19 +0900)
committerseokgil.kang <seokgil.kang@samsung.com>
Tue, 28 Oct 2014 08:19:06 +0000 (17:19 +0900)
commit403dcf95869746198536217c50f21a8e784b4e21
tree6b9b9961951fbff574fde6f054c9660ee648d2bf
parentf13f92841aac8065926d3c2408abfe45252cda28
COMMON : separate the profiler-eplugin package for nativeplatform dependency (profiler-eplugin, profiler-native-eplugin)

Change-Id: I3f35481a5f52a9326271952d4835be4c360d9acb
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
48 files changed:
org.eclipse.linuxtools.profiling.nativelaunch/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativelaunch/.project [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativelaunch/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativelaunch/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativelaunch/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativelaunch/META-INF/eclipse.inf [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativelaunch/NOTICE [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativelaunch/about.html [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativelaunch/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativelaunch/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativelaunch/src/org/eclipse/linuxtools/profiling/launch/Messages.java [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativelaunch/src/org/eclipse/linuxtools/profiling/launch/ProfileConfigurationMainTab.java [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativelaunch/src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchConfigurationTabGroup.java [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativelaunch/src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchPlugin.java [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativelaunch/src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchShortcut.java [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativelaunch/src/org/eclipse/linuxtools/profiling/launch/messages.properties [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativeui/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativeui/.project [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativeui/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativeui/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativeui/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativeui/META-INF/eclipse.inf [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativeui/NOTICE [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativeui/about.html [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativeui/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativeui/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativeui/plugin.xml [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativeui/src/org/eclipse/linuxtools/profiling/ui/ProfileUIPlugin.java [new file with mode: 0644]
org.eclipse.linuxtools.profiling.nativeui/src/org/eclipse/linuxtools/profiling/ui/ProfileUIUtils.java [new file with mode: 0644]
org.eclipse.linuxtools.valgrind.nativelaunch.exe/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.valgrind.nativelaunch.exe/.project [new file with mode: 0644]
org.eclipse.linuxtools.valgrind.nativelaunch.exe/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.linuxtools.valgrind.nativelaunch.exe/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.linuxtools.valgrind.nativelaunch.exe/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.valgrind.nativelaunch.exe/NOTICE [new file with mode: 0644]
org.eclipse.linuxtools.valgrind.nativelaunch.exe/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.valgrind.nativelaunch.exe/icons/valgrind-icon.png [new file with mode: 0644]
org.eclipse.linuxtools.valgrind.nativelaunch.exe/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.valgrind.nativelaunch.exe/plugin.xml [new file with mode: 0644]
org.eclipse.linuxtools.valgrind.nativelaunch.exe/src/org/eclipse/linuxtools/valgrind/launch/CommandManager.java [new file with mode: 0644]
org.eclipse.linuxtools.valgrind.nativelaunch.exe/src/org/eclipse/linuxtools/valgrind/launch/TizenValgrindLaunchDelegate.java [new file with mode: 0644]
org.eclipse.linuxtools.valgrind.nativelaunch.exe/src/org/eclipse/linuxtools/valgrind/launch/ValgrindDebugPlugin.java [new file with mode: 0644]
org.eclipse.linuxtools.valgrind.nativelaunch.exe/src/org/eclipse/linuxtools/valgrind/launch/ValgrindLaunchConfigurationTabGroup.java [new file with mode: 0644]
org.eclipse.linuxtools.valgrind.nativelaunch.exe/src/org/eclipse/linuxtools/valgrind/launch/ValgrindLaunchShortcut.java [new file with mode: 0644]
org.eclipse.linuxtools.valgrind.nativelaunch.exe/src/org/eclipse/linuxtools/valgrind/launch/ValgrindRuntimeProcess.java [new file with mode: 0644]
package/build.linux
package/changelog
package/pkginfo.manifest