Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2013-12-05 22:39:22 +0000
committerEugene Tarassov2013-12-05 22:39:22 +0000
commitd3bf2c54b75639324fa4158fbb85ba6c1cece7ba (patch)
treed82fbb2780d1846e6f0c685864731e176fab7c24 /examples/org.eclipse.tcf.examples.filtering/.project
parent60d05b7fac6c9bf3d197430bdfbd4921a689ef51 (diff)
downloadorg.eclipse.tcf-d3bf2c54b75639324fa4158fbb85ba6c1cece7ba.tar.gz
org.eclipse.tcf-d3bf2c54b75639324fa4158fbb85ba6c1cece7ba.tar.xz
org.eclipse.tcf-d3bf2c54b75639324fa4158fbb85ba6c1cece7ba.zip
TCF Examples: created an example of debugger extension that filter out running threads in the Debug view
Diffstat (limited to 'examples/org.eclipse.tcf.examples.filtering/.project')
-rw-r--r--examples/org.eclipse.tcf.examples.filtering/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/org.eclipse.tcf.examples.filtering/.project b/examples/org.eclipse.tcf.examples.filtering/.project
new file mode 100644
index 000000000..dd2574d2a
--- /dev/null
+++ b/examples/org.eclipse.tcf.examples.filtering/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.tcf.examples.filtering</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