Gianpaolo Coro 2016-04-01 15:21:42 +00:00
parent a0f065f417
commit 07104617d3
8 changed files with 81 additions and 72 deletions

View File

@ -1,2 +0,0 @@
v. 1.0.0 (20-04-2011)
* First release

View File

@ -1 +0,0 @@
Used as a library in the gCube Framework

View File

@ -1,8 +1 @@
gCube System - License ${gcube.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,2 +0,0 @@
Gianpaolo Coro (gianpaolo.coro@isti.cnr.it), CNR Pisa,
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"

View File

@ -1,42 +1,69 @@
The gCube System - Ecological Engine Library The gCube System - ${name}
------------------------------------------------------------ --------------------------------------------------
This work is partially funded by the European Commission in the ${description}
context of the D4Science project (www.d4science.eu), under the
1st call of FP7 IST priority.
${gcube.description}
${gcube.funding}
Version
--------------------------------------------------
${version} (${buildDate})
Please see the file named "changelog.xml" in this directory for the release notes.
Authors Authors
------- --------------------------------------------------
* Gianpaolo Coro (gianpaolo.coro@isti.cnr.it), CNR Pisa, * Gianpaolo Coro (gianpaolo.coro-AT-isti.cnr.it),
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT
Version and Release Date
------------------------
version 1.5.0 (26-11-2012)
Description
--------------------
Support library for statistics analysis on Time Series data.
Maintainers
-----------
* Gianpaolo Coro (gianpaolo.coro-AT-isti.cnr.it),
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT
Download information Download information
-------------------- --------------------------------------------------
Source code is available from SVN: Source code is available from SVN:
http://svn.research-infrastructures.eu/d4science/gcube/trunk/content-management/EcologicalModelling ${scm.url}
Binaries can be downloaded from: Binaries can be downloaded from the gCube website:
http://software.d4science.research-infrastructures.eu/ ${gcube.website}
Installation
--------------------------------------------------
Installation documentation is available on-line in the gCube Wiki:
https://wiki.gcube-system.org/gcube
Documentation Documentation
------------- --------------------------------------------------
VREManager documentation is available on-line from the Projects Documentation Wiki:
https://gcube.wiki.gcube-system.org/gcube/index.php/Ecological_Modeling Documentation is available on-line in the gCube Wiki:
https://wiki.gcube-system.org/gcube/Ecological_Modeling
Support
--------------------------------------------------
Bugs and support requests can be reported in the gCube issue tracking tool:
${gcube.issueTracking}
Licensing Licensing
--------- --------------------------------------------------
This software is licensed under the terms you may find in the file named "LICENSE" in this directory. This software is licensed under the terms you may find in the file named "LICENSE" in this directory.

View File

@ -15,9 +15,8 @@
<includes> <includes>
<include>README</include> <include>README</include>
<include>LICENSE</include> <include>LICENSE</include>
<include>INSTALL</include>
<include>MAINTAINERS</include>
<include>changelog.xml</include> <include>changelog.xml</include>
<include>profile.xml</include>
</includes> </includes>
<fileMode>755</fileMode> <fileMode>755</fileMode>
<filtered>true</filtered> <filtered>true</filtered>
@ -25,18 +24,9 @@
</fileSets> </fileSets>
<files> <files>
<file> <file>
<source>${distroDirectory}/profile.xml</source> <source>target/${build.finalName}.${project.packaging}</source>
<outputDirectory>/</outputDirectory>
<filtered>true</filtered>
</file>
<file>
<source>target/${build.finalName}.jar</source>
<outputDirectory>/${artifactId}</outputDirectory> <outputDirectory>/${artifactId}</outputDirectory>
</file> </file>
<file>
<source>${distroDirectory}/svnpath.txt</source>
<outputDirectory>/${artifactId}</outputDirectory>
<filtered>true</filtered>
</file>
</files> </files>
</assembly> </assembly>

View File

@ -1,25 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Resource>
<ID></ID> <ID></ID>
<Type>Library</Type> <Type>Service</Type>
<Profile> <Profile>
<Description>Ecological Engine GeoSpatial Extension Library</Description> <Description>${project.description}</Description>
<Class>EcologicalEngineGeoSpatialExtension</Class> <Class>DataAnalysis</Class>
<Name>${artifactId}</Name> <Name>${project.name}</Name>
<Version>1.0.0</Version> <Version>1.0.0</Version>
<Packages> <Packages>
<Software> <Software>
<Name>${artifactId}</Name> <Name>${project.name}</Name>
<Description>${project.description}</Description>
<Version>${version}</Version> <Version>${version}</Version>
<MavenCoordinates> <MavenCoordinates>
<groupId>${groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>${artifactId}</artifactId> <artifactId>${project.artifactId}</artifactId>
<version>${version}</version> <version>${project.version}</version>
</MavenCoordinates> </MavenCoordinates>
<Type>Service</Type>
<Files> <Files>
<File>${build.finalName}.jar</File> <File>${project.build.finalName}.${project.packaging}</File>
</Files> </Files>
</Software> </Software>
</Packages> </Packages>
</Profile> </Profile>
</Resource> </Resource>

View File

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