# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # $Id: project.properties 187000 2004-07-11 03:32:22Z paulsp $ # maven.license.licenseFile=${basedir}/../LICENSE.TXT # --------------------------------------------------------------------------- # plugin portal and portal.genapp configuration properties # --------------------------------------------------------------------------- # the following set is required and has no default org.apache.jetspeed.portal.home= org.apache.jetspeed.portal.groupId= org.apache.jetspeed.portal.artifactId= org.apache.jetspeed.portal.name= org.apache.jetspeed.portal.currentVersion= org.apache.jetspeed.portal.conf.dir=target/portal-conf org.apache.jetspeed.portal.sql.dir=target/portal-sql org.apache.jetspeed.portal.db.dir=target/portal-db org.apache.jetspeed.portal.ldap.dir=target/portal-ldap org.apache.jetspeed.portal.webapp.dir=target/${org.apache.jetspeed.portal.artifactId} org.apache.jetspeed.portal.target.dir=target/${org.apache.jetspeed.portal.artifactId} # will test database sql be generated (and then only if different type from production database) org.apache.jetspeed.use.test.database = false # --------------------------------------------------------------------------- # Dependencies versions # --------------------------------------------------------------------------- jetspeed.version=@JETSPEED_VERSION@ pluto.version=@PLUTO_VERSION@ portlet.api.version=@PORTLET_API_VERSION@ servlet.api.version=@SERVLET_API_VERSION@ myfaces.version=@MYFACES_VERSION@ spring.version=@SPRING_VERSION@ spring.modules.version=@SPRING_MODULES_VERSION@ bridges.groupId=@BRIDGES_GROUPID@ portals.bridges.version=@PORTALS_BRIDGES_VERSION@ portals.bridges.common.version=@PORTALS_BRIDGES_COMMON_VERSION@ portals.bridges.frameworks.version=@PORTALS_BRIDGES_FRAMEWORKS_VERSION@ portals.bridges.jsf.version=@PORTALS_BRIDGES_JSF_VERSION@ portals.bridges.perl.version=@PORTALS_BRIDGES_PERL_VERSION@ portals.bridges.php.version=@PORTALS_BRIDGES_PHP_VERSION@ portals.bridges.struts.version=@PORTALS_BRIDGES_STRUTS_VERSION@ portals.bridges.velocity.version=@PORTALS_BRIDGES_VELOCITY_VERSION@ commons.logging.version=@COMMONS_LOGGING_VERSION@ log4j.version=@LOG4J_VERSION@ derby.version=@DERBY_VERSION@ # Whether or not to include log4j in war files commons.logging.include=true # Whether or not to include log4j in war files. Your container may already have this. log4j.include=true # Whether or not to include JTP api in war files. Your container may already have this. jta.include=true # You only need HSQL if you do not supply your own database derby.include=true # --------------------------------------------------------------------------- # Plugin Settings # --------------------------------------------------------------------------- org.apache.jetspeed.plugin.root=${maven.home.local}/cache/${plugin.artifactId}-${plugin.currentVersion} # --------------------------------------------------------------------------- # Deployment Properties # --------------------------------------------------------------------------- # The portal directory in its deployed target. org.apache.jetspeed.portal.dir=${org.apache.jetspeed.deploy.war.dir}/${org.apache.jetspeed.portal.artifactId} # Default server name and port for autodeployment. # You can override these via ${user.home}/build.properties. org.apache.jetspeed.services.autodeployment.server=localhost org.apache.jetspeed.services.autodeployment.port=8080 # --------------------------------------------------------------------------- # Torque settings # --------------------------------------------------------------------------- torque.project = portal torque.schema.sql.includes = *-schema.xml torque.schema.sql.excludes = torque.schema.dir = ${org.apache.jetspeed.plugin.root}/plugin-resources/schema torque.idTableXMLFile = torque.template.sql = sql/base/Control.vm