Subversion Repositories bacoAlunos

Rev

Rev 244 | Rev 288 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 244 Rev 280
Line 102... Line 102...
102
 
102
 
103
log4j.properties.filename=log4j.properties
103
log4j.properties.filename=log4j.properties
104
log4j.properties=${conf.dir}/${log4j.properties.filename}
104
log4j.properties=${conf.dir}/${log4j.properties.filename}
105
 
105
 
106
#log file confirguration
106
#log file confirguration
107
log.file=${data.dir}/estgweb.log
107
log.file=${data.dir}/../estgweb-local.log
108
 
108
 
109
#email templates
109
#email templates
110
email.templates.dir=/template/email
110
email.templates.dir=/template/email
111
email.templates.dir.build=${build.dir.classes}${email.templates.dir}
111
email.templates.dir.build=${build.dir.classes}${email.templates.dir}
112
email.templates.dir.conf=${conf.dir}${email.templates.dir}
112
email.templates.dir.conf=${conf.dir}${email.templates.dir}
Line 173... Line 173...
173
ws.siges.target.namespace=http://www.ipportalegre.pt/siges/web/services
173
ws.siges.target.namespace=http://www.ipportalegre.pt/siges/web/services
174
ws.siges.binding.file=siges-client.xml
174
ws.siges.binding.file=siges-client.xml
175
 
175
 
176
#Google Service Specific Configuration
176
#Google Service Specific Configuration
177
 
177
 
178
ws.google.package=com.google.api.ws.clients
-
 
179
 
178
ws.google.package=com.google.api.ws.clients
-
 
179