Subversion Repositories bacoAlunos

Rev

Rev 1323 | Rev 1325 | 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
 
1 fvelez 121
hibernate.cfg.xml.filename=hibernate.cfg.xml
122
hibernate.cfg.xml=${conf.dir}/${hibernate.cfg.xml.filename}
123
hibernate.cfg.xml.build=${build.dir.classes}/${package.dir}
124
 
125
messages.properties.filename=MessageResourcesAll.properties
126
messages.properties=${conf.dir}/${messages.properties.filename}
127
messages.properties.build=${build.dir.classes}
128
 
129
ldap.properties.filename=ldap.properties
130
ldap.properties=${conf.dir}/${ldap.properties.filename}
131
ldap.properties.build=${build.dir.classes}
132
 
133
jdbc.properties.filename=jdbc.properties
134
jdbc.properties=${conf.dir}/${jdbc.properties.filename}
135
jdbc.properties.build=${build.dir.classes}/${package.dir}
136
 
137
log4j.properties.filename=log4j.properties
138
log4j.properties=${conf.dir}/${log4j.properties.filename}
139
 
140
#log file confirguration
280 jmachado 141
log.file=${data.dir}/../estgweb-local.log
299 jmachado 142
log.level=info
1 fvelez 143
 
29 jmachado 144
#email templates
145
email.templates.dir=/template/email
146
email.templates.dir.build=${build.dir.classes}${email.templates.dir}
147
email.templates.dir.conf=${conf.dir}${email.templates.dir}
148
 
227 jmachado 149
#email templates
150
sms.templates.dir=/template/sms
151
sms.templates.dir.build=${build.dir.classes}${sms.templates.dir}
152
sms.templates.dir.conf=${conf.dir}${sms.templates.dir}
153
 
215 jmachado 154
#assignement templates
155
assignement.templates.dir=/template/assignement
156
assignement.templates.dir.build=${build.dir.classes}${assignement.templates.dir}
157
assignement.templates.dir.conf=${conf.dir}${assignement.templates.dir}
158
 
1 fvelez 159
#DATA
160
out.dir=${data.dir}/out
161
tmp.dir=${data.dir}/tmp
162
 
163
#Paths of packages configuration
164
package.dir=pt/estgp/estgweb
165
domain.package.dir=${package.dir}/domain
166
dao.hbm.package.dir=${hbm.dir}/${domain.package.dir}
167
dao.domain.package.dir=${gen.dir.java}/${domain.package.dir}
168
dao.interfaces.package.dir=${dao.domain.package.dir}/dao
169
dao.impl.package.dir=${dao.interfaces.package.dir}/impl
170
 
171
#Packages configuration
172
package=pt.estgp.estgweb
173
domain.package=${package}.domain
174
dao.interfaces.package=${domain.package}.dao
175
dao.impl.package=${dao.interfaces.package}.impl
176
 
177
#Hibernate Mappings Builder
178
mapping.buider.class=${domain.package}.utils.BuildMappings
179
mapping.buider.class.file=${domain.package.dir}/utils/BuildMappings.java
180
 
219 jmachado 181
#Scripts tools
182
scripts.buider.class=jomm.utils.DosJarIncludePathGenerator
183
scripts.buider.class.file=jomm/utils/DosJarIncludePathGenerator.java
184
scripts.target.libs.file=libs.bat
185
scripts.setenv.file=setenv.bat
186
 
1 fvelez 187
#templates for code generation
188
dao.template.dir=${conf.dir}/template/dao
189
dao.interfaces.template=idao.ftl
190
dao.impl.template=daoimpl.ftl
191
dao.file.pattern=Dao
192
 
99 jmachado 193
#WEB-SERVICES CONFIGURATION
104 jmachado 194
ws.conf.dir=${conf.dir}/web-services
195
 
99 jmachado 196
ws.debug=false
197
ws.keep=true
198
ws.verbose=false
199
ws.extension=true
200
# customization files
201
ws.client.binding.dir=${conf.dir}/web-services/
202
ws.client.binding.file=generic-client.xml
103 jmachado 203
 
99 jmachado 204
ws.client.features=explicitcontext,useonewayoperations
205
#Siges Service Specific Configuration
206
ws.siges.package=pt.ipp.siges.web.services.clients
1017 jmachado 207
#DONT USE ANY MORE NOW IS IN CONFIGURATION DATABASE ONLY FOR BUILD WEB-SERVICES
208
ws.siges.wsdl=http://172.20.100.5:8080/SigesWeb/SiGesWEB.asmx?wsdl
209
#DONT USE ANY MORE NOW IS IN CONFIGURATION DATABASE
210
#ws.siges.wsdl=http://localhost:8080/SigesWeb/SiGesWEB.asmx?wsdl
109 fvelez 211
ws.siges.target.namespace=http://www.ipportalegre.pt/siges/web/services
103 jmachado 212
ws.siges.binding.file=siges-client.xml
104 jmachado 213
 
103 jmachado 214
#Google Service Specific Configuration
104 jmachado 215
 
280 jmachado 216
ws.google.package=com.google.api.ws.clients
1235 jmachado 217
 
218
 
219
ORACLE_SIGES_URL
220
oracle.siges.url=jdbc:oracle:thin:@193.137.229.147:1521:SIGES11
221
oracle.siges.username=dummyChangeInLocal
1312 jmachado 222
oracle.siges.password=dummyChangeInLocal
223
 
224
 
225
##Em testes colocar a true
226
test.control.var=false