removed the directory 'distro'

This commit is contained in:
Francesco Mangiacrapa 2019-12-03 17:04:24 +01:00
parent 5e4cacef37
commit 99a33c7006
5 changed files with 0 additions and 198 deletions

View File

@ -1 +0,0 @@
${gcube.license}

View File

@ -1,60 +0,0 @@
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).
* Costantino Perciante (costantino.perciante-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).
* Costantino Perciante (costantino.perciante-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}/GCube_Data_Catalogue
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.

View File

@ -1,80 +0,0 @@
<ReleaseNotes>
<Changeset
component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-6-1"
date="${buildDate}">
<Change>[SW Test #16580#note-6]: bug fixing
</Change>
</Changeset>
<Changeset
component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-6-0"
date="2018-30-08">
<Change>[Task #12286]: Align portlet container labels to the new CKAN
mapping
</Change>
</Changeset>
<Changeset
component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-5-3"
date="2018-03-22">
<Change>Minor fix</Change>
</Changeset>
<Changeset
component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-5-2"
date="2017-10-10">
<Change>Minor fix #11210</Change>
</Changeset>
<Changeset
component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-5-2"
date="2017-10-10">
<Change>Css fix and media rules added for management panels</Change>
<Change>Ckan Connector discovering fixed #11094</Change>
</Changeset>
<Changeset
component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-5-1"
date="2017-10-10">
<Change>Minor improvements</Change>
<Change>Removed logout handler</Change>
<Change>Added view per VRE (managed with portal custmo fields)
</Change>
</Changeset>
<Changeset
component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-5-0"
date="2017-05-10">
<Change>Metadata model v.3 supported</Change>
<Change>Minor fixes</Change>
</Changeset>
<Changeset
component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-4-0"
date="2017-04-10">
<Change>Added share link facility</Change>
</Changeset>
<Changeset
component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-3-0"
date="2017-02-28">
<Change>Some optimizations improvements</Change>
<Change>Manage button style modified</Change>
</Changeset>
<Changeset
component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-2-1"
date="2017-02-01">
<Change>Some optimizations improvements</Change>
</Changeset>
<Changeset
component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-2-0"
date="2016-12-01">
<Change>Groups tab changed</Change>
<Change>[Task #5615] Logout is performed before browser tab is closed
</Change>
<Change>Portlet's borders are removed by default</Change>
<Change>Removed asl session</Change>
</Changeset>
<Changeset
component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-1-0"
date="2016-10-10">
<Change>Version update due to changes at underneath libraries</Change>
</Changeset>
<Changeset
component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-0-0"
date="2016-07-12">
<Change>First release</Change>
</Changeset>
</ReleaseNotes>

View File

@ -1,32 +0,0 @@
<assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
<id>servicearchive</id>
<formats>
<format>tar.gz</format>
</formats>
<baseDirectory>/</baseDirectory>
<fileSets>
<fileSet>
<directory>${distroDirectory}</directory>
<outputDirectory>/</outputDirectory>
<useDefaultExcludes>true</useDefaultExcludes>
<includes>
<include>README</include>
<include>LICENSE</include>
<include>changelog.xml</include>
<include>profile.xml</include>
</includes>
<fileMode>755</fileMode>
<filtered>true</filtered>
</fileSet>
</fileSets>
<files>
<file>
<source>target/${build.finalName}.${project.packaging}</source>
<outputDirectory>/${artifactId}</outputDirectory>
</file>
</files>
</assembly>

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ID></ID>
<Type>Service</Type>
<Profile>
<Description>${description}</Description>
<Class>PortletUser</Class>
<Name>${artifactId}</Name>
<Version>${version}</Version>
<Packages>
<Software>
<Name>${artifactId}</Name>
<Version>${version}</Version>
<MavenCoordinates>
<groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId>
<version>${version}</version>
</MavenCoordinates>
<Files>
<File>target/${build.finalName}.war</File>
</Files>
</Software>
</Packages>
</Profile>
</Resource>