Added D4OS VO to the config file.

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/resource-management@176007 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2018-12-19 11:14:45 +00:00
parent 89cd9f05b1
commit a5b221edb5
5 changed files with 19 additions and 4 deletions

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" output="target/resource-management-6.6.0-SNAPSHOT/WEB-INF/classes" path="src/main/java"> <classpathentry kind="src" output="target/resource-management-6.6.1-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes> <attributes>
<attribute name="optional" value="true"/> <attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry excluding="**" kind="src" output="target/resource-management-6.6.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources"> <classpathentry excluding="**" kind="src" output="target/resource-management-6.6.1-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
@ -39,5 +39,5 @@
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="output" path="target/resource-management-6.6.0-SNAPSHOT/WEB-INF/classes"/> <classpathentry kind="output" path="target/resource-management-6.6.1-SNAPSHOT/WEB-INF/classes"/>
</classpath> </classpath>

View File

@ -1,5 +1,10 @@
<ReleaseNotes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <ReleaseNotes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="xsd/changelog.xsd"> xsi:noNamespaceSchemaLocation="xsd/changelog.xsd">
<Changeset component="org.gcube.portlets-admin.resource-management-portlet.6-6-1"
date="2018-12-15">
<Change>Added D4OS VO to the config file.
</Change>
</Changeset>
<Changeset component="org.gcube.portlets-admin.resource-management-portlet.6-6-0" <Changeset component="org.gcube.portlets-admin.resource-management-portlet.6-6-0"
date="2018-11-05"> date="2018-11-05">
<Change>Feature #12726 <Change>Feature #12726

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.portlets.admin</groupId> <groupId>org.gcube.portlets.admin</groupId>
<artifactId>resource-management</artifactId> <artifactId>resource-management</artifactId>
<version>6.6.0-SNAPSHOT</version> <version>6.6.1-SNAPSHOT</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>gCube Resource Management Portlet</name> <name>gCube Resource Management Portlet</name>
<description> <description>

View File

@ -9,6 +9,11 @@
<src>ServiceMap_d4science.research-infrastructures.eu.xml</src> <src>ServiceMap_d4science.research-infrastructures.eu.xml</src>
<scope>/d4science.research-infrastructures.eu</scope> <scope>/d4science.research-infrastructures.eu</scope>
</vo> </vo>
<vo>
<name>d4science/D4OS</name>
<src>ServiceMap_D4OS.xml</src>
<scope>/d4science.research-infrastructures.eu/D4OS</scope>
</vo>
<vo> <vo>
<name>d4science/D4Research</name> <name>d4science/D4Research</name>
<src>ServiceMap_D4Research.xml</src> <src>ServiceMap_D4Research.xml</src>

View File

@ -9,6 +9,11 @@
<src>ServiceMap_d4science.research-infrastructures.eu.xml</src> <src>ServiceMap_d4science.research-infrastructures.eu.xml</src>
<scope>/d4science.research-infrastructures.eu</scope> <scope>/d4science.research-infrastructures.eu</scope>
</vo> </vo>
<vo>
<name>d4science/D4OS</name>
<src>ServiceMap_D4OS.xml</src>
<scope>/d4science.research-infrastructures.eu/D4OS</scope>
</vo>
<vo> <vo>
<name>d4science/D4Research</name> <name>d4science/D4Research</name>
<src>ServiceMap_D4Research.xml</src> <src>ServiceMap_D4Research.xml</src>