diff options
author | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-06-07 16:55:48 -0500 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-06-07 16:56:24 -0500 |
commit | 6b13cb36c6f4df34c668abf70238b3827351ca5d (patch) | |
tree | b977157fa73c28f210e5a5e8776a508c1390b2de /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | f1fdc5e8d2e168b56113a03c6d4fbeb02c86d7af (diff) | |
download | jgit-6b13cb36c6f4df34c668abf70238b3827351ca5d.tar.gz jgit-6b13cb36c6f4df34c668abf70238b3827351ca5d.zip |
Fix build.properties of the JGit feature
The JGit feature's build.properties was referring
to a notice.html instead of license.html
Change-Id: I642e2a05d1be58b1d47fd9701edf1a0f2bfa3660
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties index eb0f01b9e3..b4a8dde9e5 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties @@ -1,4 +1,4 @@ bin.includes = feature.xml,\ edl-v10.html,\ feature.properties,\ - notice.html + license.html |