From 6028533cefc3348dde691b69462d95bbcb208a3c Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 26 Sep 2017 12:41:06 +0000 Subject: [PATCH] Added distro directory git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@154564 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/LICENSE | 4 +++ distro/README | 65 +++++++++++++++++++++++++++++++++++++++++++ distro/changelog.xml | 7 +++++ distro/descriptor.xml | 29 +++++++++++++++++++ distro/gcube-app.xml | 10 +++++++ distro/profile.xml | 27 ++++++++++++++++++ 6 files changed, 142 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/gcube-app.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..80e728d --- /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}/InformationSystem + + +Documentation +-------------------------------------------------- + +Documentation is available on-line in the gCube Wiki: + ${gcube.wikiRoot}/InformationSystem + + +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..4a5766f --- /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..71942e7 --- /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}.${project.packaging} + /${artifactId} + + + \ No newline at end of file diff --git a/distro/gcube-app.xml b/distro/gcube-app.xml new file mode 100644 index 0000000..69d4bbd --- /dev/null +++ b/distro/gcube-app.xml @@ -0,0 +1,10 @@ + + + + ${artifactId} + ${serviceClass} + ${version} + ${description} + + + diff --git a/distro/profile.xml b/distro/profile.xml new file mode 100644 index 0000000..f226017 --- /dev/null +++ b/distro/profile.xml @@ -0,0 +1,27 @@ + + + + + Service + + ${description} + ${serviceClass} + ${artifactId} + 1.0.0 + + + ${artifactId} + ${version} + + ${groupId} + ${artifactId} + ${version} + + + ${build.finalName}.war + + + + + +