From: imyousuf@gmail.com
To: git@vger.kernel.org
Cc: spearce@spearce.org, Imran M Yousuf <imyousuf@smartitengineering.com>
Subject: [JGit Patch 3/6] Add test resources directory as a classpath entry
Date: Thu, 21 Aug 2008 08:47:25 +0600 [thread overview]
Message-ID: <1219286848-22758-3-git-send-email-imyousuf@gmail.com> (raw)
In-Reply-To: <1219286848-22758-2-git-send-email-imyousuf@gmail.com>
From: Imran M Yousuf <imyousuf@smartitengineering.com>
Since test resources will be required to be read from classpath thus adding
record to Eclipse's .classpath setting file.
Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
---
org.spearce.jgit.test/.classpath | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/org.spearce.jgit.test/.classpath b/org.spearce.jgit.test/.classpath
index 592fa17..a276507 100644
--- a/org.spearce.jgit.test/.classpath
+++ b/org.spearce.jgit.test/.classpath
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/*.idx|**/*.pack" kind="src" path="tst"/>
+ <classpathentry kind="src" path="tst-rsrc"/>
<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.spearce.jgit"/>
--
1.5.6
next prev parent reply other threads:[~2008-08-21 2:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-21 2:47 [JGit Patch 1/6] Add a POM file for setting JGit library as a Maven project imyousuf
[not found] ` <1219286848-22758-2-git-send-email-imyousuf@gmail.com>
2008-08-21 2:47 ` imyousuf [this message]
2008-08-21 2:47 ` [JGit Patch 4/6] Use test resources from classpath imyousuf
2008-08-21 2:47 ` [JGit Patch 5/6] Add script for adding second pack for test purpose imyousuf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1219286848-22758-3-git-send-email-imyousuf@gmail.com \
--to=imyousuf@gmail.com \
--cc=git@vger.kernel.org \
--cc=imyousuf@smartitengineering.com \
--cc=spearce@spearce.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).