[jboss-svn-commits] JBL Code SVN: r6416 - labs/jbossforums/branches/forums22/build
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Sep 25 12:35:39 EDT 2006
Author: unibrew
Date: 2006-09-25 12:35:35 -0400 (Mon, 25 Sep 2006)
New Revision: 6416
Added:
labs/jbossforums/branches/forums22/build/local.properties.sample
Log:
[JBFORUMS] Creating sample properties file.
Added: labs/jbossforums/branches/forums22/build/local.properties.sample
===================================================================
--- labs/jbossforums/branches/forums22/build/local.properties.sample 2006-09-25 16:15:09 UTC (rev 6415)
+++ labs/jbossforums/branches/forums22/build/local.properties.sample 2006-09-25 16:35:35 UTC (rev 6416)
@@ -0,0 +1,48 @@
+### ====================================================================== ###
+## ##
+## Local project properties. ##
+## ##
+## Define properties that are local to your environment here. This ##
+## file (local.properties) should not be checked in. Modify the ##
+## example to affect all users. ##
+## ##
+### ====================================================================== ###
+
+### General compiler configuration ###
+
+#build.compiler=jikes
+#build.warnings=true
+#build.pedantic=true
+#javac.depend=on
+### Javac/Jikes compiler configuration ###
+javac.optimize=off
+javac.debug=on
+javac.deprecation=on
+
+### Enable verbose build output ###
+
+#init.verbose=true
+
+### JavaDoc ###
+#docs-javadocs.disable=true
+### Do we build xdoclet or get it from thirdparty ###
+### uncomment for thirdparty: comment to use xdoclet module.
+### To use xdoclet module also uncomment the xdoclet line in groups in build/build.xml
+#xdoclet.xdoclet.root=${project.root}/thirdparty/xdoclet-xdoclet
+# Portal database, for now : hsqldb, mysql, postgresql are the possible values
+portal.database=mysql
+# The datasource name used in the JNDI binding
+portal.datasource.name=PortalDS
+# Context root for the portal main servlet
+portal.web.context-root=/portal
+# JBoss server/<xxx> directory for Nukes, ie: $JBOSS_HOME/server/default
+
+# Build the portal for single or clustered environment
+portal.clustered=false
+# Show SQL or not
+portal.sql.show=false
+#specifyMe: this is user's local environment specific
+portal.deploy.dir=default
+
+# Fill this property with JBoss AS location e.g. /home/user/JBossAS or C:\JBossAS
+jboss.home=
Property changes on: labs/jbossforums/branches/forums22/build/local.properties.sample
___________________________________________________________________
Name: svn:executable
+ *
More information about the jboss-svn-commits
mailing list