File: build.pom.gradle

package info (click to toggle)
svnkit 1.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,256 kB
  • ctags: 26,264
  • sloc: java: 221,083; ansic: 389; xml: 273; sh: 264; makefile: 47; python: 17; perl: 8
file content (9 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
project.ext {
  packaging = 'jar'
  pomName = 'SVNKit Library'
  pomDescription = 'Pure Java Subversion Library'
  pomUrl = 'http://www.svnkit.com/'
  licenses = [['name': 'TMate Open Source License (with dual licensing option)', 'url' : 'http://www.svnkit.com/license.html']]
  scm = ['url': 'http://svn.svnkit.com/repos/svnkit', 'connection': 'scm:svn:http://svn.svnkit.com/repos/svnkit']
  developers = [['id' : 'tmate', 'name' : 'TMate Software']]
}