Subversion Repositories bacoAlunos

Rev

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