From 1ca22467f521853f4c4d93ebba2b744798aaa327 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Tue, 9 Feb 2010 19:19:49 -0800 Subject: [PATCH] http.test: Add missing plugin.properties to build Change-Id: I17e2c22498092d25dace88319698626ce55df822 --- org.eclipse.jgit.http.test/build.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.eclipse.jgit.http.test/build.properties b/org.eclipse.jgit.http.test/build.properties index 54c9cd2d7..9ffa0caf7 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