UPDATED distro folder
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/aslvre@125007 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c97c823876
commit
7a6a174ea0
|
@ -1 +0,0 @@
|
||||||
Used as a library in the gCube Framework
|
|
|
@ -1,2 +0,0 @@
|
||||||
Rena Tsantouli (e.tsantoylh@di.uoa.gr),
|
|
||||||
National Kapodistrian University of Athens, Department Informatics.
|
|
|
@ -1,50 +1,67 @@
|
||||||
The gCube System - Process Optimisation - Planner Service
|
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
|
||||||
-------
|
--------------------------------------------------
|
||||||
|
|
||||||
* Valia Tsagkalidou (v.tsagkalidou@di.uoa.gr),
|
* Massimiliano Assante (massimiliano.assante-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy).
|
||||||
National Kapodistrian University of Athens, Department Informatics.
|
|
||||||
|
|
||||||
* Rena Tsantouli (e.tsantoylh@di.uoa.gr),
|
|
||||||
National Kapodistrian University of Athens, Department Informatics.
|
|
||||||
|
|
||||||
* Massimiliano Assante
|
|
||||||
Institute of Information Science and Technologies (ISTI), CNR , Italy
|
|
||||||
|
|
||||||
Version and Release Date
|
|
||||||
------------------------
|
|
||||||
|
|
||||||
v. 3.0.0, 17/05/2010
|
|
||||||
|
|
||||||
|
|
||||||
Description
|
|
||||||
|
Maintainers
|
||||||
-----------
|
-----------
|
||||||
Provides functionality that helps presentation layer to use gCube services
|
|
||||||
|
* Massimiliano Assante (massimiliano.assante-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy).
|
||||||
|
|
||||||
|
|
||||||
Download information
|
Download information
|
||||||
--------------------
|
--------------------------------------------------
|
||||||
Source code is available from SVN:
|
|
||||||
https://svn.d4science.research-infrastructures.eu/gcube/trunk/application-support-layer/applicationSupportLayerVREManagement/
|
|
||||||
|
|
||||||
Binaries can be downloaded from:
|
Source code is available from SVN:
|
||||||
http://software.d4science.research-infrastructures.eu/
|
${scm.url}
|
||||||
|
|
||||||
|
Binaries can be downloaded from the gCube website:
|
||||||
|
${gcube.website}
|
||||||
|
|
||||||
|
|
||||||
|
Installation
|
||||||
|
--------------------------------------------------
|
||||||
|
|
||||||
|
Installation documentation is available on-line in the gCube Wiki:
|
||||||
|
${gcube.wikiRoot}/
|
||||||
|
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
--------------------------------------------------
|
||||||
Documentation is available on-line from the Projects Documentation Wiki:
|
|
||||||
|
|
||||||
https://gcube.wiki.gcube-system.org/gcube/index.php/ASL
|
Documentation is available on-line in the gCube Wiki:
|
||||||
|
${gcube.wikiRoot}/
|
||||||
|
${gcube.wikiRoot}/
|
||||||
|
|
||||||
|
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.
|
|
@ -1 +0,0 @@
|
||||||
${scm.url}
|
|
5
pom.xml
5
pom.xml
|
@ -23,8 +23,8 @@
|
||||||
</scm>
|
</scm>
|
||||||
<properties>
|
<properties>
|
||||||
<distroDirectory>distro</distroDirectory>
|
<distroDirectory>distro</distroDirectory>
|
||||||
<maven.compiler.source>1.6</maven.compiler.source>
|
<maven.compiler.source>1.7</maven.compiler.source>
|
||||||
<maven.compiler.target>1.6</maven.compiler.target>
|
<maven.compiler.target>1.7</maven.compiler.target>
|
||||||
|
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
|
@ -61,7 +61,6 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.liferay.portal</groupId>
|
<groupId>com.liferay.portal</groupId>
|
||||||
<artifactId>portal-service</artifactId>
|
<artifactId>portal-service</artifactId>
|
||||||
<version>6.0.6</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>log4j</groupId>
|
<groupId>log4j</groupId>
|
||||||
|
|
Loading…
Reference in New Issue