From 6d740dec94cc18923e0a4c82234a57a7d07b28a9 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 12 Jul 2019 14:01:25 +0200 Subject: [PATCH] Updated to support the new documentation style --- README.md | 43 +++++++++++++++++++++++++++++++------------ descriptor.xml | 31 +++++++++++++++++++++++++++++++ pom.xml | 8 +++----- profile.xml | 28 ++++++++++++++++++++++++++++ 4 files changed, 93 insertions(+), 17 deletions(-) create mode 100644 descriptor.xml create mode 100644 profile.xml diff --git a/README.md b/README.md index c9acbc3..ed44df3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,35 @@ -#The gCubeSystem - accounting-manager-theme +# accounting-manager-theme +Accounting manager theme is basic theme for D4Science web application. + +## Structure of the project + +* The source code is present in the src folder. + +## Built With + +* [OpenJDK](https://openjdk.java.net/) - The JDK used +* [Maven](https://maven.apache.org/) - Dependency Management + +## Documentation + +* Use of this theme is described in the [Wiki](https://wiki.gcube-system.org/gcube/Accounting_Portlet). + +## Change log + +See [Releases](https://code-repo.d4science.org/gCubeSystem/accounting-manager-theme/releases). + +## Authors + +* **Giancarlo Panichi** ([ORCID](http://orcid.org/0000-0001-8375-6644)) - [ISTI-CNR Infrascience Group](http://nemis.isti.cnr.it/groups/infrascience) + + +## License + +This project is licensed under the EUPL V.1.1 License - see the [LICENSE.md](LICENSE.md) file for details. + + +## About the gCube Framework This software is part of the [gCubeFramework](https://www.gcube-system.org/ "gCubeFramework"): an open-source software toolkit used for building and operating Hybrid Data Infrastructures enabling the dynamic deployment of Virtual Research Environments @@ -14,14 +44,3 @@ The projects leading to this software have received funding from a series of Eur - the H2020 research and innovation programme - BlueBRIDGE (grant no. 675680), EGIEngage (grant no. 654142), ENVRIplus (grant no. 654182), Parthenos (grant no. 654119), SoBigData (grant no. 654024); - -##Version - -*1.2.0* - -Please see the file named "[changelog.xml](distro/changelog.xml "changelog.xml")" for the release notes. - - -##Licensing - -This software is licensed under the terms you may find in the file named "[LICENSE.md](LICENSE.md "LICENSE.md")". diff --git a/descriptor.xml b/descriptor.xml new file mode 100644 index 0000000..5df73b4 --- /dev/null +++ b/descriptor.xml @@ -0,0 +1,31 @@ + + servicearchive + + tar.gz + + / + + + . + / + true + + README.md + LICENSE.md + profile.xml + + 755 + true + + + + + target/${build.finalName}.${project.packaging} + /${artifactId} + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5c8501a..f5b6df9 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ accounting-manager-theme is the theme of accounting-manager - https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager-theme + https://code-repo.d4science.org/gCubeSystem/accounting-manager-theme @@ -39,9 +39,7 @@ ${project.build.directory}/${project.build.finalName} - distro - config - + ${env.KEYS} UTF-8 @@ -105,7 +103,7 @@ maven-assembly-plugin - ${distroDirectory}/descriptor.xml + descriptor.xml diff --git a/profile.xml b/profile.xml new file mode 100644 index 0000000..5ba3bc1 --- /dev/null +++ b/profile.xml @@ -0,0 +1,28 @@ + + + + Library + + ${project.description} + PortletsAdmin + ${project.name} + 1.0.0 + + + ${project.name} + ${project.description} + ${version} + + ${project.groupId} + ${project.artifactId} + ${project.version} + + + ${project.build.finalName}.${project.packaging} + + + + + + +