This commit is contained in:
Gianpaolo Coro 2016-03-10 10:09:19 +00:00
parent 58e51526ad
commit 04ab89a3a0
8 changed files with 0 additions and 150 deletions

View File

View File

@ -1,6 +0,0 @@
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.

View File

@ -1 +0,0 @@
Gianpaolo Coro (gianpaolo.coro@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT

View File

@ -1,67 +0,0 @@
The gCube System - dataminer
--------------------------------------------------
dataminer
${gcube.description}
${gcube.funding}
Version
--------------------------------------------------
1.1.0-SNAPSHOT (2016-03-10)
Please see the file named "changelog.xml" in this directory for the release notes.
Authors
--------------------------------------------------
* Gianpaolo Coro (gianpaolo.coro@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT
Maintainers
-----------
* Gianpaolo Coro (gianpaolo.coro@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT
Download information
--------------------------------------------------
Source code is available from SVN:
https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/DataMiner
Binaries can be downloaded from the gCube website:
${gcube.website}
Installation
--------------------------------------------------
Installation documentation is available on-line in the gCube Wiki:
Documentation
--------------------------------------------------
Documentation is available on-line in the gCube Wiki:
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,5 +0,0 @@
<ReleaseNotes>
<Changeset component="org.gcube.dataanalysis.dataminer.1-1-0" date="2016-10-03">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>

View File

@ -1,41 +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>distro</directory>
<outputDirectory>/</outputDirectory>
<useDefaultExcludes>true</useDefaultExcludes>
<includes>
<include>README</include>
<include>LICENSE</include>
<include>INSTALL</include>
<include>MAINTAINERS</include>
<include>changelog.xml</include>
</includes>
<fileMode>755</fileMode>
<filtered>true</filtered>
</fileSet>
</fileSets>
<files>
<file>
<source>distro/svnpath.txt</source>
<outputDirectory>/dataminer-1.1.0-SNAPSHOT</outputDirectory>
</file>
<file>
<source>distro/profile.xml</source>
<outputDirectory>/</outputDirectory>
</file>
<file>
<source>target/dataminer-1.1.0-SNAPSHOT.jar</source>
<outputDirectory>/dataminer-1.1.0-SNAPSHOT</outputDirectory>
</file>
</files>
</assembly>

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Resource>
<ID></ID>
<Type>Service</Type>
<Profile>
<Description>dataminer</Description>
<Class>DataAnalysis</Class>
<Name>dataminer</Name>
<Version>1.0.0</Version>
<Packages>
<Software>
<Description>dataminer</Description>
<Name>dataminer</Name>
<Version>1.1.0-SNAPSHOT</Version>
<MavenCoordinates>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>dataminer</artifactId>
<version>1.1.0-SNAPSHOT</version>
</MavenCoordinates>
<Type>Service</Type>
<Files>
<File>dataminer-1.1.0-SNAPSHOT.jar</File>
</Files>
</Software>
</Packages>
</Profile>
</Resource>

View File

@ -1 +0,0 @@
https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/DataMiner