Fixed Readme
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@125346 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
04628dcf62
commit
f3e11bb4b8
|
@ -20,13 +20,15 @@ Please see the file named "changelog.xml" in this directory for the release note
|
||||||
Authors
|
Authors
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
* ${author0}
|
* Giancarlo Panichi (giancarlo.panichi-AT-isti.cnr.it),
|
||||||
|
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT
|
||||||
|
|
||||||
|
|
||||||
Maintainers
|
Maintainers
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
* ${mantainer0}
|
* Giancarlo Panichi (giancarlo.panichi-AT-isti.cnr.it),
|
||||||
|
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT
|
||||||
|
|
||||||
|
|
||||||
Download information
|
Download information
|
||||||
|
|
13
pom.xml
13
pom.xml
|
@ -39,23 +39,14 @@
|
||||||
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
<distroDirectory>distro</distroDirectory>
|
||||||
|
<configDirectory>config</configDirectory>
|
||||||
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
|
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
|
||||||
<release.date>2015-04-30</release.date>
|
|
||||||
<author0>Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), Istituto
|
|
||||||
di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT</author0>
|
|
||||||
<mantainer0>Giancarlo Panichi (giancarlo.panichi@isti.cnr.it),
|
|
||||||
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR,
|
|
||||||
Pisa IT</mantainer0>
|
|
||||||
|
|
||||||
<wikiUser>https://wiki.gcube-system.org/gcube/Statistical_Algorithms_Importer</wikiUser>
|
<wikiUser>https://wiki.gcube-system.org/gcube/Statistical_Algorithms_Importer</wikiUser>
|
||||||
<wikiDeveloper></wikiDeveloper>
|
<wikiDeveloper></wikiDeveloper>
|
||||||
<wikiAdmin>https://wiki.gcube-system.org/gcube/Statistical_Algorithms_Importer</wikiAdmin>
|
<wikiAdmin>https://wiki.gcube-system.org/gcube/Statistical_Algorithms_Importer</wikiAdmin>
|
||||||
|
|
||||||
<!--<templatesDirectory>templates</templatesDirectory>-->
|
|
||||||
<distroDirectory>distro</distroDirectory>
|
|
||||||
<configDirectory>config</configDirectory>
|
|
||||||
|
|
||||||
<!-- GWT configuration -->
|
<!-- GWT configuration -->
|
||||||
<gwtVersion>2.6.1</gwtVersion>
|
<gwtVersion>2.6.1</gwtVersion>
|
||||||
<gwtLogVersion>3.3.2</gwtLogVersion>
|
<gwtLogVersion>3.3.2</gwtLogVersion>
|
||||||
|
|
Loading…
Reference in New Issue