From 3d2ed9e808f7f54b02a2b1a73b6d2bddcce1499e Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Wed, 8 Jun 2016 10:17:19 +0000 Subject: [PATCH] 4184: Create datacatalogue-metadata-discovery library Task-Url: https://support.d4science.org/issues/4184 Added distro files git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/gcubedatacatalogue-metadata-discovery@129015 82a268e6-3cf1-43bd-a215-b396298e98cf --- CkanMetadatas.xml | 33 ------------------------ distro/LICENSE | 1 + distro/README | 60 +++++++++++++++++++++++++++++++++++++++++++ distro/changelog.xml | 8 ++++++ distro/descriptor.xml | 31 ++++++++++++++++++++++ distro/profile.xml | 25 ++++++++++++++++++ 6 files changed, 125 insertions(+), 33 deletions(-) delete mode 100644 CkanMetadatas.xml 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/CkanMetadatas.xml b/CkanMetadatas.xml deleted file mode 100644 index 3ee6f00..0000000 --- a/CkanMetadatas.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - Name - true - false - default value - shown as suggestions in the insert/update metadata form of CKAN - - field1 - field2 - field3 - - - a regular expression for validating values - - - - Accessibility - true - false - virtual/public - shown as suggestions in the insert metadata form of CKAN - - virtual/public - virtual/private - transactional - - - a regular expression for validating values - - - diff --git a/distro/LICENSE b/distro/LICENSE new file mode 100644 index 0000000..2d9616a --- /dev/null +++ b/distro/LICENSE @@ -0,0 +1 @@ +${gcube.license} \ No newline at end of file diff --git a/distro/README b/distro/README new file mode 100644 index 0000000..3678c90 --- /dev/null +++ b/distro/README @@ -0,0 +1,60 @@ +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 +-------------------------------------------------- + +* Francesco Mangiacrapa (francesco.mangiacrapa-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). + +Maintainers +----------- + +* Francesco Mangiacrapa (francesco.mangiacrapa-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 +-------------------------------------------------- + + +Documentation +-------------------------------------------------- + +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. \ No newline at end of file diff --git a/distro/changelog.xml b/distro/changelog.xml new file mode 100644 index 0000000..ccf102f --- /dev/null +++ b/distro/changelog.xml @@ -0,0 +1,8 @@ + + + First version + + + \ No newline at end of file diff --git a/distro/descriptor.xml b/distro/descriptor.xml new file mode 100644 index 0000000..c24290d --- /dev/null +++ b/distro/descriptor.xml @@ -0,0 +1,31 @@ + + servicearchive + + tar.gz + + / + + + ${distroDirectory} + / + true + + README + LICENSE + changelog.xml + profile.xml + + 755 + true + + + + + target/${build.finalName}.${project.packaging} + /${artifactId} + + + diff --git a/distro/profile.xml b/distro/profile.xml new file mode 100644 index 0000000..c035128 --- /dev/null +++ b/distro/profile.xml @@ -0,0 +1,25 @@ + + + + Library + + {description} + DataCatalogue + ${artifactId} + 1.0.0 + + + ${artifactId} + ${version} + + ${groupId} + ${artifactId} + ${version} + + + ${build.finalName}.jar + + + + +