diff --git a/distro/CHANGELOG b/distro/CHANGELOG new file mode 100644 index 0000000..ed9cbcb --- /dev/null +++ b/distro/CHANGELOG @@ -0,0 +1,2 @@ +v. 1.0.0 (09-06-2014) + * First release \ No newline at end of file diff --git a/distro/INSTALL b/distro/INSTALL new file mode 100644 index 0000000..e69de29 diff --git a/distro/LICENSE b/distro/LICENSE new file mode 100644 index 0000000..cc51139 --- /dev/null +++ b/distro/LICENSE @@ -0,0 +1,6 @@ +gCube System - License +------------------------------------------------------------ + +The gCube/gCore software is licensed as Free Open Source software conveying to the EUPL (http://ec.europa.eu/idabc/eupl). +The software and documentation is provided by its authors/distributors "as is" and no expressed or +implied warranty is given for its use, quality or fitness for a particular case. \ No newline at end of file diff --git a/distro/MAINTAINERS b/distro/MAINTAINERS new file mode 100644 index 0000000..9f65049 --- /dev/null +++ b/distro/MAINTAINERS @@ -0,0 +1 @@ +* Loredana Liccardo (loredana.liccardo@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" \ No newline at end of file diff --git a/distro/README b/distro/README new file mode 100644 index 0000000..eb0e7e3 --- /dev/null +++ b/distro/README @@ -0,0 +1,52 @@ +The gCube System - Database Resource Manager algorithms +------------------------------------------------------------ + +This work is partially funded by the European Commission in the +context of the iMarine project (www.d4science.eu), under the 1st call of FP7 IST priority. + + +Authors +------- + +* Loredana Liccardo (loredana.liccardo@isti.cnr.it), CNR Pisa, + Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo". + + +Version and Release Date +------------------------ + +${version} + +Description +----------- + +The Database Resource Manager algorithms manage the heterogeneity of the Databases resources indexed +in the infrastructure by means of the Database Resource Manager library. + + +Download information +-------------------- + +Source code is available from SVN: +http://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManagerAlgorithms + +Binaries can be downloaded from: +n/a + + +Documentation +------------- +For installation and using please referer to INSTALL. + +Documentation is also available on-line from the Projects Documentation Wiki: +https://gcube.wiki.gcube-system.org/gcube/index.php + + +Licensing +--------- + +This software is licensed under the terms you may find in the file named "LICENSE" in this directory. + + + + diff --git a/distro/changelog.xml b/distro/changelog.xml new file mode 100644 index 0000000..08b5b1f --- /dev/null +++ b/distro/changelog.xml @@ -0,0 +1,7 @@ + + + first release + + + \ No newline at end of file diff --git a/distro/descriptor.xml b/distro/descriptor.xml new file mode 100644 index 0000000..21d8c88 --- /dev/null +++ b/distro/descriptor.xml @@ -0,0 +1,42 @@ + + servicearchive + + tar.gz + + / + + + ${distroDirectory} + / + true + + README + LICENSE + INSTALL + MAINTAINERS + changelog.xml + + 755 + true + + + + + ${distroDirectory}/profile.xml + / + true + + + target/${build.finalName}.jar + /${artifactId} + + + ${distroDirectory}/svnpath.txt + /${artifactId} + true + + + \ No newline at end of file diff --git a/distro/profile.xml b/distro/profile.xml new file mode 100644 index 0000000..d19f42f --- /dev/null +++ b/distro/profile.xml @@ -0,0 +1,25 @@ + + + + Service + + Database Resource Manager algorithms + DataAccess + ${artifactId} + ${version} + + + ${artifactId} + ${version} + + ${groupId} + ${artifactId} + ${version} + + + ${build.finalName}.jar + + + + + diff --git a/distro/svnpath.txt b/distro/svnpath.txt new file mode 100644 index 0000000..d354a17 --- /dev/null +++ b/distro/svnpath.txt @@ -0,0 +1 @@ +http://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManagerAlgorithms \ No newline at end of file