diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2010-06-14 08:12:48 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-06-14 08:12:48 -0700 |
commit | 44ba1bc78ce0c00fd970f39a93128de061e83e01 (patch) | |
tree | 5b50186256be237c34d346eaff96e260f0dea6b6 /org.eclipse.jgit | |
parent | 239ce58553264e9f8778dda6455c3545b6a74d24 (diff) | |
parent | d28a40d6790e321fbd9cb8d9b945308fe0e0fca4 (diff) | |
download | jgit-44ba1bc78ce0c00fd970f39a93128de061e83e01.tar.gz jgit-44ba1bc78ce0c00fd970f39a93128de061e83e01.zip |
Merge branch 'stable-0.8'
* stable-0.8:
Qualify post-0.8.4 builds
JGit 0.8.4
JGit 0.8.3
Include about.html in org.eclipse.jgit artifact
Fix build.properties of the JGit feature
Added the standard SULA for JGit
Add "resources/" as a source folder
Change-Id: I4ecb0af41184ef84d104345fd1adcc4a240a38f6
Diffstat (limited to 'org.eclipse.jgit')
-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 |