From f4882ebf63ce9ea1a7034214a27e87da0bd5301a Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 9 May 2017 14:51:21 +0000 Subject: [PATCH] Added distro directory git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/is-exporter-se-plugin@148411 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/LICENSE | 4 +++ distro/README | 65 +++++++++++++++++++++++++++++++++++++++++++ distro/changelog.xml | 7 +++++ distro/descriptor.xml | 29 +++++++++++++++++++ distro/profile.xml | 28 +++++++++++++++++++ 5 files changed, 133 insertions(+) create mode 100644 distro/LICENSE create mode 100644 distro/README create mode 100644 distro/changelog.xml 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..cdf50bd --- /dev/null +++ b/distro/LICENSE @@ -0,0 +1,4 @@ +gCube System - License +------------------------------------------------------------ + +${gcube.license} \ No newline at end of file diff --git a/distro/README b/distro/README new file mode 100644 index 0000000..ae26293 --- /dev/null +++ b/distro/README @@ -0,0 +1,65 @@ +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 +-------------------------------------------------- + +* Luca Frosini (luca.frosini-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). + +Maintainers +----------- + +* Luca Frosini (luca.frosini-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). + + +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: + ${gcube.wikiRoot}/SmartExecutor + + +Documentation +-------------------------------------------------- + +Documentation is available on-line in the gCube Wiki: + ${gcube.wikiRoot}/SmartExecutor + + +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/changelog.xml b/distro/changelog.xml new file mode 100644 index 0000000..53b70b9 --- /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..47a5f4a --- /dev/null +++ b/distro/descriptor.xml @@ -0,0 +1,29 @@ + + servicearchive + + tar.gz + + / + + + ${distroDirectory} + / + true + + README + LICENSE + changelog.xml + profile.xml + + 755 + true + + + + + target/${build.finalName}.jar + /${artifactId} + + + \ No newline at end of file diff --git a/distro/profile.xml b/distro/profile.xml new file mode 100644 index 0000000..43d29cb --- /dev/null +++ b/distro/profile.xml @@ -0,0 +1,28 @@ + + + + + Plugin + + ${description} + ${serviceClass} + ${artifactId} + 1.0.0 + + + {description} + ${artifactId} + ${version} + + ${groupId} + ${artifactId} + ${version} + + Plugin + + ${build.finalName}.jar + + + + + \ No newline at end of file