Author: henning
Date: Fri Aug 5 03:50:38 2005
New Revision: 230438
URL: http://svn.apache.org/viewcvs?rev=230438&view=rev
Log:
- Update repo properties
- add compilation options to build 1.3 compatible code
- add testing properties
- make sure that we build 'en' locale as default
- add home definition for the templates
Modified:
db/torque/trunk/project.properties
Modified: db/torque/trunk/project.properties
URL:
http://svn.apache.org/viewcvs/db/torque/trunk/project.properties?rev=230438&r1=230437&r2=230438&view=diff
==============================================================================
--- db/torque/trunk/project.properties (original)
+++ db/torque/trunk/project.properties Fri Aug 5 03:50:38 2005
@@ -29,13 +29,25 @@
# If you are not an Torque committer, you can safely ignore these. :-)
#
#========================================================================
-maven.repo.list=apache
+maven.repo.remote=http://www.ibiblio.org/maven/,http://www.apache.org/dist/java-repository/
maven.remote.group=apcvs
+maven.repo.list=apache
maven.repo.apache=scp://cvs.apache.org
maven.repo.apache.directory=/www/www.apache.org/dist/java-repository
-torque.generator.home = src/generator
+#
+# Compilation options
+maven.compile.source = 1.3
+maven.compile.target = 1.3
+maven.compile.debug = on
+maven.compile.optimize = off
+maven.compile.deprecation = off
+
+#
+# testing options
+maven.test.ignore.failures=false
+maven.junit.fork=true
maven.checkstyle.format = turbine
maven.checkstyle.header.file = ${basedir}/checkstyle-license.txt
@@ -44,6 +56,12 @@
# display the date on the site
maven.xdoc.date = left
+maven.xdoc.locale.default = en
# Display the version the web site is documenting
maven.xdoc.version = ${pom.currentVersion}
+
+#
+# Needed for the runtime tests
+torque.generator.home = src/generator
+torque.template.home = src/generator/src/templates
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]