This commit is contained in:
Fabio Sinibaldi 2017-07-05 16:37:07 +00:00
parent 2b2291b11f
commit 53ca9690e6
6 changed files with 28 additions and 12 deletions

View File

@ -2,4 +2,7 @@
<Changeset component="sdi-service-1.0.0" date="2017-03-22"> <Changeset component="sdi-service-1.0.0" date="2017-03-22">
<Change>First Release</Change> <Change>First Release</Change>
</Changeset> </Changeset>
<Changeset component="sdi-service-1.1.0" date="2017-05-16">
<Change>Added GeoServer interface</Change>
</Changeset>
</ReleaseNotes> </ReleaseNotes>

View File

@ -0,0 +1,5 @@
package org.gcube.spatial.data.sdi.engine.impl.metadata;
public class CommonMetadataPieces {
}

View File

@ -0,0 +1,5 @@
package org.gcube.spatial.data.sdi.engine.impl.metadata.templates;
public class AbstractTemplate {
}

View File

@ -9,23 +9,23 @@ open-source software toolkit used for building and operating Hybrid Data
Infrastructures enabling the dynamic deployment of Virtual Research Environments Infrastructures enabling the dynamic deployment of Virtual Research Environments
by favouring the realisation of reuse oriented policies. by favouring the realisation of reuse oriented policies.
The projects leading to this software have received funding from a series of The projects leading to this software have received funding from a series of
European Union programmes including: European Union programmes including:
* the Sixth Framework Programme for Research and Technological Development - * the Sixth Framework Programme for Research and Technological Development -
DILIGENT (grant no. 004260); DILIGENT (grant no. 004260);
* the Seventh Framework Programme for research, technological development and * the Seventh Framework Programme for research, technological development and
demonstration - D4Science (grant no. 212488), D4Science-II (grant no. demonstration - D4Science (grant no. 212488), D4Science-II (grant no.
239019),ENVRI (grant no. 283465), EUBrazilOpenBio (grant no. 288754), iMarine 239019),ENVRI (grant no. 283465), EUBrazilOpenBio (grant no. 288754), iMarine
(grant no. 283644); (grant no. 283644);
* the H2020 research and innovation programme - BlueBRIDGE (grant no. 675680), * the H2020 research and innovation programme - BlueBRIDGE (grant no. 675680),
EGIEngage (grant no. 654142), ENVRIplus (grant no. 654182), Parthenos (grant EGIEngage (grant no. 654142), ENVRIplus (grant no. 654182), Parthenos (grant
no. 654119), SoBigData (grant no. 654024); no. 654119), SoBigData (grant no. 654024);
Version Version
-------------------------------------------------- --------------------------------------------------
1.0.0-SNAPSHOT (2017-04-11) 1.0.0-SNAPSHOT (2017-07-05)
Please see the file named "changelog.xml" in this directory for the release notes. Please see the file named "changelog.xml" in this directory for the release notes.

View File

@ -2,4 +2,7 @@
<Changeset component="sdi-service-1.0.0" date="2017-03-22"> <Changeset component="sdi-service-1.0.0" date="2017-03-22">
<Change>First Release</Change> <Change>First Release</Change>
</Changeset> </Changeset>
<Changeset component="sdi-service-1.1.0" date="2017-05-16">
<Change>Added GeoServer interface</Change>
</Changeset>
</ReleaseNotes> </ReleaseNotes>

View File

@ -9,7 +9,7 @@
<baseDirectory>/</baseDirectory> <baseDirectory>/</baseDirectory>
<fileSets> <fileSets>
<fileSet> <fileSet>
<directory>/home/fabio/workspaces/trunk_workspace/sdi-service/distro</directory> <directory>/home/fabio/workspaces/trunk_workspace/sdi-service-TRUNK/distro</directory>
<outputDirectory>/</outputDirectory> <outputDirectory>/</outputDirectory>
<useDefaultExcludes>true</useDefaultExcludes> <useDefaultExcludes>true</useDefaultExcludes>
<includes> <includes>