diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2009-10-02 18:08:56 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2009-11-02 17:53:58 -0800 |
commit | 49aac32500985440c8c7599ccf953f011da8a763 (patch) | |
tree | 8b5ad5b7b5ecd9f6b89d579a9ce25cd3e0c98daa /org.eclipse.jgit.junit/.classpath | |
parent | a95198580f1cea5655a65b72d0986350144aa01e (diff) | |
download | jgit-49aac32500985440c8c7599ccf953f011da8a763.tar.gz jgit-49aac32500985440c8c7599ccf953f011da8a763.zip |
Create JUnit test utilities for JGit derived sources
The LocalDiskRepositoryTestCase class is derived from the current
RepositoryTestCase code and is meant for application (or our own)
tests to subclass and access temporary repositories on the local
client disk.
Change-Id: Idff096cea40a7b2b56a90fb5de179ba61ea3a0eb
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit.junit/.classpath')
-rw-r--r-- | org.eclipse.jgit.junit/.classpath | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.jgit.junit/.classpath b/org.eclipse.jgit.junit/.classpath new file mode 100644 index 0000000000..64c5e31b7a --- /dev/null +++ b/org.eclipse.jgit.junit/.classpath @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="output" path="bin"/> +</classpath> |