updated portlet descriptors
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/service-endpoint-editor@81633 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4036c73816
commit
ec67eb982a
|
@ -8,10 +8,11 @@
|
|||
<portlet:defineObjects />
|
||||
--%>
|
||||
<link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/gxt/css/gxt-all.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/RuntimeResourceCreator.css" />
|
||||
|
||||
|
||||
<script type="text/javascript" language="javascript"
|
||||
src='<%=request.getContextPath()%>/runtimeresourcecreator/runtimeresourcecreator.nocache.js'>
|
||||
src='<%=request.getContextPath()%>/sepeditor/sepeditor.nocache.js'>
|
||||
</script>
|
||||
<div id="RuntimeResourcePortletDIV">
|
||||
</div>
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE display PUBLIC "-//Liferay//DTD Display 5.2.0//EN" "http://www.liferay.com/dtd/liferay-display_5_2_0.dtd">
|
||||
|
||||
<display>
|
||||
<category name="gCube Applications">
|
||||
<portlet id="RuntimeResourceCreator" />
|
||||
<category name="gCube Enabling Apps">
|
||||
<portlet id="ServiceEndpointEditor" />
|
||||
</category>
|
||||
</display>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<liferay-portlet-app>
|
||||
<portlet>
|
||||
<portlet-name>RuntimeResourceCreator</portlet-name>
|
||||
<portlet-name>ServiceEndpointEditor</portlet-name>
|
||||
<layout-cacheable>false</layout-cacheable>
|
||||
<instanceable>false</instanceable>
|
||||
<ajaxable>false</ajaxable>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
<portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd">
|
||||
<portlet>
|
||||
<portlet-name>RuntimeResourceCreator</portlet-name>
|
||||
<display-name>Runtime Resource Creator</display-name>
|
||||
<portlet-name>ServiceEndpointEditor</portlet-name>
|
||||
<display-name>Service Endpoint Editor</display-name>
|
||||
<portlet-class>org.gcube.portlets.admin.sepeditor.server.portlet.RuntimeResourcePortlet</portlet-class>
|
||||
<init-param>
|
||||
<name>view-jsp</name>
|
||||
|
@ -13,9 +13,9 @@
|
|||
<mime-type>text/html</mime-type>
|
||||
</supports>
|
||||
<portlet-info>
|
||||
<title>Runtime Resource Creator</title>
|
||||
<short-title>Runtime Resource Creator</short-title>
|
||||
<keywords>Runtime Resource Creator</keywords>
|
||||
<title>Service Endpoint Editor</title>
|
||||
<short-title>Service Endpoint Editor</short-title>
|
||||
<keywords>Service Endpoint Editor</keywords>
|
||||
</portlet-info>
|
||||
<security-role-ref>
|
||||
<role-name>administrator</role-name>
|
||||
|
|
Loading…
Reference in New Issue