Subversion Repositories bacoAlunos

Rev

Rev 1811 | Rev 1844 | 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
1455 jmachado 43
system.mail.standard.certificated.home.page=/user/home.do
1830 jmachado 44
system.wsjson.service.course.report.quest.result.api=http://pae.ipportalegre.pt/wsjson/api/app/ws-course-pedagogic-results-list
45
system.wsjson.service.course.units.reports.api=http://localhost/wsjson/api/app/ws-units-report-list
46
system.wsjson.service.course.units.dtp.stats.api=http://localhost/wsjson/api/app/ws-units-dtp-stats
1312 jmachado 47
 
1830 jmachado 48
 
1394 jmachado 49
#mode.pae.enabled=true
1323 jmachado 50
#system.theme=ipp
1312 jmachado 51
#system.redirections.policy.index.welcome=welcomePedagogicSurvey
52
#system.redirections.policy.authentication.action=/authenticatePae.do
53
#authentication.policy.service=AuthenticatePae
54
#authentication.policy.username.msg.key=username.pae
55
#authentication.policy.password.msg.key=password.pae
1830 jmachado 56
#system.mail.standard.certificated.home.page=/user/homePae.do
57
#system.wsjson.service.course.report.quest.result.api=http://127.0.0.1/baco/wsjson/api/app/ws-course-pedagogic-results-list
58
#system.wsjson.service.course.units.reports.api=http://deptal.estgp.pt/wsjson/api/app/ws-units-report-list
59
#system.wsjson.service.course.units.dtp.stats.api=http://deptal.estgp.pt/wsjson/api/app/ws-units-dtp-stats
1312 jmachado 60
################
61
#
62
################
63
 
1 fvelez 64
#Paths configuration
65
tomcat.home=C:/Servidores/tomcat
225 jmachado 66
#tomcat 5.5
1 fvelez 67
tomcat.libs.ant.home=${tomcat.home}/server/lib
68
tomcat.libs.common.home=${tomcat.home}/common/lib
225 jmachado 69
#tomcat 6
70
#tomcat.libs.ant.home=${tomcat.home}/lib
71
#tomcat.libs.common.home=${tomcat.home}/lib
1 fvelez 72
 
225 jmachado 73
 
1 fvelez 74
tomcat.host=localhost
75
tomcat.port=8080
76
tomcat.url=http://${tomcat.host}:${tomcat.port}
77
tomcat.manager=${tomcat.url}/manager
78
tomcat.username=admin
79
tomcat.password=admin
80
 
48 fvelez 81
service.url=${tomcat.url}${tomcat.context.path}
82
 
1 fvelez 83
#IF is ROOT use Nothing
84
#example for ROOT:
85
#        tomcat.context.path.install=/
86
#        tomcat.context.path=
87
#
88
#example for /mitra:
89
#        tomcat.context.path.install=/mitra
90
#        tomcat.context.path=/mitra
91
#
92
tomcat.context.path.install=/estgweb
93
tomcat.context.path=/estgweb
94
tomcat.war.file=estgweb.war
95
 
96
 
97
common.lib.dir =../common
98
conf.dir            =conf
99
lib.dir             =lib
504 jmachado 100
data.dir            =/VDATA/BACODATA
385 jmachado 101
src.web             =src/web
1 fvelez 102
src.dir             =src/java
225 jmachado 103
src.scripts         =src/scripts
244 jmachado 104
src.xsd             =src/xsd
1 fvelez 105
hbm.dir             =src/hbm
106
build.dir           =build/ant
107
build.dir.classes   =${build.dir}/classes
108
build.dir.war       =${build.dir}/war
385 jmachado 109
build.dir.jsp       =${build.dir}/jsp
99 jmachado 110
build.dir.ws        =${build.dir}/ws
219 jmachado 111
build.dir.scripts   =${build.dir}/scripts
1 fvelez 112
log.dir             =${data.dir}
113
dist.dir            =dist
114
gen.dir             =gen
115
gen.dir.java        =${gen.dir}/java
116
 
225 jmachado 117
 
214 jmachado 118
intranet.setup.folders.filename=mkcursos.exe
119
intranet.setup.folders.file.src=etc/data/intranet/${intranet.setup.folders.filename}
120
build.dir.relative.intranet.setup.folders=/etc/data/intranet
121
build.dir.relative.intranet.setup.folders.file=${build.dir.relative.intranet.setup.folders}/${intranet.setup.folders.filename}
122
build.dir.intranet.setup.folders.file=${build.dir.classes}${build.dir.relative.intranet.setup.folders}
123
 
1 fvelez 124
#conf files
125
app.properties.filename=app.properties
126
app.properties=${conf.dir}/${app.properties.filename}
127
app.properties.build=${build.dir.classes}/${package.dir}
128
 
129
 
18 jmachado 130
mime.types.filename=mime.types
131
mime.types=${conf.dir}/${mime.types.filename}
132
mime.types.build=${build.dir.classes}/jomm/utils
133
 
1325 jmachado 134
 
1 fvelez 135
hibernate.cfg.xml.filename=hibernate.cfg.xml
1325 jmachado 136
olap.cfg.xml.filename=olap.cfg.xml
1 fvelez 137
hibernate.cfg.xml=${conf.dir}/${hibernate.cfg.xml.filename}
1325 jmachado 138
olap.cfg.xml=${conf.dir}/${olap.cfg.xml.filename}
1 fvelez 139
hibernate.cfg.xml.build=${build.dir.classes}/${package.dir}
1325 jmachado 140
olap.cfg.xml.build=${build.dir.classes}/${package.dir}
1 fvelez 141
 
142
messages.properties.filename=MessageResourcesAll.properties
143
messages.properties=${conf.dir}/${messages.properties.filename}
144
messages.properties.build=${build.dir.classes}
145
 
146
ldap.properties.filename=ldap.properties
147
ldap.properties=${conf.dir}/${ldap.properties.filename}
148
ldap.properties.build=${build.dir.classes}
149
 
150
jdbc.properties.filename=jdbc.properties
151
jdbc.properties=${conf.dir}/${jdbc.properties.filename}
152
jdbc.properties.build=${build.dir.classes}/${package.dir}
153
 
1325 jmachado 154
jdbc.olap.properties.filename=jdbcOlap.properties
155
jdbc.olap.properties=${conf.dir}/${jdbc.olap.properties.filename}
156
jdbc.olap.properties.build=${build.dir.classes}/${package.dir}
157
 
158
 
1 fvelez 159
log4j.properties.filename=log4j.properties
160
log4j.properties=${conf.dir}/${log4j.properties.filename}
161
 
162
#log file confirguration
1375 jmachado 163
log.file=${data.dir}/../bacov3-local.log
299 jmachado 164
log.level=info
1 fvelez 165
 
29 jmachado 166
#email templates
167
email.templates.dir=/template/email
168
email.templates.dir.build=${build.dir.classes}${email.templates.dir}
169
email.templates.dir.conf=${conf.dir}${email.templates.dir}
170
 
1431 jmachado 171
##If RoundRobin is false will use email.from property in from address
1432 jmachado 172
email.server=smtp.gmail.com
1431 jmachado 173
email.from=baco@estgp.pt
174
email.use.round.robin=true
175
#If not set will not use any security, only for localhost
176
email.use.security=true
1327 jmachado 177
#EMAIL SERVER SMTP GOOGLE
178
email.password=DUMMY_PASSWORD_GMAIL
1426 jmachado 179
email.user.prefix=bacodev
180
email.user.sufix=@estgp.pt
1459 jmachado 181
email.user.count=10
1327 jmachado 182
 
227 jmachado 183
#email templates
184
sms.templates.dir=/template/sms
185
sms.templates.dir.build=${build.dir.classes}${sms.templates.dir}
186
sms.templates.dir.conf=${conf.dir}${sms.templates.dir}
187
 
215 jmachado 188
#assignement templates
189
assignement.templates.dir=/template/assignement
190
assignement.templates.dir.build=${build.dir.classes}${assignement.templates.dir}
191
assignement.templates.dir.conf=${conf.dir}${assignement.templates.dir}
192
 
1 fvelez 193
#DATA
194
out.dir=${data.dir}/out
195
tmp.dir=${data.dir}/tmp
196
 
197
#Paths of packages configuration
198
package.dir=pt/estgp/estgweb
199
domain.package.dir=${package.dir}/domain
200
dao.hbm.package.dir=${hbm.dir}/${domain.package.dir}
201
dao.domain.package.dir=${gen.dir.java}/${domain.package.dir}
202
dao.interfaces.package.dir=${dao.domain.package.dir}/dao
203
dao.impl.package.dir=${dao.interfaces.package.dir}/impl
204
 
205
#Packages configuration
206
package=pt.estgp.estgweb
207
domain.package=${package}.domain
208
dao.interfaces.package=${domain.package}.dao
209
dao.impl.package=${dao.interfaces.package}.impl
210
 
211
#Hibernate Mappings Builder
212
mapping.buider.class=${domain.package}.utils.BuildMappings
213
mapping.buider.class.file=${domain.package.dir}/utils/BuildMappings.java
214
 
219 jmachado 215
#Scripts tools
216
scripts.buider.class=jomm.utils.DosJarIncludePathGenerator
217
scripts.buider.class.file=jomm/utils/DosJarIncludePathGenerator.java
218
scripts.target.libs.file=libs.bat
219
scripts.setenv.file=setenv.bat
220
 
1775 jmachado 221
#JSP Interfaces Json Config Builder
222
jsp.interfaces.web.json.class=${package}.web.utils.JspInterfacesJsonGen
223
jsp.interfaces.web.json.class.file=${package.dir}/web/utils/JspInterfacesJsonGen.java
224
 
1791 jmachado 225
soa.services.json.class=${package}.services.ServiceFinder
226
soa.services.json.class.file=${package.dir}/services/ServiceFinder.java
227
 
1 fvelez 228
#templates for code generation
229
dao.template.dir=${conf.dir}/template/dao
230
dao.interfaces.template=idao.ftl
231
dao.impl.template=daoimpl.ftl
232
dao.file.pattern=Dao
233
 
99 jmachado 234
#WEB-SERVICES CONFIGURATION
104 jmachado 235
ws.conf.dir=${conf.dir}/web-services
236
 
99 jmachado 237
ws.debug=false
238
ws.keep=true
239
ws.verbose=false
240
ws.extension=true
241
# customization files
242
ws.client.binding.dir=${conf.dir}/web-services/
243
ws.client.binding.file=generic-client.xml
103 jmachado 244
 
99 jmachado 245
ws.client.features=explicitcontext,useonewayoperations
246
#Siges Service Specific Configuration
247
ws.siges.package=pt.ipp.siges.web.services.clients
1017 jmachado 248
#DONT USE ANY MORE NOW IS IN CONFIGURATION DATABASE ONLY FOR BUILD WEB-SERVICES
249
ws.siges.wsdl=http://172.20.100.5:8080/SigesWeb/SiGesWEB.asmx?wsdl
250
#DONT USE ANY MORE NOW IS IN CONFIGURATION DATABASE
251
#ws.siges.wsdl=http://localhost:8080/SigesWeb/SiGesWEB.asmx?wsdl
109 fvelez 252
ws.siges.target.namespace=http://www.ipportalegre.pt/siges/web/services
103 jmachado 253
ws.siges.binding.file=siges-client.xml
104 jmachado 254
 
103 jmachado 255
#Google Service Specific Configuration
104 jmachado 256
 
280 jmachado 257
ws.google.package=com.google.api.ws.clients
1235 jmachado 258
 
259
 
260
ORACLE_SIGES_URL
261
oracle.siges.url=jdbc:oracle:thin:@193.137.229.147:1521:SIGES11
262
oracle.siges.username=dummyChangeInLocal
1312 jmachado 263
oracle.siges.password=dummyChangeInLocal
264
 
265
 
266
##Em testes colocar a true
267
test.control.var=false
1426 jmachado 268
 
269
 
1460 jmachado 270
admin.email.1=jmachado@estgp.pt
271
admin.email.2=ci@estgp.pt
1525 jmachado 272
 
273
 
274
##GOOGLE RECAPTCHA
1811 jmachado 275
google.recaptcha.secret.key=DUMMY_PLEASE_SET_IN_LOCAL_PROPERTIES
276
 
277
 
278
ldap.queries.login=CHANGE
279
ldap.queries.password=CHANGE