diff --git a/.classpath b/.classpath index 2251ec4..2d7cda9 100644 --- a/.classpath +++ b/.classpath @@ -33,5 +33,8 @@ + + + diff --git a/distro/CHANGELOG b/distro/CHANGELOG new file mode 100644 index 0000000..7df135f --- /dev/null +++ b/distro/CHANGELOG @@ -0,0 +1,2 @@ +v. 1.0.0 (30-06-2014) + * First release \ No newline at end of file diff --git a/distro/INSTALL b/distro/INSTALL new file mode 100644 index 0000000..e69de29 diff --git a/distro/LICENSE b/distro/LICENSE new file mode 100644 index 0000000..cc51139 --- /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. \ No newline at end of file diff --git a/distro/MAINTAINERS b/distro/MAINTAINERS new file mode 100644 index 0000000..9f65049 --- /dev/null +++ b/distro/MAINTAINERS @@ -0,0 +1 @@ +* Loredana Liccardo (loredana.liccardo@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" \ No newline at end of file diff --git a/distro/README b/distro/README new file mode 100644 index 0000000..2d7e27d --- /dev/null +++ b/distro/README @@ -0,0 +1,51 @@ +The gCube System - Database Resource Manager algorithms +------------------------------------------------------------ + +This work is partially funded by the European Commission in the +context of the iMarine project (www.d4science.eu), under the 1st call of FP7 IST priority. + + +Authors +------- + +* Loredana Liccardo (loredana.liccardo@isti.cnr.it), CNR Pisa, + Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo". + + +Version and Release Date +------------------------ + +${version} + +Description +----------- + +Databases Resource Manager Portlet is a portlet for databases management. + + +Download information +-------------------- + +Source code is available from SVN: +https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet + +Binaries can be downloaded from: +n/a + + +Documentation +------------- +For installation and using please referer to INSTALL. + +Documentation is also available on-line from the Projects Documentation Wiki: +https://gcube.wiki.gcube-system.org/gcube/index.php + + +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..d212e12 --- /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..21d8c88 --- /dev/null +++ b/distro/descriptor.xml @@ -0,0 +1,42 @@ + + servicearchive + + tar.gz + + / + + + ${distroDirectory} + / + true + + README + LICENSE + INSTALL + MAINTAINERS + changelog.xml + + 755 + true + + + + + ${distroDirectory}/profile.xml + / + true + + + target/${build.finalName}.jar + /${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..1b14eef --- /dev/null +++ b/distro/profile.xml @@ -0,0 +1,25 @@ + + + + Service + + Databases Resource Manager Portlet + PortletsUser + ${artifactId} + 1.0.0 + + + ${artifactId} + ${version} + + ${groupId} + ${artifactId} + ${version} + + + ${build.finalName}.war + + + + + diff --git a/distro/svnpath.txt b/distro/svnpath.txt new file mode 100644 index 0000000..166dedb --- /dev/null +++ b/distro/svnpath.txt @@ -0,0 +1 @@ +https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet \ No newline at end of file diff --git a/pom.xml b/pom.xml index 37c15ff..77a1550 100644 --- a/pom.xml +++ b/pom.xml @@ -238,32 +238,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + copy-profile + install + + copy-resources + + + target + + + ${distroDirectory} + true + + profile.xml + + + + + + +