Subversion Repositories bacoAlunos

Rev

Rev 227 | Rev 280 | 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}
1 fvelez 7
 
8
##database configuration
9
database.host=localhost
10
database.port=3306
11
database.catalog=estgweb
12
database.username=root
13
database.password=
14
database.connection.url=jdbc:mysql://${database.host}:${database.port}/${database.catalog}?useUnicode=true&characterEncoding=UTF-8
15
hibernate.show.sql=false
16
 
79 jmachado 17
use.ldap=true
1 fvelez 18
 
19
#Paths configuration
20
tomcat.home=C:/Servidores/tomcat
225 jmachado 21
#tomcat 5.5
1 fvelez 22
tomcat.libs.ant.home=${tomcat.home}/server/lib
23
tomcat.libs.common.home=${tomcat.home}/common/lib
225 jmachado 24
#tomcat 6
25
#tomcat.libs.ant.home=${tomcat.home}/lib
26
#tomcat.libs.common.home=${tomcat.home}/lib
1 fvelez 27
 
225 jmachado 28
 
1 fvelez 29
tomcat.host=localhost
30
tomcat.port=8080
31
tomcat.url=http://${tomcat.host}:${tomcat.port}
32
tomcat.manager=${tomcat.url}/manager
33
tomcat.username=admin
34
tomcat.password=admin
35
 
48 fvelez 36
service.url=${tomcat.url}${tomcat.context.path}
37
 
1 fvelez 38
#IF is ROOT use Nothing
39
#example for ROOT:
40
#        tomcat.context.path.install=/
41
#        tomcat.context.path=
42
#
43
#example for /mitra:
44
#        tomcat.context.path.install=/mitra
45
#        tomcat.context.path=/mitra
46
#
47
tomcat.context.path.install=/estgweb
48
tomcat.context.path=/estgweb
49
tomcat.war.file=estgweb.war
50
 
51
 
52
common.lib.dir =../common
53
conf.dir            =conf
54
lib.dir             =lib
18 jmachado 55
data.dir            =C:/Servidores/DATA/estgweb
1 fvelez 56
src.dir             =src/java
225 jmachado 57
src.scripts         =src/scripts
244 jmachado 58
src.xsd             =src/xsd
1 fvelez 59
hbm.dir             =src/hbm
60
build.dir           =build/ant
61
build.dir.classes   =${build.dir}/classes
62
build.dir.war       =${build.dir}/war
99 jmachado 63
build.dir.ws        =${build.dir}/ws
219 jmachado 64
build.dir.scripts   =${build.dir}/scripts
1 fvelez 65
log.dir             =${data.dir}
66
dist.dir            =dist
67
gen.dir             =gen
68
gen.dir.java        =${gen.dir}/java
69
 
225 jmachado 70
 
214 jmachado 71
intranet.setup.folders.filename=mkcursos.exe
72
intranet.setup.folders.file.src=etc/data/intranet/${intranet.setup.folders.filename}
73
build.dir.relative.intranet.setup.folders=/etc/data/intranet
74
build.dir.relative.intranet.setup.folders.file=${build.dir.relative.intranet.setup.folders}/${intranet.setup.folders.filename}
75
build.dir.intranet.setup.folders.file=${build.dir.classes}${build.dir.relative.intranet.setup.folders}
76
 
1 fvelez 77
#conf files
78
app.properties.filename=app.properties
79
app.properties=${conf.dir}/${app.properties.filename}
80
app.properties.build=${build.dir.classes}/${package.dir}
81
 
82
 
18 jmachado 83
mime.types.filename=mime.types
84
mime.types=${conf.dir}/${mime.types.filename}
85
mime.types.build=${build.dir.classes}/jomm/utils
86
 
1 fvelez 87
hibernate.cfg.xml.filename=hibernate.cfg.xml
88
hibernate.cfg.xml=${conf.dir}/${hibernate.cfg.xml.filename}
89
hibernate.cfg.xml.build=${build.dir.classes}/${package.dir}
90
 
91
messages.properties.filename=MessageResourcesAll.properties
92
messages.properties=${conf.dir}/${messages.properties.filename}
93
messages.properties.build=${build.dir.classes}
94
 
95
ldap.properties.filename=ldap.properties
96
ldap.properties=${conf.dir}/${ldap.properties.filename}
97
ldap.properties.build=${build.dir.classes}
98
 
99
jdbc.properties.filename=jdbc.properties
100
jdbc.properties=${conf.dir}/${jdbc.properties.filename}
101
jdbc.properties.build=${build.dir.classes}/${package.dir}
102
 
103
log4j.properties.filename=log4j.properties
104
log4j.properties=${conf.dir}/${log4j.properties.filename}
105
 
106
#log file confirguration
35 fvelez 107
log.file=${data.dir}/estgweb.log
1 fvelez 108
 
29 jmachado 109
#email templates
110
email.templates.dir=/template/email
111
email.templates.dir.build=${build.dir.classes}${email.templates.dir}
112
email.templates.dir.conf=${conf.dir}${email.templates.dir}
113
 
227 jmachado 114
#email templates
115
sms.templates.dir=/template/sms
116
sms.templates.dir.build=${build.dir.classes}${sms.templates.dir}
117
sms.templates.dir.conf=${conf.dir}${sms.templates.dir}
118
 
215 jmachado 119
#assignement templates
120
assignement.templates.dir=/template/assignement
121
assignement.templates.dir.build=${build.dir.classes}${assignement.templates.dir}
122
assignement.templates.dir.conf=${conf.dir}${assignement.templates.dir}
123
 
1 fvelez 124
#DATA
125
out.dir=${data.dir}/out
126
tmp.dir=${data.dir}/tmp
127
 
128
#Paths of packages configuration
129
package.dir=pt/estgp/estgweb
130
domain.package.dir=${package.dir}/domain
131
dao.hbm.package.dir=${hbm.dir}/${domain.package.dir}
132
dao.domain.package.dir=${gen.dir.java}/${domain.package.dir}
133
dao.interfaces.package.dir=${dao.domain.package.dir}/dao
134
dao.impl.package.dir=${dao.interfaces.package.dir}/impl
135
 
136
#Packages configuration
137
package=pt.estgp.estgweb
138
domain.package=${package}.domain
139
dao.interfaces.package=${domain.package}.dao
140
dao.impl.package=${dao.interfaces.package}.impl
141
 
142
#Hibernate Mappings Builder
143
mapping.buider.class=${domain.package}.utils.BuildMappings
144
mapping.buider.class.file=${domain.package.dir}/utils/BuildMappings.java
145
 
219 jmachado 146
#Scripts tools
147
scripts.buider.class=jomm.utils.DosJarIncludePathGenerator
148
scripts.buider.class.file=jomm/utils/DosJarIncludePathGenerator.java
149
scripts.target.libs.file=libs.bat
150
scripts.setenv.file=setenv.bat
151
 
1 fvelez 152
#templates for code generation
153
dao.template.dir=${conf.dir}/template/dao
154
dao.interfaces.template=idao.ftl
155
dao.impl.template=daoimpl.ftl
156
dao.file.pattern=Dao
157
 
99 jmachado 158
#WEB-SERVICES CONFIGURATION
104 jmachado 159
ws.conf.dir=${conf.dir}/web-services
160
 
99 jmachado 161
ws.debug=false
162
ws.keep=true
163
ws.verbose=false
164
ws.extension=true
165
# customization files
166
ws.client.binding.dir=${conf.dir}/web-services/
167
ws.client.binding.file=generic-client.xml
103 jmachado 168
 
99 jmachado 169
ws.client.features=explicitcontext,useonewayoperations
170
#Siges Service Specific Configuration
171
ws.siges.package=pt.ipp.siges.web.services.clients
163 jmachado 172
ws.siges.wsdl=http://172.20.230.230/SigesWeb/SiGesWEB.asmx?wsdl
109 fvelez 173
ws.siges.target.namespace=http://www.ipportalegre.pt/siges/web/services
103 jmachado 174
ws.siges.binding.file=siges-client.xml
104 jmachado 175
 
103 jmachado 176
#Google Service Specific Configuration
104 jmachado 177
 
178
ws.google.package=com.google.api.ws.clients