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..d5d57c8 --- /dev/null +++ b/distro/README @@ -0,0 +1,62 @@ +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} + +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..ef970d3 --- /dev/null +++ b/distro/changelog.xml @@ -0,0 +1,10 @@ + + + + + First Release + + + First Release + + diff --git a/distro/descriptor.xml b/distro/descriptor.xml new file mode 100644 index 0000000..ba2c192 --- /dev/null +++ b/distro/descriptor.xml @@ -0,0 +1,31 @@ + + servicearchive + + tar.gz + + / + + + ${distroDirectory} + ${file.separator} + true + + README + LICENSE + changelog.xml + profile.xml + + 755 + true + + + + + target${file.separator}${build.finalName}.${project.packaging} + ${file.separator}${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..3944037 --- /dev/null +++ b/distro/profile.xml @@ -0,0 +1,27 @@ + + + + + Service + + ${description} + ${serviceClass} + ${artifactId} + 1.0.0 + +
+ ${description} + ${artifactId} + ${version} + + ${groupId} + ${artifactId} + ${version} + + + ${build.finalName}.${project.packaging} + +
+
+
+
diff --git a/distro/web.xml b/distro/web.xml new file mode 100644 index 0000000..491ae36 --- /dev/null +++ b/distro/web.xml @@ -0,0 +1,11 @@ + + + + + org.gcube.gcat.ResourceInitializer + + + org.gcube.gcat.ResourceInitializer + /* + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index e776286..20654c3 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.data-publishing gcat-api - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT gCat APIs gCat APIs