#------------------------------------------------------------------------------ # General Configuration #------------------------------------------------------------------------------ # # fenix.project.dir: directory where the fenix project is located # # fenix.project.dir=/home/pzenida/trabalho/eclipse_workspace/workspace/fenix-head import.data.dir=/home/pzenida/trabalho/data/import export.data.dir=/home/pzenida/trabalho/data/export update.data.dir=/home/pzenida/trabalho/data/update report.data.dir=/home/pzenida/trabalho/data/report photos.data.dir=/home/pzenida/trabalho/data/photos dspace.trustStore=/home/pzenida/trabalho/.keystore dspace.trustStore.password=changeit content.structure.destination.hostname= content.structure.destination.username= content.structure.destination.password= content.structure.destination.filename= # Linkare - Specific property (build, when using a specific project. web, otherwise), Paulo Zenida build.dir=build # Linkare - End specific property (build, when using a specific project. web, otherwise), Paulo Zenida # Linkare - Specific property (to specify to who the error messages should be sent to), Paulo Zenida scripts.from.email.name = Fenix Reports scripts.from.email.address = pzenida@linkare.com scripts.to.email.addresses = pzenida@linkare.com # Linkare - End specific property (to specify to who the error messages should be sent to), Paulo Zenida #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to be able to enable/disable the presentation of deprecation messages while compiling Fenix # Possible values: on, off # In production environments, the default should be set to off #--------------------------------------------------------------- compile.deprecation=off # Linkare - End added by Paulo Zenida to be able to enable/disable the presentation deprecation messages while compiling Fenix #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to be able to enable/disable the presentation of warning messages while compiling Fenix # Possible values: true, false # In production environments, the default should be set to true #--------------------------------------------------------------- compile.nowarns=true # Linkare - End added by Paulo Zenida to be able to enable/disable the presentation of warning messages while compiling Fenix