quota-manager/src/main/webapp/WEB-INF/profile.xml

27 lines
675 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>InformationSystem</Class>
<Name>quota-manager</Name>
<Version>1.0.0</Version>
<Packages>
<Software>
<Name>quota-manager</Name>
<Version>1.0.0-SNAPSHOT</Version>
<MavenCoordinates>
<groupId>org.gcube.resource.management</groupId>
<artifactId>quota-manager</artifactId>
<version>1.0.0-SNAPSHOT</version>
</MavenCoordinates>
<Files>
<File>quota-manager.jar</File>
</Files>
</Software>
</Packages>
</Profile>
</Resource>