Compare commits

..

No commits in common. "master" and "v1.0.5" have entirely different histories.

41 changed files with 13 additions and 52 deletions

1
.classpath Executable file → Normal file
View File

@ -19,7 +19,6 @@
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java"> <classpathentry kind="src" output="target/test-classes" path="src/test/java">

0
.gitignore vendored Executable file → Normal file
View File

13
.project Executable file → Normal file
View File

@ -5,21 +5,11 @@
<projects> <projects>
</projects> </projects>
<buildSpec> <buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name> <name>org.eclipse.jdt.core.javabuilder</name>
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name> <name>org.eclipse.m2e.core.maven2Builder</name>
<arguments> <arguments>
@ -27,10 +17,7 @@
</buildCommand> </buildCommand>
</buildSpec> </buildSpec>
<natures> <natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures> </natures>
</projectDescription> </projectDescription>

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

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

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

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="ecological-engine-wps-extension">
<wb-resource deploy-path="/" source-path="/src/main/java"/>
<wb-resource deploy-path="/" source-path="/src/main/resources"/>
</wb-module>
</project-modules>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<installed facet="java" version="1.8"/>
<installed facet="jst.utility" version="1.0"/>
</faceted-project>

View File

@ -1,2 +0,0 @@
disabled=06target
eclipse.preferences.version=1

20
CHANGELOG.md Executable file → Normal file
View File

@ -1,24 +1,22 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for "ecological-engine-wps-extension" # Changelog
## [v1.2.0-SNAPSHOT]
- Updated gcube-bom to 2.4.1-SNAPSHOT ## [v1.0.5] [r4.24.0] - 2020-06-10
### Features
## [v1.1.0] - 2022-08-26
- Updated bom to latest version [#23769]
## [v1.0.5] - 2020-06-10
- Updated for support https protocol [#19423] - Updated for support https protocol [#19423]
## [v1.0.4] - 2016-10-03 ## [v1.0.4] - 2016-10-03
### Features
- First Release - First Release
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

0
LICENSE.md Executable file → Normal file
View File

0
README.md Executable file → Normal file
View File

0
cfg/ALog.properties Executable file → Normal file
View File

0
cfg/DestinationDBHibernate.cfg.xml Executable file → Normal file
View File

0
cfg/algorithms.properties Executable file → Normal file
View File

0
cfg/clusterers.properties Executable file → Normal file
View File

0
cfg/dynamictransducerers.properties Executable file → Normal file
View File

0
cfg/evaluators.properties Executable file → Normal file
View File

0
cfg/generators.properties Executable file → Normal file
View File

0
cfg/modelers.properties Executable file → Normal file
View File

0
cfg/models.properties Executable file → Normal file
View File

0
cfg/nodealgorithms.properties Executable file → Normal file
View File

0
cfg/operators.xml Executable file → Normal file
View File

0
cfg/test.xml Executable file → Normal file
View File

0
cfg/transducerers.properties Executable file → Normal file
View File

0
cfg/userperspective.properties Executable file → Normal file
View File

10
changelog.xml Executable file → Normal file
View File

@ -1,14 +1,4 @@
<ReleaseNotes> <ReleaseNotes>
<Changeset
component="org.gcube.dataanalysis.ecological-engine-wps-extension.1-2-0"
date="2024-09-18">
<Change>Updated gcube-bom to 2.4.1</Change>
</Changeset>
<Changeset
component="org.gcube.dataanalysis.ecological-engine-wps-extension.1-1-0"
date="2022-08-26">
<Change>Updated gcube-bom to latest version [#23769]</Change>
</Changeset>
<Changeset <Changeset
component="org.gcube.dataanalysis.ecological-engine-wps-extension.1-0-5" component="org.gcube.dataanalysis.ecological-engine-wps-extension.1-0-5"
date="2020-06-10"> date="2020-06-10">

8
pom.xml Executable file → Normal file
View File

@ -4,13 +4,13 @@
<parent> <parent>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId> <groupId>org.gcube.tools</groupId>
<version>1.2.0</version> <version>1.1.0</version>
<relativePath /> <relativePath />
</parent> </parent>
<groupId>org.gcube.dataanalysis</groupId> <groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine-wps-extension</artifactId> <artifactId>ecological-engine-wps-extension</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.0.5</version>
<name>ecological-engine-wps-extension</name> <name>ecological-engine-wps-extension</name>
<description>This is a library to support DataMiner service that integrates the WPS 52North in the D4Science Infrastructure.</description> <description>This is a library to support DataMiner service that integrates the WPS 52North in the D4Science Infrastructure.</description>
@ -28,7 +28,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>2.4.1-SNAPSHOT</version> <version>1.5.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
@ -109,7 +109,7 @@
<repository> <repository>
<id>52north-releases</id> <id>52north-releases</id>
<name>52north-releases</name> <name>52north-releases</name>
<url>https://maven.research-infrastructures.eu/nexus/content/repositories/52north-releases/</url> <url>http://maven.research-infrastructures.eu/nexus/content/repositories/52north-releases/</url>
</repository> </repository>
</repositories> </repositories>
</project> </project>

0
profile.xml Executable file → Normal file
View File

View File

View File

View File

0
src/main/resources/wps_config.xml Executable file → Normal file
View File