Compare commits

..

No commits in common. "b6f80fabcf9baf3e2a90b82179cea13468350003" and "dd4d9aa9004f2c6ea3ffa89ffef9581844f3630a" have entirely different histories.

4 changed files with 1 additions and 8 deletions

View File

@ -4,11 +4,6 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.0.1-SNAPSHOT]
added common/js/utils.js dependency
## [v1.0.0] - 2023-07-15
First Release

View File

@ -12,7 +12,7 @@
</parent>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>cloudcomputing-platform-portlets</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>war</packaging>
<name>Cloudcomputing Platform Portlets</name>

View File

@ -6,7 +6,6 @@
<script src="https://cdn.jsdelivr.net/npm/ol@v9.2.4/dist/ol.js"></script>
<script src="${cdn_url}/ccp/js/inputwidgetcontroller.js"></script>
<script src="${cdn_url}/storage/d4s-storage.js"></script>
<script src="${cdn_url}/common/js/utils.js"></script>
<div>
<d4s-ccp-methodeditor serviceurl="${ccp_url}">
<script src="${cdn_url}/ccp/js/methodeditorcontroller.js"></script>

View File

@ -10,6 +10,5 @@
<script src="${cdn_url}/ccp/js/inputwidgetcontroller.js"></script>
<script src="${cdn_url}/ccp/js/outputwidgetcontroller.js"></script>
<script src="${cdn_url}/ccp/js/executionformcontroller.js"></script>
<script src="${cdn_url}/common/js/utils.js"></script>
</d4s-ccp-executionform>
</div>