Compare commits

...

7 Commits

41 changed files with 50 additions and 11 deletions

1
.classpath Normal file → Executable file
View File

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

0
.gitignore vendored Normal file → Executable file
View File

13
.project Normal file → Executable file
View File

@ -5,11 +5,21 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
@ -17,7 +27,10 @@
</buildCommand>
</buildSpec>
<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.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>

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

View File

@ -0,0 +1,6 @@
<?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

@ -0,0 +1,5 @@
<?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

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

20
CHANGELOG.md Normal file → Executable file
View File

@ -1,22 +1,24 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog
# Changelog for "ecological-engine-wps-extension"
## [v1.1.1-SNAPSHOT] - 2022-12-06
## [v1.0.5] [r4.24.0] - 2020-06-10
- Updated bom to latest version [#24209]
### 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]
## [v1.0.4] - 2016-10-03
### Features
- First Release
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

0
LICENSE.md Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

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

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

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

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

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

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

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

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

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

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

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

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

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

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

10
changelog.xml Normal file → Executable file
View File

@ -1,4 +1,14 @@
<ReleaseNotes>
<Changeset
component="org.gcube.dataanalysis.ecological-engine-wps-extension.1-1-1"
date="2022-12-06">
<Change>Updated gcube-bom to latest version [#24209]</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
component="org.gcube.dataanalysis.ecological-engine-wps-extension.1-0-5"
date="2020-06-10">

4
pom.xml Normal file → Executable file
View File

@ -10,7 +10,7 @@
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine-wps-extension</artifactId>
<version>1.0.5</version>
<version>1.1.1-SNAPSHOT</version>
<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>
@ -28,7 +28,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>1.5.0</version>
<version>2.1.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

0
profile.xml Normal file → Executable file
View File

View File

View File

View File

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