Fixed Readme

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@124894 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2016-03-09 15:18:35 +00:00
parent f82c5dae7c
commit 461291134d
8 changed files with 181 additions and 84 deletions

View File

@ -1 +1 @@
Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT

View File

@ -1,50 +1,79 @@
The gCube System - statistical-algorithms-importer The gCube System - statistical-algorithms-importer
------------------------------------------------------------ --------------------------------------------------
This work has been partially supported by the following European projects: DILIGENT (FP6-2003-IST-2), statistical-algorithms-importer imports statistical algorithms
D4Science (FP7-INFRA-2007-1.2.2), D4Science-II (FP7-INFRA-2008-1.2.2), iMarine (FP7-INFRASTRUCTURES-2011-2),
and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil), Parthenos (H2020-INFRADEV-1-2014-1), BlueBridge (H2020-EINFRA-2015-1).
This software is part of the gCube Framework (https://www.gcube-system.org/): an
open-source software toolkit used for building and operating Hybrid Data
Infrastructures enabling the dynamic deployment of Virtual Research Environments
by favouring the realisation of reuse oriented policies.
The projects leading to this software have received funding from a series of
European Union programmes including:
* the Sixth Framework Programme for Research and Technological Development -
DILIGENT (grant no. 004260);
* the Seventh Framework Programme for research, technological development and
demonstration - D4Science (grant no. 212488), D4Science-II (grant no.
239019),ENVRI (grant no. 283465), EUBrazilOpenBio (grant no. 288754), iMarine
(grant no. 283644);
* the H2020 research and innovation programme - BlueBRIDGE (grant no. 675680),
EGIEngage (grant no. 654142), ENVRIplus (grant no. 654182), Parthenos (grant
Version
--------------------------------------------------
1.0.0-SNAPSHOT (2015-04-30)
Please see the file named "changelog.xml" in this directory for the release notes.
Authors Authors
------- --------------------------------------------------
Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, * Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
Version and Release Date Maintainers
------------------------
v. 1.0.0-SNAPSHOT (2015-04-30)
Description
----------- -----------
* Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT
statistical-algorithms-importer imports statistical algorithms
Download information Download information
-------------------- --------------------------------------------------
Source code is available from SVN:
https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer Source code is available from SVN:
https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer
Binaries can be downloaded from:
http://software.d4science.research-infrastructures.eu/ Binaries can be downloaded from the gCube website:
https://www.gcube-system.org/
Installation
--------------------------------------------------
Installation documentation is available on-line in the gCube Wiki:
https://gcube.wiki.gcube-system.org/gcube/index.php//Statistical_Algorithms_Importer
Documentation Documentation
------------- --------------------------------------------------
statistical-algorithms-importer imports statistical algorithms Documentation is available on-line in the gCube Wiki:
https://gcube.wiki.gcube-system.org/gcube/index.php//Statistical_Algorithms_Importer
Documentation is available on-line from the Projects Documentation Wiki: https://gcube.wiki.gcube-system.org/gcube/index.php//Statistical_Algorithms_Importer
http://wiki.gcube-system.org/gcube/Statistical_Algorithms_Importer
Support
--------------------------------------------------
Bugs and support requests can be reported in the gCube issue tracking tool:
https://support.d4science.org/projects/gcube/
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.

41
distro/descriptor.xml Normal file
View File

@ -0,0 +1,41 @@
<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>/statistical-algorithms-importer-1.0.0-SNAPSHOT</outputDirectory>
</file>
<file>
<source>distro/profile.xml</source>
<outputDirectory>/</outputDirectory>
</file>
<file>
<source>target/statistical-algorithms-importer-1.0.0-SNAPSHOT.war</source>
<outputDirectory>/statistical-algorithms-importer-1.0.0-SNAPSHOT</outputDirectory>
</file>
</files>
</assembly>

15
pom.xml
View File

@ -37,12 +37,18 @@
</developer> </developer>
</developers> </developers>
<properties> <properties>
<distroDirectory>${project.basedir}/distro</distroDirectory> <distroDirectory>${project.basedir}/distro</distroDirectory>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory> <webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<release.date>2015-04-30</release.date> <release.date>2015-04-30</release.date>
<wikiurl>http://wiki.gcube-system.org/gcube/Statistical_Algorithms_Importer</wikiurl> <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>Statistical_Algorithms_Importer</wikiUser>
<wikiDeveloper>Statistical_Algorithms_Importer</wikiDeveloper>
<wikiAdmin>Statistical_Algorithms_Importer</wikiAdmin>
<templatesDirectory>templates</templatesDirectory> <templatesDirectory>templates</templatesDirectory>
<distroDirectory>distro</distroDirectory> <distroDirectory>distro</distroDirectory>
<configDirectory>config</configDirectory> <configDirectory>config</configDirectory>
@ -450,6 +456,7 @@
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>2.6</version> <version>2.6</version>
<executions> <executions>
<!--
<execution> <execution>
<id>copy-profile</id> <id>copy-profile</id>
<phase>process-resources</phase> <phase>process-resources</phase>
@ -468,7 +475,7 @@
</resource> </resource>
</resources> </resources>
</configuration> </configuration>
</execution> </execution> -->
<execution> <execution>
<id>copy-distro-resources</id> <id>copy-distro-resources</id>
<phase>process-resources</phase> <phase>process-resources</phase>
@ -480,10 +487,12 @@
<resources> <resources>
<resource> <resource>
<directory>${templatesDirectory}</directory> <directory>${templatesDirectory}</directory>
<!--
<excludes> <excludes>
<exclude>profile.xml</exclude> <exclude>profile.xml</exclude>
<exclude>descriptor.xml</exclude> <exclude>descriptor.xml</exclude>
</excludes> </excludes>
-->
<filtering>true</filtering> <filtering>true</filtering>
</resource> </resource>
</resources> </resources>

View File

@ -1 +1 @@
Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" ${mantainer0}

View File

@ -1,50 +1,67 @@
The gCube System - ${name} The gCube System - ${name}
------------------------------------------------------------ --------------------------------------------------
This work has been partially supported by the following European projects: DILIGENT (FP6-2003-IST-2), ${description}
D4Science (FP7-INFRA-2007-1.2.2), D4Science-II (FP7-INFRA-2008-1.2.2), iMarine (FP7-INFRASTRUCTURES-2011-2),
and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil), Parthenos (H2020-INFRADEV-1-2014-1), BlueBridge (H2020-EINFRA-2015-1).
${gcube.description}
${gcube.funding}
Version
--------------------------------------------------
${version} (${release.date})
Please see the file named "changelog.xml" in this directory for the release notes.
Authors Authors
------- --------------------------------------------------
Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, * ${author0}
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
Version and Release Date Maintainers
------------------------
v. ${version} (${release.date})
Description
----------- -----------
* ${mantainer0}
${project.description}
Download information Download information
-------------------- --------------------------------------------------
Source code is available from SVN:
${scm.url} Source code is available from SVN:
${scm.url}
Binaries can be downloaded from:
http://software.d4science.research-infrastructures.eu/ Binaries can be downloaded from the gCube website:
${gcube.website}
Installation
--------------------------------------------------
Installation documentation is available on-line in the gCube Wiki:
${gcube.wikiRoot}/${wikiAdmin}
Documentation Documentation
------------- --------------------------------------------------
${project.description} Documentation is available on-line in the gCube Wiki:
${gcube.wikiRoot}/${wikiUser}
Documentation is available on-line from the Projects Documentation Wiki: ${gcube.wikiRoot}/${wikiDeveloper}
${wikiurl}
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

@ -20,6 +20,7 @@
<include>changelog.xml</include> <include>changelog.xml</include>
</includes> </includes>
<fileMode>755</fileMode> <fileMode>755</fileMode>
<filtered>true</filtered>
</fileSet> </fileSet>
</fileSets> </fileSets>
<files> <files>
@ -28,7 +29,7 @@
<outputDirectory>/${artifactId}-${version}</outputDirectory> <outputDirectory>/${artifactId}-${version}</outputDirectory>
</file> </file>
<file> <file>
<source>${configDirectory}/profile.xml</source> <source>${distroDirectory}/profile.xml</source>
<outputDirectory>/</outputDirectory> <outputDirectory>/</outputDirectory>
</file> </file>
<file> <file>