Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2011-11-18 15:05:50 +0000
committerRoland Grunberg2011-11-18 16:08:01 +0000
commit9397a159f914e96a77a1bf73d3591283a4b875d9 (patch)
tree93934446524917d0d4180308e8f25061fd414919 /perf/org.eclipse.linuxtools.perf/.project
parentb8142ae7e6dbe912521fc75187b95ce804d6447a (diff)
downloadorg.eclipse.linuxtools-9397a159f914e96a77a1bf73d3591283a4b875d9.tar.gz
org.eclipse.linuxtools-9397a159f914e96a77a1bf73d3591283a4b875d9.tar.xz
org.eclipse.linuxtools-9397a159f914e96a77a1bf73d3591283a4b875d9.zip
Initial import of Perf plugin. (BZ #356395)
Diffstat (limited to 'perf/org.eclipse.linuxtools.perf/.project')
-rw-r--r--perf/org.eclipse.linuxtools.perf/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/perf/org.eclipse.linuxtools.perf/.project b/perf/org.eclipse.linuxtools.perf/.project
new file mode 100644
index 0000000000..7e1a8361b5
--- /dev/null
+++ b/perf/org.eclipse.linuxtools.perf/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.linuxtools.perf</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>

Back to the top