File: build.pom.gradle

package info (click to toggle)
libsequence-library-java 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 500 kB
  • ctags: 686
  • sloc: java: 2,956; sh: 127; xml: 20; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (3)
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']]
}