Profile for RM service.

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/resource-management/resource-manager@154797 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Manuele Simi 2017-10-04 03:12:03 +00:00
parent 284353fbf7
commit 81350a225f
1 changed files with 27 additions and 0 deletions

27
distro/profile.xml Normal file
View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<Resource>
<ID />
<Type>Service</Type>
<Profile>
<Description>Resource Manager</Description>
<Class>Resoource Manager</Class>
<Name>resource-manager</Name>
<Version>0.0.1</Version>
<Packages>
<Software>
<Name>resource-manager</Name>
<Version>0.0.1-SNAPSHOT</Version>
<MavenCoordinates>
<groupId>org.gcube.resource-management</groupId>
<artifactId>resource-manager</artifactId>
<version>0.0.1-SNAPSHOT</version>
</MavenCoordinates>
<Files>
<File>resource-manager-0.0.1-SNAPSHOT.war</File>
</Files>
</Software>
</Packages>
</Profile>
</Resource>