diff --git a/distro/MAINTAINERS b/distro/MAINTAINERS index 0bc9be3..667f15a 100644 --- a/distro/MAINTAINERS +++ b/distro/MAINTAINERS @@ -1 +1 @@ -Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" +Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT \ No newline at end of file diff --git a/distro/README b/distro/README index 71b203d..02d91f5 100644 --- a/distro/README +++ b/distro/README @@ -1,50 +1,79 @@ The gCube System - statistical-algorithms-importer ------------------------------------------------------------- - -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), Parthenos (H2020-INFRADEV-1-2014-1), BlueBridge (H2020-EINFRA-2015-1). +-------------------------------------------------- + +statistical-algorithms-importer imports statistical algorithms + +This software is part of the gCube Framework (https://www.gcube-system.org/): an +open-source software toolkit used for building and operating Hybrid Data +Infrastructures enabling the dynamic deployment of Virtual Research Environments +by favouring the realisation of reuse oriented policies. + +The projects leading to this software have received funding from a series of +European Union programmes including: +* the Sixth Framework Programme for Research and Technological Development - +DILIGENT (grant no. 004260); +* the Seventh Framework Programme for research, technological development and +demonstration - D4Science (grant no. 212488), D4Science-II (grant no. +239019),ENVRI (grant no. 283465), EUBrazilOpenBio (grant no. 288754), iMarine +(grant no. 283644); +* the H2020 research and innovation programme - BlueBRIDGE (grant no. 675680), +EGIEngage (grant no. 654142), ENVRIplus (grant no. 654182), Parthenos (grant + + +Version +-------------------------------------------------- + +1.0.0-SNAPSHOT (2015-04-30) + +Please see the file named "changelog.xml" in this directory for the release notes. + + Authors -------- +-------------------------------------------------- -Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, -Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" +* Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT - -Version and Release Date ------------------------- - -v. 1.0.0-SNAPSHOT (2015-04-30) - - -Description + +Maintainers ----------- + +* Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT -statistical-algorithms-importer imports statistical algorithms - - + Download information --------------------- -Source code is available from SVN: - https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer - -Binaries can be downloaded from: - http://software.d4science.research-infrastructures.eu/ - - +-------------------------------------------------- + +Source code is available from SVN: + https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer + +Binaries can be downloaded from the gCube website: + https://www.gcube-system.org/ + + +Installation +-------------------------------------------------- + +Installation documentation is available on-line in the gCube Wiki: + https://gcube.wiki.gcube-system.org/gcube/index.php//Statistical_Algorithms_Importer + + Documentation -------------- - -statistical-algorithms-importer imports statistical algorithms - -Documentation is available on-line from the Projects Documentation Wiki: - http://wiki.gcube-system.org/gcube/Statistical_Algorithms_Importer - - +-------------------------------------------------- + +Documentation is available on-line in the gCube Wiki: + https://gcube.wiki.gcube-system.org/gcube/index.php//Statistical_Algorithms_Importer + https://gcube.wiki.gcube-system.org/gcube/index.php//Statistical_Algorithms_Importer + + +Support +-------------------------------------------------- + +Bugs and support requests can be reported in the gCube issue tracking tool: + https://support.d4science.org/projects/gcube/ + + 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..72989ac --- /dev/null +++ b/distro/descriptor.xml @@ -0,0 +1,41 @@ + + servicearchive + + tar.gz + + / + + + distro + / + true + + README + LICENSE + INSTALL + MAINTAINERS + changelog.xml + + 755 + true + + + + + distro/svnpath.txt + /statistical-algorithms-importer-1.0.0-SNAPSHOT + + + distro/profile.xml + / + + + target/statistical-algorithms-importer-1.0.0-SNAPSHOT.war + /statistical-algorithms-importer-1.0.0-SNAPSHOT + + + + \ No newline at end of file diff --git a/config/profile.xml b/distro/profile.xml similarity index 100% rename from config/profile.xml rename to distro/profile.xml diff --git a/pom.xml b/pom.xml index 235a09a..457cac4 100644 --- a/pom.xml +++ b/pom.xml @@ -37,12 +37,18 @@ - + ${project.basedir}/distro ${project.build.directory}/${project.build.finalName} 2015-04-30 - http://wiki.gcube-system.org/gcube/Statistical_Algorithms_Importer + Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT + Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT + + Statistical_Algorithms_Importer + Statistical_Algorithms_Importer + Statistical_Algorithms_Importer + templates distro config @@ -450,6 +456,7 @@ maven-resources-plugin 2.6 + copy-distro-resources process-resources @@ -480,10 +487,12 @@ ${templatesDirectory} + true diff --git a/templates/MAINTAINERS b/templates/MAINTAINERS index 0bc9be3..0985c25 100644 --- a/templates/MAINTAINERS +++ b/templates/MAINTAINERS @@ -1 +1 @@ -Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" +${mantainer0} \ No newline at end of file diff --git a/templates/README b/templates/README index 38bf491..a36e693 100644 --- a/templates/README +++ b/templates/README @@ -1,50 +1,67 @@ The gCube System - ${name} ------------------------------------------------------------- - -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), Parthenos (H2020-INFRADEV-1-2014-1), BlueBridge (H2020-EINFRA-2015-1). +-------------------------------------------------- + +${description} + +${gcube.description} + +${gcube.funding} + + +Version +-------------------------------------------------- + +${version} (${release.date}) + +Please see the file named "changelog.xml" in this directory for the release notes. + + Authors -------- +-------------------------------------------------- -Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, -Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" +* ${author0} - -Version and Release Date ------------------------- - -v. ${version} (${release.date}) - - -Description + +Maintainers ----------- + +* ${mantainer0} -${project.description} - - + Download information --------------------- -Source code is available from SVN: - ${scm.url} - -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}/${wikiAdmin} + + Documentation -------------- - -${project.description} - -Documentation is available on-line from the Projects Documentation Wiki: - ${wikiurl} - - +-------------------------------------------------- + +Documentation is available on-line in the gCube Wiki: + ${gcube.wikiRoot}/${wikiUser} + ${gcube.wikiRoot}/${wikiDeveloper} + + +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/templates/descriptor.xml b/templates/descriptor.xml index 9e88168..8cc670c 100644 --- a/templates/descriptor.xml +++ b/templates/descriptor.xml @@ -20,6 +20,7 @@ changelog.xml 755 + true @@ -28,7 +29,7 @@ /${artifactId}-${version} - ${configDirectory}/profile.xml + ${distroDirectory}/profile.xml /