on.extensions.ch.sbb.polarion.extension.excel-importer.2.6.0.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.excel-importer Show documentation
Show all versions of ch.sbb.polarion.extension.excel-importer Show documentation
This Polarion extension provides possibility to update (or create) WorkItems using xlsx-file
<?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> <plugin> <extension point="com.polarion.portal.tomcat.webapps"> <webapp name="polarion/excel-importer" contextRoot="webapp/excel-importer"> </webapp> </extension> <extension point="com.polarion.portal.tomcat.webapps"> <webapp name="polarion/excel-importer-admin" contextRoot="webapp/excel-importer-admin"> </webapp> </extension> </plugin>