From c89a40c2ee07cd95f5a1b279fa92986567886e0b Mon Sep 17 00:00:00 2001 From: Gianpaolo Coro Date: Fri, 1 Apr 2016 11:57:40 +0000 Subject: [PATCH] git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngine@126576 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/LICENSE | 1 + distro/README | 80 +++++++++++++++++++++++++++++++++++++++++++ distro/descriptor.xml | 32 +++++++++++++++++ distro/profile.xml | 36 +++++++++++++++++++ 4 files changed, 149 insertions(+) create mode 100644 distro/LICENSE create mode 100644 distro/README create mode 100644 distro/descriptor.xml create mode 100644 distro/profile.xml diff --git a/distro/LICENSE b/distro/LICENSE new file mode 100644 index 0000000..3695e26 --- /dev/null +++ b/distro/LICENSE @@ -0,0 +1 @@ +${gcube.license} diff --git a/distro/README b/distro/README new file mode 100644 index 0000000..cce53af --- /dev/null +++ b/distro/README @@ -0,0 +1,80 @@ +The gCube System - ${name} +-------------------------------------------------- + +${description} + + +${gcube.description} + +${gcube.funding} + + +Version +-------------------------------------------------- + +${version} (${buildDate}) + +Please see the file named "changelog.xml" in this directory for the release notes. + + +Authors +-------------------------------------------------- + +* Gianpaolo Coro (gianpaolo.coro-AT-isti.cnr.it), + Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT + + +Maintainers +----------- + +* Gianpaolo Coro (gianpaolo.coro-AT-isti.cnr.it), + Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT + +<<<<<<< .mine + +======= +version 1.0.0 (01-12-2015) + +Description +-------------------- + +Support library for statistics analysis on Time Series data. + + +>>>>>>> .r126572 +Download information +-------------------------------------------------- + +Source code is available from SVN: + ${scm.url} + +Binaries can be downloaded from the gCube website: + ${gcube.website} + + +Installation +-------------------------------------------------- + +Installation documentation is available on-line in the gCube Wiki: + https://wiki.gcube-system.org/gcube/About_gCube + + +Documentation +-------------------------------------------------- + +Documentation is available on-line in the gCube Wiki: + https://wiki.gcube-system.org/gcube/Ecological_Modeling + + +Support +-------------------------------------------------- + +Bugs and support requests can be reported in the gCube issue tracking tool: + ${gcube.issueTracking} + + +Licensing +-------------------------------------------------- + +This software is licensed under the terms you may find in the file named "LICENSE" in this directory. + diff --git a/distro/descriptor.xml b/distro/descriptor.xml new file mode 100644 index 0000000..0eec2ec --- /dev/null +++ b/distro/descriptor.xml @@ -0,0 +1,32 @@ + + servicearchive + + tar.gz + + / + + + ${distroDirectory} + / + true + + README + LICENSE + changelog.xml + profile.xml + + 755 + true + + + + + target/${build.finalName}.${project.packaging} + /${artifactId} + + + + diff --git a/distro/profile.xml b/distro/profile.xml new file mode 100644 index 0000000..fd53af5 --- /dev/null +++ b/distro/profile.xml @@ -0,0 +1,36 @@ + + + + Service + +<<<<<<< .mine + ${project.description} + DataAnalysis + ${project.name} +======= + Connector to the SeaDataNet e-Infrastructure + SeaDataNetConnector + ${artifactId} +>>>>>>> .r126572 + 1.0.0 + + + ${project.name} + ${project.description} + ${version} + + ${project.groupId} + ${project.artifactId} + ${project.version} + + Service + + ${project.build.finalName}.${project.packaging} + + + + + + + +