David Ostrovsky | 64d4bdf | 2016-02-13 16:43:33 +0100 | [diff] [blame] | 1 | include_defs('//lib/maven.defs') |
| 2 | include_defs('//lib/JGIT_VERSION') |
| 3 | |
| 4 | maven_jar( |
| 5 | name = 'jgit-archive', |
| 6 | id = 'org.eclipse.jgit:org.eclipse.jgit.archive:' + VERS, |
David Pursehouse | 9584826 | 2016-09-21 16:24:37 +0200 | [diff] [blame^] | 7 | sha1 = '2db2e7666672a31fa41b7e1dadcba51df6d30954', |
David Ostrovsky | 64d4bdf | 2016-02-13 16:43:33 +0100 | [diff] [blame] | 8 | license = 'jgit', |
| 9 | repository = REPO, |
David Ostrovsky | 08ea694 | 2016-04-20 08:55:24 +0200 | [diff] [blame] | 10 | deps = ['//lib/jgit/org.eclipse.jgit:jgit'], |
David Ostrovsky | 64d4bdf | 2016-02-13 16:43:33 +0100 | [diff] [blame] | 11 | unsign = True, |
| 12 | exclude = [ |
| 13 | 'about.html', |
| 14 | 'plugin.properties', |
| 15 | ], |
| 16 | ) |