Updated to StorageHub 2

This commit is contained in:
Giancarlo Panichi 2022-05-20 17:17:34 +02:00
parent 97498c259d
commit dc4eb759d5
78 changed files with 15 additions and 5 deletions

0
.classpath Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
.project Normal file → Executable file
View File

0
.settings/.jsdtscope Normal file → Executable file
View File

0
.settings/org.eclipse.core.resources.prefs Normal file → Executable file
View File

0
.settings/org.eclipse.jdt.core.prefs Normal file → Executable file
View File

0
.settings/org.eclipse.m2e.core.prefs Normal file → Executable file
View File

2
.settings/org.eclipse.wst.common.component Normal file → Executable file
View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="nlphub-1.1.0">
<wb-module deploy-name="nlphub-1.2.0-SNAPSHOT">
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>

View File

View File

0
.settings/org.eclipse.wst.jsdt.ui.superType.container Normal file → Executable file
View File

0
.settings/org.eclipse.wst.jsdt.ui.superType.name Normal file → Executable file
View File

0
.settings/org.eclipse.wst.validation.prefs Normal file → Executable file
View File

9
CHANGELOG.md Normal file → Executable file
View File

@ -2,6 +2,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "nlphub"
## [v1.2.0-SNAPSHOT] - 2022-05-20
### Features
- Updated to StorageHub 2
## [v1.1.0] - 2021-09-08
### Features

0
FUNDING.md Normal file → Executable file
View File

0
LICENSE.md Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

3
changelog.xml Normal file → Executable file
View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="org.gcube.data.analysis.nlphub.1-2-0" date="2022-05-20">
<Change>Updated to StorageHub 2</Change>
</Changeset>
<Changeset component="org.gcube.data.analysis.nlphub.1-1-0" date="2021-09-08">
<Change>Updated to StorageHub [#21970]</Change>
</Changeset>

0
descriptor.xml Normal file → Executable file
View File

6
pom.xml Normal file → Executable file
View File

@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.data.analysis</groupId>
<artifactId>nlphub</artifactId>
<version>1.1.0</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>war</packaging>
<scm>
@ -50,7 +50,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.1</version>
<version>2.1.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -67,7 +67,6 @@
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
@ -136,7 +135,6 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
<version>[1.2.0,2.0.0-SNAPSHOT)</version>
<scope>compile</scope>
</dependency>

0
profile.xml Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
src/main/webapp/WEB-INF/gcube-app.xml Normal file → Executable file
View File

0
src/main/webapp/WEB-INF/web.xml Normal file → Executable file
View File

0
src/main/webapp/colors.html Normal file → Executable file
View File

0
src/main/webapp/css/custom.css Normal file → Executable file
View File

0
src/main/webapp/css/materialize.css vendored Normal file → Executable file
View File

0
src/main/webapp/css/materialize.min.css vendored Normal file → Executable file
View File

0
src/main/webapp/external-test.html Normal file → Executable file
View File

0
src/main/webapp/fonts/roboto/Roboto-Bold.woff Normal file → Executable file
View File

0
src/main/webapp/fonts/roboto/Roboto-Bold.woff2 Normal file → Executable file
View File

0
src/main/webapp/fonts/roboto/Roboto-Light.woff Normal file → Executable file
View File

0
src/main/webapp/fonts/roboto/Roboto-Light.woff2 Normal file → Executable file
View File

0
src/main/webapp/fonts/roboto/Roboto-Medium.woff Normal file → Executable file
View File

0
src/main/webapp/fonts/roboto/Roboto-Medium.woff2 Normal file → Executable file
View File

0
src/main/webapp/fonts/roboto/Roboto-Regular.woff Normal file → Executable file
View File

0
src/main/webapp/fonts/roboto/Roboto-Regular.woff2 Normal file → Executable file
View File

0
src/main/webapp/fonts/roboto/Roboto-Thin.woff Normal file → Executable file
View File

0
src/main/webapp/fonts/roboto/Roboto-Thin.woff2 Normal file → Executable file
View File

0
src/main/webapp/img/info-2.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

0
src/main/webapp/img/nlphub-logo-2.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

0
src/main/webapp/img/nlphub-logo-2.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 180 KiB

After

Width:  |  Height:  |  Size: 180 KiB

0
src/main/webapp/img/nlphub-logo-3.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

0
src/main/webapp/img/nlphub-logo.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 93 KiB

0
src/main/webapp/img/nlphub-logo.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 178 KiB

After

Width:  |  Height:  |  Size: 178 KiB

0
src/main/webapp/img/upload.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

0
src/main/webapp/index.jsp Normal file → Executable file
View File

0
src/main/webapp/js/jquery.simple.websocket.min.js vendored Normal file → Executable file
View File

0
src/main/webapp/js/main.js Normal file → Executable file
View File

0
src/main/webapp/js/materialize.js vendored Normal file → Executable file
View File

0
src/main/webapp/js/materialize.min.js vendored Normal file → Executable file
View File

0
src/main/webapp/js/merge.js Normal file → Executable file
View File

0
src/main/webapp/merge.html Normal file → Executable file
View File