project.ext { packaging = 'jar' pomName = 'Subversion JavaHL API' pomUrl = 'http://subversion.apache.org/' pomDescription = 'Subversion 1.6 JavaHL API' licenses = [['name': 'CollabNet License', 'url' : 'http://svn.apache.org/repos/asf/subversion/tags/1.6.18/COPYING']] scm = ['url': 'http://svn.apache.org/repos/asf/subversion/', 'connection': 'scm:svn:http://svn.apache.org/repos/asf/subversion'] developers = [['id': 'subversion', 'name' : 'Subversion Developers']] }