Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit/build.properties')
-rw-r--r--org.eclipse.jgit/build.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.jgit/build.properties b/org.eclipse.jgit/build.properties
index d944674ba0..0b8f825bf0 100644
--- a/org.eclipse.jgit/build.properties
+++ b/org.eclipse.jgit/build.properties
@@ -1,6 +1,7 @@
-source.. = src/
+source.. = src/,\
+ resources/
output.. = bin/
bin.includes = META-INF/,\
.,\
about.html,\
- plugin.properties
+ plugin.properties \ No newline at end of file

Back to the top