Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2009-10-13 20:53:55 +0000
committerShawn O. Pearce2009-10-16 16:13:35 +0000
commit1a41a89e4c99250a9710e57894fd6af983f7d94d (patch)
tree6295d62ce2d56b45aba9d0ec54c8ebf10717eb11 /org.eclipse.jgit.test/.classpath
parent3e83a9e1df3c8664db33150f4c69204aefc02031 (diff)
downloadjgit-1a41a89e4c99250a9710e57894fd6af983f7d94d.tar.gz
jgit-1a41a89e4c99250a9710e57894fd6af983f7d94d.tar.xz
jgit-1a41a89e4c99250a9710e57894fd6af983f7d94d.zip
Refactor org.eclipse.jgit.test to be a bundle
This way dependencies are described by the MANIFEST.MF, and the same build tools can be used to compile the tests. Change-Id: I4dc926148410ecbadcf71b9474aeeb509691aa32
Diffstat (limited to 'org.eclipse.jgit.test/.classpath')
-rw-r--r--org.eclipse.jgit.test/.classpath3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.jgit.test/.classpath b/org.eclipse.jgit.test/.classpath
index af7d1e9323..3c42728dbf 100644
--- a/org.eclipse.jgit.test/.classpath
+++ b/org.eclipse.jgit.test/.classpath
@@ -5,7 +5,6 @@
<classpathentry kind="src" path="exttst"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.jgit"/>
- <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
- <classpathentry combineaccessrules="false" kind="lib" path="/com.jcraft.jsch"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top