Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'server-side/examples/bundles/org.eclipse.ecf.examples.remoteservices.common/.project')
-rw-r--r--server-side/examples/bundles/org.eclipse.ecf.examples.remoteservices.common/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/server-side/examples/bundles/org.eclipse.ecf.examples.remoteservices.common/.project b/server-side/examples/bundles/org.eclipse.ecf.examples.remoteservices.common/.project
index 419422f1e..03ec9b960 100644
--- a/server-side/examples/bundles/org.eclipse.ecf.examples.remoteservices.common/.project
+++ b/server-side/examples/bundles/org.eclipse.ecf.examples.remoteservices.common/.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