[mud4j-commit] SF.net SVN: mud4j: [88] trunk/mud4j/project.properties
Status: Pre-Alpha
Brought to you by:
mpurland
From: <mpu...@us...> - 2006-12-30 07:08:33
|
Revision: 88 http://mud4j.svn.sourceforge.net/mud4j/?rev=88&view=rev Author: mpurland Date: 2006-12-29 23:08:32 -0800 (Fri, 29 Dec 2006) Log Message: ----------- Fix build properties to include projects in dashboard report. Modified Paths: -------------- trunk/mud4j/project.properties Modified: trunk/mud4j/project.properties =================================================================== --- trunk/mud4j/project.properties 2006-12-30 07:07:15 UTC (rev 87) +++ trunk/mud4j/project.properties 2006-12-30 07:08:32 UTC (rev 88) @@ -54,8 +54,8 @@ # Location of subprojects to include in the dashboard report. By default # these properties have the same values as their Multiproject conterpart. # You can define them if you need to set different values. -maven.dashboard.basedir=${basedir} -maven.dashboard.includes=project.xml +maven.dashboard.basedir=${basedir}/.. +maven.dashboard.includes=mud4j-core/project.xml,mud4j-telnet/project.xml,mud4j-web/project.xml maven.dashboard.excludes= maven.dashboard.ignoreFailures=false This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |