From 07104617d3cd06839001f5b7142e0ab2aae40414 Mon Sep 17 00:00:00 2001 From: Gianpaolo Coro Date: Fri, 1 Apr 2016 15:21:42 +0000 Subject: [PATCH] git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@126654 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/CHANGELOG | 2 - distro/INSTALL | 1 - distro/LICENSE | 9 +---- distro/MAINTAINERS | 2 - distro/README | 93 ++++++++++++++++++++++++++++--------------- distro/descriptor.xml | 18 ++------- distro/profile.xml | 27 ++++++++----- distro/svnpath.txt | 1 - 8 files changed, 81 insertions(+), 72 deletions(-) delete mode 100644 distro/CHANGELOG delete mode 100644 distro/INSTALL delete mode 100644 distro/MAINTAINERS delete mode 100644 distro/svnpath.txt diff --git a/distro/CHANGELOG b/distro/CHANGELOG deleted file mode 100644 index 5ff0fb3..0000000 --- a/distro/CHANGELOG +++ /dev/null @@ -1,2 +0,0 @@ -v. 1.0.0 (20-04-2011) - * First release diff --git a/distro/INSTALL b/distro/INSTALL deleted file mode 100644 index 9bcbb15..0000000 --- a/distro/INSTALL +++ /dev/null @@ -1 +0,0 @@ -Used as a library in the gCube Framework \ No newline at end of file diff --git a/distro/LICENSE b/distro/LICENSE index bd0c2b4..3695e26 100644 --- a/distro/LICENSE +++ b/distro/LICENSE @@ -1,8 +1 @@ -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. +${gcube.license} diff --git a/distro/MAINTAINERS b/distro/MAINTAINERS deleted file mode 100644 index 1f1e62d..0000000 --- a/distro/MAINTAINERS +++ /dev/null @@ -1,2 +0,0 @@ -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 index 97bf78e..24144e6 100644 --- a/distro/README +++ b/distro/README @@ -1,42 +1,69 @@ -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. +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@isti.cnr.it), CNR Pisa, - Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - -Version and Release Date ------------------------- - -version 1.5.0 (26-11-2012) - -Description --------------------- - -Support library for statistics analysis on Time Series data. +* 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 + 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/ - +-------------------------------------------------- + +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 + + Documentation -------------- -VREManager documentation is available on-line from the Projects Documentation Wiki: -https://gcube.wiki.gcube-system.org/gcube/index.php/Ecological_Modeling - +-------------------------------------------------- + +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 index 21d8c88..0eec2ec 100644 --- a/distro/descriptor.xml +++ b/distro/descriptor.xml @@ -15,9 +15,8 @@ README LICENSE - INSTALL - MAINTAINERS changelog.xml + profile.xml 755 true @@ -25,18 +24,9 @@ - ${distroDirectory}/profile.xml - / - true - - - target/${build.finalName}.jar + target/${build.finalName}.${project.packaging} /${artifactId} - - ${distroDirectory}/svnpath.txt - /${artifactId} - true - + - \ No newline at end of file + diff --git a/distro/profile.xml b/distro/profile.xml index bcb1dd9..08b2fab 100644 --- a/distro/profile.xml +++ b/distro/profile.xml @@ -1,25 +1,30 @@ - + - Library + Service - Ecological Engine GeoSpatial Extension Library - EcologicalEngineGeoSpatialExtension - ${artifactId} + ${project.description} + DataAnalysis + ${project.name} 1.0.0 - ${artifactId} + ${project.name} + ${project.description} ${version} - ${groupId} - ${artifactId} - ${version} + ${project.groupId} + ${project.artifactId} + ${project.version} + Service - ${build.finalName}.jar + ${project.build.finalName}.${project.packaging} - \ No newline at end of file + + + + diff --git a/distro/svnpath.txt b/distro/svnpath.txt deleted file mode 100644 index 84e848f..0000000 --- a/distro/svnpath.txt +++ /dev/null @@ -1 +0,0 @@ -https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension \ No newline at end of file