Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-06-05 12:39:27 +0000
committerMatthias Sohn2010-06-05 12:39:27 +0000
commitab360d06de67611aa41e9ef8259fedac452a2e06 (patch)
tree803b2f9e2cf44a8f4ca7c1ed961f30bc2219f1f7
parentd8ec8527a6de4ad557e3064e24c8f2e34b3e7932 (diff)
downloadjgit-ab360d06de67611aa41e9ef8259fedac452a2e06.tar.gz
jgit-ab360d06de67611aa41e9ef8259fedac452a2e06.tar.xz
jgit-ab360d06de67611aa41e9ef8259fedac452a2e06.zip
Add "resources/" as a source folder
Building jgit with pde.build was broken without resources. Bug:315823 Change-Id: I45be510ada068b3ffab0feb30ec60f2c96a5ca32 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-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