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 />
|
<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()%>/gxt/css/gxt-all.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/RuntimeResourceCreator.css" />
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript" language="javascript"
|
<script type="text/javascript" language="javascript"
|
||||||
src='<%=request.getContextPath()%>/runtimeresourcecreator/runtimeresourcecreator.nocache.js'>
|
src='<%=request.getContextPath()%>/sepeditor/sepeditor.nocache.js'>
|
||||||
</script>
|
</script>
|
||||||
<div id="RuntimeResourcePortletDIV">
|
<div id="RuntimeResourcePortletDIV">
|
||||||
</div>
|
</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">
|
<!DOCTYPE display PUBLIC "-//Liferay//DTD Display 5.2.0//EN" "http://www.liferay.com/dtd/liferay-display_5_2_0.dtd">
|
||||||
|
|
||||||
<display>
|
<display>
|
||||||
<category name="gCube Applications">
|
<category name="gCube Enabling Apps">
|
||||||
<portlet id="RuntimeResourceCreator" />
|
<portlet id="ServiceEndpointEditor" />
|
||||||
</category>
|
</category>
|
||||||
</display>
|
</display>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<liferay-portlet-app>
|
<liferay-portlet-app>
|
||||||
<portlet>
|
<portlet>
|
||||||
<portlet-name>RuntimeResourceCreator</portlet-name>
|
<portlet-name>ServiceEndpointEditor</portlet-name>
|
||||||
<layout-cacheable>false</layout-cacheable>
|
<layout-cacheable>false</layout-cacheable>
|
||||||
<instanceable>false</instanceable>
|
<instanceable>false</instanceable>
|
||||||
<ajaxable>false</ajaxable>
|
<ajaxable>false</ajaxable>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0"?>
|
<?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-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>
|
||||||
<portlet-name>RuntimeResourceCreator</portlet-name>
|
<portlet-name>ServiceEndpointEditor</portlet-name>
|
||||||
<display-name>Runtime Resource Creator</display-name>
|
<display-name>Service Endpoint Editor</display-name>
|
||||||
<portlet-class>org.gcube.portlets.admin.sepeditor.server.portlet.RuntimeResourcePortlet</portlet-class>
|
<portlet-class>org.gcube.portlets.admin.sepeditor.server.portlet.RuntimeResourcePortlet</portlet-class>
|
||||||
<init-param>
|
<init-param>
|
||||||
<name>view-jsp</name>
|
<name>view-jsp</name>
|
||||||
|
@ -13,9 +13,9 @@
|
||||||
<mime-type>text/html</mime-type>
|
<mime-type>text/html</mime-type>
|
||||||
</supports>
|
</supports>
|
||||||
<portlet-info>
|
<portlet-info>
|
||||||
<title>Runtime Resource Creator</title>
|
<title>Service Endpoint Editor</title>
|
||||||
<short-title>Runtime Resource Creator</short-title>
|
<short-title>Service Endpoint Editor</short-title>
|
||||||
<keywords>Runtime Resource Creator</keywords>
|
<keywords>Service Endpoint Editor</keywords>
|
||||||
</portlet-info>
|
</portlet-info>
|
||||||
<security-role-ref>
|
<security-role-ref>
|
||||||
<role-name>administrator</role-name>
|
<role-name>administrator</role-name>
|
||||||
|
|
Loading…
Reference in New Issue