From 2cc361f5f0b299d95c74303045307d43b5270977 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Tue, 15 Mar 2016 11:16:34 +0000 Subject: [PATCH] Distro dir updated git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/reports@125230 82a268e6-3cf1-43bd-a215-b396298e98cf --- .settings/org.eclipse.wst.common.component | 3 - distro/INSTALL | 8 -- distro/LICENSE | 7 +- distro/MAINTAINERS | 5 - distro/README | 107 +++++++++++---------- distro/descriptor.xml | 20 +--- distro/svnpath.txt | 1 - 7 files changed, 59 insertions(+), 92 deletions(-) delete mode 100644 distro/INSTALL delete mode 100644 distro/MAINTAINERS delete mode 100644 distro/svnpath.txt diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index ebcbb6f..1195861 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -4,9 +4,6 @@ - - uses - diff --git a/distro/INSTALL b/distro/INSTALL deleted file mode 100644 index 50f1ea7..0000000 --- a/distro/INSTALL +++ /dev/null @@ -1,8 +0,0 @@ -To install the Template Creator portlet you need the following requirements: - - * The Portlet WAR. - * The Dependecies JARs as declared in the Service Profile. - -First of all you need a Portal properly configured and running. - - diff --git a/distro/LICENSE b/distro/LICENSE index 630ba97..3695e26 100644 --- a/distro/LICENSE +++ b/distro/LICENSE @@ -1,6 +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 ffed162..0000000 --- a/distro/MAINTAINERS +++ /dev/null @@ -1,5 +0,0 @@ -Mantainers -------- - -* Massimiliano Assante (massimiliano.assante@isti.cnr.it), CNR Pisa, - Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo". diff --git a/distro/README b/distro/README index 4da1049..b13a32d 100644 --- a/distro/README +++ b/distro/README @@ -1,55 +1,62 @@ -The gCube System - Template Creator portlet ------------------------------------------------------------- - -This work has been partially supported by the following European projects: -DILIGENT (FP6-2003-IST-2), D4Science (FP7-INFRA-2007-1.2.2), D4Science-II (FP7-INFRA-2008-1.2.2), -iMarine (FP7-INFRASTRUCTURES-2011-2), and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil). - - - +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 -------- - -* Massimiliano Assante (massimiliano.assante@isti.cnr.it), CNR Pisa, - Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo". - - -Version and Release Date ------------------------- - -v. 1.0.0, 15/12/2008 - - -Description +-------------------------------------------------- + +* Massimiliano Assante (massimiliano.assante@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). + +Maintainers ----------- - - - + +* Massimiliano Assante (massimiliano.assante@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). + Download information --------------------- - -Source code is available from SVN: -http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/ReportGenerator-portlet - - -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: + ${gcube.wikiRoot} + Documentation -------------- - -Documentation is available on-line from the Projects Documentation Wiki: - -https://gcube.wiki.gcube-system.org/gcube/index.php/Common_Functionality#Report_Generation - - - +-------------------------------------------------- + +Documentation is available on-line in the gCube Wiki: + ${gcube.wikiRoot} + +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. - - - - +-------------------------------------------------- + +This software is licensed under the terms you may find in the file named "LICENSE" in this directory. \ No newline at end of file diff --git a/distro/descriptor.xml b/distro/descriptor.xml index 4efc827..dc46ade 100644 --- a/distro/descriptor.xml +++ b/distro/descriptor.xml @@ -15,34 +15,16 @@ README LICENSE - INSTALL - MAINTAINERS changelog.xml 755 true - - target/apidocs - /${artifactId}/doc/api - true - 755 - - ${distroDirectory}/profile.xml - ./ - true - - - target/${build.finalName}.war + target/${build.finalName}.${project.packaging} /${artifactId} - - ${distroDirectory}/svnpath.txt - /${artifactId} - true - \ No newline at end of file diff --git a/distro/svnpath.txt b/distro/svnpath.txt deleted file mode 100644 index edacb04..0000000 --- a/distro/svnpath.txt +++ /dev/null @@ -1 +0,0 @@ -${scm.url} \ No newline at end of file