Bug fixing the issue at https://support.d4science.org/issues/16580#note-6
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@179237 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
461cd63ad6
commit
dde8b8074f
|
@ -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.4.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/grsf-manage-widget-TRUNK/grsf-manage-widget-TRUNK">
|
||||
<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>
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
<!-- Other module inherits -->
|
||||
<inherits name="com.google.gwt.json.JSON" />
|
||||
<!-- Inherits widget -->
|
||||
|
||||
<inherits
|
||||
name='org.gcube.portlets.widgets.openlayerbasicwidgets.olbasicwidgets' />
|
||||
|
||||
<inherits
|
||||
name='org.gcube.portlets_widgets.catalogue_sharing_widget.ShareCatalogue' />
|
||||
<inherits
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
<!-- Other module inherits -->
|
||||
<inherits name="com.google.gwt.json.JSON" />
|
||||
<!-- Inherits widget -->
|
||||
|
||||
<inherits
|
||||
name='org.gcube.portlets.widgets.openlayerbasicwidgets.olbasicwidgets' />
|
||||
|
||||
<inherits
|
||||
name='org.gcube.portlets_widgets.catalogue_sharing_widget.ShareCatalogue' />
|
||||
<inherits
|
||||
|
|
|
@ -7,8 +7,30 @@
|
|||
|
||||
<portlet:defineObjects />
|
||||
--%>
|
||||
<link rel="stylesheet" href="<%=request.getContextPath()%>/GCubeCkanDataCatalog.css" type="text/css">
|
||||
<script type="text/javascript" src="<%=request.getContextPath()%>/gCubeCkanDataCatalog/gCubeCkanDataCatalog.nocache.js"></script>
|
||||
<script type="text/javascript" src='<%=request.getContextPath()%>/js/jquery.min.js'></script>
|
||||
<script type="text/javascript" src='<%=request.getContextPath()%>/js/jquery.autosize.js'></script>
|
||||
<script
|
||||
src='<%=request.getContextPath()%>/gCubeCkanDataCatalog/js/jquery-1.10.1.min.js'></script>
|
||||
|
||||
<script
|
||||
src='<%=request.getContextPath()%>/gCubeCkanDataCatalog/js/bootstrap.min.js'></script>
|
||||
|
||||
<link rel="stylesheet"
|
||||
href="<%=request.getContextPath()%>/GCubeCkanDataCatalog.css"
|
||||
type="text/css">
|
||||
|
||||
<link type="text/css" rel="stylesheet"
|
||||
href="<%=request.getContextPath()%>/gCubeCkanDataCatalog/css/ol.css">
|
||||
|
||||
<script type="text/javascript"
|
||||
src="<%=request.getContextPath()%>/gCubeCkanDataCatalog/js/ol.js"></script>
|
||||
|
||||
<script type="text/javascript"
|
||||
src="<%=request.getContextPath()%>/gCubeCkanDataCatalog/gCubeCkanDataCatalog.nocache.js"></script>
|
||||
|
||||
<script type="text/javascript"
|
||||
src='<%=request.getContextPath()%>/js/jquery.min.js'></script>
|
||||
|
||||
<script type="text/javascript"
|
||||
src='<%=request.getContextPath()%>/js/jquery.autosize.js'></script>
|
||||
|
||||
|
||||
<div id="gCubeCkanDataCatalog"></div>
|
Loading…
Reference in New Issue