git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngine@126574 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3f4385f104
commit
95ae130cc5
|
@ -1,2 +0,0 @@
|
||||||
v. 1.0.0 (01-12-2015)
|
|
||||||
* First release
|
|
|
@ -1 +0,0 @@
|
||||||
Used as a library in the gCube Framework
|
|
|
@ -1,8 +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.
|
|
|
@ -1,2 +0,0 @@
|
||||||
Gianpaolo Coro (gianpaolo.coro@isti.cnr.it), CNR Pisa,
|
|
||||||
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
|
|
|
@ -1,42 +0,0 @@
|
||||||
The gCube System - Ecological Engine Library
|
|
||||||
------------------------------------------------------------
|
|
||||||
|
|
||||||
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
|
|
||||||
-------
|
|
||||||
|
|
||||||
* Gianpaolo Coro (gianpaolo.coro@isti.cnr.it), CNR Pisa,
|
|
||||||
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
|
|
||||||
|
|
||||||
Version and Release Date
|
|
||||||
------------------------
|
|
||||||
|
|
||||||
version 1.0.0 (01-12-2015)
|
|
||||||
|
|
||||||
Description
|
|
||||||
--------------------
|
|
||||||
|
|
||||||
Support library for statistics analysis on Time Series data.
|
|
||||||
|
|
||||||
|
|
||||||
Download information
|
|
||||||
--------------------
|
|
||||||
|
|
||||||
Source code is available from SVN:
|
|
||||||
http://svn.research-infrastructures.eu/d4science/gcube/trunk/content-management/EcologicalModelling
|
|
||||||
|
|
||||||
Binaries can be downloaded from:
|
|
||||||
http://software.d4science.research-infrastructures.eu/
|
|
||||||
|
|
||||||
Documentation
|
|
||||||
-------------
|
|
||||||
VREManager documentation is available on-line from the Projects Documentation Wiki:
|
|
||||||
https://gcube.wiki.gcube-system.org/gcube/index.php/Ecological_Modeling
|
|
||||||
|
|
||||||
Licensing
|
|
||||||
---------
|
|
||||||
|
|
||||||
This software is licensed under the terms you may find in the file named "LICENSE" in this directory.
|
|
|
@ -1,12 +0,0 @@
|
||||||
<ReleaseNotes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:noNamespaceSchemaLocation="xsd/changelog.xsd">
|
|
||||||
<Changeset component="org.gcube.dataanalysis.1-0-0"
|
|
||||||
date="2015-12-01">
|
|
||||||
<Change>First Release</Change>
|
|
||||||
</Changeset>
|
|
||||||
</Changeset>
|
|
||||||
<Changeset component="org.gcube.content-management.ecological-engine.1-8-5-SNAPSHOT"
|
|
||||||
date="2015-05-27">
|
|
||||||
<Change>* Harmonised readme files</Change>
|
|
||||||
</Changeset>
|
|
||||||
</ReleaseNotes>
|
|
|
@ -1,42 +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>INSTALL</include>
|
|
||||||
<include>MAINTAINERS</include>
|
|
||||||
<include>changelog.xml</include>
|
|
||||||
</includes>
|
|
||||||
<fileMode>755</fileMode>
|
|
||||||
<filtered>true</filtered>
|
|
||||||
</fileSet>
|
|
||||||
</fileSets>
|
|
||||||
<files>
|
|
||||||
<file>
|
|
||||||
<source>${distroDirectory}/profile.xml</source>
|
|
||||||
<outputDirectory>/</outputDirectory>
|
|
||||||
<filtered>true</filtered>
|
|
||||||
</file>
|
|
||||||
<file>
|
|
||||||
<source>target/${build.finalName}.jar</source>
|
|
||||||
<outputDirectory>/${artifactId}</outputDirectory>
|
|
||||||
</file>
|
|
||||||
<file>
|
|
||||||
<source>${distroDirectory}/svnpath.txt</source>
|
|
||||||
<outputDirectory>/${artifactId}</outputDirectory>
|
|
||||||
<filtered>true</filtered>
|
|
||||||
</file>
|
|
||||||
</files>
|
|
||||||
</assembly>
|
|
|
@ -1,25 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<ID></ID>
|
|
||||||
<Type>Library</Type>
|
|
||||||
<Profile>
|
|
||||||
<Description>Connector to the SeaDataNet e-Infrastructure</Description>
|
|
||||||
<Class>SeaDataNetConnector</Class>
|
|
||||||
<Name>${artifactId}</Name>
|
|
||||||
<Version>1.0.0</Version>
|
|
||||||
<Packages>
|
|
||||||
<Software>
|
|
||||||
<Name>${artifactId}</Name>
|
|
||||||
<Version>${version}</Version>
|
|
||||||
<MavenCoordinates>
|
|
||||||
<groupId>${groupId}</groupId>
|
|
||||||
<artifactId>${artifactId}</artifactId>
|
|
||||||
<version>${version}</version>
|
|
||||||
</MavenCoordinates>
|
|
||||||
<Files>
|
|
||||||
<File>${build.finalName}.jar</File>
|
|
||||||
</Files>
|
|
||||||
</Software>
|
|
||||||
</Packages>
|
|
||||||
</Profile>
|
|
||||||
</Resource>
|
|
|
@ -1 +0,0 @@
|
||||||
https://svn.d4science.research-infrastructures.eu/gcube/branches/data-analysis/SeaDataNetConnector
|
|
Loading…
Reference in New Issue