You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jv...@apache.org on 2005/07/19 04:42:47 UTC

svn commit: r219604 - /maven/continuum/trunk/continuum-plexus-application/test.properties

Author: jvanzyl
Date: Mon Jul 18 19:42:09 2005
New Revision: 219604

URL: http://svn.apache.org/viewcvs?rev=219604&view=rev
Log:
o adding test.properties file

Added:
    maven/continuum/trunk/continuum-plexus-application/test.properties

Added: maven/continuum/trunk/continuum-plexus-application/test.properties
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/test.properties?rev=219604&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/test.properties (added)
+++ maven/continuum/trunk/continuum-plexus-application/test.properties Mon Jul 18 19:42:09 2005
@@ -0,0 +1,29 @@
+app.name=continuum
+app.long.name=continuum
+app.description=Continuous integration server
+
+# Set this property to send all notification
+# emails to the specified address
+# nobody@localhost
+mail.override.to.address=
+
+# From address override
+# nobody@localhost
+mail.override.from.mailbox=
+
+# From name override
+# Continuum
+mail.override.from.name=
+
+# We need different profiles here
+
+# ----------------------------------------------------------
+# Development properties
+# ----------------------------------------------------------
+
+localization.directory=${plexus.home}/../../../../../continuum-web/src/main/resources/localization
+velocity.templates.directory=${plexus.home}/../../../../../continuum-web/src/main/resources/templates
+velocimacro.reload = true
+velocity.resource.caching = false
+forms.directory=${plexus.home}/../../../../../continuum-web/src/main/resources/forms
+jetty.port=8080