Subversion Repositories bacoAlunos

Rev

Rev 1431 | Rev 1455 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 fvelez 1
##
2
## Properties file to be used with ant build.xml
3
##
4
 
1382 jmachado 5
env.JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
146 jmachado 6
#No Futuro este ponto de acesso usado para publicitar coisas como URL's de Blogs pode deixar de ser diferente da configuracao de servidor
7
site.url=${service.url}
1312 jmachado 8
system.intranet.url=/StartAuthentication.do
9
system.public.url=/
1 fvelez 10
 
1312 jmachado 11
#See src/web/layout/themes/
12
#See src/web/css/
13
 
14
#system.redirections.policy.index.welcome=welcomePedagogicSurvey
15
#system.redirections.policy.authentication.action=/authenticatePae.do
16
 
1 fvelez 17
##database configuration
18
database.host=localhost
19
database.port=3306
20
database.catalog=estgweb
21
database.username=root
22
database.password=
288 jmachado 23
database.connection.url=jdbc:mysql://${database.host}:${database.port}/${database.catalog}?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
1 fvelez 24
hibernate.show.sql=false
25
 
79 jmachado 26
use.ldap=true
1 fvelez 27
 
1324 jmachado 28
 
29
ionline.user=ionlineDummyUser
30
ionline.pass=ionlineDummyPass
31
 
1312 jmachado 32
################
33
# System Instance Type Specification
34
################
1394 jmachado 35
mode.pae.enabled=false
1323 jmachado 36
system.theme=estg
1312 jmachado 37
system.redirections.policy.index.welcome=welcome
38
system.redirections.policy.authentication.action=/authenticate.do
1387 jmachado 39
system.redirections.policy.authentication.logout.action=/Logout.do
1312 jmachado 40
authentication.policy.service=Authenticate
41
authentication.policy.username.msg.key=username
42
authentication.policy.password.msg.key=password
43
 
1394 jmachado 44
#mode.pae.enabled=true
1323 jmachado 45
#system.theme=ipp
1312 jmachado 46
#system.redirections.policy.index.welcome=welcomePedagogicSurvey
47
#system.redirections.policy.authentication.action=/authenticatePae.do
48
#authentication.policy.service=AuthenticatePae
49
#authentication.policy.username.msg.key=username.pae
50
#authentication.policy.password.msg.key=password.pae
51
################
52
#
53
################
54
 
1 fvelez 55
#Paths configuration
56
tomcat.home=C:/Servidores/tomcat
225 jmachado 57
#tomcat 5.5
1 fvelez 58
tomcat.libs.ant.home=${tomcat.home}/server/lib
59
tomcat.libs.common.home=${tomcat.home}/common/lib
225 jmachado 60
#tomcat 6
61
#tomcat.libs.ant.home=${tomcat.home}/lib
62
#tomcat.libs.common.home=${tomcat.home}/lib
1 fvelez 63
 
225 jmachado 64
 
1 fvelez 65
tomcat.host=localhost
66
tomcat.port=8080
67
tomcat.url=http://${tomcat.host}:${tomcat.port}
68
tomcat.manager=${tomcat.url}/manager
69
tomcat.username=admin
70
tomcat.password=admin
71
 
48 fvelez 72
service.url=${tomcat.url}${tomcat.context.path}
73
 
1 fvelez 74
#IF is ROOT use Nothing
75
#example for ROOT:
76
#        tomcat.context.path.install=/
77
#        tomcat.context.path=
78
#
79
#example for /mitra:
80
#        tomcat.context.path.install=/mitra
81
#        tomcat.context.path=/mitra
82
#
83
tomcat.context.path.install=/estgweb
84
tomcat.context.path=/estgweb
85
tomcat.war.file=estgweb.war
86
 
87
 
88
common.lib.dir =../common
89
conf.dir            =conf
90
lib.dir             =lib
504 jmachado 91
data.dir            =/VDATA/BACODATA
385 jmachado 92
src.web             =src/web
1 fvelez 93
src.dir             =src/java
225 jmachado 94
src.scripts         =src/scripts
244 jmachado 95
src.xsd             =src/xsd
1 fvelez 96
hbm.dir             =src/hbm
97
build.dir           =build/ant
98
build.dir.classes   =${build.dir}/classes
99
build.dir.war       =${build.dir}/war
385 jmachado 100
build.dir.jsp       =${build.dir}/jsp
99 jmachado 101
build.dir.ws        =${build.dir}/ws
219 jmachado 102
build.dir.scripts   =${build.dir}/scripts
1 fvelez 103
log.dir             =${data.dir}
104
dist.dir            =dist
105
gen.dir             =gen
106
gen.dir.java        =${gen.dir}/java
107
 
225 jmachado 108
 
214 jmachado 109
intranet.setup.folders.filename=mkcursos.exe
110
intranet.setup.folders.file.src=etc/data/intranet/${intranet.setup.folders.filename}
111
build.dir.relative.intranet.setup.folders=/etc/data/intranet
112
build.dir.relative.intranet.setup.folders.file=${build.dir.relative.intranet.setup.folders}/${intranet.setup.folders.filename}
113
build.dir.intranet.setup.folders.file=${build.dir.classes}${build.dir.relative.intranet.setup.folders}
114
 
1 fvelez 115
#conf files
116
app.properties.filename=app.properties
117
app.properties=${conf.dir}/${app.properties.filename}
118
app.properties.build=${build.dir.classes}/${package.dir}
119
 
120
 
18 jmachado 121
mime.types.filename=mime.types
122
mime.types=${conf.dir}/${mime.types.filename}
123
mime.types.build=${build.dir.classes}/jomm/utils
124
 
1325 jmachado 125
 
1 fvelez 126
hibernate.cfg.xml.filename=hibernate.cfg.xml
1325 jmachado 127
olap.cfg.xml.filename=olap.cfg.xml
1 fvelez 128
hibernate.cfg.xml=${conf.dir}/${hibernate.cfg.xml.filename}
1325 jmachado 129
olap.cfg.xml=${conf.dir}/${olap.cfg.xml.filename}
1 fvelez 130
hibernate.cfg.xml.build=${build.dir.classes}/${package.dir}
1325 jmachado 131
olap.cfg.xml.build=${build.dir.classes}/${package.dir}
1 fvelez 132
 
133
messages.properties.filename=MessageResourcesAll.properties
134
messages.properties=${conf.dir}/${messages.properties.filename}
135
messages.properties.build=${build.dir.classes}
136
 
137
ldap.properties.filename=ldap.properties
138
ldap.properties=${conf.dir}/${ldap.properties.filename}
139
ldap.properties.build=${build.dir.classes}
140
 
141
jdbc.properties.filename=jdbc.properties
142
jdbc.properties=${conf.dir}/${jdbc.properties.filename}
143
jdbc.properties.build=${build.dir.classes}/${package.dir}
144
 
1325 jmachado 145
jdbc.olap.properties.filename=jdbcOlap.properties
146
jdbc.olap.properties=${conf.dir}/${jdbc.olap.properties.filename}
147
jdbc.olap.properties.build=${build.dir.classes}/${package.dir}
148
 
149
 
1 fvelez 150
log4j.properties.filename=log4j.properties
151
log4j.properties=${conf.dir}/${log4j.properties.filename}
152
 
153
#log file confirguration
1375 jmachado 154
log.file=${data.dir}/../bacov3-local.log
299 jmachado 155
log.level=info
1 fvelez 156
 
29 jmachado 157
#email templates
158
email.templates.dir=/template/email
159
email.templates.dir.build=${build.dir.classes}${email.templates.dir}
160
email.templates.dir.conf=${conf.dir}${email.templates.dir}
161
 
1431 jmachado 162
##If RoundRobin is false will use email.from property in from address
1432 jmachado 163
email.server=smtp.gmail.com
1431 jmachado 164
email.from=baco@estgp.pt
165
email.use.round.robin=true
166
#If not set will not use any security, only for localhost
167
email.use.security=true
1327 jmachado 168
#EMAIL SERVER SMTP GOOGLE
169
email.password=DUMMY_PASSWORD_GMAIL
1426 jmachado 170
email.user.prefix=bacodev
171
email.user.sufix=@estgp.pt
1327 jmachado 172
 
227 jmachado 173
#email templates
174
sms.templates.dir=/template/sms
175
sms.templates.dir.build=${build.dir.classes}${sms.templates.dir}
176
sms.templates.dir.conf=${conf.dir}${sms.templates.dir}
177
 
215 jmachado 178
#assignement templates
179
assignement.templates.dir=/template/assignement
180
assignement.templates.dir.build=${build.dir.classes}${assignement.templates.dir}
181
assignement.templates.dir.conf=${conf.dir}${assignement.templates.dir}
182
 
1 fvelez 183
#DATA
184
out.dir=${data.dir}/out
185
tmp.dir=${data.dir}/tmp
186
 
187
#Paths of packages configuration
188
package.dir=pt/estgp/estgweb
189
domain.package.dir=${package.dir}/domain
190
dao.hbm.package.dir=${hbm.dir}/${domain.package.dir}
191
dao.domain.package.dir=${gen.dir.java}/${domain.package.dir}
192
dao.interfaces.package.dir=${dao.domain.package.dir}/dao
193
dao.impl.package.dir=${dao.interfaces.package.dir}/impl
194
 
195
#Packages configuration
196
package=pt.estgp.estgweb
197
domain.package=${package}.domain
198
dao.interfaces.package=${domain.package}.dao
199
dao.impl.package=${dao.interfaces.package}.impl
200
 
201
#Hibernate Mappings Builder
202
mapping.buider.class=${domain.package}.utils.BuildMappings
203
mapping.buider.class.file=${domain.package.dir}/utils/BuildMappings.java
204
 
219 jmachado 205
#Scripts tools
206
scripts.buider.class=jomm.utils.DosJarIncludePathGenerator
207
scripts.buider.class.file=jomm/utils/DosJarIncludePathGenerator.java
208
scripts.target.libs.file=libs.bat
209
scripts.setenv.file=setenv.bat
210
 
1 fvelez 211
#templates for code generation
212
dao.template.dir=${conf.dir}/template/dao
213
dao.interfaces.template=idao.ftl
214
dao.impl.template=daoimpl.ftl
215
dao.file.pattern=Dao
216
 
99 jmachado 217
#WEB-SERVICES CONFIGURATION
104 jmachado 218
ws.conf.dir=${conf.dir}/web-services
219
 
99 jmachado 220
ws.debug=false
221
ws.keep=true
222
ws.verbose=false
223
ws.extension=true
224
# customization files
225
ws.client.binding.dir=${conf.dir}/web-services/
226
ws.client.binding.file=generic-client.xml
103 jmachado 227
 
99 jmachado 228
ws.client.features=explicitcontext,useonewayoperations
229
#Siges Service Specific Configuration
230
ws.siges.package=pt.ipp.siges.web.services.clients
1017 jmachado 231
#DONT USE ANY MORE NOW IS IN CONFIGURATION DATABASE ONLY FOR BUILD WEB-SERVICES
232
ws.siges.wsdl=http://172.20.100.5:8080/SigesWeb/SiGesWEB.asmx?wsdl
233
#DONT USE ANY MORE NOW IS IN CONFIGURATION DATABASE
234
#ws.siges.wsdl=http://localhost:8080/SigesWeb/SiGesWEB.asmx?wsdl
109 fvelez 235
ws.siges.target.namespace=http://www.ipportalegre.pt/siges/web/services
103 jmachado 236
ws.siges.binding.file=siges-client.xml
104 jmachado 237
 
103 jmachado 238
#Google Service Specific Configuration
104 jmachado 239
 
280 jmachado 240
ws.google.package=com.google.api.ws.clients
1235 jmachado 241
 
242
 
243
ORACLE_SIGES_URL
244
oracle.siges.url=jdbc:oracle:thin:@193.137.229.147:1521:SIGES11
245
oracle.siges.username=dummyChangeInLocal
1312 jmachado 246
oracle.siges.password=dummyChangeInLocal
247
 
248
 
249
##Em testes colocar a true
250
test.control.var=false
1426 jmachado 251
 
252
 
253
admin.email.1=ci@estgp.pt
254
admin.email.2=jmachado@estgp.pt