Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-04-01 23:07:30 +0000
committerspingel2008-04-01 23:07:30 +0000
commitbdcc437c8ec3a719bdabc38bec6ffe22ead9a697 (patch)
treeb5f89dda20190585a6b37cb83e39a90d797383e4 /org.eclipse.mylyn.bugzilla.core/.project
parent9e8fbeb65924b47d09f778da977f5e69e997a029 (diff)
downloadorg.eclipse.mylyn.tasks-bdcc437c8ec3a719bdabc38bec6ffe22ead9a697.tar.gz
org.eclipse.mylyn.tasks-bdcc437c8ec3a719bdabc38bec6ffe22ead9a697.tar.xz
org.eclipse.mylyn.tasks-bdcc437c8ec3a719bdabc38bec6ffe22ead9a697.zip
NEW - bug 225040: mark internal packages as x-internal
https://bugs.eclipse.org/bugs/show_bug.cgi?id=225040
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/.project')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/.project b/org.eclipse.mylyn.bugzilla.core/.project
index 8d9696887..ffdfd20f4 100644
--- a/org.eclipse.mylyn.bugzilla.core/.project
+++ b/org.eclipse.mylyn.bugzilla.core/.project
@@ -20,9 +20,15 @@
<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