You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wps/src/main/webapp/WEB-INF/profile.xml

27 lines
624 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ID />
<Type>Service</Type>
<Profile>
<Description>${description}</Description>
<Class>DataAnalysis</Class>
<Name>wps</Name>
<Version>1.0.0</Version>
<Packages>
<Software>
<Name>wps</Name>
<Version>1.1.3-SNAPSHOT</Version>
<MavenCoordinates>
<groupId>org.gcube.data-analysis</groupId>
<artifactId>wps</artifactId>
<version>1.1.3-SNAPSHOT</version>
</MavenCoordinates>
<Files>
<File>wps.jar</File>
</Files>
</Software>
</Packages>
</Profile>
</Resource>