cleaner way of the property file

This commit is contained in:
Peter Hedenskog 2012-07-11 08:08:30 +02:00
parent 6dccd943c8
commit da330d9c2a
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ echo '</document>'>> $REPORT_DATA_DIR/result.xml
echo 'Create the HTML' echo 'Create the HTML'
java -jar dependencies/xml-velocity-1.0-full.jar $REPORT_DATA_DIR/result.xml report/velocity/pages.vm pages.properties $REPORT_DIR/report.html java -jar dependencies/xml-velocity-1.0-full.jar $REPORT_DATA_DIR/result.xml report/velocity/pages.vm report/properties/pages.properties $REPORT_DIR/report.html
#copy the rest of the files #copy the rest of the files