Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Green2012-02-08 22:14:23 +0000
committerDavid Green2012-02-08 22:14:23 +0000
commit4e6761cb77b94173165f8e1a3d3766e354982e3a (patch)
treee837fb2635467bfd1c5ca36b74ed4c252feef6c3 /org.eclipse.mylyn.tasks.index.core/.project
parent39dbebf48c2c07ef90725eb643e4d60723fc6f3a (diff)
downloadorg.eclipse.mylyn.tasks-4e6761cb77b94173165f8e1a3d3766e354982e3a.tar.gz
org.eclipse.mylyn.tasks-4e6761cb77b94173165f8e1a3d3766e354982e3a.tar.xz
org.eclipse.mylyn.tasks-4e6761cb77b94173165f8e1a3d3766e354982e3a.zip
bug 369414: [restructure] mylyn.incubator move full text search to Mylyn Tasks
https://bugs.eclipse.org/bugs/show_bug.cgi?id=369414
Diffstat (limited to 'org.eclipse.mylyn.tasks.index.core/.project')
-rw-r--r--org.eclipse.mylyn.tasks.index.core/.project34
1 files changed, 34 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.index.core/.project b/org.eclipse.mylyn.tasks.index.core/.project
new file mode 100644
index 000000000..6c1417e54
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.index.core/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.mylyn.tasks.index.core</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>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
+ </natures>
+</projectDescription>

Back to the top