Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Chouinard2012-03-09 12:36:22 +0000
committerFrancois Chouinard2012-03-12 14:30:03 +0000
commitb702befc88b00249b1423987d15fe9c7ce22997c (patch)
tree1a7f9ba7c393285411cd2f3e3583faf2b79643c7 /lttng/org.eclipse.linuxtools.lttng2
parent3da4efffb32488b994f5cfad81bd2eb38370e2d0 (diff)
downloadorg.eclipse.linuxtools-b702befc88b00249b1423987d15fe9c7ce22997c.tar.gz
org.eclipse.linuxtools-b702befc88b00249b1423987d15fe9c7ce22997c.tar.xz
org.eclipse.linuxtools-b702befc88b00249b1423987d15fe9c7ce22997c.zip
Add lttng2 core plug-ins
Diffstat (limited to 'lttng/org.eclipse.linuxtools.lttng2')
-rw-r--r--lttng/org.eclipse.linuxtools.lttng2/.gitignore5
-rw-r--r--lttng/org.eclipse.linuxtools.lttng2/feature.properties2
2 files changed, 6 insertions, 1 deletions
diff --git a/lttng/org.eclipse.linuxtools.lttng2/.gitignore b/lttng/org.eclipse.linuxtools.lttng2/.gitignore
new file mode 100644
index 0000000000..8d94ef8deb
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.lttng2/.gitignore
@@ -0,0 +1,5 @@
+bin
+@dot
+javaCompiler...args
+build.xml
+target
diff --git a/lttng/org.eclipse.linuxtools.lttng2/feature.properties b/lttng/org.eclipse.linuxtools.lttng2/feature.properties
index 89ab664e69..003a1613e8 100644
--- a/lttng/org.eclipse.linuxtools.lttng2/feature.properties
+++ b/lttng/org.eclipse.linuxtools.lttng2/feature.properties
@@ -1,5 +1,5 @@
#*******************************************************************************
-# Copyright (c) 2009 Ericsson
+# Copyright (c) 2012 Ericsson
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at

Back to the top