updated distro foldere
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineExternalAlgorithms@83902 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
7feded234c
commit
f22eaeb620
|
@ -1,2 +1,5 @@
|
||||||
Gianpaolo Coro (gianpaolo.coro@isti.cnr.it), CNR Pisa,
|
Gianpaolo Coro (gianpaolo.coro@isti.cnr.it), CNR Pisa,
|
||||||
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
|
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
|
||||||
|
|
||||||
|
Angela Italiano(angela.italiano@isti.cnr.it), CNR Pisa,
|
||||||
|
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
|
|
@ -11,10 +11,13 @@ Authors
|
||||||
* Gianpaolo Coro (gianpaolo.coro@isti.cnr.it), CNR Pisa,
|
* Gianpaolo Coro (gianpaolo.coro@isti.cnr.it), CNR Pisa,
|
||||||
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
|
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
|
||||||
|
|
||||||
|
* Angela Italiano (angela.italiano@isti.cnr.it), CNR Pisa,
|
||||||
|
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
|
||||||
|
|
||||||
Version and Release Date
|
Version and Release Date
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
version 1.0.0 (19-03-2013)
|
version 1.0.0 (19-04-2013)
|
||||||
|
|
||||||
Description
|
Description
|
||||||
--------------------
|
--------------------
|
||||||
|
|
|
@ -7,4 +7,7 @@
|
||||||
<Changeset component="${build.finalName}" date="2013-07-22">
|
<Changeset component="${build.finalName}" date="2013-07-22">
|
||||||
<Change>Add TrendyLyzer algorithms and species/taxa procedures </Change>
|
<Change>Add TrendyLyzer algorithms and species/taxa procedures </Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
|
<Changeset component="${build.finalName}" date="2013-10-22">
|
||||||
|
<Change>Fix problem in species/taxa procedures </Change>
|
||||||
|
</Changeset>
|
||||||
</ReleaseNotes>
|
</ReleaseNotes>
|
|
@ -327,7 +327,7 @@ public class OccurencesProcedure extends StandardLocalExternalAlgorithm {
|
||||||
@Override
|
@Override
|
||||||
protected void setInputParameters() {
|
protected void setInputParameters() {
|
||||||
try {
|
try {
|
||||||
AnalysisLogger.getLogger().debug("inside setInputParameters ");
|
AnalysisLogger.getLogger().debug("inside setInputParameters2 ");
|
||||||
|
|
||||||
addRemoteDatabaseInput(databaseParameterName, urlParameterName,
|
addRemoteDatabaseInput(databaseParameterName, urlParameterName,
|
||||||
userParameterName, passwordParameterName, "driver",
|
userParameterName, passwordParameterName, "driver",
|
||||||
|
|
Loading…
Reference in New Issue