-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.properties
More file actions
executable file
·91 lines (79 loc) · 3.72 KB
/
project.properties
File metadata and controls
executable file
·91 lines (79 loc) · 3.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#
# Doelan development code
#
# This code may be freely distributed and modified under the
# terms of the GNU General Public Licence. This should
# be distributed with the code. If you do not have a copy,
# see:
#
# http://www.gnu.org/copyleft/gpl.txt
#
# Copyright (c) 2004-2005 ENS Microarray Platform
# Copyright for this code is held jointly by the individual
# authors. These should be listed in @author doc comments.
#
# For more information on the Doelan project and its aims,
# or to join the Doelan mailing list, visit the home page
# at:
# http://www.transcriptome.ens.fr/doelan
#
# -------------------------------------------------------------------
# D I R E C T O R I E S
# -------------------------------------------------------------------
maven.distrib.dir = ${maven.build.dir}/distrib
maven.distrib.src.dir = ${maven.build.dir}/distrib-src
# -------------------------------------------------------------------
# L I C E N C E
# -------------------------------------------------------------------
maven.license.licenseFile = ${basedir}/LICENSE
# -------------------------------------------------------------------
# R E P O S I T O R Y
# -------------------------------------------------------------------
maven.repo.remote = http://www.ibiblio.org/maven/,http://transcriptome.ens.fr/maven/
# -------------------------------------------------------------------
# C H E C K S T Y L E P R O P E R T I E S
# -------------------------------------------------------------------
maven.checkstyle.properties = ${basedir}/checkstyle.xml
maven.checkstyle.header.file = ${basedir}/checkstyle-license.txt
maven.checkstyle.cache.file = /tmp/checkstyle-cache
# -------------------------------------------------------------------
# M A V E N J A R O V E R R I D E
# -------------------------------------------------------------------
maven.jar.override = on
# -------------------------------------------------------------------
# J A R
# -------------------------------------------------------------------
maven.jar.mainclass = fr.ens.transcriptome.doelan.App
maven.jar.manifest.classpath.add = true
maven.jar.manifest.classpath = /usr/local/java/lib
maven.jar.index = yes
# -------------------------------------------------------------------
# L I C E N S E
# -------------------------------------------------------------------
maven.license.licenseFile=LICENSE.txt
# -------------------------------------------------------------------
# D O C B O O K
# -------------------------------------------------------------------
maven.sdocbook.src.dir=${basedir}/docbook
maven.sdocbook.files=doelan-doc-main.xml
# -------------------------------------------------------------------
# X D O C
# -------------------------------------------------------------------
maven.xdoc.date=left
maven.docs.src=${maven.src.dir}/site/xdocs
maven.xdoc.theme.url=style/maven-doelan.css
maven.xdoc.poweredby.image=logo_ens.gif
maven.xdoc.poweredby.title=Powered by ENS
maven.xdoc.poweredby.url=http://www.transcriptome.ens.fr
maven.xdoc.includeProjectDocumentation=no
# -------------------------------------------------------------------
# P D F P L U G I N
# -------------------------------------------------------------------
maven.pdf.projectLogo=${maven.docs.src}/images/logos/doelan-300.png
maven.pdf.companyLogo=${maven.docs.src}/images/logos/ens.jpg
# -------------------------------------------------------------------
# A N N U N C E M E N T M A I L
# -------------------------------------------------------------------
maven.announcement.mail.server=biologie.ens.fr
maven.announcement.mail.from=webmaster-transcriptome@biologie.ens.fr
maven.announcement.mail.to=blugeon@biologie.ens.fr,coulpier@biologie.ens.fr,tanty@biologie.ens.fr,webmaster-transcriptome@biologie.ens.fr