Updated to StorageHub 2

This commit is contained in:
Giancarlo Panichi 2022-05-20 17:56:53 +02:00
parent 55ffdb3c62
commit 9276cee5f1
76 changed files with 19 additions and 9 deletions

6
.classpath Normal file → Executable file
View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" output="target/github-connector-1.5.3-SNAPSHOT/WEB-INF/classes" path="src/main/java"> <classpathentry kind="src" output="target/github-connector-1.6.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes> <attributes>
<attribute name="optional" value="true"/> <attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry excluding="**" kind="src" output="target/github-connector-1.5.3-SNAPSHOT/WEB-INF/classes" path="src/main/resources"> <classpathentry excluding="**" kind="src" output="target/github-connector-1.6.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
@ -29,5 +29,5 @@
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="target/github-connector-1.5.3-SNAPSHOT/WEB-INF/classes"/> <classpathentry kind="output" path="target/github-connector-1.6.0-SNAPSHOT/WEB-INF/classes"/>
</classpath> </classpath>

0
.gitignore vendored Normal file → Executable file
View File

0
.project 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.wst.common.component Normal file → Executable file
View File

View File

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

10
CHANGELOG.md Normal file → Executable file
View File

@ -2,7 +2,15 @@
## [v1.5.3] [r4.23.0] - 2020-05-20 ## [v1.6.0-SNAPSHOT] - 2022-05-20
### Features
- Updated to StorageHub 2
## [v1.5.3] - 2020-05-20
### Fixes ### Fixes

0
LICENSE.md Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

4
changelog.xml Normal file → Executable file
View File

@ -1,4 +1,8 @@
<ReleaseNotes> <ReleaseNotes>
<Changeset component="org.gcube.portlets.widgets.githubconnector.1-6-0"
date="2022-05-20">
<Change>Updated to StorageHub 2</Change>
</Changeset>
<Changeset component="org.gcube.portlets.widgets.githubconnector.1-5-3" <Changeset component="org.gcube.portlets.widgets.githubconnector.1-5-3"
date="2019-12-18"> date="2019-12-18">
<Change>Updated library org.eclipse.egit.github.core to open-jdk8 and <Change>Updated library org.eclipse.egit.github.core to open-jdk8 and

0
descriptor.xml Normal file → Executable file
View File

8
pom.xml Normal file → Executable file
View File

@ -12,7 +12,7 @@
<groupId>org.gcube.portlets.widgets</groupId> <groupId>org.gcube.portlets.widgets</groupId>
<artifactId>github-connector</artifactId> <artifactId>github-connector</artifactId>
<version>1.5.3</version> <version>1.6.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>github-connector</name> <name>github-connector</name>
@ -61,8 +61,6 @@
<profile> <profile>
<id>localRun</id> <id>localRun</id>
<dependencies> <dependencies>
<!-- <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId>
<version>2.7.1</version> </dependency> -->
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
@ -210,7 +208,7 @@
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId> <artifactId>slf4j-log4j12</artifactId>
<scope>provided</scope> <scope>test</scope>
</dependency> </dependency>
<!-- JUnit TEST --> <!-- JUnit TEST -->
@ -370,7 +368,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId> <artifactId>maven-portal-bom</artifactId>
<version>3.6.0</version> <version>3.7.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>

0
profile.xml Normal file → Executable file
View File

View File

Before

Width:  |  Height:  |  Size: 569 B

After

Width:  |  Height:  |  Size: 569 B

View File

Before

Width:  |  Height:  |  Size: 809 B

After

Width:  |  Height:  |  Size: 809 B

View File

Before

Width:  |  Height:  |  Size: 957 B

After

Width:  |  Height:  |  Size: 957 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 569 B

After

Width:  |  Height:  |  Size: 569 B

View File

Before

Width:  |  Height:  |  Size: 809 B

After

Width:  |  Height:  |  Size: 809 B

View File

Before

Width:  |  Height:  |  Size: 957 B

After

Width:  |  Height:  |  Size: 957 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

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

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

0
src/main/webapp/WEB-INF/jsp/GitHubConnector_view.jsp Normal file → Executable file
View File

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

View File

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

0
src/main/webapp/WEB-INF/portlet.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/githubman/js/jquery-1.11.0.min.js vendored Normal file → Executable file
View File