Browse Source

Add resources/ as source folder in build.properties

This allows correct export of org.eclipse.jgit.pgm via the PDE Export
wizard.

Bug: 419089
Change-Id: I98765208edd7df59e262001dd01ed2b43e4475a9
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
stable-3.2
Kaloyan Raev 11 years ago
parent
commit
4d2378f41b
  1. 3
      org.eclipse.jgit.pgm/build.properties

3
org.eclipse.jgit.pgm/build.properties

@ -1,4 +1,5 @@
source.. = src/ source.. = src/,\
resources/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\

Loading…
Cancel
Save