Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2009-04-02 14:23:50 +0000
committerPascal Rapicault2009-04-02 14:23:50 +0000
commit7a287db27c4047c24eb985802f1d432ed57a0fa3 (patch)
tree559557666f72b989d14352490b320d2d6a416341 /bundles/org.eclipse.equinox.p2.installer
parentab40d2b37b440ea89b501e86558e8c85244a6037 (diff)
downloadrt.equinox.p2-7a287db27c4047c24eb985802f1d432ed57a0fa3.tar.gz
rt.equinox.p2-7a287db27c4047c24eb985802f1d432ed57a0fa3.tar.xz
rt.equinox.p2-7a287db27c4047c24eb985802f1d432ed57a0fa3.zip
HEAD - Enable api tooling
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.installer')
-rw-r--r--bundles/org.eclipse.equinox.p2.installer/.project6
-rw-r--r--bundles/org.eclipse.equinox.p2.installer/src/org/eclipse/equinox/internal/provisional/p2/installer/IInstallOperation.java1
2 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.installer/.project b/bundles/org.eclipse.equinox.p2.installer/.project
index eab7f409e..8fc72c3f0 100644
--- a/bundles/org.eclipse.equinox.p2.installer/.project
+++ b/bundles/org.eclipse.equinox.p2.installer/.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>
diff --git a/bundles/org.eclipse.equinox.p2.installer/src/org/eclipse/equinox/internal/provisional/p2/installer/IInstallOperation.java b/bundles/org.eclipse.equinox.p2.installer/src/org/eclipse/equinox/internal/provisional/p2/installer/IInstallOperation.java
index 8bdd9b289..08eb4a82e 100644
--- a/bundles/org.eclipse.equinox.p2.installer/src/org/eclipse/equinox/internal/provisional/p2/installer/IInstallOperation.java
+++ b/bundles/org.eclipse.equinox.p2.installer/src/org/eclipse/equinox/internal/provisional/p2/installer/IInstallOperation.java
@@ -18,6 +18,7 @@ import org.eclipse.core.runtime.*;
* progress monitoring and cancelation.
* <p>
* This interface is not intended to be implemented by clients.
+ * @noimplement This interface is not intended to be implemented by clients.
*/
public interface IInstallOperation {
/**

Back to the top