Add LTTng2 Core/UI + test plug-ins
authorFrancois Chouinard <fchouinard@gmail.com>
Fri, 9 Mar 2012 16:54:09 +0000 (11:54 -0500)
committerFrancois Chouinard <fchouinard@gmail.com>
Mon, 12 Mar 2012 14:30:06 +0000 (10:30 -0400)
commit79b3328454655f4c273acb783e8a1bfd0edd2bb9
tree1578fe76ca672bda303ec41cd2c703147b71933d
parent70fc5c34274ab82fb8d3f67c32b3bbdc6c6c7517
Add LTTng2 Core/UI + test plug-ins
51 files changed:
org.eclipse.linuxtools.lttng2.core.tests/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core.tests/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core.tests/.project [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core.tests/.settings/org.eclipse.jdt.core.prefs
org.eclipse.linuxtools.lttng2.core.tests/ChangeLog [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core.tests/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core.tests/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core.tests/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core.tests/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core.tests/src/org/eclipse/linuxtools/lttng2/core/tests/Activator.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core.tests/src/org/eclipse/linuxtools/lttng2/core/tests/AllLTTngCoreTests.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core.tests/test.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core/.options [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core/.project [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core/ChangeLog [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core/about.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/lttng2/core/Activator.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui.tests/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui.tests/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui.tests/.project [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui.tests/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui.tests/ChangeLog [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui.tests/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui.tests/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui.tests/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui.tests/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui.tests/src/org/eclipse/linuxtools/lttng2/ui/tests/Activator.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui.tests/src/org/eclipse/linuxtools/lttng2/ui/tests/AllLTTngUITests.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui.tests/test.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui/.options [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui/.project [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui/ChangeLog [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui/about.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui/icons/obj16/garland16.png [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui/plugin.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/lttng2/ui/Activator.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/lttng2/ui/views/PerspectiveFactory.java [new file with mode: 0644]
This page took 0.034525 seconds and 5 git commands to generate.