Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Green2012-01-26 23:48:01 +0000
committerDavid Green2012-01-26 23:48:01 +0000
commit829aa2877b332f9547a816e91b3fdf899304b497 (patch)
tree61cf485cc3a14347edae8a70a8c96218250c075a /org.eclipse.mylyn.tasks.index.core/.project
parent77b27ed8d525c7f83677544a349bea967f5286bf (diff)
downloadorg.eclipse.mylyn.tasks-829aa2877b332f9547a816e91b3fdf899304b497.tar.gz
org.eclipse.mylyn.tasks-829aa2877b332f9547a816e91b3fdf899304b497.tar.xz
org.eclipse.mylyn.tasks-829aa2877b332f9547a816e91b3fdf899304b497.zip
191522: provide full text search functionality over task comments
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191522 Change-Id: I93be38a91d657ea1df488dd56cad43c4c5505e3e
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