From a361ad253ce5a9adb517df0fd2e1cfeea09d6c1a Mon Sep 17 00:00:00 2001 From: Gianpaolo Coro Date: Tue, 1 Dec 2015 11:47:42 +0000 Subject: [PATCH] git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/SeaDataNetConnector@120520 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/CHANGELOG | 2 ++ distro/INSTALL | 1 + distro/LICENSE | 8 ++++++++ distro/MAINTAINERS | 2 ++ distro/README | 42 ++++++++++++++++++++++++++++++++++++++++++ distro/changelog.xml | 7 +++++++ distro/descriptor.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ distro/profile.xml | 25 +++++++++++++++++++++++++ distro/svnpath.txt | 1 + 9 files changed, 130 insertions(+) create mode 100644 distro/CHANGELOG create mode 100644 distro/INSTALL create mode 100644 distro/LICENSE create mode 100644 distro/MAINTAINERS create mode 100644 distro/README create mode 100644 distro/changelog.xml create mode 100644 distro/descriptor.xml create mode 100644 distro/profile.xml create mode 100644 distro/svnpath.txt diff --git a/distro/CHANGELOG b/distro/CHANGELOG new file mode 100644 index 0000000..0eb180b --- /dev/null +++ b/distro/CHANGELOG @@ -0,0 +1,2 @@ +v. 1.0.0 (01-12-2015) + * First release diff --git a/distro/INSTALL b/distro/INSTALL new file mode 100644 index 0000000..9bcbb15 --- /dev/null +++ b/distro/INSTALL @@ -0,0 +1 @@ +Used as a library in the gCube Framework \ No newline at end of file diff --git a/distro/LICENSE b/distro/LICENSE new file mode 100644 index 0000000..bd0c2b4 --- /dev/null +++ b/distro/LICENSE @@ -0,0 +1,8 @@ +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. diff --git a/distro/MAINTAINERS b/distro/MAINTAINERS new file mode 100644 index 0000000..1f1e62d --- /dev/null +++ b/distro/MAINTAINERS @@ -0,0 +1,2 @@ +Gianpaolo Coro (gianpaolo.coro@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..eaa0818 --- /dev/null +++ b/distro/README @@ -0,0 +1,42 @@ +The gCube System - Ecological Engine Library +------------------------------------------------------------ + +This work is partially funded by the European Commission in the +context of the D4Science project (www.d4science.eu), under the +1st call of FP7 IST priority. + +Authors +------- + +* Gianpaolo Coro (gianpaolo.coro@isti.cnr.it), CNR Pisa, + Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" + +Version and Release Date +------------------------ + +version 1.0.0 (01-12-2015) + +Description +-------------------- + +Support library for statistics analysis on Time Series data. + + +Download information +-------------------- + +Source code is available from SVN: +http://svn.research-infrastructures.eu/d4science/gcube/trunk/content-management/EcologicalModelling + +Binaries can be downloaded from: +http://software.d4science.research-infrastructures.eu/ + +Documentation +------------- +VREManager documentation is available on-line from the Projects Documentation Wiki: +https://gcube.wiki.gcube-system.org/gcube/index.php/Ecological_Modeling + +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..a622706 --- /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..816dfed --- /dev/null +++ b/distro/profile.xml @@ -0,0 +1,25 @@ + + + + Library + + Connector to the SeaDataNet e-Infrastructure + SeaDataNetConnector + ${artifactId} + 1.0.0 + + + ${artifactId} + ${version} + + ${groupId} + ${artifactId} + ${version} + + + ${build.finalName}.jar + + + + + \ No newline at end of file diff --git a/distro/svnpath.txt b/distro/svnpath.txt new file mode 100644 index 0000000..55b6d04 --- /dev/null +++ b/distro/svnpath.txt @@ -0,0 +1 @@ +https://svn.d4science.research-infrastructures.eu/gcube/branches/data-analysis/SeaDataNetConnector \ No newline at end of file