diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-06-05 14:39:27 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-06-05 14:39:27 +0200 |
commit | ab360d06de67611aa41e9ef8259fedac452a2e06 (patch) | |
tree | 803b2f9e2cf44a8f4ca7c1ed961f30bc2219f1f7 /org.eclipse.jgit/build.properties | |
parent | d8ec8527a6de4ad557e3064e24c8f2e34b3e7932 (diff) | |
download | jgit-ab360d06de67611aa41e9ef8259fedac452a2e06.tar.gz 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>
Diffstat (limited to 'org.eclipse.jgit/build.properties')
-rw-r--r-- | org.eclipse.jgit/build.properties | 5 |
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 |