on.extensions.ch.sbb.polarion.extension.pdf-exporter.7.3.1.source-code.plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ch.sbb.polarion.extension.pdf-exporter Show documentation
Show all versions of ch.sbb.polarion.extension.pdf-exporter Show documentation
This Polarion extension provides possibility to convert Polarion Documents to PDF files. This is an alternative to native Polarion's solution.
<?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> <plugin> <extension point="com.polarion.portal.tomcat.webapps"> <webapp name="polarion/pdf-exporter" contextRoot="webapp/pdf-exporter"> </webapp> </extension> <extension point="com.polarion.portal.tomcat.webapps"> <webapp name="polarion/pdf-exporter-admin" contextRoot="webapp/pdf-exporter-admin"> </webapp> </extension> </plugin>