Compare commits
No commits in common. "b6f80fabcf9baf3e2a90b82179cea13468350003" and "dd4d9aa9004f2c6ea3ffa89ffef9581844f3630a" have entirely different histories.
b6f80fabcf
...
dd4d9aa900
|
@ -4,11 +4,6 @@
|
||||||
All notable changes to this project will be documented in this file.
|
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).
|
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
|
## [v1.0.0] - 2023-07-15
|
||||||
|
|
||||||
First Release
|
First Release
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>cloudcomputing-platform-portlets</artifactId>
|
<artifactId>cloudcomputing-platform-portlets</artifactId>
|
||||||
<version>1.0.1-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>Cloudcomputing Platform Portlets</name>
|
<name>Cloudcomputing Platform Portlets</name>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
<script src="https://cdn.jsdelivr.net/npm/ol@v9.2.4/dist/ol.js"></script>
|
<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}/ccp/js/inputwidgetcontroller.js"></script>
|
||||||
<script src="${cdn_url}/storage/d4s-storage.js"></script>
|
<script src="${cdn_url}/storage/d4s-storage.js"></script>
|
||||||
<script src="${cdn_url}/common/js/utils.js"></script>
|
|
||||||
<div>
|
<div>
|
||||||
<d4s-ccp-methodeditor serviceurl="${ccp_url}">
|
<d4s-ccp-methodeditor serviceurl="${ccp_url}">
|
||||||
<script src="${cdn_url}/ccp/js/methodeditorcontroller.js"></script>
|
<script src="${cdn_url}/ccp/js/methodeditorcontroller.js"></script>
|
||||||
|
|
|
@ -10,6 +10,5 @@
|
||||||
<script src="${cdn_url}/ccp/js/inputwidgetcontroller.js"></script>
|
<script src="${cdn_url}/ccp/js/inputwidgetcontroller.js"></script>
|
||||||
<script src="${cdn_url}/ccp/js/outputwidgetcontroller.js"></script>
|
<script src="${cdn_url}/ccp/js/outputwidgetcontroller.js"></script>
|
||||||
<script src="${cdn_url}/ccp/js/executionformcontroller.js"></script>
|
<script src="${cdn_url}/ccp/js/executionformcontroller.js"></script>
|
||||||
<script src="${cdn_url}/common/js/utils.js"></script>
|
|
||||||
</d4s-ccp-executionform>
|
</d4s-ccp-executionform>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue