Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2010-06-07 21:55:48 +0000
committerChris Aniszczyk2010-06-07 21:56:24 +0000
commit6b13cb36c6f4df34c668abf70238b3827351ca5d (patch)
treeb977157fa73c28f210e5a5e8776a508c1390b2de /org.eclipse.jgit.packaging
parentf1fdc5e8d2e168b56113a03c6d4fbeb02c86d7af (diff)
downloadjgit-6b13cb36c6f4df34c668abf70238b3827351ca5d.tar.gz
jgit-6b13cb36c6f4df34c668abf70238b3827351ca5d.tar.xz
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')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties2
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

Back to the top