distro and version updated

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@161811 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-12-22 11:04:57 +00:00
parent 70516235a9
commit 79e0fb0405
5 changed files with 23 additions and 21 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/gcube-ckan-datacatalog-1.5.1-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<classpathentry kind="src" output="target/gcube-ckan-datacatalog-1.5.2-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
@ -19,7 +19,7 @@
</attributes>
</classpathentry>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry excluding="**" kind="src" output="target/gcube-ckan-datacatalog-1.5.1-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<classpathentry excluding="**" kind="src" output="target/gcube-ckan-datacatalog-1.5.2-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
@ -34,5 +34,5 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/gcube-ckan-datacatalog-1.5.1-SNAPSHOT/WEB-INF/classes"/>
<classpathentry kind="output" path="target/gcube-ckan-datacatalog-1.5.2-SNAPSHOT/WEB-INF/classes"/>
</classpath>

View File

@ -4,9 +4,6 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="grsf-manage-widget-1.3.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/grsf-manage-widget/grsf-manage-widget">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="context-root" value="gcube-ckan-datacatalog"/>
<property name="java-output-path" value="/gcube-ckan-datacatalog/target/gcube-ckan-datacatalog-1.0.0-SNAPSHOT/WEB-INF/classes"/>
</wb-module>

View File

@ -1,9 +1,14 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-5-2"
date="2017-10-10">
<Change>Css fix and media rules added for management panels</Change>
</Changeset>
<Changeset component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-5-1"
date="2017-10-10">
<Change>Minor improvements</Change>
<Change>Removed logout handler</Change>
<Change>Added view per VRE (managed with portal custmo fields)</Change>
<Change>Added view per VRE (managed with portal custmo fields)
</Change>
</Changeset>
<Changeset component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-5-0"
date="2017-05-10">
@ -26,7 +31,8 @@
<Changeset component="org.gcube.portlets.gcubeckan.gcube-ckan-datacatalog.1-2-0"
date="2016-12-01">
<Change>Groups tab changed</Change>
<Change>[Task #5615] Logout is performed before browser tab is closed</Change>
<Change>[Task #5615] Logout is performed before browser tab is closed
</Change>
<Change>Portlet's borders are removed by default</Change>
<Change>Removed asl session</Change>
</Changeset>

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.gcubeckan</groupId>
<artifactId>gcube-ckan-datacatalog</artifactId>
<packaging>war</packaging>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.2-SNAPSHOT</version>
<name>gCube CKAN Data Catalog</name>
<description>The gCube CKAN Data Catalog portlet</description>

View File

@ -37,13 +37,20 @@ h1 {
}
/** For the modal **/
.insert-metadata-modal-style {
width: 1200px !important;
margin-left: -600px !important;
/** For the management panel **/
@media ( min-width :1200px) {
.management-metadata-modal-style {
width: 800px !important;
margin-left: -400px !important;
}
.insert-metadata-modal-style {
width: 1100px !important;
margin-left: -500px !important;
}
}
.modal-body-custom {
height: 550px !important;
height: 500px !important;
max-height: none !important;
}
@ -137,12 +144,4 @@ h1 {
.button-as-role-style {
padding-left: 0px !important;
color: black !important;
}
/** For the management panel **/
@media ( min-width :1200px) {
.management-metadata-modal-style {
width: 800px !important;
margin-left: -400px !important;
}
}