From 461dd3ed593cfac44414d536c26056fafb4aebb5 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Fri, 4 Oct 2013 15:45:30 +0000 Subject: [PATCH] ready to test git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/vre-deploy@82489 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/INSTALL | 2 ++ distro/LICENSE | 6 +++++ distro/MAINTAINERS | 5 ++++ distro/README | 53 +++++++++++++++++++++++++++++++++++++++++++ distro/changelog.xml | 6 +++++ distro/descriptor.xml | 48 +++++++++++++++++++++++++++++++++++++++ distro/profile.xml | 25 ++++++++++++++++++++ distro/svnpath.txt | 1 + 8 files changed, 146 insertions(+) create mode 100644 distro/INSTALL create mode 100644 distro/LICENSE create mode 100644 distro/MAINTAINERS create mode 100644 distro/README create mode 100644 distro/changelog.xml create mode 100644 distro/descriptor.xml create mode 100644 distro/profile.xml create mode 100644 distro/svnpath.txt diff --git a/distro/INSTALL b/distro/INSTALL new file mode 100644 index 0000000..adeb14f --- /dev/null +++ b/distro/INSTALL @@ -0,0 +1,2 @@ + + diff --git a/distro/LICENSE b/distro/LICENSE new file mode 100644 index 0000000..630ba97 --- /dev/null +++ b/distro/LICENSE @@ -0,0 +1,6 @@ +gCube System - License +------------------------------------------------------------ + +The gCube/gCore software is licensed as Free Open Source software conveying to the EUPL (http://ec.europa.eu/idabc/eupl). +The software and documentation is provided by its authors/distributors "as is" and no expressed or +implied warranty is given for its use, quality or fitness for a particular case. diff --git a/distro/MAINTAINERS b/distro/MAINTAINERS new file mode 100644 index 0000000..9fdb056 --- /dev/null +++ b/distro/MAINTAINERS @@ -0,0 +1,5 @@ +Mantainers +------- + +* Massimiliano Assante (assante@isti.cnr.it), CNR Pisa, + Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo". diff --git a/distro/README b/distro/README new file mode 100644 index 0000000..5e91e48 --- /dev/null +++ b/distro/README @@ -0,0 +1,53 @@ +The gCube System - VRE Deploy portlet +------------------------------------------------------------ + +This work is partially funded by the European Commission in the +context of the D4Science project (www.d4science.eu), under the 1st call of FP7 IST priority. + + +Authors +------- + +* Massimiliano Assante (assante@isti.cnr.it), CNR Pisa, + Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo". + + +Version and Release Date +------------------------ + + + + +Description +----------- + + + +Download information +-------------------- + +Source code is available from SVN: +https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/vre-deploy + + +Binaries can be downloaded from: +http://software.d4science.research-infrastructures.eu/ + + +Documentation +------------- + +Documentation is available on-line from the Projects Documentation Wiki: + +https://gcube.wiki.gcube-system.org/gcube/index.php/VRE_Administration#VRE_Approval + + + +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..752547e --- /dev/null +++ b/distro/changelog.xml @@ -0,0 +1,6 @@ + + +Moved to FWS +Added Notification to VRE Designer + + \ No newline at end of file diff --git a/distro/descriptor.xml b/distro/descriptor.xml new file mode 100644 index 0000000..4efc827 --- /dev/null +++ b/distro/descriptor.xml @@ -0,0 +1,48 @@ + + servicearchive + + tar.gz + + / + + + ${distroDirectory} + / + true + + README + LICENSE + INSTALL + MAINTAINERS + changelog.xml + + 755 + true + + + target/apidocs + /${artifactId}/doc/api + true + 755 + + + + + ${distroDirectory}/profile.xml + ./ + true + + + target/${build.finalName}.war + /${artifactId} + + + ${distroDirectory}/svnpath.txt + /${artifactId} + true + + + \ No newline at end of file diff --git a/distro/profile.xml b/distro/profile.xml new file mode 100644 index 0000000..51c3b6b --- /dev/null +++ b/distro/profile.xml @@ -0,0 +1,25 @@ + + + + Service + + ${description} + PortletUser + ${artifactId} + ${version} + + + ${artifactId} + ${version} + + ${groupId} + ${artifactId} + ${version} + + + target/${build.finalName}.war + + + + + diff --git a/distro/svnpath.txt b/distro/svnpath.txt new file mode 100644 index 0000000..edacb04 --- /dev/null +++ b/distro/svnpath.txt @@ -0,0 +1 @@ +${scm.url} \ No newline at end of file