# GroundWork Monitor - The ultimate data integration framework. # Copyright (C) 2009 GroundWork Open Source, Inc. "GroundWork" # # All rights reserved. This program is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public License version 2 # as published by the Free Software Foundation. # # This program is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE.  See the GNU General Public License for # more details. # # You should have received a copy of the GNU General Public License along with # this program; if not, write to the Free Software Foundation, Inc., 51 Franklin # Street, Fifth Floor, Boston, MA 02110-1301, USA. # # Build properties for Monitor - GroundWork # The values have to be in sync with the settings in groundwork-private # maven.repo.remote = http://archive.groundworkopensource.com/maven, http://www.bluesunrise.com/maven/, http://mirrors.ibiblio.org/pub/mirrors/maven,http://www.ibiblio.org/maven, http://dist.codehaus.org/, http://cvs.apache.org/repository, http://people.apache.org/repository/ #Release version org.groundwork.os.version=3.0.320 # Collage package management org.itgroundwork.groupid = org.itgroundwork # JBoss server package managment jboss.as.groupId = com.groundworkopensource.portal jboss.as.version = jba-4.2.3.GA #RPM settings org.groundwork.rpm.release.number = 320 org.groundwork.rpm.package.name = groundwork-foundation-pro org.groundwork.rpm.package.version = 3.0 org.groundwork.rpm.filelist = foundation-pro-filelist org.groundwork.rpm.specfile = groundwork-foundation-1.5.spec org.groundwork.rpm.dependencies = org.groundwork.rpm.root= /foundation #Reporting plugins version and ID's org.groundwork.collage.report.version = 3.0 org.groundwork.collage.report.birtwsdriver.name = org.groundwork.report.birt.data.oda.ws org.groundwork.collage.report.birtwsdriver.jar = org.groundwork.report.birt.data.oda.ws org.groundwork.collage.report.birtwsui.name = org.groundwork.report.birt.data.oda.ws.ui org.groundwork.collage.report.birtwsui.jar = org.groundwork.report.birt.data.oda.ws.ui #Report Server Web Application configuration properties org.groundwork.report.directory = /usr/local/groundwork/gwreports/ org.groundwork.report.temp.directory = /usr/local/groundwork/tmp org.groundwork.report.filter = rptdesign org.groundwork.report.birt.url = /birtviewer/frameset?__overwrite=true&__report= # Webcontainer type org.groundwork.foundation.webcontainer = jboss org.groundwork.foundation.webcontainer.install = true # Jetty distro org.groundwork.foundation.webcontainer.jetty.package = jetty-minimum-distro-5.1.8.tar.gz # JBoss files org.groundwork.foundation.webcontainer.jboss.package = jboss-as-gwrk-distro-4.2.3.tar.gz org.groundwork.foundation.webcontainer.jboss.db.script = jboss_dbinit.sql org.groundwork.foundation.webcontainer.jboss.db.driver = ${org.groundwork.foundation.deploy.root}/container/lib/jboss/mysql-connector-java-5.1.6-bin.jar # Archive location org.groundwork.package.ftp.archive.container = ftp://archive.groundworkopensource.com/pub/groundwork-core/jetty org.groundwork.package.archive.container = http://archive.groundworkopensource.com org.groundwork.package.archive.mysql = ${org.groundwork.package.archive.container}/maven/mysql/jars org.groundwork.foundation.mysql.driver.name = mysql-connector-java-5.1.6-bin.jar org.groundwork.foundation.report.viewer.original.package=birt-2.3.0.war org.groundwork.foundation.report.viewer.package=birtviewer.war # Foundation Webapplication deploy org.groundwork.deploy.prefix = /usr/local/groundwork org.groundwork.foundation.deploy.log = log org.groundwork.foundation.deploy.feeder = feeder org.groundwork.foundation.deploy.db = database # Deployment Prefix org.groundwork.foundation.deploy.root = ${org.groundwork.deploy.prefix}/foundation #Directory structure gets appended to prefix org.groundwork.deploy.lib = lib org.groundwork.deploy.bin = bin org.groundwork.deploy.config.base = ${org.groundwork.deploy.prefix}/foundation/container org.groundwork.deploy.conf = config #Config path for professional is shared with other applications org.groundwork.build.config = ${org.groundwork.deploy.prefix}/config #Log4j logging com.groundwork.collage.log.dir = ${org.groundwork.foundation.deploy.root}/log com.groundwork.collage.log.append = true #Nagios and perl settings org.groundwork.perl.dir = /usr/local/groundwork/bin/perl org.groundwork.nagios.var = /usr/local/groundwork/nagios/var # Nagios 2.0 org.groundwork.nagios.status = /usr/local/groundwork/nagios/var/status.log # Nagios 1.2 #org.groundwork.nagios.status = /usr/local/nagios/var/status.log org.groundwork.nagios.nagios = /usr/local/groundwork/nagios/var/nagios.log org.groundwork.nagios.log = /usr/local/groundwork/var/log org.groundwork.nagios.config = /usr/local/groundwork/nagios/etc/nagios.cfg # The following setting will configure the feeder for the correct Nagios version org.groundwork.nagios.version = 3 #Log directory org.groundwork.feeder.log = ${org.groundwork.foundation.deploy.root}/container/logs # Collage database settings com.groundwork.collage.production.database.url = jdbc:mysql://localhost/GWCollageDB?useServerPrepStmts=true com.groundwork.collage.production.database.driver = com.mysql.jdbc.Driver com.groundwork.collage.production.database.user = collage com.groundwork.collage.production.database.password = gwrk # Collage database settings com.groundwork.collage.power.database.user = root com.groundwork.collage.power.database.password = com.groundwork.collage.database.generate.script = database/schema/${org.groundwork.collage.database}/GWCollageDB.sql #Default database used for creating Production and Test Databases com.groundwork.default.database.url = jdbc:mysql://localhost/mysql #Collage Database property com.groundwork.collage.jdbc.drivers.path=${maven.repo.local}/mysql/jars/${org.groundwork.foundation.mysql.driver.name} com.groundwork.build.test = true maven.test.skip = false # Track package versions used by Collage Framework org.itgroundwork.hibernate.groupid = org.hibernate org.itgroundwork.hibernate.package = hibernate org.itgroundwork.hibernate.version = 3.2.0.ga org.itgroundwork.springframework.groupid = springframework org.itgroundwork.springframework.package = spring org.itgroundwork.springframework.version = 2.0 org.itgroundwork.ehcache.groupid= ehcache org.itgroundwork.ehcache.package = ehcache org.itgroundwork.ehcache.version = 1.2.3 org.itgroundwork.antlr.id = antlr org.itgroundwork.antlr.version = 2.7.6rc1 org.itgroundwork.dom4j.id = dom4j org.itgroundwork.dom4j.version = 1.6.1 org.itgroundwork.axis.id = axis org.itgroundwork.axis.version = 1.4 org.itgroundwork.jaxrpc.id = jaxrpc org.itgroundwork.jaxrpc.version = 1.1 #Connection pool org.itgroundwork.c3p0.id = c3p0 org.itgroundwork.c3p0.version = 0.9.1.2 org.itgroundwork.commons.logging.id = commons-logging org.itgroundwork.commons.logging.version = 1.1 org.itgroundwork.commons.discovery.id = commons-discovery org.itgroundwork.commons.discovery.version = 0.2 org.itgroundwork.commons.fileupload.id = commons-fileupload org.itgroundwork.commons.fileupload.version = 1.1.1 org.itgroundwork.commons.io.id = commons-io org.itgroundwork.commons.io.version = 1.2 org.itgroundwork.wsdl4j.id = wsdl4j org.itgroundwork.wsdl4j.version = 1.5.1 org.itgroundwork.log4j.id = log4j org.itgroundwork.log4j.version = 1.2.15 org.itgroundwork.activation.id = activation org.itgroundwork.activation.version = 1.0.2 org.itgroundwork.xml.apis.id = xml-apis org.itgroundwork.xml.apis.version = 2.0.2 org.itgroundwork.jetty.id = jetty org.itgroundwork.jetty.version = 6.1.4 org.itgroundwork.jetty.util.id = jetty-util org.itgroundwork.jetty.util.version = 6.1.4