diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2010-02-09 19:19:49 -0800 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-02-09 19:28:28 -0800 |
commit | 1ca22467f521853f4c4d93ebba2b744798aaa327 (patch) | |
tree | 27f31208a9daa13f90d0c00500385118119515c9 /org.eclipse.jgit.http.test/build.properties | |
parent | d207c69ff494c3f6154a9b4f76a6fe9165647961 (diff) | |
download | jgit-1ca22467f521853f4c4d93ebba2b744798aaa327.tar.gz jgit-1ca22467f521853f4c4d93ebba2b744798aaa327.zip |
http.test: Add missing plugin.properties to build
Change-Id: I17e2c22498092d25dace88319698626ce55df822
Diffstat (limited to 'org.eclipse.jgit.http.test/build.properties')
-rw-r--r-- | org.eclipse.jgit.http.test/build.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit.http.test/build.properties b/org.eclipse.jgit.http.test/build.properties index 54c9cd2d79..9ffa0caf78 100644 --- a/org.eclipse.jgit.http.test/build.properties +++ b/org.eclipse.jgit.http.test/build.properties @@ -1,4 +1,5 @@ source.. = tst/ output.. = bin/ bin.includes = META-INF/,\ - . + .,\ + plugin.properties |