1 2 3 4 5 6 7 8 9
|
project.ext {
packaging = 'jar'
pomName = 'Sequence Library'
pomUrl = 'http://svn.svnkit.com/repos/3rdparty/de.regnigs.q.sequence'
pomDescription = 'Textual Diff and Merge Library'
licenses = [['name': 'Sequence Library License', 'url' : 'http://www.svnkit.com/SEQUENCE-LICENSE.txt']]
scm = ['url': 'http://svn.svnkit.com/repos/3rdparty/de.regnigs.q.sequence', 'connection': 'scm:svn:http://svn.svnkit.com/repos/3rdparty/de.regnigs.q.sequence']
developers = [['id': 'syntevo', 'name' : 'SyntEvo GmbH']]
}
|