Subversion Repositories bacoAlunos

Rev

Rev 1460 | Rev 1791 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

##
## Properties file to be used with ant build.xml
##

env.JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
#No Futuro este ponto de acesso usado para publicitar coisas como URL's de Blogs pode deixar de ser diferente da configuracao de servidor
site.url=${service.url}
system.intranet.url=/StartAuthentication.do
system.public.url=/

#See src/web/layout/themes/
#See src/web/css/

#system.redirections.policy.index.welcome=welcomePedagogicSurvey
#system.redirections.policy.authentication.action=/authenticatePae.do

##database configuration
database.host=localhost
database.port=3306
database.catalog=estgweb
database.username=root
database.password=
database.connection.url=jdbc:mysql://${database.host}:${database.port}/${database.catalog}?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
hibernate.show.sql=false

use.ldap=true


ionline.user=ionlineDummyUser
ionline.pass=ionlineDummyPass

################
# System Instance Type Specification
################
mode.pae.enabled=false
system.theme=estg
system.redirections.policy.index.welcome=welcome
system.redirections.policy.authentication.action=/authenticate.do
system.redirections.policy.authentication.logout.action=/Logout.do
authentication.policy.service=Authenticate
authentication.policy.username.msg.key=username
authentication.policy.password.msg.key=password
system.mail.standard.certificated.home.page=/user/home.do

#mode.pae.enabled=true
#system.theme=ipp
#system.redirections.policy.index.welcome=welcomePedagogicSurvey
#system.redirections.policy.authentication.action=/authenticatePae.do
#authentication.policy.service=AuthenticatePae
#authentication.policy.username.msg.key=username.pae
#authentication.policy.password.msg.key=password.pae
################
#
################

#Paths configuration
tomcat.home=C:/Servidores/tomcat
#tomcat 5.5
tomcat.libs.ant.home=${tomcat.home}/server/lib
tomcat.libs.common.home=${tomcat.home}/common/lib
#tomcat 6
#tomcat.libs.ant.home=${tomcat.home}/lib
#tomcat.libs.common.home=${tomcat.home}/lib


tomcat.host=localhost
tomcat.port=8080
tomcat.url=http://${tomcat.host}:${tomcat.port}
tomcat.manager=${tomcat.url}/manager
tomcat.username=admin
tomcat.password=admin

service.url=${tomcat.url}${tomcat.context.path}

#IF is ROOT use Nothing
#example for ROOT:
#        tomcat.context.path.install=/
#        tomcat.context.path=
#
#example for /mitra:
#        tomcat.context.path.install=/mitra
#        tomcat.context.path=/mitra
#
tomcat.context.path.install=/estgweb
tomcat.context.path=/estgweb
tomcat.war.file=estgweb.war


common.lib.dir =../common
conf.dir            =conf
lib.dir             =lib
data.dir            =/VDATA/BACODATA
src.web             =src/web
src.dir             =src/java
src.scripts         =src/scripts
src.xsd             =src/xsd
hbm.dir             =src/hbm
build.dir           =build/ant
build.dir.classes   =${build.dir}/classes
build.dir.war       =${build.dir}/war
build.dir.jsp       =${build.dir}/jsp
build.dir.ws        =${build.dir}/ws
build.dir.scripts   =${build.dir}/scripts
log.dir             =${data.dir}
dist.dir            =dist
gen.dir             =gen
gen.dir.java        =${gen.dir}/java


intranet.setup.folders.filename=mkcursos.exe
intranet.setup.folders.file.src=etc/data/intranet/${intranet.setup.folders.filename}
build.dir.relative.intranet.setup.folders=/etc/data/intranet
build.dir.relative.intranet.setup.folders.file=${build.dir.relative.intranet.setup.folders}/${intranet.setup.folders.filename}
build.dir.intranet.setup.folders.file=${build.dir.classes}${build.dir.relative.intranet.setup.folders}

#conf files
app.properties.filename=app.properties
app.properties=${conf.dir}/${app.properties.filename}
app.properties.build=${build.dir.classes}/${package.dir}


mime.types.filename=mime.types
mime.types=${conf.dir}/${mime.types.filename}
mime.types.build=${build.dir.classes}/jomm/utils


hibernate.cfg.xml.filename=hibernate.cfg.xml
olap.cfg.xml.filename=olap.cfg.xml
hibernate.cfg.xml=${conf.dir}/${hibernate.cfg.xml.filename}
olap.cfg.xml=${conf.dir}/${olap.cfg.xml.filename}
hibernate.cfg.xml.build=${build.dir.classes}/${package.dir}
olap.cfg.xml.build=${build.dir.classes}/${package.dir}

messages.properties.filename=MessageResourcesAll.properties
messages.properties=${conf.dir}/${messages.properties.filename}
messages.properties.build=${build.dir.classes}

ldap.properties.filename=ldap.properties
ldap.properties=${conf.dir}/${ldap.properties.filename}
ldap.properties.build=${build.dir.classes}

jdbc.properties.filename=jdbc.properties
jdbc.properties=${conf.dir}/${jdbc.properties.filename}
jdbc.properties.build=${build.dir.classes}/${package.dir}

jdbc.olap.properties.filename=jdbcOlap.properties
jdbc.olap.properties=${conf.dir}/${jdbc.olap.properties.filename}
jdbc.olap.properties.build=${build.dir.classes}/${package.dir}


log4j.properties.filename=log4j.properties
log4j.properties=${conf.dir}/${log4j.properties.filename}

#log file confirguration
log.file=${data.dir}/../bacov3-local.log
log.level=info

#email templates
email.templates.dir=/template/email
email.templates.dir.build=${build.dir.classes}${email.templates.dir}
email.templates.dir.conf=${conf.dir}${email.templates.dir}

##If RoundRobin is false will use email.from property in from address
email.server=smtp.gmail.com
email.from=baco@estgp.pt
email.use.round.robin=true
#If not set will not use any security, only for localhost
email.use.security=true
#EMAIL SERVER SMTP GOOGLE
email.password=DUMMY_PASSWORD_GMAIL
email.user.prefix=bacodev
email.user.sufix=@estgp.pt
email.user.count=10

#email templates
sms.templates.dir=/template/sms
sms.templates.dir.build=${build.dir.classes}${sms.templates.dir}
sms.templates.dir.conf=${conf.dir}${sms.templates.dir}

#assignement templates
assignement.templates.dir=/template/assignement
assignement.templates.dir.build=${build.dir.classes}${assignement.templates.dir}
assignement.templates.dir.conf=${conf.dir}${assignement.templates.dir}

#DATA
out.dir=${data.dir}/out
tmp.dir=${data.dir}/tmp

#Paths of packages configuration
package.dir=pt/estgp/estgweb
domain.package.dir=${package.dir}/domain
dao.hbm.package.dir=${hbm.dir}/${domain.package.dir}
dao.domain.package.dir=${gen.dir.java}/${domain.package.dir}
dao.interfaces.package.dir=${dao.domain.package.dir}/dao
dao.impl.package.dir=${dao.interfaces.package.dir}/impl

#Packages configuration
package=pt.estgp.estgweb
domain.package=${package}.domain
dao.interfaces.package=${domain.package}.dao
dao.impl.package=${dao.interfaces.package}.impl

#Hibernate Mappings Builder
mapping.buider.class=${domain.package}.utils.BuildMappings
mapping.buider.class.file=${domain.package.dir}/utils/BuildMappings.java

#Scripts tools
scripts.buider.class=jomm.utils.DosJarIncludePathGenerator
scripts.buider.class.file=jomm/utils/DosJarIncludePathGenerator.java
scripts.target.libs.file=libs.bat
scripts.setenv.file=setenv.bat

#templates for code generation
dao.template.dir=${conf.dir}/template/dao
dao.interfaces.template=idao.ftl
dao.impl.template=daoimpl.ftl
dao.file.pattern=Dao

#WEB-SERVICES CONFIGURATION
ws.conf.dir=${conf.dir}/web-services

ws.debug=false
ws.keep=true
ws.verbose=false
ws.extension=true
# customization files
ws.client.binding.dir=${conf.dir}/web-services/
ws.client.binding.file=generic-client.xml

ws.client.features=explicitcontext,useonewayoperations
#Siges Service Specific Configuration
ws.siges.package=pt.ipp.siges.web.services.clients
#DONT USE ANY MORE NOW IS IN CONFIGURATION DATABASE ONLY FOR BUILD WEB-SERVICES
ws.siges.wsdl=http://172.20.100.5:8080/SigesWeb/SiGesWEB.asmx?wsdl
#DONT USE ANY MORE NOW IS IN CONFIGURATION DATABASE
#ws.siges.wsdl=http://localhost:8080/SigesWeb/SiGesWEB.asmx?wsdl
ws.siges.target.namespace=http://www.ipportalegre.pt/siges/web/services
ws.siges.binding.file=siges-client.xml

#Google Service Specific Configuration

ws.google.package=com.google.api.ws.clients


ORACLE_SIGES_URL
oracle.siges.url=jdbc:oracle:thin:@193.137.229.147:1521:SIGES11
oracle.siges.username=dummyChangeInLocal
oracle.siges.password=dummyChangeInLocal


##Em testes colocar a true
test.control.var=false


admin.email.1=jmachado@estgp.pt
admin.email.2=ci@estgp.pt


##GOOGLE RECAPTCHA
google.recaptcha.secret.key=DUMMY_PLEASE_SET_IN_LOCAL_PROPERTIES

Generated by GNU Enscript 1.6.5.2.