Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2008-04-02 11:24:25 +0000
committerTomasz Zarna2008-04-02 11:24:25 +0000
commitc531384fb6b3695ce82ca93dd6e08c6ef7159b6a (patch)
tree08815bead15b37a9d8be50ce102500a9f6934fb4 /tests/org.eclipse.jsch.tests
parent366c6ccf9b9b034bbdbe78e5f28aaedaff842bd8 (diff)
downloadeclipse.platform.team-c531384fb6b3695ce82ca93dd6e08c6ef7159b6a.tar.gz
eclipse.platform.team-c531384fb6b3695ce82ca93dd6e08c6ef7159b6a.tar.xz
eclipse.platform.team-c531384fb6b3695ce82ca93dd6e08c6ef7159b6a.zip
bug 225132: Adopt API Tooling by JSch
Diffstat (limited to 'tests/org.eclipse.jsch.tests')
-rw-r--r--tests/org.eclipse.jsch.tests/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/org.eclipse.jsch.tests/.project b/tests/org.eclipse.jsch.tests/.project
index 092ec4961..19cda45e9 100644
--- a/tests/org.eclipse.jsch.tests/.project
+++ b/tests/org.eclipse.jsch.tests/.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