Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <action-sequence>
  3. <title>Test report in PDF format</title>
  4. <version>1</version>
  5. <logging-level>TRACE</logging-level>
  6. <documentation>
  7. <author>Emmanuel Guiton</author>
  8. <description>Generates a PDF test report.</description>
  9. <help/>
  10. <result-type/>
  11. <icon/>
  12. </documentation>
  13.  
  14. <inputs/>
  15.  
  16. <outputs>
  17. <test_report type="content">
  18. <destinations>
  19. <response>content</response>
  20. </destinations>
  21. </test_report>
  22. </outputs>
  23.  
  24. <resources>
  25. <report-definition>
  26. <solution-file>
  27. <location>test-report.prpt</location>
  28. <mime-type>application/zip</mime-type>
  29. </solution-file>
  30. </report-definition>
  31. </resources>
  32.  
  33. <actions>
  34. <action-definition>
  35. <component-name>SimpleReportingComponent</component-name>
  36. <action-type>Test report</action-type>
  37. <action-resources>
  38. <report-definition type="resource"/>
  39. </action-resources>
  40. <action-outputs>
  41. <outputstream type="content" mapping="test_report"/>
  42. </action-outputs>
  43. <component-definition>
  44. <outputType><![CDATA[application/pdf]]></outputType>
  45. <useContentRepository><![CDATA[true]]></useContentRepository>
  46. <paginate><![CDATA[false]]></paginate>
  47. </component-definition>
  48. </action-definition>
  49.  
  50. </actions>
  51. </action-sequence>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement