Add LTTng2 Kernel Analysis plug-ins
authorFrancois Chouinard <fchouinard@gmail.com>
Fri, 9 Mar 2012 18:57:29 +0000 (13:57 -0500)
committerFrancois Chouinard <fchouinard@gmail.com>
Mon, 12 Mar 2012 14:30:07 +0000 (10:30 -0400)
commita7780cc827c27f117fc775d061a1f221c0833749
tree56676a68de8957bfa24f5567acb94aaad6487fc3
parent79b3328454655f4c273acb783e8a1bfd0edd2bb9
Add LTTng2 Kernel Analysis plug-ins
61 files changed:
org.eclipse.linuxtools.lttng2.core.tests/ChangeLog [deleted file]
org.eclipse.linuxtools.lttng2.core.tests/test.xml [deleted file]
org.eclipse.linuxtools.lttng2.core/ChangeLog [deleted file]
org.eclipse.linuxtools.lttng2.kernel.core.tests/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core.tests/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core.tests/.project [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core.tests/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core.tests/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core.tests/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core.tests/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core.tests/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/Activator.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/AllLTTngCoreTests.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core/.options [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core/.project [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core/about.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.core/src/org/eclipse/linuxtools/lttng2/kernel/core/Activator.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.tests/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.tests/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.tests/.project [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.tests/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.tests/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.tests/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.tests/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.tests/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.tests/src/org/eclipse/linuxtools/lttng2/kernel/ui/tests/Activator.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui.tests/src/org/eclipse/linuxtools/lttng2/kernel/ui/tests/AllLTTngUITests.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui/.options [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui/.project [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui/about.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui/icons/obj16/garland16.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui/plugin.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui/src/org/eclipse/linuxtools/lttng2/kernel/kernel/ui/views/PerspectiveFactory.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel.ui/src/org/eclipse/linuxtools/lttng2/kernel/ui/Activator.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel/.project [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel/epl-v10.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel/feature.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel/feature.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel/license.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel/p2.inf [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.kernel/sourceTemplateFeature/feature.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui.tests/ChangeLog [deleted file]
org.eclipse.linuxtools.lttng2.ui.tests/test.xml [deleted file]
org.eclipse.linuxtools.lttng2.ui/ChangeLog [deleted file]
This page took 0.031614 seconds and 5 git commands to generate.