Fixed portlet.xml to remove border
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@132770 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5cb572fe54
commit
247d90c24d
|
@ -1,7 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<portlet-app xmlns='http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd' 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' version='2.0'>
|
||||
<portlet-app xmlns='http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd'
|
||||
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'
|
||||
version='2.0'>
|
||||
<portlet>
|
||||
<description>StatisticalAlgorithmsImporter</description>
|
||||
<description>StatisticalAlgorithmsImporter</description>
|
||||
<portlet-name>StatisticalAlgorithmsImporter</portlet-name>
|
||||
<display-name>StatisticalAlgorithmsImporter</display-name>
|
||||
<portlet-class>org.gcube.portlets.user.statisticalalgorithmsimporter.server.portlet.StatAlgoImporterPortlet</portlet-class>
|
||||
|
@ -14,5 +17,11 @@
|
|||
<title>StatisticalAlgorithmsImporter</title>
|
||||
<short-title>StatisticalAlgorithmsImporter</short-title>
|
||||
</portlet-info>
|
||||
<portlet-preferences>
|
||||
<preference>
|
||||
<name>portletSetupShowBorders</name>
|
||||
<value>false</value>
|
||||
</preference>
|
||||
</portlet-preferences>
|
||||
</portlet>
|
||||
</portlet-app>
|
||||
|
|
Loading…
Reference in New Issue