artifact name and version number
This commit is contained in:
parent
b6f80fabcf
commit
549006fbb5
|
@ -16,7 +16,7 @@ This component is a Liferay 6.2.6 CE Porlet which iinteracts with the Cloud Comp
|
||||||
|
|
||||||
## Change log
|
## Change log
|
||||||
|
|
||||||
See [Releases](https://code-repo.d4science.org/gCubeSystem/cloudcomputing-platform-portlet/releases).
|
See [Releases](https://code-repo.d4science.org/gCubeSystem/cloudcomputing-platform-portlets/releases).
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name=cloudcomputing-platform-portlet
|
name=cloudcomputing-platform-portlets
|
||||||
module-group-id=liferay
|
module-group-id=liferay
|
||||||
module-incremental-version=1
|
module-incremental-version=1.0.1
|
||||||
tags=
|
tags=
|
||||||
short-description=
|
short-description=
|
||||||
change-log=
|
change-log=
|
||||||
|
|
|
@ -2,13 +2,6 @@
|
||||||
<!DOCTYPE liferay-portlet-app PUBLIC "-//Liferay//DTD Portlet Application 6.2.0//EN" "http://www.liferay.com/dtd/liferay-portlet-app_6_2_0.dtd">
|
<!DOCTYPE liferay-portlet-app PUBLIC "-//Liferay//DTD Portlet Application 6.2.0//EN" "http://www.liferay.com/dtd/liferay-portlet-app_6_2_0.dtd">
|
||||||
|
|
||||||
<liferay-portlet-app>
|
<liferay-portlet-app>
|
||||||
<!-- <portlet>
|
|
||||||
<portlet-name>cloudcomputing-platform-portlet</portlet-name>
|
|
||||||
<icon>/icon.png</icon>
|
|
||||||
<header-portlet-css>/css/main.css</header-portlet-css>
|
|
||||||
<footer-portlet-javascript>/js/main.js</footer-portlet-javascript>
|
|
||||||
</portlet> -->
|
|
||||||
|
|
||||||
<portlet>
|
<portlet>
|
||||||
<portlet-name>cloudcomputing-boot-platform-portlet</portlet-name>
|
<portlet-name>cloudcomputing-boot-platform-portlet</portlet-name>
|
||||||
<icon>/icon.png</icon>
|
<icon>/icon.png</icon>
|
||||||
|
|
|
@ -18,4 +18,4 @@
|
||||||
|
|
||||||
<portlet:defineObjects />
|
<portlet:defineObjects />
|
||||||
|
|
||||||
This is the <b>cloudcomputing-platform-portlet</b>.
|
This are the <b>cloudcomputing-platform-portlets</b>.
|
Loading…
Reference in New Issue