Author: nickboldt
Date: 2010-04-26 00:41:59 -0400 (Mon, 26 Apr 2010)
New Revision: 21678
Modified:
branches/modular_build/genpom.xml
Log:
add path in which summary is relevant
Modified: branches/modular_build/genpom.xml
===================================================================
--- branches/modular_build/genpom.xml 2010-04-26 04:34:43 UTC (rev 21677)
+++ branches/modular_build/genpom.xml 2010-04-26 04:41:59 UTC (rev 21678)
@@ -454,7 +454,7 @@
<!-- summary -->
<length string="${modulecountstring}" property="modulecount"
/>
<length string="${aggregatorcountstring}"
property="aggregatorcount" />
- <echo level="info">Modules: ${modulecount} Aggregations:
${aggregatorcount}</echo>
+ <echo level="info">${WORKINGDIR}/${COMPONENT} :: Modules:
${modulecount}, Aggregations: ${aggregatorcount}</echo>
</target>
Show replies by date