diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16634eedef..fab2e35dc3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+## [5.4.0](https://github.com/halestudio/hale/compare/v5.3.0...v5.4.0) (2024-12-06)
+
+### Features
+
+* **shp:** support writing date fields with other bindings than Date ([24b35ba](https://github.com/halestudio/hale/commit/24b35baa3488765e5ba4496e92884d3676e0ed60))
+
+### Bug Fixes
+
+* adapt name of system property for join handler ([97ce343](https://github.com/halestudio/hale/commit/97ce34381b175e424b6b5ad0abe4f49bc3921422))
+* **deps:** update dependency to.wetransform.offlineresources.feature to v2024.11.27.bnd-w0rrma ([8950291](https://github.com/halestudio/hale/commit/8950291499421b04e8573108bc1b64af2546396f))
+* download linked objects in a WFS using "resolvedepth" ([35c5f85](https://github.com/halestudio/hale/commit/35c5f85fa3c4af1ad457ff8dccafce57bf3987fa)), closes [#1084](https://github.com/halestudio/hale/issues/1084)
+* wait until adding instance to sink is complete ([52044f5](https://github.com/halestudio/hale/commit/52044f5f8a3fc61c476a39e0a9e5fe141081c500))
+
+### Performance Improvements
+
+* make index join/merge handlers optional ([1cb5163](https://github.com/halestudio/hale/commit/1cb516367c1c7ed25480b0b55eb372edf2eb0f25))
+
## [5.3.0](https://github.com/halestudio/hale/compare/v5.2.1...v5.3.0) (2024-08-07)
diff --git a/app/plugins/eu.esdihumboldt.hale.app.cli.commands/target/MANIFEST.MF b/app/plugins/eu.esdihumboldt.hale.app.cli.commands/target/MANIFEST.MF
new file mode 100644
index 0000000000..258517d8f8
--- /dev/null
+++ b/app/plugins/eu.esdihumboldt.hale.app.cli.commands/target/MANIFEST.MF
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: hale CLI Default Commands
+Bundle-SymbolicName: eu.esdihumboldt.hale.app.cli.commands;singleton:=tr
+ ue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.util.cli;bundle-version="2.9.5",eu.esdih
+ umboldt.hale.common.cli;bundle-version="2.9.5",groovy;bundle-version="2
+ .5.19",eu.esdihumboldt.hale.common.align;bundle-version="2.9.5",eu.esdi
+ humboldt.hale.io.html.svg;bundle-version="2.9.5",eu.esdihumboldt.hale.i
+ o.xls;bundle-version="2.9.5",eu.esdihumboldt.hale.common.headless;bundl
+ e-version="2.9.5",eu.esdihumboldt.hale.common.core;bundle-version="2.9.
+ 5",eu.esdihumboldt.hale.common.schema;bundle-version="2.9.5",org.eclips
+ e.core.runtime;bundle-version="3.11.1",eu.esdihumboldt.hale.io.csv;bund
+ le-version="2.9.5"
+Import-Package: de.fhg.igd.slf4jplus,org.apache.commons.cli;version="1.3
+ .1",org.slf4j;version="1.7.10"
+Automatic-Module-Name: eu.esdihumboldt.hale.app.cli.commands
+
diff --git a/app/plugins/eu.esdihumboldt.hale.app.cli/target/MANIFEST.MF b/app/plugins/eu.esdihumboldt.hale.app.cli/target/MANIFEST.MF
new file mode 100644
index 0000000000..66594b0ca0
--- /dev/null
+++ b/app/plugins/eu.esdihumboldt.hale.app.cli/target/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: hale CLI application
+Bundle-SymbolicName: eu.esdihumboldt.hale.app.cli;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: eu.esdihumboldt.hale.common.core,eu.esdihumboldt.util.cl
+ i,eu.esdihumboldt.util.cli.extension,eu.esdihumboldt.util.cli.impl,org.
+ eclipse.equinox.app;version="1.1.0",org.osgi.framework;version="1.8.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.app.cli
+
diff --git a/app/plugins/eu.esdihumboldt.hale.app.transform.test/target/MANIFEST.MF b/app/plugins/eu.esdihumboldt.hale.app.transform.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..534c17e6e1
--- /dev/null
+++ b/app/plugins/eu.esdihumboldt.hale.app.transform.test/target/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Transformation Application Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.app.transform.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.app.transform;bundle-version="2.9.0
+ ",groovy;bundle-version="2.5.19",org.eclipse.equinox.app;bundle-version
+ ="1.3.100",org.junit;bundle-version="4.13.0"
+Import-Package: eu.esdihumboldt.hale.common.align.model,eu.esdihumboldt.
+ hale.common.app,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hal
+ e.common.instance.model,eu.esdihumboldt.hale.common.schema.model,eu.esd
+ ihumboldt.hale.common.test,eu.esdihumboldt.util.groovy.sandbox,org.osgi
+ .framework;version="1.6.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.app.transform.test
+
diff --git a/app/plugins/eu.esdihumboldt.hale.app.transform/target/MANIFEST.MF b/app/plugins/eu.esdihumboldt.hale.app.transform/target/MANIFEST.MF
new file mode 100644
index 0000000000..a895e51f5a
--- /dev/null
+++ b/app/plugins/eu.esdihumboldt.hale.app.transform/target/MANIFEST.MF
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Application for command line transformation
+Bundle-SymbolicName: eu.esdihumboldt.hale.app.transform;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",eu.esdih
+ umboldt.hale.common.core;bundle-version="2.8.0",groovy;bundle-version="
+ 2.5.19",eu.esdihumboldt.hale.common.app;bundle-version="2.8.0",eu.esdih
+ umboldt.hale.common.headless;bundle-version="2.9.5"
+Import-Package: com.google.common.base;version="15.0.0",com.google.commo
+ n.io;version="15.0.0",com.google.common.util.concurrent;version="15.0.0
+ ",eu.esdihumboldt.hale.common.align.model,eu.esdihumboldt.hale.common.i
+ nstance.io,eu.esdihumboldt.hale.common.schema.model,eu.esdihumboldt.hal
+ e.io.validation,eu.esdihumboldt.util.cli,eu.esdihumboldt.util.groovy.co
+ llector,eu.esdihumboldt.util.groovy.sandbox,eu.esdihumboldt.util.http,e
+ u.esdihumboldt.util.io,org.joda.time;version="2.3.0",org.joda.time.form
+ at;version="2.3.0"
+Export-Package: eu.esdihumboldt.hale.app.transform
+Automatic-Module-Name: eu.esdihumboldt.hale.app.transform
+
diff --git a/build/build/gen.product.feature/Tests.product b/build/build/gen.product.feature/Tests.product
new file mode 100644
index 0000000000..ddbf5b8181
--- /dev/null
+++ b/build/build/gen.product.feature/Tests.product
@@ -0,0 +1,586 @@
+
+
+
+
+
+
+
+
+
+ -consoleLog -clean
+
+ -Xmx10000M
+-Daj.weaving.verbose=true
+-Dorg.aspectj.weaver.showWeaveInfo=true
+-Dorg.aspectj.osgi.verbose=true
+
+ -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/build/build/gen.product.feature/target/org.eclipse.equinox.executable-3.8.700.v20200207-2156/feature.xml b/build/build/gen.product.feature/target/org.eclipse.equinox.executable-3.8.700.v20200207-2156/feature.xml
new file mode 100644
index 0000000000..81d123f4c1
--- /dev/null
+++ b/build/build/gen.product.feature/target/org.eclipse.equinox.executable-3.8.700.v20200207-2156/feature.xml
@@ -0,0 +1,63 @@
+
+
+
+
+ %description
+
+
+
+ %license
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/build/config.groovy b/build/config.groovy
index 0bddc08dfb..c283182f2e 100644
--- a/build/config.groovy
+++ b/build/config.groovy
@@ -5,7 +5,7 @@
project = {
// version
// major.minor.micro-SNAPSHOT - remove -SNAPSHOT for releases
- version = '5.4.0-SNAPSHOT'
+ version = '5.4.0'
// when increasing the version number, at least the version of the .application bundles
// should be increased so they state an updated application version
diff --git a/common/features/eu.esdihumboldt.hale.common.feature.base/target/feature.xml b/common/features/eu.esdihumboldt.hale.common.feature.base/target/feature.xml
new file mode 100644
index 0000000000..8483d1a394
--- /dev/null
+++ b/common/features/eu.esdihumboldt.hale.common.feature.base/target/feature.xml
@@ -0,0 +1,152 @@
+
+
+
+
+ Licenses of the individual features and plug-ins apply.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/common/features/eu.esdihumboldt.hale.common.feature.base/target/sources-feature/feature.xml b/common/features/eu.esdihumboldt.hale.common.feature.base/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..b2fd106ba9
--- /dev/null
+++ b/common/features/eu.esdihumboldt.hale.common.feature.base/target/sources-feature/feature.xml
@@ -0,0 +1,26 @@
+
+
+
+ Licenses of the individual features and plug-ins apply.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/common/features/eu.esdihumboldt.hale.common.feature.core/target/feature.xml b/common/features/eu.esdihumboldt.hale.common.feature.core/target/feature.xml
new file mode 100644
index 0000000000..0fbed7eaa3
--- /dev/null
+++ b/common/features/eu.esdihumboldt.hale.common.feature.core/target/feature.xml
@@ -0,0 +1,1526 @@
+
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/common/features/eu.esdihumboldt.hale.common.feature.core/target/sources-feature/feature.xml b/common/features/eu.esdihumboldt.hale.common.feature.core/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..316e1f7fce
--- /dev/null
+++ b/common/features/eu.esdihumboldt.hale.common.feature.core/target/sources-feature/feature.xml
@@ -0,0 +1,205 @@
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/common/features/eu.esdihumboldt.hale.common.feature.orient/target/feature.xml b/common/features/eu.esdihumboldt.hale.common.feature.orient/target/feature.xml
new file mode 100644
index 0000000000..b830edba92
--- /dev/null
+++ b/common/features/eu.esdihumboldt.hale.common.feature.orient/target/feature.xml
@@ -0,0 +1,65 @@
+
+
+
+
+ Licenses of the individual features and plug-ins apply.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/common/features/eu.esdihumboldt.hale.common.feature.orient/target/sources-feature/feature.xml b/common/features/eu.esdihumboldt.hale.common.feature.orient/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..c24a0c2f8b
--- /dev/null
+++ b/common/features/eu.esdihumboldt.hale.common.feature.orient/target/sources-feature/feature.xml
@@ -0,0 +1,12 @@
+
+
+
+ Licenses of the individual features and plug-ins apply.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/common/plugins/eu.esdihumboldt.hale.common.align.groovy.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.align.groovy.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..80bc66dc93
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.align.groovy.test/target/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Alignment Groovy API and Utilities Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.align.groovy.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.align.groovy;bundle-version=
+ "2.6.0",eu.esdihumboldt.hale.common.schema.groovy;bundle-version="2.6.0
+ ",groovy;bundle-version="2.5.19",eu.esdihumboldt.hale.common.align;bund
+ le-version="2.6.0",eu.esdihumboldt.hale.common.schema;bundle-version="2
+ .6.0",org.junit;bundle-version="4.13.0"
+Import-Package: eu.esdihumboldt.hale.common.align.io.impl.internal.gener
+ ated;version="2.9.0",eu.esdihumboldt.hale.common.instance.model,eu.esdi
+ humboldt.util.groovy.paths,net.jcip.annotations
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.align.groovy.test
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.align.groovy/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.align.groovy/target/MANIFEST.MF
new file mode 100644
index 0000000000..77192c232f
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.align.groovy/target/MANIFEST.MF
@@ -0,0 +1,24 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Alignment Groovy API and Utilities
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.align.groovy;singleton:
+ =true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.collect;version="11.0.1",eu.esdihumbol
+ dt.hale.common.align.io.impl.internal.generated;version="2.9.0",eu.esdi
+ humboldt.hale.common.core.io,eu.esdihumboldt.hale.common.instance.exten
+ sion.filter,eu.esdihumboldt.hale.common.instance.model,eu.esdihumboldt.
+ hale.common.schema,eu.esdihumboldt.hale.common.schema.groovy,eu.esdihum
+ boldt.hale.common.schema.model,eu.esdihumboldt.hale.common.schema.paths
+ ,eu.esdihumboldt.util.definition,eu.esdihumboldt.util.groovy.paths,net.
+ jcip.annotations
+Require-Bundle: groovy;bundle-version="2.5.19",eu.esdihumboldt.hale.comm
+ on.align;bundle-version="2.6.0",eu.esdihumboldt.util.groovy.meta.extens
+ ion
+Export-Package: eu.esdihumboldt.hale.common.align.groovy.accessor,eu.esd
+ ihumboldt.hale.common.align.groovy.accessor.internal;x-internal:=true,e
+ u.esdihumboldt.hale.common.align.groovy.internal;x-internal:=true
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.align.groovy
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.align.merge.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.align.merge.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..b40edcd4bc
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.align.merge.test/target/MANIFEST.MF
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Alignment Merge Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.align.merge.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: groovy;bundle-version="2.5.19",eu.esdihumboldt.hale.comm
+ on.align.merge;bundle-version="3.3.0",eu.esdihumboldt.hale.common.align
+ ;bundle-version="3.3.0",eu.esdihumboldt.hale.io.schemabuilder;bundle-ve
+ rsion="3.3.0",eu.esdihumboldt.hale.common.headless;bundle-version="3.3.
+ 0",eu.esdihumboldt.hale.common.core,eu.esdihumboldt.hale.common.cli,org
+ .junit;bundle-version="4.13.0",jakarta.xml.bind-api;bundle-version="4.0
+ .0"
+Export-Package: eu.esdihumboldt.hale.common.align.merge.test,eu.esdihumb
+ oldt.hale.common.align.merge.test.impl
+Import-Package: com.google.common.cache;version="17.0.0",com.google.comm
+ on.collect;version="17.0.0",de.fhg.igd.eclipse.util.extension,de.fhg.ig
+ d.slf4jplus,eu.esdihumboldt.cst.functions.groovy,eu.esdihumboldt.hale.c
+ ommon.align.io.impl.internal.generated;version="2.9.5",eu.esdihumboldt.
+ hale.common.headless.test,eu.esdihumboldt.hale.common.instance.groovy,e
+ u.esdihumboldt.hale.common.instance.index,eu.esdihumboldt.hale.common.i
+ nstance.model,eu.esdihumboldt.hale.common.schema.model,javax.annotation
+ ;version="[1.2.0,1.2.0]",org.geotools.filter.text.cql2;version="29.1.0.
+ combined",org.slf4j;version="1.7.12"
+Automatic-Module-Name: eu.esdihumboldt.hale.common.align.merge.test
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.align.merge/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.align.merge/target/MANIFEST.MF
new file mode 100644
index 0000000000..0a4929b3e8
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.align.merge/target/MANIFEST.MF
@@ -0,0 +1,26 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Alignment Merger
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.align.merge;singleton:=
+ true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.align;bundle-version="3.3.0"
+ ,eu.esdihumboldt.hale.common.align.groovy;bundle-version="3.3.0",eu.esd
+ ihumboldt.hale.common.schema;bundle-version="3.3.0",groovy;bundle-versi
+ on="2.5.19",eu.esdihumboldt.util.groovy;bundle-version="3.3.0",eu.esdih
+ umboldt.hale.common.core;bundle-version="3.3.0",org.eclipse.core.runtim
+ e;bundle-version="3.11.1"
+Import-Package: com.google.common.base;version="17.0.0",com.google.commo
+ n.collect;version="17.0.0",org.locationtech.jts.geom;version="1.13.0",d
+ e.fhg.igd.eclipse.util.extension,de.fhg.igd.slf4jplus,eu.esdihumboldt.c
+ st.functions.groovy,eu.esdihumboldt.hale.common.headless.impl,eu.esdihu
+ mboldt.hale.common.instance.extension.filter,eu.esdihumboldt.hale.commo
+ n.instance.model,eu.esdihumboldt.util,eu.esdihumboldt.util.definition,j
+ avax.annotation;version="[1.2.0,1.2.0]",org.slf4j;version="1.7.12"
+Export-Package: eu.esdihumboldt.hale.common.align.merge,eu.esdihumboldt.
+ hale.common.align.merge.extension,eu.esdihumboldt.hale.common.align.mer
+ ge.functions,eu.esdihumboldt.hale.common.align.merge.impl
+Automatic-Module-Name: eu.esdihumboldt.hale.common.align.merge
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.align.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.align.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..c7fa363a65
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.align.test/target/MANIFEST.MF
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Alignment API Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.align.test;singleton:=t
+ rue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.collect;version="11.0.1",eu.esdihumbol
+ dt.hale.common.align.io.impl.internal.generated;version="2.9.5",eu.esdi
+ humboldt.hale.common.filter,eu.esdihumboldt.hale.common.test,eu.esdihum
+ boldt.util.io,org.geotools.filter.text.cql2;version="29.1.0.combined"
+Require-Bundle: eu.esdihumboldt.hale.common.align;bundle-version="2.5.0"
+ ,eu.esdihumboldt.hale.common.core;bundle-version="2.5.0",eu.esdihumbold
+ t.hale.common.instance;bundle-version="2.5.0",eu.esdihumboldt.hale.comm
+ on.schema;bundle-version="2.5.0",eu.esdihumboldt.hale.common.schema.gro
+ ovy;bundle-version="3.3.0",groovy;bundle-version="2.5.19",org.junit;bun
+ dle-version="4.13.0",jakarta.xml.bind-api;bundle-version="4.0.0",org.co
+ dehaus.castor.core;bundle-version="1.4.1",org.codehaus.castor.xml;bundl
+ e-version="1.4.1"
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.align.test
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.align/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.align/target/MANIFEST.MF
new file mode 100644
index 0000000000..fb16a33681
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.align/target/MANIFEST.MF
@@ -0,0 +1,89 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Alignment API
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.align;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base;version="1.6.0",com.google.common
+ .collect;version="1.6.0",com.google.common.io;version="9.0.0",de.fhg.ig
+ d.eclipse.util.extension,de.fhg.igd.eclipse.util.extension.simple,de.fh
+ g.igd.osgi.util;version="1.0.0",de.fhg.igd.slf4jplus,edu.umd.cs.findbug
+ s.annotations,eu.esdihumboldt.hale.common.align.io.impl.internal.genera
+ ted;version="2.9.6",eu.esdihumboldt.hale.common.convert,eu.esdihumboldt
+ .hale.common.core,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.h
+ ale.common.core.io.extension,eu.esdihumboldt.hale.common.core.io.impl,e
+ u.esdihumboldt.hale.common.core.io.project,eu.esdihumboldt.hale.common.
+ core.io.project.model,eu.esdihumboldt.hale.common.core.io.project.model
+ .internal,eu.esdihumboldt.hale.common.core.io.report,eu.esdihumboldt.ha
+ le.common.core.io.report.impl,eu.esdihumboldt.hale.common.core.io.suppl
+ ier,eu.esdihumboldt.hale.common.core.parameter,eu.esdihumboldt.hale.com
+ mon.core.report,eu.esdihumboldt.hale.common.core.report.impl,eu.esdihum
+ boldt.hale.common.core.service,eu.esdihumboldt.hale.common.instance.ext
+ ension.filter,eu.esdihumboldt.hale.common.instance.model,eu.esdihumbold
+ t.hale.common.instance.model.impl,eu.esdihumboldt.hale.common.lookup,eu
+ .esdihumboldt.hale.common.lookup.impl,eu.esdihumboldt.hale.common.schem
+ a,eu.esdihumboldt.hale.common.schema.groovy,eu.esdihumboldt.hale.common
+ .schema.io,eu.esdihumboldt.hale.common.schema.io.impl,eu.esdihumboldt.h
+ ale.common.schema.model,eu.esdihumboldt.hale.common.schema.model.constr
+ aint,eu.esdihumboldt.hale.common.schema.model.constraint.property,eu.es
+ dihumboldt.hale.common.schema.model.constraint.type,eu.esdihumboldt.hal
+ e.common.schema.model.impl,eu.esdihumboldt.hale.common.schema.model.imp
+ l.internal,eu.esdihumboldt.hale.util.nonosgi.contenttype.describer,eu.e
+ sdihumboldt.util,eu.esdihumboldt.util.definition,eu.esdihumboldt.util.g
+ roovy.paths,eu.esdihumboldt.util.groovy.xml,eu.esdihumboldt.util.io,jav
+ ax.annotation;version="[1.2.0,1.2.0]",net.jcip.annotations,org.apache.c
+ ommons.io.output,org.apache.commons.lang;version="2.4.0",org.locationte
+ ch.jts.geom,org.slf4j;version="1.5.11",org.springframework.core.convert
+ ;version="5.2.0",org.springframework.core.io;version="5.2.0",org.spring
+ framework.core.io.support;version="5.2.0"
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",eu.esdih
+ umboldt.hale.common.schema;bundle-version="2.5.0",groovy;bundle-version
+ ="2.5.19",eu.esdihumboldt.util.groovy.sandbox,com.vladsch.flexmark;bund
+ le-version="0.64.0",com.vladsch.flexmark.profile-pegdown;bundle-version
+ ="0.64.0",com.vladsch.flexmark.util;bundle-version="0.64.0",com.vladsch
+ .flexmark.util-data;bundle-version="0.64.0",com.vladsch.flexmark.util-m
+ isc;bundle-version="0.64.0",com.vladsch.flexmark.util-ast;bundle-versio
+ n="0.64.0",com.vladsch.flexmark.util-sequence;bundle-version="0.64.0",j
+ akarta.xml.bind-api;bundle-version="4.0.0",xerces.xercesImpl;bundle-ver
+ sion="2.12.2",org.codehaus.castor.core;bundle-version="1.4.1",org.codeh
+ aus.castor.xml;bundle-version="1.4.1"
+Export-Package: eu.esdihumboldt.hale.common.align.compatibility,eu.esdih
+ umboldt.hale.common.align.conditions,eu.esdihumboldt.hale.common.align.
+ extension.annotation,eu.esdihumboldt.hale.common.align.extension.catego
+ ry,eu.esdihumboldt.hale.common.align.extension.engine,eu.esdihumboldt.h
+ ale.common.align.extension.function,eu.esdihumboldt.hale.common.align.e
+ xtension.function.custom,eu.esdihumboldt.hale.common.align.extension.fu
+ nction.validator,eu.esdihumboldt.hale.common.align.extension.transforma
+ tion,eu.esdihumboldt.hale.common.align.extension.transformation.interna
+ l;x-internal:=true,eu.esdihumboldt.hale.common.align.helper,eu.esdihumb
+ oldt.hale.common.align.instance,eu.esdihumboldt.hale.common.align.io,eu
+ .esdihumboldt.hale.common.align.io.impl,eu.esdihumboldt.hale.common.ali
+ gn.io.impl.dummy,eu.esdihumboldt.hale.common.align.io.impl.internal;x-i
+ nternal:=true,eu.esdihumboldt.hale.common.align.migrate,eu.esdihumboldt
+ .hale.common.align.migrate.impl,eu.esdihumboldt.hale.common.align.migra
+ te.util,eu.esdihumboldt.hale.common.align.model,eu.esdihumboldt.hale.co
+ mmon.align.model.annotations.messages,eu.esdihumboldt.hale.common.align
+ .model.condition,eu.esdihumboldt.hale.common.align.model.condition.impl
+ ,eu.esdihumboldt.hale.common.align.model.functions,eu.esdihumboldt.hale
+ .common.align.model.functions.explanations,eu.esdihumboldt.hale.common.
+ align.model.functions.join,eu.esdihumboldt.hale.common.align.model.func
+ tions.merge,eu.esdihumboldt.hale.common.align.model.impl,eu.esdihumbold
+ t.hale.common.align.model.impl.mdexpl,eu.esdihumboldt.hale.common.align
+ .model.transformation,eu.esdihumboldt.hale.common.align.model.transform
+ ation.tree,eu.esdihumboldt.hale.common.align.model.transformation.tree.
+ context,eu.esdihumboldt.hale.common.align.model.transformation.tree.con
+ text.impl,eu.esdihumboldt.hale.common.align.model.transformation.tree.c
+ ontext.impl.matcher,eu.esdihumboldt.hale.common.align.model.transformat
+ ion.tree.impl,eu.esdihumboldt.hale.common.align.model.transformation.tr
+ ee.visitor,eu.esdihumboldt.hale.common.align.service,eu.esdihumboldt.ha
+ le.common.align.service.impl,eu.esdihumboldt.hale.common.align.transfor
+ mation.engine,eu.esdihumboldt.hale.common.align.transformation.engine.i
+ nternal;x-internal:=true,eu.esdihumboldt.hale.common.align.transformati
+ on.function,eu.esdihumboldt.hale.common.align.transformation.function.i
+ mpl,eu.esdihumboldt.hale.common.align.transformation.report,eu.esdihumb
+ oldt.hale.common.align.transformation.report.impl,eu.esdihumboldt.hale.
+ common.align.transformation.service,eu.esdihumboldt.hale.common.align.t
+ ransformation.service.impl
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.align
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.app/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.app/target/MANIFEST.MF
new file mode 100644
index 0000000000..ac64a42346
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.app/target/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Application Support
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.app
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Activator: eu.esdihumboldt.hale.common.app.internal.Activator
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: org.osgi.framework;version="1.3.0",org.osgi.util.tracker
+ ;version="1.5.0"
+Bundle-ActivationPolicy: lazy
+Require-Bundle: org.eclipse.equinox.app;bundle-version="1.3.100"
+Export-Package: eu.esdihumboldt.hale.common.app,eu.esdihumboldt.hale.com
+ mon.app.internal;x-internal:=true
+Automatic-Module-Name: eu.esdihumboldt.hale.common.app
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.cache/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.cache/target/MANIFEST.MF
new file mode 100644
index 0000000000..ef837a4fe3
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.cache/target/MANIFEST.MF
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Cache
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.cache;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.io;version="9.0.0",de.fhg.igd.osgi.uti
+ l,de.fhg.igd.osgi.util.configuration,de.fhg.igd.slf4jplus,eu.esdihumbol
+ dt.util,eu.esdihumboldt.util.http,eu.esdihumboldt.util.http.client,eu.e
+ sdihumboldt.util.io,eu.esdihumboldt.util.metrics,net.sf.ehcache,net.sf.
+ ehcache.config,net.sf.ehcache.store,org.apache.http.client,org.apache.l
+ og4j,org.osgi.framework,org.slf4j;version="1.5.11"
+Require-Bundle: org.apache.httpcomponents.httpclient;bundle-version="4.5
+ .13",org.apache.httpcomponents.httpcore;bundle-version="4.4.13",org.ecl
+ ipse.core.runtime;bundle-version="3.7.0",groovy;bundle-version="2.5.19"
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: eu.esdihumboldt.hale.common.cache.Activator
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.cache
+Export-Package: eu.esdihumboldt.hale.common.cache
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.cli/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.cli/target/MANIFEST.MF
new file mode 100644
index 0000000000..42f14e44ac
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.cli/target/MANIFEST.MF
@@ -0,0 +1,20 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: hale Core CLI Commands
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.cli;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: groovy;bundle-version="2.5.19",eu.esdihumboldt.util.cli;
+ bundle-version="2.9.5",eu.esdihumboldt.hale.common.core;bundle-version=
+ "2.9.5",eu.esdihumboldt.hale.common.headless;bundle-version="2.9.5",eu.
+ esdihumboldt.hale.common.schema;bundle-version="2.9.5",eu.esdihumboldt.
+ hale.common.align;bundle-version="2.9.5",picocli;bundle-version="4.3.2"
+Import-Package: de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.app.transform,
+ org.apache.commons.cli;version="1.3.1",org.joda.time;version="2.3.0",or
+ g.joda.time.format;version="2.3.0",org.osgi.framework;version="1.8.0",o
+ rg.slf4j;version="1.7.10"
+Export-Package: eu.esdihumboldt.hale.common.cli,eu.esdihumboldt.hale.com
+ mon.cli.project
+Automatic-Module-Name: eu.esdihumboldt.hale.common.cli
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.codelist.validator/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.codelist.validator/target/MANIFEST.MF
new file mode 100644
index 0000000000..f223029ec0
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.codelist.validator/target/MANIFEST.MF
@@ -0,0 +1,19 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Codelist validator for instances
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.codelist.validator;sing
+ leton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.align.m
+ odel,eu.esdihumboldt.hale.common.codelist,eu.esdihumboldt.hale.common.c
+ odelist.config,eu.esdihumboldt.hale.common.codelist.service,eu.esdihumb
+ oldt.hale.common.core.io,eu.esdihumboldt.hale.common.core.io.project,eu
+ .esdihumboldt.hale.common.core.service,eu.esdihumboldt.hale.common.inst
+ ance.extension.validation,eu.esdihumboldt.hale.common.instance.model,eu
+ .esdihumboldt.hale.common.instancevalidator,eu.esdihumboldt.hale.common
+ .schema.model,javax.annotation;version="[1.2.0,1.2.0]",org.slf4j;versio
+ n="1.7.2"
+Automatic-Module-Name: eu.esdihumboldt.hale.common.codelist.validator
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.codelist/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.codelist/target/MANIFEST.MF
new file mode 100644
index 0000000000..af27b2a147
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.codelist/target/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE CodeList Support
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.codelist;singleton:=tru
+ e
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.collect;version="15.0.0",eu.esdihumbol
+ dt.hale.common.align.model,eu.esdihumboldt.hale.common.core.io,eu.esdih
+ umboldt.hale.common.schema.model,javax.annotation;version="[1.2.0,1.2.0
+ ]"
+Export-Package: eu.esdihumboldt.hale.common.codelist,eu.esdihumboldt.hal
+ e.common.codelist.config,eu.esdihumboldt.hale.common.codelist.io,eu.esd
+ ihumboldt.hale.common.codelist.service
+Require-Bundle: groovy;bundle-version="2.5.19"
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.codelist
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.config.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.config.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..9a70d61bfc
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.config.test/target/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Configuration utilities for hale tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.config.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Fragment-Host: eu.esdihumboldt.hale.common.config;bundle-version="3.5.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.common.config.test
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.junit;bundle-version="4.12.0"
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.config/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.config/target/MANIFEST.MF
new file mode 100644
index 0000000000..bd7782e037
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.config/target/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Configuration utilities for hale
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.config
+Bundle-Version: 5.4.0.SNAPSHOT
+Automatic-Module-Name: eu.esdihumboldt.hale.common.config
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: groovy;bundle-version="2.5.19",eu.esdihumboldt.hale.comm
+ on.core;bundle-version="3.5.0"
+Import-Package: eu.esdihumboldt.util.config
+Export-Package: eu.esdihumboldt.hale.common.config
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.convert.core/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.convert.core/target/MANIFEST.MF
new file mode 100644
index 0000000000..f75ec6a003
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.convert.core/target/MANIFEST.MF
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Core Converters
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.convert.core;singleton:
+ =true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.convert;bundle-version="2.5.
+ 0",groovy;bundle-version="2.5.19",org.springframework.spring-core;bundl
+ e-version="5.2.0"
+Import-Package: com.google.common.collect;version="17.0.0",org.joda.time
+ ,org.joda.time.base;version="2.1.0"
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.convert.core
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.convert.wkt/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.convert.wkt/target/MANIFEST.MF
new file mode 100644
index 0000000000..6c6cd7a487
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.convert.wkt/target/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: WKT Geometry Converters
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.convert.wkt;singleton:=
+ true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: org.locationtech.jts,org.locationtech.jts.geom,org.locat
+ iontech.jts.io
+Require-Bundle: eu.esdihumboldt.hale.common.convert;bundle-version="2.2.
+ 0",org.springframework.spring-core;bundle-version="5.2.0"
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.convert.wkt
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.convert/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.convert/target/MANIFEST.MF
new file mode 100644
index 0000000000..e88d5cadef
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.convert/target/MANIFEST.MF
@@ -0,0 +1,19 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Conversion Service
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.convert;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.10.0",org.spr
+ ingframework.spring-core;bundle-version="5.2.0"
+Import-Package: de.fhg.igd.eclipse.util.extension,de.fhg.igd.eclipse.uti
+ l.extension.simple,de.fhg.igd.osgi.util;version="1.0.0",de.fhg.igd.slf4
+ jplus,eu.esdihumboldt.hale.common.core,eu.esdihumboldt.hale.common.core
+ .service,eu.esdihumboldt.util.reflection,org.slf4j;version="1.5.11",org
+ .springframework.beans.factory;version="5.2.0",org.springframework.bean
+ s.factory.config;version="5.2.0",org.springframework.context.support;ve
+ rsion="5.2.0"
+Export-Package: eu.esdihumboldt.hale.common.convert
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.convert
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.core.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.core.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..07726a7911
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.core.test/target/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Core API Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.core.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Fragment-Host: eu.esdihumboldt.hale.common.core;bundle-version="2.5.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.core.test
+Require-Bundle: org.junit;bundle-version="4.13.0"
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.core/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.core/target/MANIFEST.MF
new file mode 100644
index 0000000000..6e4be70afd
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.core/target/MANIFEST.MF
@@ -0,0 +1,53 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Core API
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.core;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Activator: eu.esdihumboldt.hale.common.core.internal.CoreBundle
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base;version="1.6.0",com.google.common
+ .collect,com.google.common.io;version="17.0.0",de.fhg.igd.eclipse.util.
+ extension,de.fhg.igd.eclipse.util.extension.simple,de.fhg.igd.osgi.util
+ ;version="1.0.0",de.fhg.igd.osgi.util.configuration;version="1.0.0",de.
+ fhg.igd.osgi.util.extender;version="1.0.0",de.fhg.igd.slf4jplus,edu.umd
+ .cs.findbugs.annotations,eu.esdihumboldt.hale.common.cache,eu.esdihumbo
+ ldt.hale.common.core.io.project.model,eu.esdihumboldt.hale.common.core.
+ io.project.model.internal.generated;version="2.9.0",eu.esdihumboldt.hal
+ e.util.nonosgi,eu.esdihumboldt.hale.util.nonosgi.contenttype.describer,
+ eu.esdihumboldt.util,eu.esdihumboldt.util.definition,eu.esdihumboldt.ut
+ il.groovy.collector,eu.esdihumboldt.util.groovy.json,eu.esdihumboldt.ut
+ il.groovy.xml,eu.esdihumboldt.util.io,eu.esdihumboldt.util.resource,jav
+ ax.measure;version="1.0.0",javax.measure.quantity;version="1.0.0",net.j
+ cip.annotations,org.apache.commons.io;version="1.4.0",org.apache.common
+ s.lang;version="2.4.0",org.apache.http,org.apache.http.client,org.apach
+ e.http.impl,org.apache.http.impl.client,org.osgi.framework;version="1.3
+ .0",org.slf4j;version="1.5.11",org.springframework.core.convert;version
+ ="5.2.0",org.springframework.util;version="5.2.0"
+Export-Package: eu.esdihumboldt.hale.common.core,eu.esdihumboldt.hale.co
+ mmon.core.internal;x-internal:=true,eu.esdihumboldt.hale.common.core.io
+ ,eu.esdihumboldt.hale.common.core.io.config,eu.esdihumboldt.hale.common
+ .core.io.extension,eu.esdihumboldt.hale.common.core.io.impl,eu.esdihumb
+ oldt.hale.common.core.io.internal;x-internal:=true,eu.esdihumboldt.hale
+ .common.core.io.project,eu.esdihumboldt.hale.common.core.io.project.ext
+ ension,eu.esdihumboldt.hale.common.core.io.project.extension.internal;x
+ -internal:=true,eu.esdihumboldt.hale.common.core.io.project.impl,eu.esd
+ ihumboldt.hale.common.core.io.project.model,eu.esdihumboldt.hale.common
+ .core.io.project.model.impl,eu.esdihumboldt.hale.common.core.io.project
+ .model.internal;x-internal:=true,eu.esdihumboldt.hale.common.core.io.pr
+ oject.util,eu.esdihumboldt.hale.common.core.io.report,eu.esdihumboldt.h
+ ale.common.core.io.report.impl,eu.esdihumboldt.hale.common.core.io.supp
+ lier,eu.esdihumboldt.hale.common.core.io.util,eu.esdihumboldt.hale.comm
+ on.core.parameter,eu.esdihumboldt.hale.common.core.report,eu.esdihumbol
+ dt.hale.common.core.report.impl,eu.esdihumboldt.hale.common.core.report
+ .util,eu.esdihumboldt.hale.common.core.report.writer,eu.esdihumboldt.ha
+ le.common.core.service,eu.esdihumboldt.hale.common.core.service.cleanup
+ ,eu.esdihumboldt.hale.common.core.service.cleanup.impl,eu.esdihumboldt.
+ hale.common.core.service.internal;x-internal:=true
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",groovy;b
+ undle-version="2.5.19",org.codehaus.castor.xml;bundle-version="1.4.1",o
+ rg.codehaus.castor.core;bundle-version="1.4.1",xerces.xercesImpl;bundle
+ -version="2.12.2",jakarta.xml.bind-api;bundle-version="4.0.0"
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.core
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.filter.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.filter.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..8a6fcd5d4d
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.filter.test/target/MANIFEST.MF
@@ -0,0 +1,35 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Hale Filter API Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.filter.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.osgi.util;version="1.0.0",de.fhg.igd.slf4jplu
+ s,eu.esdihumboldt.hale.common.align.instance,eu.esdihumboldt.hale.commo
+ n.align.model,eu.esdihumboldt.hale.common.align.model.impl,eu.esdihumbo
+ ldt.hale.common.core.io,eu.esdihumboldt.hale.common.core.io.impl,eu.esd
+ ihumboldt.hale.common.core.io.report,eu.esdihumboldt.hale.common.core.i
+ o.report.impl,eu.esdihumboldt.hale.common.core.io.supplier,eu.esdihumbo
+ ldt.hale.common.core.report,eu.esdihumboldt.hale.common.instance.geomet
+ ry,eu.esdihumboldt.hale.common.instance.geometry.impl,eu.esdihumboldt.h
+ ale.common.instance.io,eu.esdihumboldt.hale.common.instance.io.impl,eu.
+ esdihumboldt.hale.common.instance.model,eu.esdihumboldt.hale.common.ins
+ tance.model.impl,eu.esdihumboldt.hale.common.schema.io,eu.esdihumboldt.
+ hale.common.schema.model,eu.esdihumboldt.hale.common.schema.model.const
+ raint,eu.esdihumboldt.hale.common.schema.model.constraint.property,eu.e
+ sdihumboldt.hale.common.schema.model.constraint.type,eu.esdihumboldt.ha
+ le.common.schema.model.impl,eu.esdihumboldt.hale.common.schema.persist,
+ eu.esdihumboldt.hale.common.test,eu.esdihumboldt.hale.io.gml.reader.int
+ ernal,eu.esdihumboldt.hale.io.shp.reader.internal,eu.esdihumboldt.hale.
+ io.xsd.constraint,eu.esdihumboldt.hale.io.xsd.model,eu.esdihumboldt.hal
+ e.io.xsd.reader,org.hamcrest.core;version="1.3.0",org.locationtech.jts;
+ version="1.13.0",org.locationtech.jts.geom;version="1.13.0"
+Require-Bundle: eu.esdihumboldt.hale.common.filter;bundle-version="2.5.0
+ ",eu.esdihumboldt.hale.common.convert;bundle-version="2.5.0",eu.esdihum
+ boldt.hale.common.instance.groovy;bundle-version="3.3.0",eu.esdihumbold
+ t.hale.common.schema.groovy;bundle-version="3.3.0",groovy;bundle-versio
+ n="2.5.19",org.opengis;bundle-version="29.1.0",org.geotools;bundle-vers
+ ion="29.1.0",org.junit;bundle-version="4.13.0",eu.esdihumboldt.util
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.filter.test
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.filter/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.filter/target/MANIFEST.MF
new file mode 100644
index 0000000000..3ef0970135
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.filter/target/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Hale Filter API
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.filter;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.align.g
+ roovy.accessor,eu.esdihumboldt.hale.common.align.groovy.accessor.intern
+ al,eu.esdihumboldt.hale.common.align.instance,eu.esdihumboldt.hale.comm
+ on.align.migrate,eu.esdihumboldt.hale.common.align.model,eu.esdihumbold
+ t.hale.common.core.io.supplier,eu.esdihumboldt.hale.common.core.report,
+ eu.esdihumboldt.hale.common.instance.extension.filter,eu.esdihumboldt.h
+ ale.common.instance.helper,eu.esdihumboldt.hale.common.instance.model,e
+ u.esdihumboldt.hale.common.schema.model,eu.esdihumboldt.util.definition
+ ,org.slf4j;version="1.5.11"
+Bundle-ClassPath: .
+Export-Package: eu.esdihumboldt.hale.common.filter,eu.esdihumboldt.hale.
+ common.filter.definition
+Require-Bundle: org.opengis;bundle-version="29.1.0",eu.esdihumboldt.util
+ .groovy,org.geotools;bundle-version="29.1.0"
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.filter
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.groovy.sandbox.enable/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.groovy.sandbox.enable/target/MANIFEST.MF
new file mode 100644
index 0000000000..d94311a143
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.groovy.sandbox.enable/target/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Enable Groovy Sandbox Service (for server side operation)
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.groovy.sandbox.enable;s
+ ingleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: eu.esdihumboldt.util.groovy.sandbox
+Require-Bundle: eu.esdihumboldt.hale.common.core
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.groovy.sandbox.enable
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.headless.orient/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.headless.orient/target/MANIFEST.MF
new file mode 100644
index 0000000000..75dbc85609
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.headless.orient/target/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: OrientDB transformation sink
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.headless.orient;singlet
+ on:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-17
+Require-Bundle: eu.esdihumboldt.hale.common.instance.orient;bundle-versi
+ on="2.9.0",eu.esdihumboldt.hale.common.headless;bundle-version="2.9.0",
+ eu.esdihumboldt.hale.common.instance;bundle-version="2.9.0"
+Import-Package: de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.align.t
+ ransformation.service,eu.esdihumboldt.hale.common.schema.model,org.slf4
+ j;version="1.7.6"
+Automatic-Module-Name: eu.esdihumboldt.hale.common.headless.orient
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.headless.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.headless.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..98c009e3ef
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.headless.test/target/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Headless API Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.headless.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.junit;bundle-version="4.13.0",eu.esdihumboldt.hale.c
+ ommon.headless;bundle-version="3.4.0",eu.esdihumboldt.hale.common.core;
+ bundle-version="3.4.0"
+Import-Package: com.google.common.cache,eu.esdihumboldt.hale.common.cli
+Export-Package: eu.esdihumboldt.hale.common.headless.test
+Automatic-Module-Name: eu.esdihumboldt.hale.common.headless.test
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.headless/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.headless/target/MANIFEST.MF
new file mode 100644
index 0000000000..b10d4e83b5
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.headless/target/MANIFEST.MF
@@ -0,0 +1,61 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Headless Transformation
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.headless;singleton:=tru
+ e
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base;version="11.0.1",com.google.commo
+ n.collect;version="11.0.1",com.google.common.io;version="11.0.1",com.go
+ ogle.common.util.concurrent;version="11.0.1",de.fhg.igd.eclipse.util.ex
+ tension,de.fhg.igd.osgi.util;version="1.0.0",de.fhg.igd.slf4jplus,eu.es
+ dihumboldt.cst.functions.groovy,eu.esdihumboldt.hale.common.align.io,eu
+ .esdihumboldt.hale.common.align.model,eu.esdihumboldt.hale.common.align
+ .model.functions,eu.esdihumboldt.hale.common.align.model.functions.join
+ ,eu.esdihumboldt.hale.common.align.model.functions.merge,eu.esdihumbold
+ t.hale.common.align.model.impl,eu.esdihumboldt.hale.common.align.servic
+ e,eu.esdihumboldt.hale.common.align.service.impl,eu.esdihumboldt.hale.c
+ ommon.align.transformation.report,eu.esdihumboldt.hale.common.align.tra
+ nsformation.service,eu.esdihumboldt.hale.common.codelist,eu.esdihumbold
+ t.hale.common.codelist.config,eu.esdihumboldt.hale.common.codelist.io,e
+ u.esdihumboldt.hale.common.codelist.service,eu.esdihumboldt.hale.common
+ .core,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.common.c
+ ore.io.extension,eu.esdihumboldt.hale.common.core.io.impl,eu.esdihumbol
+ dt.hale.common.core.io.project,eu.esdihumboldt.hale.common.core.io.proj
+ ect.extension.internal,eu.esdihumboldt.hale.common.core.io.project.mode
+ l,eu.esdihumboldt.hale.common.core.io.project.util,eu.esdihumboldt.hale
+ .common.core.io.report,eu.esdihumboldt.hale.common.core.io.report.impl,
+ eu.esdihumboldt.hale.common.core.io.supplier,eu.esdihumboldt.hale.commo
+ n.core.report,eu.esdihumboldt.hale.common.core.report.impl,eu.esdihumbo
+ ldt.hale.common.core.report.writer,eu.esdihumboldt.hale.common.core.ser
+ vice,eu.esdihumboldt.hale.common.instance.extension.filter,eu.esdihumbo
+ ldt.hale.common.instance.extension.validation,eu.esdihumboldt.hale.comm
+ on.instance.extension.validation.report,eu.esdihumboldt.hale.common.ins
+ tance.extension.validation.report.impl,eu.esdihumboldt.hale.common.inst
+ ance.geometry,eu.esdihumboldt.hale.common.instance.geometry.impl,eu.esd
+ ihumboldt.hale.common.instance.io,eu.esdihumboldt.hale.common.instance.
+ model,eu.esdihumboldt.hale.common.instance.model.ext.helper,eu.esdihumb
+ oldt.hale.common.instance.model.impl,eu.esdihumboldt.hale.common.instan
+ ce.orient,eu.esdihumboldt.hale.common.instance.orient.storage,eu.esdihu
+ mboldt.hale.common.instance.processing,eu.esdihumboldt.hale.common.inst
+ ancevalidator,eu.esdihumboldt.hale.common.schema,eu.esdihumboldt.hale.c
+ ommon.schema.io,eu.esdihumboldt.hale.common.schema.model,eu.esdihumbold
+ t.hale.common.schema.model.impl,eu.esdihumboldt.hale.io.haleconnect,eu.
+ esdihumboldt.hale.io.haleconnect.project,eu.esdihumboldt.hale.io.xsd.co
+ nstraint,eu.esdihumboldt.hale.io.xsd.model,eu.esdihumboldt.util,eu.esdi
+ humboldt.util.definition,eu.esdihumboldt.util.groovy.collector,eu.esdih
+ umboldt.util.io,eu.esdihumboldt.util.scavenger,org.apache.commons.io;ve
+ rsion="1.4.0",org.joda.time;version="2.1.0",org.joda.time.base;version=
+ "2.1.0",org.slf4j;version="1.5.11"
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",eu.esdih
+ umboldt.hale.common.instance.index,groovy;bundle-version="2.5.19"
+Export-Package: eu.esdihumboldt.hale.common.headless,eu.esdihumboldt.hal
+ e.common.headless.impl,eu.esdihumboldt.hale.common.headless.report,eu.e
+ sdihumboldt.hale.common.headless.scavenger,eu.esdihumboldt.hale.common.
+ headless.transform,eu.esdihumboldt.hale.common.headless.transform.exten
+ sion,eu.esdihumboldt.hale.common.headless.transform.filter,eu.esdihumbo
+ ldt.hale.common.headless.transform.validate,eu.esdihumboldt.hale.common
+ .headless.transform.validate.impl
+Automatic-Module-Name: eu.esdihumboldt.hale.common.headless
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.inspire/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.inspire/target/MANIFEST.MF
new file mode 100644
index 0000000000..56fb954daf
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.inspire/target/MANIFEST.MF
@@ -0,0 +1,30 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: INSPIRE constants and apps
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.inspire;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",eu.esdih
+ umboldt.hale.common.app;bundle-version="2.8.0",eu.esdihumboldt.hale.com
+ mon.core;bundle-version="2.8.0",groovy;bundle-version="2.5.19"
+Export-Package: eu.esdihumboldt.hale.common.inspire.apps.templates,eu.es
+ dihumboldt.hale.common.inspire.codelists,eu.esdihumboldt.hale.common.in
+ spire.schemas
+Import-Package: com.google.common.collect;version="15.0.0",com.google.co
+ mmon.io;version="15.0.0",de.fhg.igd.eclipse.util.extension,de.fhg.igd.o
+ sgi.util.configuration;version="1.0.0",de.fhg.igd.slf4jplus,eu.esdihumb
+ oldt.hale.common.align.groovy.accessor,eu.esdihumboldt.hale.common.alig
+ n.model,eu.esdihumboldt.hale.common.align.model.impl,eu.esdihumboldt.ha
+ le.common.codelist.config,eu.esdihumboldt.hale.common.codelist.io,eu.es
+ dihumboldt.hale.common.instance.model,eu.esdihumboldt.hale.common.schem
+ a,eu.esdihumboldt.hale.common.schema.io,eu.esdihumboldt.hale.common.sch
+ ema.model,eu.esdihumboldt.hale.common.schema.model.constraint,eu.esdihu
+ mboldt.hale.common.schema.model.constraint.property,eu.esdihumboldt.hal
+ e.common.schema.model.constraint.type,eu.esdihumboldt.hale.io.codelist.
+ inspire.reader,eu.esdihumboldt.hale.io.gml.geometry,eu.esdihumboldt.uti
+ l,eu.esdihumboldt.util.groovy.paths,net.jcip.annotations,org.apache.htt
+ p.client;version="4.3.3",org.apache.http.client.fluent;version="4.2.6",
+ org.slf4j;version="1.7.5"
+Automatic-Module-Name: eu.esdihumboldt.hale.common.inspire
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.instance.graph.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.instance.graph.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..6c06354f68
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.instance.graph.test/target/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Instance Graphs Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.instance.graph.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.instance.graph;bundle-versio
+ n="2.9.1",groovy;bundle-version="2.5.19",eu.esdihumboldt.hale.common.in
+ stance.groovy;bundle-version="2.9.0",eu.esdihumboldt.hale.common.instan
+ ce;bundle-version="2.9.0",com.tinkerpop.blueprints.core;bundle-version=
+ "2.5.0",eu.esdihumboldt.hale.common.schema;bundle-version="2.9.0",org.j
+ unit;bundle-version="4.13.0"
+Import-Package: de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.core.io
+ .supplier,eu.esdihumboldt.hale.common.test,org.hamcrest.core;version="1
+ .3.0",org.slf4j;version="1.7.2"
+Automatic-Module-Name: eu.esdihumboldt.hale.common.instance.graph.test
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.instance.graph/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.instance.graph/target/MANIFEST.MF
new file mode 100644
index 0000000000..4a8bc58ed8
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.instance.graph/target/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Instance Graphs
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.instance.graph
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: com.tinkerpop.blueprints.core;bundle-version="2.5.0",com
+ .tinkerpop.pipes;bundle-version="2.5.0",eu.esdihumboldt.hale.common.ins
+ tance;bundle-version="2.9.0",eu.esdihumboldt.hale.common.schema;bundle-
+ version="2.9.0",com.tinkerpop.gremlin.java;bundle-version="2.5.0"
+Import-Package: de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.core.re
+ port,javax.annotation;version="[1.2.0,1.2.0]",org.slf4j;version="1.7.2"
+Export-Package: eu.esdihumboldt.hale.common.instance.graph.reference,eu.
+ esdihumboldt.hale.common.instance.graph.reference.impl
+Automatic-Module-Name: eu.esdihumboldt.hale.common.instance.graph
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.instance.groovy.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.instance.groovy.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..b87a08f72c
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.instance.groovy.test/target/MANIFEST.MF
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Groovy Instance API Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.instance.groovy.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Fragment-Host: eu.esdihumboldt.hale.common.instance.groovy;bundle-versio
+ n="2.7.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: eu.esdihumboldt.hale.common.align.transformation.functio
+ n.impl,eu.esdihumboldt.hale.common.schema.groovy,eu.esdihumboldt.hale.c
+ ommon.test
+Automatic-Module-Name: eu.esdihumboldt.hale.common.instance.groovy.test
+Require-Bundle: org.junit;bundle-version="4.13.0"
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.instance.groovy/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.instance.groovy/target/MANIFEST.MF
new file mode 100644
index 0000000000..17809a9ed8
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.instance.groovy/target/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Groovy Instance API
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.instance.groovy;singlet
+ on:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base;version="11.0.1",com.google.commo
+ n.collect;version="15.0.0",de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.co
+ mmon.convert,eu.esdihumboldt.hale.common.core.io.supplier,eu.esdihumbol
+ dt.hale.common.schema.groovy,eu.esdihumboldt.hale.common.schema.model,e
+ u.esdihumboldt.hale.common.schema.model.constraint,eu.esdihumboldt.hale
+ .common.schema.model.constraint.type,eu.esdihumboldt.hale.common.schema
+ .paths,eu.esdihumboldt.util.groovy.builder,eu.esdihumboldt.util.groovy.
+ paths,net.jcip.annotations,org.slf4j;version="1.5.11",org.springframewo
+ rk.core.convert;version="5.2.0"
+Require-Bundle: eu.esdihumboldt.hale.common.instance;bundle-version="2.7
+ .0",groovy;bundle-version="2.5.19",eu.esdihumboldt.util.groovy.sandbox
+Export-Package: eu.esdihumboldt.hale.common.instance.groovy,eu.esdihumbo
+ ldt.hale.common.instance.groovy.internal;x-internal:=true
+Automatic-Module-Name: eu.esdihumboldt.hale.common.instance.groovy
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.instance.index/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.instance.index/target/MANIFEST.MF
new file mode 100644
index 0000000000..50c343e20f
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.instance.index/target/MANIFEST.MF
@@ -0,0 +1,29 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Instance Indexes
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.instance.index;singleto
+ n:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.collect;version="17.0.0",org.locationt
+ ech.jts.geom;version="1.13.0",org.locationtech.jts.geom.impl;version="1
+ .13.0",de.fhg.igd.eclipse.util.extension,de.fhg.igd.geom,de.fhg.igd.geo
+ m.indices,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.comm
+ on.core.service,eu.esdihumboldt.hale.common.instance,eu.esdihumboldt.ha
+ le.common.instance.geometry,eu.esdihumboldt.hale.common.instance.geomet
+ ry.impl,eu.esdihumboldt.hale.common.instance.groovy,eu.esdihumboldt.hal
+ e.common.instance.helper,eu.esdihumboldt.hale.common.instance.model,eu.
+ esdihumboldt.hale.common.instance.model.impl,eu.esdihumboldt.hale.commo
+ n.instance.processing,eu.esdihumboldt.hale.common.schema,eu.esdihumbold
+ t.hale.common.schema.geometry,eu.esdihumboldt.hale.common.schema.model,
+ eu.esdihumboldt.hale.common.schema.model.constraint.property,net.jcip.a
+ nnotations
+Export-Package: eu.esdihumboldt.hale.common.instance.index,eu.esdihumbol
+ dt.hale.common.instance.index.spatial
+Require-Bundle: eu.esdihumboldt.hale.common.align;bundle-version="3.4.0"
+ ,eu.esdihumboldt.util;bundle-version="3.4.0",eu.esdihumboldt.util.groov
+ y;bundle-version="3.4.0",eu.esdihumboldt.util.groovy.sandbox;bundle-ver
+ sion="3.4.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.common.instance.index
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.instance.orient/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.instance.orient/target/MANIFEST.MF
new file mode 100644
index 0000000000..52cbd6df71
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.instance.orient/target/MANIFEST.MF
@@ -0,0 +1,29 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Instance model based on Orient DB
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.instance.orient;singlet
+ on:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.instance;bundle-version="2.5
+ .0",org.locationtech.jts.jts-core;bundle-version="1.12.0",eu.esdihumbol
+ dt.hale.common.schema;bundle-version="2.5.0",org.eclipse.core.runtime;b
+ undle-version="3.7.0",eu.esdihumboldt.hale.common.core;bundle-version="
+ 2.5.0",com.orientechnologies.orientdb-core;bundle-version="1.5.1",eu.es
+ dihumboldt.util.groovy.sandbox,eu.esdihumboldt.hale.common.align;bundle
+ -version="3.3.1",eu.esdihumboldt.hale.common.instance.index;bundle-vers
+ ion="3.3.1"
+Import-Package: com.google.common.base;version="11.0.1",com.google.commo
+ n.collect;version="17.0.0",com.orientechnologies.common.exception;versi
+ on="1.5.1",de.fhg.igd.osgi.util;version="1.0.0",de.fhg.igd.slf4jplus,eu
+ .esdihumboldt.hale.common.align.transformation.service,eu.esdihumboldt.
+ util,eu.esdihumboldt.util.groovy.collector,gnu.trove,net.jcip.annotatio
+ ns,org.apache.commons.codec;version="1.13.0",org.apache.commons.codec.n
+ et;version="1.13.0",org.slf4j;version="1.5.11",org.springframework.core
+ .convert;version="5.2.0"
+Export-Package: eu.esdihumboldt.hale.common.instance.orient,eu.esdihumbo
+ ldt.hale.common.instance.orient.internal;x-internal:=true,eu.esdihumbol
+ dt.hale.common.instance.orient.storage
+Automatic-Module-Name: eu.esdihumboldt.hale.common.instance.orient
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.instance.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.instance.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..44741ea158
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.instance.test/target/MANIFEST.MF
@@ -0,0 +1,29 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Instance API Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.instance.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.instance;bundle-version="2.5
+ .0",org.geotools;bundle-version="29.1.0",eu.esdihumboldt.hale.common.co
+ nvert;bundle-version="2.5.0",org.springframework.spring-core;bundle-ver
+ sion="5.2.0",org.junit;bundle-version="4.13.0"
+Import-Package: de.fhg.igd.osgi.util;version="1.0.0",eu.esdihumboldt.hal
+ e.common.core,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.
+ common.core.io.impl,eu.esdihumboldt.hale.common.core.io.report,eu.esdih
+ umboldt.hale.common.core.io.report.impl,eu.esdihumboldt.hale.common.cor
+ e.io.supplier,eu.esdihumboldt.hale.common.core.report,eu.esdihumboldt.h
+ ale.common.instance.io,eu.esdihumboldt.hale.common.instance.io.impl,eu.
+ esdihumboldt.hale.common.instance.model,eu.esdihumboldt.hale.common.ins
+ tance.model.impl,eu.esdihumboldt.hale.common.schema.io,eu.esdihumboldt.
+ hale.common.schema.model,eu.esdihumboldt.hale.common.schema.model.const
+ raint,eu.esdihumboldt.hale.common.schema.model.constraint.property,eu.e
+ sdihumboldt.hale.common.schema.model.constraint.type,eu.esdihumboldt.ha
+ le.common.schema.model.impl,eu.esdihumboldt.hale.io.gml.reader.internal
+ ,eu.esdihumboldt.hale.io.shp.reader.internal,eu.esdihumboldt.hale.io.xs
+ d.constraint,eu.esdihumboldt.hale.io.xsd.model,eu.esdihumboldt.hale.io.
+ xsd.reader,org.opengis.referencing;version="29.1.0",org.opengis.referen
+ cing.crs;version="29.1.0"
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.instance.test
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.instance/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.instance/target/MANIFEST.MF
new file mode 100644
index 0000000000..33ed70dd6e
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.instance/target/MANIFEST.MF
@@ -0,0 +1,58 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Instance API
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.instance;singleton:=tru
+ e
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base;version="1.6.0",com.google.common
+ .cache;version="17.0.0",com.google.common.collect;version="9.0.0",com.g
+ oogle.common.io;version="1.6.0",com.google.common.primitives;version="1
+ 4.0.0",de.fhg.igd.eclipse.util.extension,de.fhg.igd.osgi.util;version="
+ 1.0.0",de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.core,eu.esdihum
+ boldt.hale.common.core.internal,eu.esdihumboldt.hale.common.core.io,eu.
+ esdihumboldt.hale.common.core.io.impl,eu.esdihumboldt.hale.common.core.
+ io.report,eu.esdihumboldt.hale.common.core.io.report.impl,eu.esdihumbol
+ dt.hale.common.core.io.supplier,eu.esdihumboldt.hale.common.core.io.uti
+ l,eu.esdihumboldt.hale.common.core.report,eu.esdihumboldt.hale.common.c
+ ore.report.impl,eu.esdihumboldt.hale.common.core.service,eu.esdihumbold
+ t.hale.common.schema,eu.esdihumboldt.hale.common.schema.geometry,eu.esd
+ ihumboldt.hale.common.schema.model,eu.esdihumboldt.hale.common.schema.m
+ odel.constraint,eu.esdihumboldt.hale.common.schema.model.constraint.pro
+ perty,eu.esdihumboldt.hale.common.schema.model.constraint.type,eu.esdih
+ umboldt.util,eu.esdihumboldt.util.definition,eu.esdihumboldt.util.geome
+ try,eu.esdihumboldt.util.geometry.interpolation,eu.esdihumboldt.util.ge
+ ometry.interpolation.extension,eu.esdihumboldt.util.geometry.interpolat
+ ion.grid,eu.esdihumboldt.util.geometry.interpolation.split,eu.esdihumbo
+ ldt.util.groovy.collector,net.jcip.annotations,org.apache.commons.codec
+ ;version="1.13.0",org.apache.commons.codec.net;version="1.13.0",org.geo
+ tools.feature;version="29.1.0.combined",org.geotools.geometry.jts;versi
+ on="29.1.0.combined",org.geotools.gml2;version="29.1.0.combined",org.ge
+ otools.referencing;version="29.1.0.combined",org.locationtech.jts.algor
+ ithm;version="1.13.0",org.locationtech.jts.geom,org.locationtech.jts.io
+ ,org.opengis.feature,org.opengis.feature.type,org.opengis.metadata,org.
+ opengis.referencing,org.opengis.referencing.crs,org.opengis.referencing
+ .operation,org.osgi.framework;version="1.3.0",org.slf4j;version="1.5.11
+ "
+Export-Package: eu.esdihumboldt.hale.common.instance,eu.esdihumboldt.hal
+ e.common.instance.extension.filter,eu.esdihumboldt.hale.common.instance
+ .extension.metadata,eu.esdihumboldt.hale.common.instance.extension.vali
+ dation,eu.esdihumboldt.hale.common.instance.extension.validation.report
+ ,eu.esdihumboldt.hale.common.instance.extension.validation.report.impl,
+ eu.esdihumboldt.hale.common.instance.geometry,eu.esdihumboldt.hale.comm
+ on.instance.geometry.impl,eu.esdihumboldt.hale.common.instance.geometry
+ .impl.internal;x-internal:=true,eu.esdihumboldt.hale.common.instance.he
+ lper,eu.esdihumboldt.hale.common.instance.io,eu.esdihumboldt.hale.commo
+ n.instance.io.impl,eu.esdihumboldt.hale.common.instance.io.util,eu.esdi
+ humboldt.hale.common.instance.model,eu.esdihumboldt.hale.common.instanc
+ e.model.ext,eu.esdihumboldt.hale.common.instance.model.ext.helper,eu.es
+ dihumboldt.hale.common.instance.model.ext.impl,eu.esdihumboldt.hale.com
+ mon.instance.model.impl,eu.esdihumboldt.hale.common.instance.processing
+ ,eu.esdihumboldt.hale.common.instance.tools,eu.esdihumboldt.hale.common
+ .instance.tools.impl
+Require-Bundle: org.eclipse.core.contenttype;bundle-version="3.4.100",or
+ g.eclipse.core.runtime;bundle-version="3.7.0",de.fhg.igd.eclipse.util,e
+ u.esdihumboldt.util.groovy.sandbox
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.instance
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.instancevalidator/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.instancevalidator/target/MANIFEST.MF
new file mode 100644
index 0000000000..d38e609de3
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.instancevalidator/target/MANIFEST.MF
@@ -0,0 +1,26 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Instance Validation
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.instancevalidator;singl
+ eton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.eclipse.util.extension,de.fhg.igd.slf4jplus,e
+ u.esdihumboldt.hale.common.align.model,eu.esdihumboldt.hale.common.alig
+ n.model.impl,eu.esdihumboldt.hale.common.core.report,eu.esdihumboldt.ha
+ le.common.core.report.impl,eu.esdihumboldt.hale.common.core.service,eu.
+ esdihumboldt.hale.common.instance.extension.validation,eu.esdihumboldt.
+ hale.common.instance.extension.validation.report,eu.esdihumboldt.hale.c
+ ommon.instance.extension.validation.report.impl,eu.esdihumboldt.hale.co
+ mmon.instance.model,eu.esdihumboldt.hale.common.instance.model.impl,eu.
+ esdihumboldt.hale.common.schema,eu.esdihumboldt.hale.common.schema.mode
+ l,eu.esdihumboldt.hale.common.schema.model.constraint,eu.esdihumboldt.h
+ ale.common.schema.model.constraint.property,eu.esdihumboldt.hale.common
+ .schema.model.constraint.type,eu.esdihumboldt.hale.io.xsd.constraint,eu
+ .esdihumboldt.util.validator,org.osgi.framework;version="1.6.0",org.slf
+ 4j;version="1.5.11"
+Export-Package: eu.esdihumboldt.hale.common.instancevalidator
+Require-Bundle: org.eclipse.core.runtime
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.instancevalidator
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.logback.config.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.logback.config.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..9ba54e60d6
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.logback.config.test/target/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Logback Test Configuration
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.logback.config.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Fragment-Host: ch.qos.logback.classic;bundle-version="0.9.19"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.logback.config.test
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.lookup.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.lookup.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..99b8ab309b
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.lookup.test/target/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Lookup Table Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.lookup.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Fragment-Host: eu.esdihumboldt.hale.common.lookup;bundle-version="2.5.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Automatic-Module-Name: eu.esdihumboldt.hale.common.lookup.test
+Require-Bundle: org.junit;bundle-version="4.13.0"
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.lookup/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.lookup/target/MANIFEST.MF
new file mode 100644
index 0000000000..896dc6a87e
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.lookup/target/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Lookup Table API
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.lookup;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.core;bundle-version="2.5.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0",groovy;bundle-version="
+ 2.5.19"
+Import-Package: com.google.common.base;version="11.0.1",com.google.commo
+ n.collect;version="11.0.1",eu.esdihumboldt.util.groovy.json,eu.esdihumb
+ oldt.util.groovy.xml,net.jcip.annotations
+Export-Package: eu.esdihumboldt.hale.common.lookup,eu.esdihumboldt.hale.
+ common.lookup.impl,eu.esdihumboldt.hale.common.lookup.internal;x-intern
+ al:=true
+Automatic-Module-Name: eu.esdihumboldt.hale.common.lookup
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.propertyaccessor/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.propertyaccessor/target/MANIFEST.MF
new file mode 100644
index 0000000000..953dc4242b
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.propertyaccessor/target/MANIFEST.MF
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Instance PropertyAccessor
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.propertyaccessor
+Bundle-Version: 5.4.0.SNAPSHOT
+Fragment-Host: org.geotools;bundle-version="29.1.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: eu.esdihumboldt.hale.common.instance.helper,eu.esdihumbo
+ ldt.hale.common.instance.model,eu.esdihumboldt.hale.common.schema.geome
+ try,eu.esdihumboldt.hale.common.schema.model
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.propertyaccessor
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.referencing.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.referencing.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..2e48bf6e5a
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.referencing.test/target/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Tests for GeoTools Referencing extensions
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.referencing.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: groovy;bundle-version="2.5.19",org.geotools;bundle-versi
+ on="29.1.0",org.opengis;bundle-version="29.1.0",org.junit;bundle-versio
+ n="4.12.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.common.referencing.test
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.referencing/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.referencing/target/MANIFEST.MF
new file mode 100644
index 0000000000..32c4367e1c
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.referencing/target/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Extensions to GeoTools Referencing
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.referencing;singleton:=
+ true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Fragment-Host: org.geotools;bundle-version="29.1.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.opengis
+Import-Package: javax.measure;version="1.0.0"
+Export-Package: eu.esdihumboldt.hale.common.referencing.factory.adv
+Automatic-Module-Name: eu.esdihumboldt.hale.common.referencing
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.schema.groovy.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.schema.groovy.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..8d51ce6f0a
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.schema.groovy.test/target/MANIFEST.MF
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Schema Groovy API and Utilities Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.schema.groovy.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Fragment-Host: eu.esdihumboldt.hale.common.schema.groovy;bundle-version=
+ "2.6.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: net.jcip.annotations
+Automatic-Module-Name: eu.esdihumboldt.hale.common.schema.groovy.test
+Require-Bundle: org.junit;bundle-version="4.13.0"
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.schema.groovy/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.schema.groovy/target/MANIFEST.MF
new file mode 100644
index 0000000000..4c3d1f55bc
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.schema.groovy/target/MANIFEST.MF
@@ -0,0 +1,20 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Schema Groovy API and Utilities
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.schema.groovy;singleton
+ :=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: groovy;bundle-version="2.5.19",eu.esdihumboldt.hale.comm
+ on.schema;bundle-version="2.6.0"
+Import-Package: com.google.common.collect;version="11.0.1",org.locationt
+ ech.jts.geom,de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.core.io.s
+ upplier,eu.esdihumboldt.util.groovy.builder,eu.esdihumboldt.util.groovy
+ .paths,net.jcip.annotations,org.osgi.framework;version="1.6.0"
+Export-Package: eu.esdihumboldt.hale.common.schema.groovy,eu.esdihumbold
+ t.hale.common.schema.groovy.constraints,eu.esdihumboldt.hale.common.sch
+ ema.groovy.internal;x-internal:=true,eu.esdihumboldt.hale.common.schema
+ .groovy.meta
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.schema.groovy
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.schema.persist.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.schema.persist.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..048c33ffc3
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.schema.persist.test/target/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Schema Persistence Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.schema.persist.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.schema.persist;bundle-versio
+ n="2.8.0",groovy;bundle-version="2.5.19",eu.esdihumboldt.hale.common.sc
+ hema;bundle-version="2.8.0",eu.esdihumboldt.hale.common.schema.groovy;b
+ undle-version="2.8.0",eu.esdihumboldt.hale.common.core;bundle-version="
+ 2.8.0",org.eclipse.core.runtime;bundle-version="3.7.0",org.junit;bundle
+ -version="4.13.0"
+Import-Package: com.google.common.io;version="15.0.0",eu.esdihumboldt.ha
+ le.common.test,eu.esdihumboldt.util.validator,net.jcip.annotations
+Automatic-Module-Name: eu.esdihumboldt.hale.common.schema.persist.test
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.schema.persist/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.schema.persist/target/MANIFEST.MF
new file mode 100644
index 0000000000..cc7f5e714f
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.schema.persist/target/MANIFEST.MF
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Schema Persistence
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.schema.persist;singleto
+ n:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.schema;bundle-version="2.8.0
+ ",eu.esdihumboldt.hale.common.core;bundle-version="2.8.0",org.eclipse.c
+ ore.runtime;bundle-version="3.7.0",groovy;bundle-version="2.5.19"
+Import-Package: com.google.common.collect;version="15.0.0",com.google.co
+ mmon.io;version="15.0.0",de.fhg.igd.eclipse.util.extension.simple,de.fh
+ g.igd.slf4jplus,eu.esdihumboldt.hale.util.nonosgi.contenttype.describer
+ ,eu.esdihumboldt.util,eu.esdihumboldt.util.groovy.json,eu.esdihumboldt.
+ util.groovy.xml,eu.esdihumboldt.util.io,net.jcip.annotations,org.slf4j;
+ version="1.5.11"
+Export-Package: eu.esdihumboldt.hale.common.schema.persist,eu.esdihumbol
+ dt.hale.common.schema.persist.hsd,eu.esdihumboldt.hale.common.schema.pe
+ rsist.hsd.json
+Automatic-Module-Name: eu.esdihumboldt.hale.common.schema.persist
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.schema.presets/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.schema.presets/target/MANIFEST.MF
new file mode 100644
index 0000000000..f4b22d51b0
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.schema.presets/target/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Schema Presets Extension Point
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.schema.presets;singleto
+ n:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.collect;version="17.0.0",de.fhg.igd.ec
+ lipse.util.extension,de.fhg.igd.eclipse.util.extension.simple,eu.esdihu
+ mboldt.hale.common.core.io.supplier
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.10.0"
+Export-Package: eu.esdihumboldt.hale.common.schema.presets.extension,eu.
+ esdihumboldt.hale.common.schema.presets.extension.internal;x-internal:=
+ true
+Automatic-Module-Name: eu.esdihumboldt.hale.common.schema.presets
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.schema.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.schema.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..3da909d746
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.schema.test/target/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Schema API Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.schema.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.schema;bundle-version="2.6.0
+ ",eu.esdihumboldt.hale.common.schema.groovy;bundle-version="2.6.0",groo
+ vy;bundle-version="2.5.19",eu.esdihumboldt.hale.common.core;bundle-vers
+ ion="2.8.0",org.junit;bundle-version="4.13.0"
+Import-Package: com.google.common.collect;version="15.0.0",de.fhg.igd.ec
+ lipse.util.extension.simple,de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.c
+ ommon.test,eu.esdihumboldt.util.groovy.paths,eu.esdihumboldt.util.groov
+ y.xml,eu.esdihumboldt.util.validator,net.jcip.annotations,org.locationt
+ ech.jts.geom;version="1.12.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.common.schema.test
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.schema/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.schema/target/MANIFEST.MF
new file mode 100644
index 0000000000..3825e4f8a0
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.schema/target/MANIFEST.MF
@@ -0,0 +1,37 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Schema API
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.schema;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base,com.google.common.collect;version
+ ="11.0.1",org.locationtech.jts.geom,de.fhg.igd.eclipse.util.extension,d
+ e.fhg.igd.eclipse.util.extension.simple,de.fhg.igd.osgi.util;version="1
+ .0.0",de.fhg.igd.osgi.util.configuration;version="1.0.0",de.fhg.igd.slf
+ 4jplus,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.common.
+ core.io.impl,eu.esdihumboldt.hale.common.core.io.project,eu.esdihumbold
+ t.hale.common.core.io.project.model,eu.esdihumboldt.hale.common.core.io
+ .supplier,eu.esdihumboldt.hale.common.core.io.util,eu.esdihumboldt.util
+ ,eu.esdihumboldt.util.groovy.paths,eu.esdihumboldt.util.groovy.xml,eu.e
+ sdihumboldt.util.validator,groovy.xml;version="2.1.5",groovy.xml.dom;ve
+ rsion="2.1.5",net.jcip.annotations,org.apache.commons.lang;version="2.6
+ .0",org.opengis.referencing.crs;version="29.1.0",org.slf4j;version="1.5
+ .11"
+Export-Package: eu.esdihumboldt.hale.common.schema,eu.esdihumboldt.hale.
+ common.schema.geometry,eu.esdihumboldt.hale.common.schema.io,eu.esdihum
+ boldt.hale.common.schema.io.impl,eu.esdihumboldt.hale.common.schema.io.
+ util,eu.esdihumboldt.hale.common.schema.model,eu.esdihumboldt.hale.comm
+ on.schema.model.constraint,eu.esdihumboldt.hale.common.schema.model.con
+ straint.factory,eu.esdihumboldt.hale.common.schema.model.constraint.fac
+ tory.extension,eu.esdihumboldt.hale.common.schema.model.constraint.prop
+ erty,eu.esdihumboldt.hale.common.schema.model.constraint.property.facto
+ ry,eu.esdihumboldt.hale.common.schema.model.constraint.type,eu.esdihumb
+ oldt.hale.common.schema.model.constraint.type.factory,eu.esdihumboldt.h
+ ale.common.schema.model.impl,eu.esdihumboldt.hale.common.schema.model.i
+ mpl.internal;x-internal:=true,eu.esdihumboldt.hale.common.schema.paths,
+ eu.esdihumboldt.hale.common.schema.paths.internal;x-internal:=true
+Require-Bundle: groovy;bundle-version="2.5.19",org.eclipse.core.runtime;
+ bundle-version="3.7.0",eu.esdihumboldt.util.groovy.sandbox
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.schema
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.scripting/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.scripting/target/MANIFEST.MF
new file mode 100644
index 0000000000..955db16c8f
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.scripting/target/MANIFEST.MF
@@ -0,0 +1,24 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Common Scripting API
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.scripting;singleton:=tr
+ ue
+Bundle-Version: 5.4.0.SNAPSHOT
+Require-Bundle: org.eclipse.core.runtime,eu.esdihumboldt.hale.common.ali
+ gn
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base,com.google.common.collect,com.iab
+ cinc.jmep,com.iabcinc.jmep.hooks,de.fhg.igd.eclipse.util.extension,eu.e
+ sdihumboldt.hale.common.align.model,eu.esdihumboldt.hale.common.align.t
+ ransformation.function,eu.esdihumboldt.hale.common.core.io,eu.esdihumbo
+ ldt.hale.common.core.service,eu.esdihumboldt.hale.common.instance.model
+ ,eu.esdihumboldt.hale.common.schema.model,eu.esdihumboldt.util.groovy.s
+ andbox,groovy.lang,org.slf4j,org.springframework.core.convert;version="
+ 5.2.0"
+Export-Package: eu.esdihumboldt.hale.common.scripting,eu.esdihumboldt.ha
+ le.common.scripting.scripts.groovy,eu.esdihumboldt.hale.common.scriptin
+ g.scripts.mathematical,eu.esdihumboldt.hale.common.scripting.transforma
+ tion
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.scripting
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.service.helper.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.service.helper.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..e02db36861
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.service.helper.test/target/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE UI service helper test
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.service.helper.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Fragment-Host: eu.esdihumboldt.hale.common.service.helper;bundle-version
+ ="3.1.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: groovy;bundle-version="2.5.19",org.junit;bundle-version=
+ "4.13.0"
+Import-Package: eu.esdihumboldt.hale.common.core.io.supplier,eu.esdihumb
+ oldt.hale.common.filter,eu.esdihumboldt.hale.common.instance.groovy,eu.
+ esdihumboldt.hale.common.schema,eu.esdihumboldt.hale.common.schema.groo
+ vy,eu.esdihumboldt.util.groovy.paths
+Automatic-Module-Name: eu.esdihumboldt.hale.common.service.helper.test
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.service.helper/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.service.helper/target/MANIFEST.MF
new file mode 100644
index 0000000000..788f423def
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.service.helper/target/MANIFEST.MF
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Hale UI Service Implementer
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.service.helper
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-Vendor: wetransform GmbH
+Import-Package: eu.esdihumboldt.hale.common.align.model,eu.esdihumboldt.
+ hale.common.align.model.impl,eu.esdihumboldt.hale.common.instance.model
+ ,eu.esdihumboldt.hale.common.schema.model
+Export-Package: eu.esdihumboldt.hale.common.service.helper.population
+Automatic-Module-Name: eu.esdihumboldt.hale.common.service.helper
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.style/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.style/target/MANIFEST.MF
new file mode 100644
index 0000000000..4303248793
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.style/target/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Styles API
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.style;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Export-Package: eu.esdihumboldt.hale.common.style.io,eu.esdihumboldt.hal
+ e.common.style.io.impl
+Require-Bundle: eu.esdihumboldt.hale.common.core;bundle-version="2.9.3",
+ org.geotools;bundle-version="29.1.0",org.eclipse.core.runtime;bundle-ve
+ rsion="3.10.0"
+Import-Package: com.google.common.io;version="17.0.0",eu.esdihumboldt.ut
+ il.io,org.opengis.filter;version="29.1.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.common.style
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.tasks/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.tasks/target/MANIFEST.MF
new file mode 100644
index 0000000000..dbd76078c7
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.tasks/target/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Tasks
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.tasks;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Export-Package: eu.esdihumboldt.hale.common.tasks,eu.esdihumboldt.hale.c
+ ommon.tasks.extension
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.11.1",de.fhg.
+ igd.eclipse.util;bundle-version="1.0.0",eu.esdihumboldt.hale.common.ali
+ gn;bundle-version="3.3.2",eu.esdihumboldt.hale.common.core;bundle-versi
+ on="3.3.2"
+Import-Package: de.fhg.igd.slf4jplus,org.slf4j;version="1.7.12"
+Automatic-Module-Name: eu.esdihumboldt.hale.common.tasks
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.test.allure/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.test.allure/target/MANIFEST.MF
new file mode 100644
index 0000000000..7d4b4a256e
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.test.allure/target/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Allure Test Integration
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.test.allure;singleton:=
+ true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: ru.yandex.qatools.allure.junit-adaptor;bundle-version="1
+ .5.0",de.fhg.igd.equinox.test.app,org.junit;bundle-version="4.13.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.common.test.allure
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.test.docker/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.test.docker/target/MANIFEST.MF
new file mode 100644
index 0000000000..ad5314ea8e
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.test.docker/target/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Docker
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.test.docker
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Activator: eu.esdihumboldt.hale.common.test.docker.Activator
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.fasterxml.jackson.annotation;version="2.3.2",com.spo
+ tify.docker.client;version="2.7.7",com.spotify.docker.client.messages;v
+ ersion="2.7.7",de.fhg.igd.slf4jplus,org.osgi.framework;version="1.3.0",
+ org.slf4j;version="1.7.10"
+Bundle-ActivationPolicy: lazy
+Require-Bundle: com.typesafe.config;bundle-version="1.2.1"
+Export-Package: eu.esdihumboldt.hale.common.test.docker,eu.esdihumboldt.
+ hale.common.test.docker.config,eu.esdihumboldt.hale.common.test.docker.
+ helper
+Automatic-Module-Name: eu.esdihumboldt.hale.common.test.docker
+
diff --git a/common/plugins/eu.esdihumboldt.hale.common.test/target/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..8b77e99d1c
--- /dev/null
+++ b/common/plugins/eu.esdihumboldt.hale.common.test/target/MANIFEST.MF
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Test Support Project
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.test;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.osgi.util,eu.esdihumboldt.hale.common.align.i
+ o,eu.esdihumboldt.hale.common.align.io.impl,eu.esdihumboldt.hale.common
+ .align.model,eu.esdihumboldt.hale.common.align.transformation.service,e
+ u.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.common.core.io.
+ impl,eu.esdihumboldt.hale.common.core.io.report,eu.esdihumboldt.hale.co
+ mmon.core.io.report.impl,eu.esdihumboldt.hale.common.core.io.supplier,e
+ u.esdihumboldt.hale.common.core.report,eu.esdihumboldt.hale.common.inst
+ ance.io,eu.esdihumboldt.hale.common.instance.io.impl,eu.esdihumboldt.ha
+ le.common.instance.model,eu.esdihumboldt.hale.common.schema.io,eu.esdih
+ umboldt.hale.common.schema.io.impl,eu.esdihumboldt.hale.common.schema.m
+ odel,eu.esdihumboldt.hale.common.schema.model.impl,eu.esdihumboldt.hale
+ .io.gml.reader.internal,eu.esdihumboldt.hale.io.xsd.reader,eu.esdihumbo
+ ldt.util.io,org.osgi.framework;version="1.6.0",org.springframework.core
+ .convert;version="5.2.0"
+Export-Package: eu.esdihumboldt.hale.common.test
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.common.test
+Require-Bundle: jakarta.xml.bind-api;bundle-version="4.0.0",org.junit;bu
+ ndle-version="4.13.0",org.codehaus.castor.core;bundle-version="1.4.1",o
+ rg.codehaus.castor.xml;bundle-version="1.4.1"
+
diff --git a/cst/features/eu.esdihumboldt.cst.feature/target/feature.xml b/cst/features/eu.esdihumboldt.cst.feature/target/feature.xml
new file mode 100644
index 0000000000..c527d3b838
--- /dev/null
+++ b/cst/features/eu.esdihumboldt.cst.feature/target/feature.xml
@@ -0,0 +1,162 @@
+
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/cst/features/eu.esdihumboldt.cst.feature/target/sources-feature/feature.xml b/cst/features/eu.esdihumboldt.cst.feature/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..c717d6d611
--- /dev/null
+++ b/cst/features/eu.esdihumboldt.cst.feature/target/sources-feature/feature.xml
@@ -0,0 +1,22 @@
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/cst/plugins/eu.esdihumboldt.cst.functions.collector/target/MANIFEST.MF b/cst/plugins/eu.esdihumboldt.cst.functions.collector/target/MANIFEST.MF
new file mode 100644
index 0000000000..bec469ff5e
--- /dev/null
+++ b/cst/plugins/eu.esdihumboldt.cst.functions.collector/target/MANIFEST.MF
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Collector functions
+Bundle-SymbolicName: eu.esdihumboldt.cst.functions.collector;singleton:=
+ true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.collect;version="17.0.0",de.fhg.igd.ec
+ lipse.util.extension,de.fhg.igd.slf4jplus,eu.esdihumboldt.cst,eu.esdihu
+ mboldt.cst.functions.core,eu.esdihumboldt.cst.functions.groovy.helpers,
+ eu.esdihumboldt.cst.functions.groovy.helpers.util,eu.esdihumboldt.hale.
+ common.core,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.co
+ mmon.core.parameter,eu.esdihumboldt.hale.common.core.report,eu.esdihumb
+ oldt.hale.common.core.service,eu.esdihumboldt.hale.common.instance.groo
+ vy,eu.esdihumboldt.hale.common.instance.model,eu.esdihumboldt.hale.comm
+ on.schema,eu.esdihumboldt.hale.common.schema.model,eu.esdihumboldt.hale
+ .common.schema.model.constraint,eu.esdihumboldt.hale.common.schema.mode
+ l.constraint.property,eu.esdihumboldt.hale.common.schema.model.constrai
+ nt.property.factory,eu.esdihumboldt.hale.common.schema.model.constraint
+ .type,eu.esdihumboldt.util.groovy.builder,eu.esdihumboldt.util.groovy.c
+ ollector,javax.annotation
+Require-Bundle: eu.esdihumboldt.hale.common.align;bundle-version="3.2.0"
+ ,groovy;bundle-version="2.5.19"
+Export-Package: eu.esdihumboldt.cst.functions.collector
+Automatic-Module-Name: eu.esdihumboldt.cst.functions.collector
+
diff --git a/cst/plugins/eu.esdihumboldt.cst.functions.core/target/MANIFEST.MF b/cst/plugins/eu.esdihumboldt.cst.functions.core/target/MANIFEST.MF
new file mode 100644
index 0000000000..74156756fa
--- /dev/null
+++ b/cst/plugins/eu.esdihumboldt.cst.functions.core/target/MANIFEST.MF
@@ -0,0 +1,31 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: CST Core Functions
+Bundle-SymbolicName: eu.esdihumboldt.cst.functions.core;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.align;bundle-version="2.2.0"
+ ,groovy;bundle-version="2.5.19"
+Import-Package: com.google.common.base;version="9.0.0",com.google.common
+ .collect,de.fhg.igd.osgi.util;version="1.0.0",de.fhg.igd.slf4jplus,eu.e
+ sdihumboldt.hale.common.convert,eu.esdihumboldt.hale.common.core,eu.esd
+ ihumboldt.hale.common.core.io,eu.esdihumboldt.hale.common.core.io.impl,
+ eu.esdihumboldt.hale.common.core.report,eu.esdihumboldt.hale.common.cor
+ e.service,eu.esdihumboldt.hale.common.instance.groovy,eu.esdihumboldt.h
+ ale.common.instance.helper,eu.esdihumboldt.hale.common.instance.index,e
+ u.esdihumboldt.hale.common.instance.model,eu.esdihumboldt.hale.common.i
+ nstance.model.impl,eu.esdihumboldt.hale.common.lookup,eu.esdihumboldt.h
+ ale.common.lookup.impl,eu.esdihumboldt.hale.common.schema,eu.esdihumbol
+ dt.hale.common.schema.geometry,eu.esdihumboldt.hale.common.schema.model
+ ,eu.esdihumboldt.hale.common.schema.model.constraint,eu.esdihumboldt.ha
+ le.common.schema.model.constraint.property,eu.esdihumboldt.hale.common.
+ schema.model.constraint.type,eu.esdihumboldt.hale.common.schema.model.i
+ mpl,eu.esdihumboldt.hale.common.scripting.transformation,eu.esdihumbold
+ t.util,eu.esdihumboldt.util.groovy.paths,net.jcip.annotations,org.locat
+ iontech.jts.geom;version="1.13.0",org.slf4j;version="1.7.36",org.spring
+ framework.core.convert;version="5.2.0"
+Export-Package: eu.esdihumboldt.cst.functions.core,eu.esdihumboldt.cst.f
+ unctions.core.join,eu.esdihumboldt.cst.functions.core.merge
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.cst.functions.core
+
diff --git a/cst/plugins/eu.esdihumboldt.cst.functions.custom.test/target/MANIFEST.MF b/cst/plugins/eu.esdihumboldt.cst.functions.custom.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..1a4d2990c1
--- /dev/null
+++ b/cst/plugins/eu.esdihumboldt.cst.functions.custom.test/target/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Custom Functions Tests
+Bundle-SymbolicName: eu.esdihumboldt.cst.functions.custom.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.cst.functions.custom;bundle-version="2.9
+ .3",eu.esdihumboldt.hale.common.core;bundle-version="2.9.1",org.junit;b
+ undle-version="4.13.0"
+Import-Package: eu.esdihumboldt.hale.common.align.extension.function,gro
+ ovy.xml;version="2.3.7"
+Automatic-Module-Name: eu.esdihumboldt.cst.functions.custom.test
+
diff --git a/cst/plugins/eu.esdihumboldt.cst.functions.custom/target/MANIFEST.MF b/cst/plugins/eu.esdihumboldt.cst.functions.custom/target/MANIFEST.MF
new file mode 100644
index 0000000000..dfa3465b40
--- /dev/null
+++ b/cst/plugins/eu.esdihumboldt.cst.functions.custom/target/MANIFEST.MF
@@ -0,0 +1,30 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Custom transformation functions
+Bundle-SymbolicName: eu.esdihumboldt.cst.functions.custom;singleton:=tru
+ e
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Export-Package: eu.esdihumboldt.hale.common.align.custom,eu.esdihumboldt
+ .hale.common.align.custom.groovy,eu.esdihumboldt.hale.common.align.cust
+ om.internal;x-internal:=true
+Require-Bundle: eu.esdihumboldt.hale.common.align;bundle-version="2.9.2"
+ ,eu.esdihumboldt.cst.functions.groovy;bundle-version="2.9.0",eu.esdihum
+ boldt.hale.common.core;bundle-version="2.9.1",eu.esdihumboldt.hale.comm
+ on.schema;bundle-version="2.9.2",eu.esdihumboldt.hale.common.instance;b
+ undle-version="2.9.1",groovy;bundle-version="2.5.19",eu.esdihumboldt.ha
+ le.common.instance.groovy;bundle-version="2.9.1",com.vladsch.flexmark;b
+ undle-version="0.64.0",com.vladsch.flexmark.profile-pegdown;bundle-vers
+ ion="0.64.0",com.vladsch.flexmark.util;bundle-version="0.64.0",com.vlad
+ sch.flexmark.util-data;bundle-version="0.64.0",com.vladsch.flexmark.uti
+ l-misc;bundle-version="0.64.0",com.vladsch.flexmark.util-ast;bundle-ver
+ sion="0.64.0",com.vladsch.flexmark.util-sequence;bundle-version="0.64.0
+ "
+Import-Package: com.google.common.collect;version="17.0.0",de.fhg.igd.ec
+ lipse.util.extension.simple,de.fhg.igd.slf4jplus,eu.esdihumboldt.util.g
+ roovy.sandbox,eu.esdihumboldt.util.groovy.xml,javax.annotation;version=
+ "[1.2.0,1.2.0]",org.slf4j;version="1.7.10",org.springframework.core.io;
+ version="5.2.0"
+Automatic-Module-Name: eu.esdihumboldt.cst.functions.custom
+
diff --git a/cst/plugins/eu.esdihumboldt.cst.functions.geometric.test/target/MANIFEST.MF b/cst/plugins/eu.esdihumboldt.cst.functions.geometric.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..4a7c75ddf1
--- /dev/null
+++ b/cst/plugins/eu.esdihumboldt.cst.functions.geometric.test/target/MANIFEST.MF
@@ -0,0 +1,26 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: CST Geometric Functions Tests
+Bundle-SymbolicName: eu.esdihumboldt.cst.functions.geometric.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-Vendor: data harmonisation panel
+Import-Package: eu.esdihumboldt.cst.test,eu.esdihumboldt.util.svg.test,o
+ rg.geotools.geometry.jts;version="29.1.0.combined",org.geotools.referen
+ cing;version="29.1.0.combined"
+Require-Bundle: org.locationtech.jts.jts-core;bundle-version="1.13.0",eu
+ .esdihumboldt.hale.common.core;bundle-version="2.9.1",eu.esdihumboldt.h
+ ale.common.schema;bundle-version="2.9.2",eu.esdihumboldt.hale.common.in
+ stance;bundle-version="2.9.1",eu.esdihumboldt.hale.common.test;bundle-v
+ ersion="2.9.1",eu.esdihumboldt.hale.io.gml;bundle-version="2.9.1",eu.es
+ dihumboldt.hale.io.xsd;bundle-version="2.9.2",eu.esdihumboldt.hale.comm
+ on.align;bundle-version="2.9.2",eu.esdihumboldt.cst;bundle-version="2.9
+ .0",org.opengis;bundle-version="29.1.0",eu.esdihumboldt.hale.common.sch
+ ema.groovy;bundle-version="3.3.0",eu.esdihumboldt.cst.functions.geometr
+ ic;bundle-version="3.3.0",groovy;bundle-version="2.5.19",org.junit;bund
+ le-version="4.13.0",com.sun.xml.bind.jaxb-impl;bundle-version="4.0.1",o
+ rg.codehaus.castor.core;bundle-version="1.4.1",org.codehaus.castor.xml;
+ bundle-version="1.4.1",xerces.xercesImpl;bundle-version="2.12.2",javax.
+ measure.unit-api;bundle-version="2.1.3"
+Automatic-Module-Name: eu.esdihumboldt.cst.functions.geometric.test
+
diff --git a/cst/plugins/eu.esdihumboldt.cst.functions.geometric/target/MANIFEST.MF b/cst/plugins/eu.esdihumboldt.cst.functions.geometric/target/MANIFEST.MF
new file mode 100644
index 0000000000..d4e4d99e07
--- /dev/null
+++ b/cst/plugins/eu.esdihumboldt.cst.functions.geometric/target/MANIFEST.MF
@@ -0,0 +1,41 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: CST Geometric Functions
+Bundle-SymbolicName: eu.esdihumboldt.cst.functions.geometric;singleton:=
+ true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.align;bundle-version="2.5.0"
+ ,org.opengis,groovy;bundle-version="2.5.19",eu.esdihumboldt.hale.common
+ .instance;bundle-version="3.3.0",eu.esdihumboldt.hale.common.schema,org
+ .geotools;bundle-version="29.1.0"
+Import-Package: com.google.common.base;version="17.0.0",com.google.commo
+ n.collect;version="9.0.0",com.iabcinc.jmep,de.fhg.igd.geom,de.fhg.igd.s
+ lf4jplus,eu.esdihumboldt.cst.functions.core,eu.esdihumboldt.cst.functio
+ ns.groovy.helper,eu.esdihumboldt.cst.functions.groovy.helper.spec,eu.es
+ dihumboldt.cst.functions.groovy.helper.spec.impl,eu.esdihumboldt.cst.fu
+ nctions.numeric,eu.esdihumboldt.hale.common.convert,eu.esdihumboldt.hal
+ e.common.core.io,eu.esdihumboldt.hale.common.core.io.supplier,eu.esdihu
+ mboldt.hale.common.core.parameter,eu.esdihumboldt.hale.common.core.repo
+ rt,eu.esdihumboldt.hale.common.core.service,eu.esdihumboldt.hale.common
+ .instance.geometry,eu.esdihumboldt.hale.common.instance.geometry.impl,e
+ u.esdihumboldt.hale.common.instance.helper,eu.esdihumboldt.hale.common.
+ instance.index,eu.esdihumboldt.hale.common.instance.index.spatial,eu.es
+ dihumboldt.hale.common.instance.model,eu.esdihumboldt.hale.common.schem
+ a.geometry,eu.esdihumboldt.hale.common.schema.model,eu.esdihumboldt.hal
+ e.common.schema.model.constraint,eu.esdihumboldt.hale.common.schema.mod
+ el.constraint.type,eu.esdihumboldt.hale.common.scripting.scripts.mathem
+ atical,eu.esdihumboldt.hale.common.scripting.transformation,eu.esdihumb
+ oldt.util,eu.esdihumboldt.util.definition,eu.esdihumboldt.util.geometry
+ ,eu.esdihumboldt.util.groovy.xml,eu.esdihumboldt.util.xml,javax.annotat
+ ion;version="[1.2.0,1.2.0]",net.jcip.annotations,org.apache.commons.lan
+ g;version="2.6.0",org.locationtech.jts.geom,org.locationtech.jts.io;ver
+ sion="1.13.0",org.locationtech.jts.operation.buffer,org.opengis.referen
+ cing.crs,org.slf4j;version="1.7.2",org.springframework.core.convert;ver
+ sion="5.2.0"
+Export-Package: eu.esdihumboldt.cst.functions.geometric,eu.esdihumboldt.
+ cst.functions.geometric.extent,eu.esdihumboldt.cst.functions.geometric.
+ interiorpoint,eu.esdihumboldt.cst.functions.geometric.join
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.cst.functions.geometric
+
diff --git a/cst/plugins/eu.esdihumboldt.cst.functions.groovy.helpers.test/target/MANIFEST.MF b/cst/plugins/eu.esdihumboldt.cst.functions.groovy.helpers.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..3c5c2fba2a
--- /dev/null
+++ b/cst/plugins/eu.esdihumboldt.cst.functions.groovy.helpers.test/target/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Tests for general groovy helper functions
+Bundle-SymbolicName: eu.esdihumboldt.cst.functions.groovy.helpers.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.cst.functions.groovy.helpers;bundle-vers
+ ion="2.9.5",groovy;bundle-version="2.5.19",org.junit;bundle-version="4.
+ 12.0"
+Automatic-Module-Name: eu.esdihumboldt.cst.functions.groovy.helpers.test
+
diff --git a/cst/plugins/eu.esdihumboldt.cst.functions.groovy.helpers/target/MANIFEST.MF b/cst/plugins/eu.esdihumboldt.cst.functions.groovy.helpers/target/MANIFEST.MF
new file mode 100644
index 0000000000..ae78b4fa9e
--- /dev/null
+++ b/cst/plugins/eu.esdihumboldt.cst.functions.groovy.helpers/target/MANIFEST.MF
@@ -0,0 +1,19 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Groovy Helper Functions
+Bundle-SymbolicName: eu.esdihumboldt.cst.functions.groovy.helpers;single
+ ton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.cst.functions.groovy;bundle-version="2.9
+ .3",groovy;bundle-version="2.5.19"
+Import-Package: com.google.common.base;version="17.0.0",de.fhg.igd.osgi.
+ util;version="1.0.0",eu.esdihumboldt.hale.common.align.model,eu.esdihum
+ boldt.hale.common.core,eu.esdihumboldt.util.groovy.collector,javax.anno
+ tation;version="[1.2.0,1.2.0]",org.springframework.core.convert;version
+ ="5.2.0"
+Export-Package: eu.esdihumboldt.cst.functions.groovy.helpers,eu.esdihumb
+ oldt.cst.functions.groovy.helpers.util
+Automatic-Module-Name: eu.esdihumboldt.cst.functions.groovy.helpers
+
diff --git a/cst/plugins/eu.esdihumboldt.cst.functions.groovy/target/MANIFEST.MF b/cst/plugins/eu.esdihumboldt.cst.functions.groovy/target/MANIFEST.MF
new file mode 100644
index 0000000000..3c314c3e38
--- /dev/null
+++ b/cst/plugins/eu.esdihumboldt.cst.functions.groovy/target/MANIFEST.MF
@@ -0,0 +1,43 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: CST Groovy transformation function
+Bundle-SymbolicName: eu.esdihumboldt.cst.functions.groovy;singleton:=tru
+ e
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base;version="9.0.0",com.google.common
+ .collect;version="9.0.0",de.fhg.igd.eclipse.util.extension,de.fhg.igd.g
+ eom,de.fhg.igd.osgi.util;version="1.0.0",de.fhg.igd.slf4jplus,eu.esdihu
+ mboldt.cst,eu.esdihumboldt.cst.functions.core,eu.esdihumboldt.cst.funct
+ ions.core.join,eu.esdihumboldt.cst.functions.core.merge,eu.esdihumboldt
+ .hale.common.convert,eu.esdihumboldt.hale.common.core,eu.esdihumboldt.h
+ ale.common.core.io,eu.esdihumboldt.hale.common.core.io.project,eu.esdih
+ umboldt.hale.common.core.report,eu.esdihumboldt.hale.common.core.servic
+ e,eu.esdihumboldt.hale.common.instance.extension.filter,eu.esdihumboldt
+ .hale.common.instance.index,eu.esdihumboldt.hale.common.instance.index.
+ spatial,eu.esdihumboldt.hale.common.instance.model,eu.esdihumboldt.hale
+ .common.instance.model.impl,eu.esdihumboldt.hale.common.instance.orient
+ ;resolution:=optional,eu.esdihumboldt.hale.common.schema.geometry,eu.es
+ dihumboldt.hale.common.schema.model,eu.esdihumboldt.hale.common.schema.
+ model.constraint,eu.esdihumboldt.hale.common.schema.model.constraint.ty
+ pe,eu.esdihumboldt.hale.io.groovy.snippets,eu.esdihumboldt.util.definit
+ ion,eu.esdihumboldt.util.groovy.builder,eu.esdihumboldt.util.groovy.san
+ dbox,javax.annotation;version="[1.2.0,1.2.0]",org.locationtech.jts.awt;
+ version="1.13.0",org.locationtech.jts.geom;version="1.13.0",org.slf4j;v
+ ersion="1.7.2",org.slf4j.ext;version="1.7.10",org.springframework.core.
+ convert;version="5.2.0"
+Require-Bundle: eu.esdihumboldt.hale.common.align;bundle-version="2.5.0"
+ ,eu.esdihumboldt.hale.common.instance.groovy;bundle-version="2.7.0",gro
+ ovy;bundle-version="2.5.19",eu.esdihumboldt.util.groovy.sandbox;bundle-
+ version="4.2.0",org.eclipse.core.runtime;bundle-version="3.10.0",jakart
+ a.xml.bind-api;bundle-version="4.0.0"
+Export-Package: eu.esdihumboldt.cst.functions.groovy,eu.esdihumboldt.cst
+ .functions.groovy.helper,eu.esdihumboldt.cst.functions.groovy.helper.ex
+ tension,eu.esdihumboldt.cst.functions.groovy.helper.spec,eu.esdihumbold
+ t.cst.functions.groovy.helper.spec.impl,eu.esdihumboldt.cst.functions.g
+ roovy.internal;x-internal:=true
+Bundle-ClassPath: .
+Bundle-Vendor: data harmonisation panel
+Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: eu.esdihumboldt.cst.functions.groovy
+
diff --git a/cst/plugins/eu.esdihumboldt.cst.functions.inspire/target/MANIFEST.MF b/cst/plugins/eu.esdihumboldt.cst.functions.inspire/target/MANIFEST.MF
new file mode 100644
index 0000000000..37926a9a00
--- /dev/null
+++ b/cst/plugins/eu.esdihumboldt.cst.functions.inspire/target/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Inspire Transformation Functions
+Bundle-SymbolicName: eu.esdihumboldt.cst.functions.inspire;singleton:=tr
+ ue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.align;bundle-version="2.5.0"
+Import-Package: com.google.common.base;version="9.0.0",com.google.common
+ .collect;version="9.0.0",de.fhg.igd.eclipse.util.extension.simple,de.fh
+ g.igd.osgi.util;version="1.0.0",eu.esdihumboldt.hale.common.convert,eu.
+ esdihumboldt.hale.common.core.parameter,eu.esdihumboldt.hale.common.cor
+ e.report,eu.esdihumboldt.hale.common.core.service,eu.esdihumboldt.hale.
+ common.instance.helper,eu.esdihumboldt.hale.common.instance.model,eu.es
+ dihumboldt.hale.common.instance.model.impl,eu.esdihumboldt.hale.common.
+ schema.model,eu.esdihumboldt.hale.common.schema.model.constraint,eu.esd
+ ihumboldt.util,net.jcip.annotations,org.springframework.core.convert;ve
+ rsion="5.2.0"
+Export-Package: eu.esdihumboldt.cst.functions.inspire,eu.esdihumboldt.cs
+ t.functions.inspire.data
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.cst.functions.inspire
+
diff --git a/cst/plugins/eu.esdihumboldt.cst.functions.numeric/target/MANIFEST.MF b/cst/plugins/eu.esdihumboldt.cst.functions.numeric/target/MANIFEST.MF
new file mode 100644
index 0000000000..eb18d67cb7
--- /dev/null
+++ b/cst/plugins/eu.esdihumboldt.cst.functions.numeric/target/MANIFEST.MF
@@ -0,0 +1,19 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: CST Numeric Functions
+Bundle-SymbolicName: eu.esdihumboldt.cst.functions.numeric;singleton:=tr
+ ue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.align;bundle-version="2.5.0"
+Import-Package: com.google.common.base;version="9.0.0",com.google.common
+ .collect;version="9.0.0",com.iabcinc.jmep,com.iabcinc.jmep.hooks,eu.esd
+ ihumboldt.hale.common.core.io,eu.esdihumboldt.hale.common.core.io.suppl
+ ier,eu.esdihumboldt.hale.common.core.service,eu.esdihumboldt.hale.commo
+ n.instance.model,eu.esdihumboldt.hale.common.schema.model,net.jcip.anno
+ tations,org.springframework.core.convert;version="5.2.0"
+Export-Package: eu.esdihumboldt.cst.functions.numeric,eu.esdihumboldt.cs
+ t.functions.numeric.sequentialid
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.cst.functions.numeric
+
diff --git a/cst/plugins/eu.esdihumboldt.cst.functions.string/target/MANIFEST.MF b/cst/plugins/eu.esdihumboldt.cst.functions.string/target/MANIFEST.MF
new file mode 100644
index 0000000000..e9dcf7cfdc
--- /dev/null
+++ b/cst/plugins/eu.esdihumboldt.cst.functions.string/target/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: String Transformation Functions
+Bundle-SymbolicName: eu.esdihumboldt.cst.functions.string;singleton:=tru
+ e
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base;version="9.0.0",com.google.common
+ .collect;version="9.0.0",eu.esdihumboldt.hale.common.core.io,eu.esdihum
+ boldt.hale.common.core.parameter,eu.esdihumboldt.hale.common.schema.mod
+ el,org.springframework.core.convert;version="5.2.0"
+Require-Bundle: eu.esdihumboldt.hale.common.align;bundle-version="2.5.0"
+Export-Package: eu.esdihumboldt.cst.functions.string
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.cst.functions.string
+
diff --git a/cst/plugins/eu.esdihumboldt.cst.test/target/MANIFEST.MF b/cst/plugins/eu.esdihumboldt.cst.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..b911a0d8ef
--- /dev/null
+++ b/cst/plugins/eu.esdihumboldt.cst.test/target/MANIFEST.MF
@@ -0,0 +1,25 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Conceptual Schema Transformer Tests
+Bundle-SymbolicName: eu.esdihumboldt.cst.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.cst;bundle-version="2.5.0",eu.esdihumbol
+ dt.hale.common.align;bundle-version="2.5.0",org.eclipse.core.contenttyp
+ e;bundle-version="3.4.100",groovy;bundle-version="2.5.19",org.junit;bun
+ dle-version="4.13.0",org.codehaus.castor.core;bundle-version="1.4.1",or
+ g.codehaus.castor.xml;bundle-version="1.4.1",xerces.xercesImpl;bundle-v
+ ersion="2.12.2"
+Import-Package: com.google.common.collect;version="17.0.0",de.fhg.igd.sl
+ f4jplus,eu.esdihumboldt.cst.functions.core.join,eu.esdihumboldt.cst.fun
+ ctions.groovy,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.
+ common.core.io.impl,eu.esdihumboldt.hale.common.core.io.supplier,eu.esd
+ ihumboldt.hale.common.core.service,eu.esdihumboldt.hale.common.instance
+ .index,eu.esdihumboldt.hale.common.instance.model,eu.esdihumboldt.hale.
+ common.schema.model,eu.esdihumboldt.hale.common.schema.model.impl,eu.es
+ dihumboldt.hale.common.test,eu.esdihumboldt.util,javax.annotation;versi
+ on="[1.2.0,1.2.0]",org.slf4j;version="1.5.11"
+Export-Package: eu.esdihumboldt.cst.test
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.cst.test
+
diff --git a/cst/plugins/eu.esdihumboldt.cst/target/MANIFEST.MF b/cst/plugins/eu.esdihumboldt.cst/target/MANIFEST.MF
new file mode 100644
index 0000000000..e463b85747
--- /dev/null
+++ b/cst/plugins/eu.esdihumboldt.cst/target/MANIFEST.MF
@@ -0,0 +1,44 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Conceptual Schema Transformer
+Bundle-SymbolicName: eu.esdihumboldt.cst;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base;version="11.0.1",com.google.commo
+ n.collect;version="9.0.0",de.fhg.igd.eclipse.util.extension,de.fhg.igd.
+ eclipse.util.extension.selective,de.fhg.igd.osgi.util;version="1.0.0",d
+ e.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.align.compatibility,eu.
+ esdihumboldt.hale.common.align.extension.engine,eu.esdihumboldt.hale.co
+ mmon.align.extension.transformation,eu.esdihumboldt.hale.common.align.m
+ odel,eu.esdihumboldt.hale.common.align.model.impl,eu.esdihumboldt.hale.
+ common.align.model.transformation,eu.esdihumboldt.hale.common.align.mod
+ el.transformation.tree,eu.esdihumboldt.hale.common.align.model.transfor
+ mation.tree.context,eu.esdihumboldt.hale.common.align.model.transformat
+ ion.tree.context.impl.matcher,eu.esdihumboldt.hale.common.align.model.t
+ ransformation.tree.impl,eu.esdihumboldt.hale.common.align.model.transfo
+ rmation.tree.visitor,eu.esdihumboldt.hale.common.align.service,eu.esdih
+ umboldt.hale.common.align.transformation.engine,eu.esdihumboldt.hale.co
+ mmon.align.transformation.function,eu.esdihumboldt.hale.common.align.tr
+ ansformation.function.impl,eu.esdihumboldt.hale.common.align.transforma
+ tion.report,eu.esdihumboldt.hale.common.align.transformation.report.imp
+ l,eu.esdihumboldt.hale.common.align.transformation.service,eu.esdihumbo
+ ldt.hale.common.convert,eu.esdihumboldt.hale.common.core,eu.esdihumbold
+ t.hale.common.core.io,eu.esdihumboldt.hale.common.core.io.impl,eu.esdih
+ umboldt.hale.common.core.report,eu.esdihumboldt.hale.common.core.report
+ .impl,eu.esdihumboldt.hale.common.core.service,eu.esdihumboldt.hale.com
+ mon.filter,eu.esdihumboldt.hale.common.instance.extension.metadata,eu.e
+ sdihumboldt.hale.common.instance.model,eu.esdihumboldt.hale.common.inst
+ ance.model.impl,eu.esdihumboldt.hale.common.schema.model,eu.esdihumbold
+ t.hale.common.schema.model.constraint.property,eu.esdihumboldt.hale.com
+ mon.schema.model.constraint.type,eu.esdihumboldt.util,eu.esdihumboldt.u
+ til.groovy.collector,gnu.trove,net.jcip.annotations,org.slf4j;version="
+ 1.5.11",org.springframework.core.convert;version="5.2.0"
+Export-Package: eu.esdihumboldt.cst,eu.esdihumboldt.cst.extension.hooks,
+ eu.esdihumboldt.cst.extension.hooks.internal;x-internal:=true,eu.esdihu
+ mboldt.cst.internal;x-internal:=true,eu.esdihumboldt.cst.internal.util;
+ x-internal:=true
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",eu.esdih
+ umboldt.util.groovy.sandbox
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.cst
+
diff --git a/cst/plugins/eu.esdihumboldt.hale.common.instance.index.test/target/MANIFEST.MF b/cst/plugins/eu.esdihumboldt.hale.common.instance.index.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..811d9a8986
--- /dev/null
+++ b/cst/plugins/eu.esdihumboldt.hale.common.instance.index.test/target/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Instance Index Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.common.instance.index.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.junit;bundle-version="4.13.0",eu.esdihumboldt.hale.c
+ ommon.instance.index,eu.esdihumboldt.hale.common.schema,eu.esdihumboldt
+ .hale.common.align,eu.esdihumboldt.hale.common.instance,groovy;bundle-v
+ ersion="2.5.19"
+Import-Package: com.google.common.collect;version="17.0.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.common.instance.index.test
+
diff --git a/doc/plugins/eu.esdihumboldt.cst.doc.functions.dummy/target/MANIFEST.MF b/doc/plugins/eu.esdihumboldt.cst.doc.functions.dummy/target/MANIFEST.MF
new file mode 100644
index 0000000000..b75746c634
--- /dev/null
+++ b/doc/plugins/eu.esdihumboldt.cst.doc.functions.dummy/target/MANIFEST.MF
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Dummy Functions Documentation
+Bundle-SymbolicName: eu.esdihumboldt.cst.doc.functions.dummy;singleton:=
+ true
+Fragment-Host: eu.esdihumboldt.cst.doc.functions;bundle-version="2.5.0"
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0"
+Bundle-Vendor: data harmonisation panel
+Import-Package: edu.umd.cs.findbugs.annotations
+Automatic-Module-Name: eu.esdihumboldt.cst.doc.functions.dummy
+
diff --git a/doc/plugins/eu.esdihumboldt.cst.doc.functions.dynamic/target/MANIFEST.MF b/doc/plugins/eu.esdihumboldt.cst.doc.functions.dynamic/target/MANIFEST.MF
new file mode 100644
index 0000000000..ef1c39208d
--- /dev/null
+++ b/doc/plugins/eu.esdihumboldt.cst.doc.functions.dynamic/target/MANIFEST.MF
@@ -0,0 +1,39 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Function Reference
+Bundle-SymbolicName: eu.esdihumboldt.cst.doc.functions.dynamic;singleton
+ :=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Fragment-Host: eu.esdihumboldt.cst.doc.functions
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.align;bundle-version="2.5.0"
+ ,org.eclipse.ui;bundle-version="3.7.0";resolution:=optional,org.eclipse
+ .core.runtime;bundle-version="3.7.0",org.eclipse.zest.core;bundle-versi
+ on="2.0.0";resolution:=optional,org.eclipse.zest.jface;bundle-version="
+ 2.0.0";resolution:=optional,org.eclipse.zest.layouts;bundle-version="2.
+ 0.0";resolution:=optional
+Import-Package: com.google.common.base;version="9.0.0",com.google.common
+ .collect;version="9.0.0",com.google.common.io;version="9.0.0",de.fhg.ig
+ d.eclipse.util.extension.simple,de.fhg.igd.slf4jplus,eu.esdihumboldt.ha
+ le.common.core.io,eu.esdihumboldt.hale.common.core.parameter,eu.esdihum
+ boldt.hale.common.core.service,eu.esdihumboldt.hale.common.instance.mod
+ el.impl,eu.esdihumboldt.hale.doc.util.content,eu.esdihumboldt.hale.doc.
+ util.context,eu.esdihumboldt.hale.doc.util.toc,eu.esdihumboldt.hale.ui.
+ common.graph.content;resolution:=optional,eu.esdihumboldt.hale.ui.commo
+ n.graph.labels;resolution:=optional,eu.esdihumboldt.hale.ui.common.grap
+ h.layout;resolution:=optional,eu.esdihumboldt.hale.ui.util;resolution:=
+ optional,eu.esdihumboldt.hale.ui.util.graph;resolution:=optional,eu.esd
+ ihumboldt.util.xml,org.apache.commons.codec;version="1.13.0",org.apache
+ .commons.codec.net;version="1.13.0",org.apache.commons.io;version="1.4.
+ 0",org.apache.commons.lang;version="2.6.0",org.apache.velocity;version=
+ "1.6.2",org.apache.velocity.app;version="1.6.2",org.apache.velocity.con
+ text;version="1.6.2",org.apache.velocity.exception;version="1.6.2",org.
+ eclipse.draw2d;resolution:=optional,org.eclipse.draw2d.geometry;resolut
+ ion:=optional,org.eclipse.zest.core.viewers;resolution:=optional,org.sl
+ f4j;version="1.5.11"
+Export-Package: eu.esdihumboldt.cst.doc.functions,eu.esdihumboldt.cst.do
+ c.functions.internal.content;x-internal:=true,eu.esdihumboldt.cst.doc.f
+ unctions.internal.toc;x-internal:=true
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.cst.doc.functions.dynamic
+
diff --git a/doc/plugins/eu.esdihumboldt.cst.doc.functions/target/MANIFEST.MF b/doc/plugins/eu.esdihumboldt.cst.doc.functions/target/MANIFEST.MF
new file mode 100644
index 0000000000..6089d1579a
--- /dev/null
+++ b/doc/plugins/eu.esdihumboldt.cst.doc.functions/target/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Functions Documentation
+Bundle-SymbolicName: eu.esdihumboldt.cst.doc.functions;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Export-Package: eu.esdihumboldt.cst.doc.functions
+Require-Bundle: org.eclipse.help;bundle-version="3.5.100"
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.cst.doc.functions
+
diff --git a/doc/plugins/eu.esdihumboldt.hale.doc.application/target/MANIFEST.MF b/doc/plugins/eu.esdihumboldt.hale.doc.application/target/MANIFEST.MF
new file mode 100644
index 0000000000..b01de521f1
--- /dev/null
+++ b/doc/plugins/eu.esdihumboldt.hale.doc.application/target/MANIFEST.MF
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Infocenter
+Bundle-SymbolicName: eu.esdihumboldt.hale.doc.application;singleton:=tru
+ e
+Bundle-Version: 5.4.0.SNAPSHOT
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",org.ecli
+ pse.help;bundle-version="3.5.100",org.eclipse.help.base;bundle-version=
+ "3.6.1"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.doc.application
+
diff --git a/doc/plugins/eu.esdihumboldt.hale.doc.dev/target/MANIFEST.MF b/doc/plugins/eu.esdihumboldt.hale.doc.dev/target/MANIFEST.MF
new file mode 100644
index 0000000000..137badf948
--- /dev/null
+++ b/doc/plugins/eu.esdihumboldt.hale.doc.dev/target/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Developer Guide
+Bundle-SymbolicName: eu.esdihumboldt.hale.doc.dev;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Require-Bundle: org.eclipse.help;bundle-version="3.5.100"
+
diff --git a/doc/plugins/eu.esdihumboldt.hale.doc.user.examples.meridian2/target/MANIFEST.MF b/doc/plugins/eu.esdihumboldt.hale.doc.user.examples.meridian2/target/MANIFEST.MF
new file mode 100644
index 0000000000..3dac57c4d8
--- /dev/null
+++ b/doc/plugins/eu.esdihumboldt.hale.doc.user.examples.meridian2/target/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Meridian2 based example projects
+Bundle-SymbolicName: eu.esdihumboldt.hale.doc.user.examples.meridian2;si
+ ngleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Require-Bundle: eu.esdihumboldt.hale.doc.user.examples;bundle-version="2
+ .5.0"
+Bundle-Vendor: data harmonisation panel
+
diff --git a/doc/plugins/eu.esdihumboldt.hale.doc.user.examples/target/MANIFEST.MF b/doc/plugins/eu.esdihumboldt.hale.doc.user.examples/target/MANIFEST.MF
new file mode 100644
index 0000000000..fa8fc0192f
--- /dev/null
+++ b/doc/plugins/eu.esdihumboldt.hale.doc.user.examples/target/MANIFEST.MF
@@ -0,0 +1,34 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Example Projects Help
+Bundle-SymbolicName: eu.esdihumboldt.hale.doc.user.examples;singleton:=t
+ rue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.help;bundle-version="3.5.100",org.eclipse.co
+ re.runtime;bundle-version="3.7.0"
+Import-Package: com.google.common.collect;version="9.0.0",com.google.com
+ mon.io;version="9.0.0",de.fhg.igd.eclipse.util.extension,de.fhg.igd.ecl
+ ipse.util.extension.simple,de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.co
+ mmon.align.io,eu.esdihumboldt.hale.common.align.io.impl,eu.esdihumboldt
+ .hale.common.align.model,eu.esdihumboldt.hale.common.core.io,eu.esdihum
+ boldt.hale.common.core.io.extension,eu.esdihumboldt.hale.common.core.io
+ .impl,eu.esdihumboldt.hale.common.core.io.project,eu.esdihumboldt.hale.
+ common.core.io.project.model,eu.esdihumboldt.hale.common.core.io.projec
+ t.util,eu.esdihumboldt.hale.common.core.io.report,eu.esdihumboldt.hale.
+ common.core.io.supplier,eu.esdihumboldt.hale.common.core.report,eu.esdi
+ humboldt.hale.common.schema,eu.esdihumboldt.hale.common.schema.io,eu.es
+ dihumboldt.hale.common.schema.io.impl,eu.esdihumboldt.hale.common.schem
+ a.model,eu.esdihumboldt.hale.common.schema.model.impl,eu.esdihumboldt.h
+ ale.doc.util.content,eu.esdihumboldt.hale.doc.util.context,eu.esdihumbo
+ ldt.hale.doc.util.toc,eu.esdihumboldt.util.io,org.apache.velocity;versi
+ on="1.6.2",org.apache.velocity.context;version="1.6.2",org.slf4j;versio
+ n="1.5.11"
+Export-Package: eu.esdihumboldt.hale.doc.user.examples.internal;x-intern
+ al:=true,eu.esdihumboldt.hale.doc.user.examples.internal.content;x-inte
+ rnal:=true,eu.esdihumboldt.hale.doc.user.examples.internal.extension;x-
+ internal:=true,eu.esdihumboldt.hale.doc.user.examples.internal.toc;x-in
+ ternal:=true
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.doc.user.examples
+
diff --git a/doc/plugins/eu.esdihumboldt.hale.doc.user.ioproviders/target/MANIFEST.MF b/doc/plugins/eu.esdihumboldt.hale.doc.user.ioproviders/target/MANIFEST.MF
new file mode 100644
index 0000000000..4e9c395da2
--- /dev/null
+++ b/doc/plugins/eu.esdihumboldt.hale.doc.user.ioproviders/target/MANIFEST.MF
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Help on Instance I/O
+Bundle-SymbolicName: eu.esdihumboldt.hale.doc.user.ioproviders;singleton
+ :=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.eclipse.util.extension,de.fhg.igd.slf4jplus,e
+ u.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.common.core.io.
+ extension,eu.esdihumboldt.hale.common.core.parameter,eu.esdihumboldt.ha
+ le.common.instance.io,eu.esdihumboldt.hale.doc.util.content,eu.esdihumb
+ oldt.hale.doc.util.toc,eu.esdihumboldt.util.xml,org.apache.commons.lang
+ ;version="2.6.0",org.apache.velocity;version="1.6.2",org.apache.velocit
+ y.context;version="1.6.2",org.eclipse.core.expressions,org.slf4j;versio
+ n="1.7.5"
+Require-Bundle: org.eclipse.help;bundle-version="3.5.100",org.eclipse.co
+ re.runtime;bundle-version="3.7.0"
+Export-Package: eu.esdihumboldt.hale.doc.user.ioproviders;x-internal:=tr
+ ue,eu.esdihumboldt.hale.doc.user.ioproviders.content;x-internal:=true,e
+ u.esdihumboldt.hale.doc.user.ioproviders.toc;x-internal:=true
+Automatic-Module-Name: eu.esdihumboldt.hale.doc.user.ioproviders
+
diff --git a/doc/plugins/eu.esdihumboldt.hale.doc.user.nl_de/target/MANIFEST.MF b/doc/plugins/eu.esdihumboldt.hale.doc.user.nl_de/target/MANIFEST.MF
new file mode 100644
index 0000000000..41b6f15b52
--- /dev/null
+++ b/doc/plugins/eu.esdihumboldt.hale.doc.user.nl_de/target/MANIFEST.MF
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Nl_de
+Bundle-SymbolicName: eu.esdihumboldt.hale.doc.user.nl_de
+Bundle-Version: 1.0.0.SNAPSHOT
+Fragment-Host: eu.esdihumboldt.hale.doc.user;bundle-version="2.5.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-Vendor: data harmonisation panel
+
diff --git a/doc/plugins/eu.esdihumboldt.hale.doc.user/target/MANIFEST.MF b/doc/plugins/eu.esdihumboldt.hale.doc.user/target/MANIFEST.MF
new file mode 100644
index 0000000000..60f64165c1
--- /dev/null
+++ b/doc/plugins/eu.esdihumboldt.hale.doc.user/target/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE User Guide
+Bundle-SymbolicName: eu.esdihumboldt.hale.doc.user;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Require-Bundle: org.eclipse.help
+
diff --git a/doc/plugins/eu.esdihumboldt.hale.doc.util/target/MANIFEST.MF b/doc/plugins/eu.esdihumboldt.hale.doc.util/target/MANIFEST.MF
new file mode 100644
index 0000000000..bd614f6ea7
--- /dev/null
+++ b/doc/plugins/eu.esdihumboldt.hale.doc.util/target/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Help Utilities
+Bundle-SymbolicName: eu.esdihumboldt.hale.doc.util
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.help;bundle-version="3.5.100"
+Import-Package: com.google.common.base;version="9.0.0",com.google.common
+ .io;version="9.0.0",org.apache.commons.io;version="1.4.0",org.apache.ve
+ locity;version="1.6.2",org.apache.velocity.app;version="1.6.2",org.apac
+ he.velocity.context;version="1.6.2"
+Export-Package: eu.esdihumboldt.hale.doc.util.content,eu.esdihumboldt.ha
+ le.doc.util.context,eu.esdihumboldt.hale.doc.util.toc
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.doc.util
+
diff --git a/ext/adv/eu.esdihumboldt.hale.adv.merge.test/target/MANIFEST.MF b/ext/adv/eu.esdihumboldt.hale.adv.merge.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..1e68a6fe9f
--- /dev/null
+++ b/ext/adv/eu.esdihumboldt.hale.adv.merge.test/target/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: AdV Alignment Merge functions tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.adv.merge.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.adv.merge;bundle-version="3.3.2",eu
+ .esdihumboldt.hale.common.align.merge;bundle-version="3.3.2",eu.esdihum
+ boldt.hale.common.align.merge.test;bundle-version="3.3.2",eu.esdihumbol
+ dt.hale.common.align;bundle-version="3.3.2",groovy;bundle-version="2.5.
+ 19",eu.esdihumboldt.hale.common.headless;bundle-version="3.3.2",org.jun
+ it;bundle-version="4.13.0",eu.esdihumboldt.hale.common.core;bundle-vers
+ ion="4.2.0",eu.esdihumboldt.hale.common.instance;bundle-version="4.2.0"
+Import-Package: com.google.common.cache;version="17.0.0",com.google.comm
+ on.collect;version="17.0.0",eu.esdihumboldt.hale.common.headless.test
+Automatic-Module-Name: eu.esdihumboldt.hale.adv.merge.test
+
diff --git a/ext/adv/eu.esdihumboldt.hale.adv.merge/target/MANIFEST.MF b/ext/adv/eu.esdihumboldt.hale.adv.merge/target/MANIFEST.MF
new file mode 100644
index 0000000000..7052a4223a
--- /dev/null
+++ b/ext/adv/eu.esdihumboldt.hale.adv.merge/target/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: AdV Alignment Merge functions
+Bundle-SymbolicName: eu.esdihumboldt.hale.adv.merge;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.align.merge;bundle-version="
+ 3.3.2",eu.esdihumboldt.hale.common.align;bundle-version="3.3.2",eu.esdi
+ humboldt.hale.common.schema;bundle-version="3.3.2",eu.esdihumboldt.hale
+ .common.core;bundle-version="3.3.2"
+Import-Package: com.google.common.collect;version="17.0.0",eu.esdihumbol
+ dt.hale.common.instance.model
+Export-Package: eu.esdihumboldt.hale.adv.merge
+Automatic-Module-Name: eu.esdihumboldt.hale.adv.merge
+
diff --git a/ext/ageobw/eu.esdihumboldt.hale.ui.util.bbr/target/MANIFEST.MF b/ext/ageobw/eu.esdihumboldt.hale.ui.util.bbr/target/MANIFEST.MF
new file mode 100644
index 0000000000..75063a4757
--- /dev/null
+++ b/ext/ageobw/eu.esdihumboldt.hale.ui.util.bbr/target/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: GeoInfoBBR definitions
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.util.bbr;singleton:=true
+Bundle-Version: 1.0.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ClassPath: lib/hsqldb.jar,.
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",org.ecli
+ pse.ui;bundle-version="3.7.0",groovy;bundle-version="2.5.19",eu.esdihum
+ boldt.hale.common.schema;bundle-version="2.5.0",eu.esdihumboldt.hale.ui
+ .views.properties;bundle-version="2.5.0",org.eclipse.ui.views.propertie
+ s.tabbed;bundle-version="3.5.200",com.google.guava;bundle-version="11.0
+ .1"
+Import-Package: eu.esdihumboldt.hale.common.core.io.supplier
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.util.bbr
+
diff --git a/ext/fme/de.fhg.igd.hale.fme.branding/target/MANIFEST.MF b/ext/fme/de.fhg.igd.hale.fme.branding/target/MANIFEST.MF
new file mode 100644
index 0000000000..a6a2bbb964
--- /dev/null
+++ b/ext/fme/de.fhg.igd.hale.fme.branding/target/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE FME Plug-In Connector
+Bundle-SymbolicName: de.fhg.igd.hale.fme.branding
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Fraunhofer IGD
+
diff --git a/ext/fme/de.fhg.igd.hale.fme.feature/target/feature.xml b/ext/fme/de.fhg.igd.hale.fme.feature/target/feature.xml
new file mode 100644
index 0000000000..4e8200c8a8
--- /dev/null
+++ b/ext/fme/de.fhg.igd.hale.fme.feature/target/feature.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ Copyright 2013-2014 Fraunhofer IGD
+
+
+
+ End User License Agreement for Fraunhofer HALE Schema Transformation Plug-in for FME
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ext/fme/de.fhg.igd.hale.fme.feature/target/sources-feature/feature.xml b/ext/fme/de.fhg.igd.hale.fme.feature/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..cfa1e92048
--- /dev/null
+++ b/ext/fme/de.fhg.igd.hale.fme.feature/target/sources-feature/feature.xml
@@ -0,0 +1,10 @@
+
+
+
+ Copyright 2013-2014 Fraunhofer IGD
+
+
+ End User License Agreement for Fraunhofer HALE Schema Transformation Plug-in for FME
+
+
+
\ No newline at end of file
diff --git a/ext/geom/de.fhg.igd.geom/target/MANIFEST.MF b/ext/geom/de.fhg.igd.geom/target/MANIFEST.MF
new file mode 100644
index 0000000000..cfdff2d482
--- /dev/null
+++ b/ext/geom/de.fhg.igd.geom/target/MANIFEST.MF
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Geometry
+Bundle-SymbolicName: de.fhg.igd.geom;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Fraunhofer IGD
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Export-Package: de.fhg.igd.geom,de.fhg.igd.geom.algorithm,de.fhg.igd.geo
+ m.algorithm.sweepline,de.fhg.igd.geom.indices,de.fhg.igd.geom.shape,de.
+ fhg.igd.geom.util
+Import-Package: com.google.common.base;version="17.0.0",org.locationtech
+ .jts;version="1.13.0",org.locationtech.jts.geom;version="1.13.0",org.lo
+ cationtech.jts.geom.impl;version="1.13.0"
+Automatic-Module-Name: de.fhg.igd.geom
+
diff --git a/ext/nonosgi/eu.esdihumboldt.hale.util.nonosgi/target/MANIFEST.MF b/ext/nonosgi/eu.esdihumboldt.hale.util.nonosgi/target/MANIFEST.MF
new file mode 100644
index 0000000000..ae39506544
--- /dev/null
+++ b/ext/nonosgi/eu.esdihumboldt.hale.util.nonosgi/target/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Utilities for usage in Non-OSGi environment
+Bundle-SymbolicName: eu.esdihumboldt.hale.util.nonosgi
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.10.0"
+Export-Package: eu.esdihumboldt.hale.util.nonosgi,eu.esdihumboldt.hale.u
+ til.nonosgi.contenttype,eu.esdihumboldt.hale.util.nonosgi.contenttype.d
+ escriber
+Import-Package: ch.qos.logback.classic;version="1.0.13";resolution:=opti
+ onal,ch.qos.logback.classic.turbo;version="1.0.13";resolution:=optional
+ ,ch.qos.logback.core.spi;version="1.0.13";resolution:=optional,org.slf4
+ j;version="1.7.10"
+Automatic-Module-Name: eu.esdihumboldt.hale.util.nonosgi
+
diff --git a/ext/nonosgi/org.eclipse.equinox.nonosgi.registry/target/MANIFEST.MF b/ext/nonosgi/org.eclipse.equinox.nonosgi.registry/target/MANIFEST.MF
new file mode 100644
index 0000000000..126abdf890
--- /dev/null
+++ b/ext/nonosgi/org.eclipse.equinox.nonosgi.registry/target/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.eclipse.equinox.nonosgi.registry
+Bundle-Version: 1.0.0
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.equinox.registry;bundle-version="3.5.0"
+Import-Package: org.eclipse.osgi.framework.util,org.eclipse.osgi.service
+ .debug;version="1.2.0",org.osgi.framework;version="1.5.0",org.osgi.util
+ .tracker
+Export-Package: org.eclipse.equinox.nonosgi.registry
+Bundle-Localization: plugin
+Bundle-ActivationPolicy: lazy
+Bundle-Vendor: %Bundle-Vendor.0
+Bundle-Activator: org.eclipse.equinox.nonosgi.internal.registry.Activato
+ r
+Automatic-Module-Name: org.eclipse.equinox.nonosgi.registry
+
diff --git a/ext/styledmap/de.fhg.igd.mapviewer.feature.all/target/feature.xml b/ext/styledmap/de.fhg.igd.mapviewer.feature.all/target/feature.xml
new file mode 100644
index 0000000000..7517347105
--- /dev/null
+++ b/ext/styledmap/de.fhg.igd.mapviewer.feature.all/target/feature.xml
@@ -0,0 +1,57 @@
+
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ext/styledmap/de.fhg.igd.mapviewer.feature.all/target/sources-feature/feature.xml b/ext/styledmap/de.fhg.igd.mapviewer.feature.all/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..7ce862dbf7
--- /dev/null
+++ b/ext/styledmap/de.fhg.igd.mapviewer.feature.all/target/sources-feature/feature.xml
@@ -0,0 +1,13 @@
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ext/styledmap/de.fhg.igd.mapviewer.feature.core/target/feature.xml b/ext/styledmap/de.fhg.igd.mapviewer.feature.core/target/feature.xml
new file mode 100644
index 0000000000..d9f1d3ce99
--- /dev/null
+++ b/ext/styledmap/de.fhg.igd.mapviewer.feature.core/target/feature.xml
@@ -0,0 +1,123 @@
+
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ext/styledmap/de.fhg.igd.mapviewer.feature.core/target/sources-feature/feature.xml b/ext/styledmap/de.fhg.igd.mapviewer.feature.core/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..a08648408d
--- /dev/null
+++ b/ext/styledmap/de.fhg.igd.mapviewer.feature.core/target/sources-feature/feature.xml
@@ -0,0 +1,23 @@
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ext/styledmap/de.fhg.igd.mapviewer.server.file/target/MANIFEST.MF b/ext/styledmap/de.fhg.igd.mapviewer.server.file/target/MANIFEST.MF
new file mode 100644
index 0000000000..a14c4e8a8f
--- /dev/null
+++ b/ext/styledmap/de.fhg.igd.mapviewer.server.file/target/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Map File
+Bundle-SymbolicName: de.fhg.igd.mapviewer.server.file;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Fraunhofer IGD
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.eclipse.ui.util.extension,de.fhg.igd.eclipse.
+ util.extension,de.fhg.igd.mapviewer.server;version="1.0.0",org.apache.c
+ ommons.logging;version="1.1.1",org.eclipse.swt,org.eclipse.swt.widgets,
+ org.jdesktop.swingx.mapviewer;version="1.0.0",org.jdesktop.swingx.paint
+ er
+Export-Package: de.fhg.igd.mapviewer.server.file;version="1.0.0"
+Require-Bundle: org.eclipse.ui.workbench;bundle-version="3.5.0"
+Automatic-Module-Name: de.fhg.igd.mapviewer.server.file
+
diff --git a/ext/styledmap/de.fhg.igd.mapviewer.server.openstreetmap/target/MANIFEST.MF b/ext/styledmap/de.fhg.igd.mapviewer.server.openstreetmap/target/MANIFEST.MF
new file mode 100644
index 0000000000..d7e62d1429
--- /dev/null
+++ b/ext/styledmap/de.fhg.igd.mapviewer.server.openstreetmap/target/MANIFEST.MF
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: OpenStreetMap Map Server
+Bundle-SymbolicName: de.fhg.igd.mapviewer.server.openstreetmap;singleton
+ :=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Fraunhofer IGD
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.mapviewer;version="1.0.0",de.fhg.igd.mapviewe
+ r.painter,de.fhg.igd.mapviewer.server;version="1.0.0",org.jdesktop.swin
+ gx,org.jdesktop.swingx.mapviewer,org.jdesktop.swingx.painter
+Export-Package: de.fhg.igd.mapviewer.server.openstreetmap;version="1.0.0
+ "
+Automatic-Module-Name: de.fhg.igd.mapviewer.server.openstreetmap
+
diff --git a/ext/styledmap/de.fhg.igd.mapviewer.server.tiles/target/MANIFEST.MF b/ext/styledmap/de.fhg.igd.mapviewer.server.tiles/target/MANIFEST.MF
new file mode 100644
index 0000000000..901aaf9fc2
--- /dev/null
+++ b/ext/styledmap/de.fhg.igd.mapviewer.server.tiles/target/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Custom Tile Service
+Bundle-SymbolicName: de.fhg.igd.mapviewer.server.tiles;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-Vendor: wetransform GmbH
+Require-Bundle: de.fhg.igd.mapviewer,org.eclipse.ui;bundle-version="3.5.
+ 0"
+Import-Package: de.fhg.igd.eclipse.util.extension,de.fhg.igd.mapviewer.s
+ erver,org.apache.commons.logging;version="1.1.1",org.eclipse.osgi.util;
+ version="1.1.0",org.jdesktop.swingx.mapviewer;version="1.0.0",org.jdesk
+ top.swingx.painter;version="1.0.0"
+Export-Package: de.fhg.igd.mapviewer.server.tiles,de.fhg.igd.mapviewer.s
+ erver.tiles.wizard,de.fhg.igd.mapviewer.server.tiles.wizard.pages
+Automatic-Module-Name: de.fhg.igd.mapviewer.server.tiles
+
diff --git a/ext/styledmap/de.fhg.igd.mapviewer.server.wms/target/MANIFEST.MF b/ext/styledmap/de.fhg.igd.mapviewer.server.wms/target/MANIFEST.MF
new file mode 100644
index 0000000000..758b0d1d60
--- /dev/null
+++ b/ext/styledmap/de.fhg.igd.mapviewer.server.wms/target/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: WMS Map Server
+Bundle-SymbolicName: de.fhg.igd.mapviewer.server.wms;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Fraunhofer IGD
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.eclipse.ui.util.extension,de.fhg.igd.eclipse.
+ util.extension,de.fhg.igd.geom,de.fhg.igd.mapviewer,de.fhg.igd.mapviewe
+ r.concurrency,de.fhg.igd.mapviewer.server;version="1.0.0",de.fhg.igd.ma
+ pviewer.view.overlay;version="1.0.0",de.fhg.igd.osgi.util;version="1.0.
+ 0",edu.umd.cs.findbugs.annotations,eu.esdihumboldt.util.http,org.apache
+ .commons.logging,org.geotools.referencing;version="29.1.0.combined",org
+ .jdesktop.swingx.graphics,org.jdesktop.swingx.mapviewer;version="1.0.0"
+ ,org.jdesktop.swingx.mapviewer.empty;version="1.0.0",org.jdesktop.swing
+ x.painter,org.opengis.referencing,org.opengis.referencing.crs
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",org.ecli
+ pse.ui;bundle-version="3.5.0"
+Export-Package: de.fhg.igd.mapviewer.server.wms,de.fhg.igd.mapviewer.ser
+ ver.wms.capabilities,de.fhg.igd.mapviewer.server.wms.overlay,de.fhg.igd
+ .mapviewer.server.wms.wizard
+Automatic-Module-Name: de.fhg.igd.mapviewer.server.wms
+
diff --git a/ext/styledmap/de.fhg.igd.mapviewer.tools.boxzoom/target/MANIFEST.MF b/ext/styledmap/de.fhg.igd.mapviewer.tools.boxzoom/target/MANIFEST.MF
new file mode 100644
index 0000000000..187dbd8951
--- /dev/null
+++ b/ext/styledmap/de.fhg.igd.mapviewer.tools.boxzoom/target/MANIFEST.MF
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Box Zoom Tool
+Bundle-SymbolicName: de.fhg.igd.mapviewer.tools.boxzoom;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Fraunhofer IGD
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.mapviewer;version="1.0.0",de.fhg.igd.mapviewe
+ r.tools;version="1.0.0",de.fhg.igd.mapviewer.tools.renderer;version="1.
+ 0.0",de.fhg.igd.mapviewer.view.arecalculation,org.jdesktop.swingx,org.j
+ desktop.swingx.mapviewer;version="1.0.0"
+Automatic-Module-Name: de.fhg.igd.mapviewer.tools.boxzoom
+
diff --git a/ext/styledmap/de.fhg.igd.mapviewer.tools.default/target/MANIFEST.MF b/ext/styledmap/de.fhg.igd.mapviewer.tools.default/target/MANIFEST.MF
new file mode 100644
index 0000000000..9738687ba7
--- /dev/null
+++ b/ext/styledmap/de.fhg.igd.mapviewer.tools.default/target/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Default Tool
+Bundle-SymbolicName: de.fhg.igd.mapviewer.tools.default;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Fraunhofer IGD
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.mapviewer;version="1.0.0",de.fhg.igd.mapviewe
+ r.tools;version="1.0.0",org.jdesktop.swingx,org.jdesktop.swingx.mapview
+ er;version="1.0.0"
+Automatic-Module-Name: de.fhg.igd.mapviewer.tools.default
+
diff --git a/ext/styledmap/de.fhg.igd.mapviewer/target/MANIFEST.MF b/ext/styledmap/de.fhg.igd.mapviewer/target/MANIFEST.MF
new file mode 100644
index 0000000000..3eac30436e
--- /dev/null
+++ b/ext/styledmap/de.fhg.igd.mapviewer/target/MANIFEST.MF
@@ -0,0 +1,42 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Mapviewer
+Bundle-SymbolicName: de.fhg.igd.mapviewer;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Fraunhofer IGD
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base,com.google.common.collect,de.fhg.
+ igd.eclipse.ui.util.extension,de.fhg.igd.eclipse.ui.util.extension.excl
+ usive,de.fhg.igd.eclipse.ui.util.extension.selective,de.fhg.igd.eclipse
+ .util.extension,de.fhg.igd.eclipse.util.extension.exclusive,de.fhg.igd.
+ eclipse.util.extension.selective,de.fhg.igd.geom,de.fhg.igd.geom.algori
+ thm,de.fhg.igd.geom.algorithm.sweepline,de.fhg.igd.geom.indices,de.fhg.
+ igd.geom.shape,de.fhg.igd.geom.util,de.fhg.igd.osgi.util;version="1.0.0
+ ",de.fhg.igd.slf4jplus,de.fhg.igd.swingrcp;version="1.0.0",edu.umd.cs.f
+ indbugs.annotations,gnu.trove,javax.measure,javax.measure.quantity,org.
+ apache.commons.beanutils;version="1.7.0",org.apache.commons.io;version=
+ "1.4.0",org.apache.commons.logging,org.eclipse.core.commands.common,org
+ .eclipse.core.runtime;version="3.4.0",org.eclipse.jface.action,org.ecli
+ pse.swt.widgets,org.geotools.referencing;version="29.1.0.combined",org.
+ geotools.referencing.crs;version="29.1.0.combined",org.jdesktop.swingx.
+ graphics,org.jdesktop.swingx.mapviewer;version="1.0.0",org.jdesktop.swi
+ ngx.mapviewer.empty;version="1.0.0",org.jdesktop.swingx.painter,org.loc
+ ationtech.jts.geom;version="1.13.0",org.locationtech.jts.geom.impl;vers
+ ion="1.13.0",org.opengis.referencing,org.opengis.referencing.crs,org.op
+ engis.referencing.cs,org.osgi.framework;version="1.3.0",org.slf4j
+Export-Package: de.fhg.igd.mapviewer;version="1.0.0",de.fhg.igd.mapviewe
+ r.cache,de.fhg.igd.mapviewer.concurrency,de.fhg.igd.mapviewer.images,de
+ .fhg.igd.mapviewer.marker;version="1.0.0",de.fhg.igd.mapviewer.marker.a
+ rea,de.fhg.igd.mapviewer.painter,de.fhg.igd.mapviewer.server;version="1
+ .0.0",de.fhg.igd.mapviewer.tip,de.fhg.igd.mapviewer.tools;version="1.0.
+ 0",de.fhg.igd.mapviewer.tools.renderer;version="1.0.0",de.fhg.igd.mapvi
+ ewer.view;version="1.0.0",de.fhg.igd.mapviewer.view.arecalculation,de.f
+ hg.igd.mapviewer.view.cache,de.fhg.igd.mapviewer.view.overlay;version="
+ 1.0.0",de.fhg.igd.mapviewer.view.preferences,de.fhg.igd.mapviewer.view.
+ server,de.fhg.igd.mapviewer.waypoints;version="1.0.0"
+Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.springframew
+ ork.spring-core;bundle-version="5.2.0"
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: de.fhg.igd.mapviewer.view.MapviewerPlugin
+Automatic-Module-Name: de.fhg.igd.mapviewer
+
diff --git a/ext/styledmap/de.fhg.igd.swingrcp/target/MANIFEST.MF b/ext/styledmap/de.fhg.igd.swingrcp/target/MANIFEST.MF
new file mode 100644
index 0000000000..3801fa1478
--- /dev/null
+++ b/ext/styledmap/de.fhg.igd.swingrcp/target/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Swing RCP Bridge
+Bundle-SymbolicName: de.fhg.igd.swingrcp;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Fraunhofer IGD
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui;bundle-version="3.4.1",org.eclipse.core.r
+ untime;bundle-version="3.4.0"
+Export-Package: de.fhg.igd.swingrcp;version="1.0.0"
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: de.fhg.igd.swingrcp.SwingRCPPlugin
+Import-Package: org.apache.commons.logging;version="1.1.1",org.jdesktop.
+ swingx.graphics
+Automatic-Module-Name: de.fhg.igd.swingrcp
+
diff --git a/ext/styledmap/eu.esdihumboldt.hale.doc.user.views.styledmap/target/MANIFEST.MF b/ext/styledmap/eu.esdihumboldt.hale.doc.user.views.styledmap/target/MANIFEST.MF
new file mode 100644
index 0000000000..fb6f4c6d9e
--- /dev/null
+++ b/ext/styledmap/eu.esdihumboldt.hale.doc.user.views.styledmap/target/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Styled Map View User Documentation
+Bundle-SymbolicName: eu.esdihumboldt.hale.doc.user.views.styledmap;singl
+ eton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+
diff --git a/ext/styledmap/eu.esdihumboldt.hale.ui.views.styledmap.feature/target/feature.xml b/ext/styledmap/eu.esdihumboldt.hale.ui.views.styledmap.feature/target/feature.xml
new file mode 100644
index 0000000000..f36ca76722
--- /dev/null
+++ b/ext/styledmap/eu.esdihumboldt.hale.ui.views.styledmap.feature/target/feature.xml
@@ -0,0 +1,51 @@
+
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ext/styledmap/eu.esdihumboldt.hale.ui.views.styledmap.feature/target/sources-feature/feature.xml b/ext/styledmap/eu.esdihumboldt.hale.ui.views.styledmap.feature/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..e2e642b640
--- /dev/null
+++ b/ext/styledmap/eu.esdihumboldt.hale.ui.views.styledmap.feature/target/sources-feature/feature.xml
@@ -0,0 +1,11 @@
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ext/styledmap/eu.esdihumboldt.hale.ui.views.styledmap/target/MANIFEST.MF b/ext/styledmap/eu.esdihumboldt.hale.ui.views.styledmap/target/MANIFEST.MF
new file mode 100644
index 0000000000..08476550fe
--- /dev/null
+++ b/ext/styledmap/eu.esdihumboldt.hale.ui.views.styledmap/target/MANIFEST.MF
@@ -0,0 +1,64 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Styled Map View
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.views.styledmap;singleton:=
+ true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Activator: eu.esdihumboldt.hale.ui.views.styledmap.internal.Style
+ dMapBundle
+Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.opengis,org.
+ eclipse.help;bundle-version="3.5.100"
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.eclipse.ui.util.extension,de.fhg.igd.eclipse.
+ ui.util.extension.exclusive,de.fhg.igd.eclipse.util.extension,de.fhg.ig
+ d.eclipse.util.extension.exclusive,de.fhg.igd.eclipse.util.extension.se
+ lective,de.fhg.igd.geom,de.fhg.igd.geom.shape,de.fhg.igd.mapviewer;vers
+ ion="1.0.0",de.fhg.igd.mapviewer.marker;version="1.0.0",de.fhg.igd.mapv
+ iewer.marker.area,de.fhg.igd.mapviewer.tip,de.fhg.igd.mapviewer.tools;v
+ ersion="1.0.0",de.fhg.igd.mapviewer.tools.renderer;version="1.0.0",de.f
+ hg.igd.mapviewer.view;version="1.0.0",de.fhg.igd.mapviewer.view.overlay
+ ;version="1.0.0",de.fhg.igd.mapviewer.waypoints;version="1.0.0",de.fhg.
+ igd.slf4jplus,eu.esdihumboldt.hale.common.align.transformation.service,
+ eu.esdihumboldt.hale.common.convert,eu.esdihumboldt.hale.common.core.io
+ .supplier,eu.esdihumboldt.hale.common.instance.helper,eu.esdihumboldt.h
+ ale.common.instance.model,eu.esdihumboldt.hale.common.instance.model.im
+ pl,eu.esdihumboldt.hale.common.schema,eu.esdihumboldt.hale.common.schem
+ a.geometry,eu.esdihumboldt.hale.common.schema.model,eu.esdihumboldt.hal
+ e.ui,eu.esdihumboldt.hale.ui.common.help,eu.esdihumboldt.hale.ui.common
+ .service.style,eu.esdihumboldt.hale.ui.geometry,eu.esdihumboldt.hale.ui
+ .geometry.service,eu.esdihumboldt.hale.ui.selection,eu.esdihumboldt.hal
+ e.ui.selection.impl,eu.esdihumboldt.hale.ui.service.instance,eu.esdihum
+ boldt.hale.ui.service.schema,eu.esdihumboldt.hale.ui.style,eu.esdihumbo
+ ldt.hale.ui.style.service.internal,eu.esdihumboldt.hale.ui.util,eu.esdi
+ humboldt.hale.ui.util.io,eu.esdihumboldt.hale.ui.views.data,gnu.trove,o
+ rg.apache.commons.logging,org.geotools.geometry;version="29.1.0.combine
+ d",org.geotools.geometry.jts;version="29.1.0.combined",org.geotools.ref
+ erencing;version="29.1.0.combined",org.geotools.renderer.lite;version="
+ 29.1.0.combined",org.geotools.renderer.style;version="29.1.0.combined",
+ org.geotools.styling;version="29.1.0.combined",org.geotools.util;versio
+ n="29.1.0.combined",org.jdesktop.beans,org.jdesktop.swingx.image,org.jd
+ esktop.swingx.mapviewer;version="1.0.0",org.jdesktop.swingx.painter,org
+ .locationtech.jts.geom,org.opengis.feature;version="29.1.0",org.opengis
+ .feature.simple;version="29.1.0",org.opengis.feature.type;version="29.1
+ .0",org.opengis.filter;version="29.1.0",org.opengis.filter.identity;ver
+ sion="29.1.0",org.opengis.geometry;version="29.1.0",org.opengis.metadat
+ a;version="29.1.0",org.opengis.referencing;version="29.1.0",org.opengis
+ .referencing.crs;version="29.1.0",org.opengis.referencing.cs;version="2
+ 9.1.0",org.opengis.referencing.operation;version="29.1.0",org.opengis.s
+ tyle;version="29.1.0",org.opengis.util;version="29.1.0",org.slf4j;versi
+ on="1.5.11",org.springframework.core.convert;version="5.2.0"
+Export-Package: eu.esdihumboldt.hale.ui.views.styledmap,eu.esdihumboldt.
+ hale.ui.views.styledmap.clip,eu.esdihumboldt.hale.ui.views.styledmap.cl
+ ip.impl,eu.esdihumboldt.hale.ui.views.styledmap.clip.layout,eu.esdihumb
+ oldt.hale.ui.views.styledmap.clip.layout.extension,eu.esdihumboldt.hale
+ .ui.views.styledmap.clip.layout.extension.internal;x-internal:=true,eu.
+ esdihumboldt.hale.ui.views.styledmap.clip.layout.impl,eu.esdihumboldt.h
+ ale.ui.views.styledmap.handler,eu.esdihumboldt.hale.ui.views.styledmap.
+ internal;x-internal:=true,eu.esdihumboldt.hale.ui.views.styledmap.paint
+ er,eu.esdihumboldt.hale.ui.views.styledmap.preferences,eu.esdihumboldt.
+ hale.ui.views.styledmap.tool,eu.esdihumboldt.hale.ui.views.styledmap.ut
+ il
+Bundle-Vendor: data harmonisation panel, Fraunhofer IGD
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.views.styledmap
+
diff --git a/ext/styledmap/org.jdesktop.swingx.mapviewer/target/MANIFEST.MF b/ext/styledmap/org.jdesktop.swingx.mapviewer/target/MANIFEST.MF
new file mode 100644
index 0000000000..570d5ce7b0
--- /dev/null
+++ b/ext/styledmap/org.jdesktop.swingx.mapviewer/target/MANIFEST.MF
@@ -0,0 +1,30 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: TileMapKit
+Bundle-SymbolicName: org.jdesktop.swingx.mapviewer;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ClassPath: .
+Export-Package: org.jdesktop.swingx.mapviewer;version="1.0.0"; uses:="or
+ g.jdesktop.swingx, org.jdesktop.swingx.painter, org.jdesktop.beans,
+ javax.swing",org.jdesktop.swingx.mapviewer.bmng;version="1.0.0";uses:="
+ org.jdesktop.swingx.mapviewer",org.jdesktop.swingx.mapviewer.empty;vers
+ ion="1.0.0";uses:="org.jdesktop.swingx.mapviewer",org.jdesktop.swingx.m
+ apviewer.esri;version="1.0.0";uses:="org.jdesktop.swingx.mapviewer",org
+ .jdesktop.swingx.mapviewer.util;version="1.0.0";uses:="org.jdesktop.swi
+ ngx.mapviewer",org.jdesktop.swingx.mapviewer.wms;version="1.0.0";uses:=
+ "org.jdesktop.swingx.mapviewer"
+Require-Bundle: org.jdesktop.swingx;bundle-version="1.0.0"
+Import-Package: com.google.common.cache;version="27.0.0",com.google.comm
+ on.collect;version="9.0.0",edu.umd.cs.findbugs.annotations,eu.esdihumbo
+ ldt.hale.common.core,eu.esdihumboldt.util.http,eu.esdihumboldt.util.htt
+ p.client,org.apache.commons.logging;version="1.1.1",org.apache.http,org
+ .apache.http.client,org.apache.http.client.methods,org.apache.http.impl
+ .client,org.geotools.geometry;version="29.1.0.combined",org.geotools.re
+ ferencing;version="29.1.0.combined",org.opengis.geometry,org.opengis.re
+ ferencing,org.opengis.referencing.crs,org.opengis.referencing.cs,org.op
+ engis.referencing.operation,org.opengis.util,org.osgi.framework;version
+ ="1.9.0"
+Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: org.jdesktop.swingx.mapviewer
+
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.core.ui/target/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.core.ui/target/feature.xml
new file mode 100644
index 0000000000..466c922a0a
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.core.ui/target/feature.xml
@@ -0,0 +1,110 @@
+
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.core.ui/target/sources-feature/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.core.ui/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..0c71485fea
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.core.ui/target/sources-feature/feature.xml
@@ -0,0 +1,21 @@
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.core/target/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.core/target/feature.xml
new file mode 100644
index 0000000000..2f26bb37c2
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.core/target/feature.xml
@@ -0,0 +1,380 @@
+
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.core/target/sources-feature/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.core/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..4a418b3ef6
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.core/target/sources-feature/feature.xml
@@ -0,0 +1,58 @@
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.deegree/target/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.deegree/target/feature.xml
new file mode 100644
index 0000000000..4d392c0be9
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.deegree/target/feature.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ [Enter Feature Description here.]
+
+
+
+ [Enter Copyright Description here.]
+
+
+
+ [Enter License Description here.]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.deegree/target/sources-feature/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.deegree/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..9795c75dd2
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.deegree/target/sources-feature/feature.xml
@@ -0,0 +1,19 @@
+
+
+
+ [Enter Feature Description here.]
+
+
+ [Enter Copyright Description here.]
+
+
+ [Enter License Description here.]
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.html.ui/target/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.html.ui/target/feature.xml
new file mode 100644
index 0000000000..2e7ecf1c49
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.html.ui/target/feature.xml
@@ -0,0 +1,38 @@
+
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
+
+
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.html.ui/target/sources-feature/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.html.ui/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..57225ec83d
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.html.ui/target/sources-feature/feature.xml
@@ -0,0 +1,10 @@
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
\ No newline at end of file
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.html/target/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.html/target/feature.xml
new file mode 100644
index 0000000000..e14edec738
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.html/target/feature.xml
@@ -0,0 +1,27 @@
+
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.html/target/sources-feature/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.html/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..2b8502c9bc
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.html/target/sources-feature/feature.xml
@@ -0,0 +1,9 @@
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
\ No newline at end of file
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.legacy/target/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.legacy/target/feature.xml
new file mode 100644
index 0000000000..eaf56fdc81
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.legacy/target/feature.xml
@@ -0,0 +1,31 @@
+
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.legacy/target/sources-feature/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.legacy/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..7f1353ea36
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.legacy/target/sources-feature/feature.xml
@@ -0,0 +1,8 @@
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
\ No newline at end of file
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.msaccess/target/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.msaccess/target/feature.xml
new file mode 100644
index 0000000000..1797b6e502
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.msaccess/target/feature.xml
@@ -0,0 +1,41 @@
+
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
+
+
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.msaccess/target/sources-feature/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.msaccess/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..22b2751446
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.msaccess/target/sources-feature/feature.xml
@@ -0,0 +1,11 @@
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.mssql/target/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.mssql/target/feature.xml
new file mode 100644
index 0000000000..330429fd6c
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.mssql/target/feature.xml
@@ -0,0 +1,27 @@
+
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.mssql/target/sources-feature/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.mssql/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..18bd03450a
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.mssql/target/sources-feature/feature.xml
@@ -0,0 +1,8 @@
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
\ No newline at end of file
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.unsafe/target/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.unsafe/target/feature.xml
new file mode 100644
index 0000000000..7f39f5427b
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.unsafe/target/feature.xml
@@ -0,0 +1,34 @@
+
+
+
+
+ [Enter Feature Description here.]
+
+
+
+ [Enter Copyright Description here.]
+
+
+
+ [Enter License Description here.]
+
+
+
+
+
+
+
diff --git a/io/features/eu.esdihumboldt.hale.io.feature.unsafe/target/sources-feature/feature.xml b/io/features/eu.esdihumboldt.hale.io.feature.unsafe/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..7ef084b418
--- /dev/null
+++ b/io/features/eu.esdihumboldt.hale.io.feature.unsafe/target/sources-feature/feature.xml
@@ -0,0 +1,15 @@
+
+
+
+ [Enter Feature Description here.]
+
+
+ [Enter Copyright Description here.]
+
+
+ [Enter License Description here.]
+
+
+
+
+
\ No newline at end of file
diff --git a/io/plugins/eu.esdihumboldt.hale.io.codelist.skos.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.codelist.skos.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..681094d39a
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.codelist.skos.test/target/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Test for SKOS reader
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.codelist.skos.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Fragment-Host: eu.esdihumboldt.hale.io.codelist.skos;bundle-version="3.1
+ .0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-Vendor: wetransform GmbH
+Automatic-Module-Name: eu.esdihumboldt.hale.io.codelist.skos.test
+Require-Bundle: org.junit;bundle-version="4.13.0"
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.codelist.skos/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.codelist.skos/target/MANIFEST.MF
new file mode 100644
index 0000000000..376c38fafc
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.codelist.skos/target/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Skos Reader
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.codelist.skos;singleton:=tr
+ ue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.codelis
+ t,eu.esdihumboldt.hale.common.codelist.io,eu.esdihumboldt.hale.common.c
+ ore.io,eu.esdihumboldt.hale.common.core.io.impl,eu.esdihumboldt.hale.co
+ mmon.core.io.report,eu.esdihumboldt.util.io,org.slf4j;version="1.7.10"
+Require-Bundle: org.eclipse.core.contenttype;bundle-version="3.5.0",eu.e
+ sdihumboldt.hale.common.core;bundle-version="3.1.0",org.semanticweb.owl
+ api.osgi.skos;bundle-version="3.0.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.codelist.skos
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.codelist.xml.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.codelist.xml.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..d97a5763c0
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.codelist.xml.test/target/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: XML Codelist Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.codelist.xml.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Fragment-Host: eu.esdihumboldt.hale.io.codelist.xml
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.junit;bundle-version="4.13.0"
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.codelist.xml/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.codelist.xml/target/MANIFEST.MF
new file mode 100644
index 0000000000..be6ca2b948
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.codelist.xml/target/MANIFEST.MF
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: XML CodeList I/O
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.codelist.xml;singleton:=tru
+ e
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.io;version="1.6.0",com.ibm.icu.impl,de
+ .fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.codelist,eu.esdihumboldt
+ .hale.common.codelist.io,eu.esdihumboldt.hale.common.core.io,eu.esdihum
+ boldt.hale.common.core.io.impl,eu.esdihumboldt.hale.common.core.io.repo
+ rt,eu.esdihumboldt.hale.common.core.io.report.impl,eu.esdihumboldt.hale
+ .common.core.io.supplier,eu.esdihumboldt.hale.common.core.report,eu.esd
+ ihumboldt.hale.util.nonosgi.contenttype.describer,eu.esdihumboldt.util.
+ http,eu.esdihumboldt.util.http.client.fluent,eu.esdihumboldt.util.io,eu
+ .esdihumboldt.util.resource,org.apache.http;version="4.3.2",org.apache.
+ http.auth;version="4.3.6",org.apache.http.client;version="4.3.3",org.ap
+ ache.http.client.config;version="4.3.6",org.apache.http.client.fluent;v
+ ersion="4.3.3",org.apache.http.entity;version="4.3.2",org.eclipse.osgi.
+ util,org.slf4j;version="1.5.11"
+Require-Bundle: eu.esdihumboldt.hale.common.core,org.eclipse.core.conten
+ ttype;bundle-version="3.4.100"
+Export-Package: eu.esdihumboldt.hale.io.codelist.inspire.reader,eu.esdih
+ umboldt.hale.io.codelist.xml.reader
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.io.codelist.xml
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.csv.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.csv.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..f9b1e4f523
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.csv.test/target/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: CSV Schema/Instance I/O Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.csv.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Fragment-Host: eu.esdihumboldt.hale.io.csv;bundle-version="2.5.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: eu.esdihumboldt.cst.test,eu.esdihumboldt.hale.common.cor
+ e,eu.esdihumboldt.hale.common.instance.groovy,eu.esdihumboldt.hale.comm
+ on.schema.groovy,eu.esdihumboldt.hale.common.test,eu.esdihumboldt.util.
+ groovy.sandbox,org.junit.rules;version="4.11.0"
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.io.csv.test
+Require-Bundle: eu.esdihumboldt.util.groovy;bundle-version="4.2.0",groov
+ y;bundle-version="2.5.19",org.junit;bundle-version="4.13.0"
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.csv.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.csv.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..613b323877
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.csv.ui/target/MANIFEST.MF
@@ -0,0 +1,35 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: CSV Schema/Instance I/O UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.csv.ui;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui;bundle-version="3.6.2",org.eclipse.core.r
+ untime;bundle-version="3.6.0",eu.esdihumboldt.hale.ui,org.apache.poi;bu
+ ndle-version="5.2.3"
+Import-Package: au.com.bytecode.opencsv;version="2.3.0",com.google.commo
+ n.collect;version="9.0.0",com.google.common.io;version="9.0.0",de.fhg.i
+ gd.eclipse.util.extension,de.fhg.igd.eclipse.util.extension.simple,de.f
+ hg.igd.osgi.util;version="1.0.0",de.fhg.igd.slf4jplus,eu.esdihumboldt.h
+ ale.common.align.model,eu.esdihumboldt.hale.common.align.model.impl,eu.
+ esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.common.core.io.im
+ pl,eu.esdihumboldt.hale.common.core.io.report,eu.esdihumboldt.hale.comm
+ on.core.io.supplier,eu.esdihumboldt.hale.common.core.report,eu.esdihumb
+ oldt.hale.common.core.service,eu.esdihumboldt.hale.common.instance.io,e
+ u.esdihumboldt.hale.common.instance.io.impl,eu.esdihumboldt.hale.common
+ .instance.model,eu.esdihumboldt.hale.common.lookup,eu.esdihumboldt.hale
+ .common.lookup.impl,eu.esdihumboldt.hale.common.schema,eu.esdihumboldt.
+ hale.common.schema.io,eu.esdihumboldt.hale.common.schema.model,eu.esdih
+ umboldt.hale.common.schema.model.constraint.type,eu.esdihumboldt.hale.i
+ o.csv,eu.esdihumboldt.hale.io.csv.reader,eu.esdihumboldt.hale.io.csv.re
+ ader.internal,eu.esdihumboldt.hale.io.csv.writer,eu.esdihumboldt.hale.i
+ o.csv.writer.internal,eu.esdihumboldt.hale.io.xls.reader,eu.esdihumbold
+ t.hale.io.xls.writer,eu.esdihumboldt.hale.ui.common.definition.selector
+ ,eu.esdihumboldt.hale.ui.lookup,eu.esdihumboldt.hale.ui.util,eu.esdihum
+ boldt.hale.ui.util.components,eu.esdihumboldt.hale.ui.util.selector,eu.
+ esdihumboldt.util.io,org.locationtech.jts.geom,org.slf4j;version="1.5.1
+ 1",org.springframework.core.convert;version="5.2.0"
+Export-Package: eu.esdihumboldt.hale.io.csv.ui
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.io.csv.ui
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.csv/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.csv/target/MANIFEST.MF
new file mode 100644
index 0000000000..7f892de43f
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.csv/target/MANIFEST.MF
@@ -0,0 +1,41 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: CSV Schema/Instance I/O
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.csv;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: au.com.bytecode.opencsv;version="2.3.0",com.google.commo
+ n.collect;version="1.0.0",com.google.common.io;version="17.0.0",de.fhg.
+ igd.eclipse.util.extension,de.fhg.igd.eclipse.util.extension.simple,de.
+ fhg.igd.osgi.util;version="1.0.0",de.fhg.igd.slf4jplus,eu.esdihumboldt.
+ hale.common.align.extension.function,eu.esdihumboldt.hale.common.align.
+ io.impl,eu.esdihumboldt.hale.common.align.model,eu.esdihumboldt.hale.co
+ mmon.core,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.comm
+ on.core.io.impl,eu.esdihumboldt.hale.common.core.io.report,eu.esdihumbo
+ ldt.hale.common.core.io.report.impl,eu.esdihumboldt.hale.common.core.io
+ .supplier,eu.esdihumboldt.hale.common.core.parameter,eu.esdihumboldt.ha
+ le.common.core.report,eu.esdihumboldt.hale.common.filter,eu.esdihumbold
+ t.hale.common.instance.io,eu.esdihumboldt.hale.common.instance.io.impl,
+ eu.esdihumboldt.hale.common.instance.model,eu.esdihumboldt.hale.common.
+ instance.model.impl,eu.esdihumboldt.hale.common.lookup,eu.esdihumboldt.
+ hale.common.lookup.impl,eu.esdihumboldt.hale.common.schema,eu.esdihumbo
+ ldt.hale.common.schema.geometry,eu.esdihumboldt.hale.common.schema.io,e
+ u.esdihumboldt.hale.common.schema.io.impl,eu.esdihumboldt.hale.common.s
+ chema.model,eu.esdihumboldt.hale.common.schema.model.constraint.propert
+ y,eu.esdihumboldt.hale.common.schema.model.constraint.type,eu.esdihumbo
+ ldt.hale.common.schema.model.impl,eu.esdihumboldt.hale.common.schema.pe
+ rsist,eu.esdihumboldt.util.definition,eu.esdihumboldt.util.io,net.jcip.
+ annotations,org.apache.commons.io;version="2.4.0",org.eclipse.osgi.util
+ ;version="1.1.0",org.geotools.data;version="29.1.0.combined",org.locati
+ ontech.jts.geom,org.opengis.feature.simple,org.opengis.feature.type,org
+ .slf4j;version="1.5.11",org.springframework.core.convert;version="5.2.0
+ "
+Require-Bundle: eu.esdihumboldt.hale.common.instance,org.eclipse.core.ru
+ ntime;bundle-version="3.6.0",eu.esdihumboldt.hale.common.convert.wkt;bu
+ ndle-version="2.5.0"
+Export-Package: eu.esdihumboldt.hale.io.csv,eu.esdihumboldt.hale.io.csv.
+ reader,eu.esdihumboldt.hale.io.csv.reader.internal,eu.esdihumboldt.hale
+ .io.csv.writer,eu.esdihumboldt.hale.io.csv.writer.internal
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.io.csv
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.deegree.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.deegree.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..05109db4f8
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.deegree.test/target/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Deegree I/O Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.deegree.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Fragment-Host: eu.esdihumboldt.hale.io.deegree;bundle-version="3.4.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.junit;bundle-version="4.12.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.deegree.test
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.deegree.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.deegree.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..5c40e245e5
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.deegree.ui/target/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Deegree I/O UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.deegree.ui;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Automatic-Module-Name: eu.esdihumboldt.hale.io.deegree.ui
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui;bundle-version="3.109.100",eu.esdihumbold
+ t.hale.ui;bundle-version="3.5.0",eu.esdihumboldt.hale.common.core;bundl
+ e-version="3.5.0",eu.esdihumboldt.hale.io.deegree;bundle-version="3.5.0
+ "
+Import-Package: eu.esdihumboldt.hale.common.config,eu.esdihumboldt.hale.
+ ui.util.viewer,eu.esdihumboldt.util.config,org.deegree.commons.tom;vers
+ ion="3.4.2",org.deegree.cs;version="3.4.2",org.deegree.cs.coordinatesys
+ tems;version="3.4.2",org.deegree.cs.persistence;version="3.4.2",org.dee
+ gree.cs.refs.coordinatesystem;version="3.4.2"
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.deegree/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.deegree/target/MANIFEST.MF
new file mode 100644
index 0000000000..54a9f190ca
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.deegree/target/MANIFEST.MF
@@ -0,0 +1,24 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Deegree I/O
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.deegree;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: groovy;bundle-version="2.5.19",eu.esdihumboldt.hale.comm
+ on.core;bundle-version="3.4.0",eu.esdihumboldt.hale.common.schema;bundl
+ e-version="3.4.0",eu.esdihumboldt.hale.common.align;bundle-version="3.4
+ .0",org.deegree;bundle-version="3.4.0",org.eclipse.core.runtime;bundle-
+ version="3.11.1"
+Import-Package: com.google.common.collect;version="18.0.0",eu.esdihumbol
+ dt.hale.common.codelist.config,eu.esdihumboldt.hale.common.config,eu.es
+ dihumboldt.hale.common.instance.model,eu.esdihumboldt.hale.io.xsd.const
+ raint,eu.esdihumboldt.hale.io.xsd.model,eu.esdihumboldt.hale.io.xsd.rea
+ der,eu.esdihumboldt.util.config,eu.esdihumboldt.util.io,javax.annotatio
+ n;version="[1.2.0,1.2.0]",javax.vecmath;version="1.5.2",org.apache.xerc
+ es.xs;version="2.9.0",org.postgis,org.slf4j;version="1.7.13"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.deegree
+Export-Package: eu.esdihumboldt.hale.io.deegree.mapping,eu.esdihumboldt.
+ hale.io.deegree.mapping.config,eu.esdihumboldt.hale.io.deegree.mapping.
+ model
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.geopackage.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.geopackage.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..66e37a41c6
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.geopackage.test/target/MANIFEST.MF
@@ -0,0 +1,24 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Geopackage Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.geopackage.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.io.geopackage;bundle-version="4.0.0
+ ",mil.nga.geopackage;bundle-version="3.4.0";visibility:=reexport,eu.esd
+ ihumboldt.hale.common.core;bundle-version="4.0.0",eu.esdihumboldt.hale.
+ common.schema;bundle-version="4.0.0",eu.esdihumboldt.hale.common.instan
+ ce;bundle-version="4.0.0",eu.esdihumboldt.hale.common.schema.persist;bu
+ ndle-version="4.0.0",groovy;bundle-version="2.5.19",org.junit;bundle-ve
+ rsion="4.13.0",org.eclipse.core.runtime;bundle-version="3.14.0",eu.esdi
+ humboldt.hale.common.schema.groovy;bundle-version="4.0.0",eu.esdihumbol
+ dt.hale.common.instance.groovy;bundle-version="4.0.0",mil.nga.sf;bundle
+ -version="2.0.2",eu.esdihumboldt.cst.functions.geometric;bundle-version
+ ="4.0.0",eu.esdihumboldt.util;bundle-version="4.0.0",org.opengis;bundle
+ -version="29.1.0",eu.esdihumboldt.hale.common.test;bundle-version="4.2.
+ 0",eu.esdihumboldt.hale.common.align;bundle-version="4.2.0",assertj-cor
+ e;bundle-version="3.22.0"
+Import-Package: de.fhg.igd.slf4jplus,eu.esdihumboldt.util.groovy.paths,o
+ rg.locationtech.jts.geom;version="1.13.0"
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.geopackage.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.geopackage.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..050dd70313
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.geopackage.ui/target/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Geopackage support UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.geopackage.ui;singleton:=tr
+ ue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.ui,eu.esdihumboldt.hale.io.geopacka
+ ge;bundle-version="4.0.0",eu.esdihumboldt.hale.common.instance;bundle-v
+ ersion="4.0.0",eu.esdihumboldt.hale.common.core;bundle-version="4.0.0",
+ org.eclipse.ui;bundle-version="3.116.0",eu.esdihumboldt.hale.ui.util;bu
+ ndle-version="4.0.0"
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.geopackage/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.geopackage/target/MANIFEST.MF
new file mode 100644
index 0000000000..f80a21ea4a
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.geopackage/target/MANIFEST.MF
@@ -0,0 +1,30 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: hale Geopackage Support
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.geopackage;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.schema;bundle-version="4.0.0
+ ",eu.esdihumboldt.hale.common.instance;bundle-version="4.0.0",eu.esdihu
+ mboldt.hale.common.schema.persist,eu.esdihumboldt.hale.common.core;bund
+ le-version="4.0.0",org.eclipse.core.runtime;bundle-version="3.14.0",gro
+ ovy;bundle-version="2.5.19",mil.nga.geopackage;bundle-version="3.4.0",e
+ u.esdihumboldt.hale.common.schema.groovy;bundle-version="4.0.0",mil.nga
+ .sf;bundle-version="2.0.2",eu.esdihumboldt.hale.common.instance.groovy;
+ bundle-version="4.0.0",eu.esdihumboldt.util.groovy;bundle-version="4.0.
+ 0",mil.nga.sf.wkb;bundle-version="2.0.2",com.j256.ormlite;bundle-versio
+ n="5.1.0",eu.esdihumboldt.hale.common.convert;bundle-version="4.0.0",or
+ g.springframework.spring-core;bundle-version="5.2.0"
+Import-Package: com.google.common.cache;version="18.0.0",de.fhg.igd.slf4
+ jplus,eu.esdihumboldt.hale.common.align.helper,eu.esdihumboldt.hale.com
+ mon.align.model,eu.esdihumboldt.util.io,mil.nga.sf.proj;version="3.0.2"
+ ,org.geotools.geometry.jts;version="29.1.0.combined",org.geotools.refer
+ encing;version="29.1.0.combined",org.locationtech.jts.awt;version="1.13
+ .0",org.locationtech.jts.geom;version="1.13.0",org.locationtech.jts.io;
+ version="1.13.0",org.opengis.metadata;version="29.1.0",org.opengis.refe
+ rencing;version="29.1.0",org.opengis.referencing.crs;version="29.1.0",o
+ rg.opengis.referencing.operation;version="29.1.0",org.opengis.util;vers
+ ion="29.1.0",org.slf4j;version="1.7.2"
+Export-Package: eu.esdihumboldt.hale.io.geopackage
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.gml.geometry.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.gml.geometry.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..f2efac4eca
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.gml.geometry.test/target/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: GML Geometry Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.gml.geometry.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.osgi.util;version="1.0.0",eu.esdihumboldt.hal
+ e.common.test,eu.esdihumboldt.util.geometry.interpolation,eu.esdihumbol
+ dt.util.geometry.interpolation.grid,eu.esdihumboldt.util.geometry.inter
+ polation.model,eu.esdihumboldt.util.geometry.interpolation.model.impl,e
+ u.esdihumboldt.util.geometry.interpolation.split,eu.esdihumboldt.util.s
+ vg.test,javax.annotation;version="[1.2.0,1.2.0]",org.osgi.framework;ver
+ sion="1.6.0",ru.yandex.qatools.allure.annotations;version="1.5.0"
+Require-Bundle: eu.esdihumboldt.hale.io.gml.geometry;bundle-version="2.5
+ .0",eu.esdihumboldt.hale.io.xsd;bundle-version="2.5.0",eu.esdihumboldt.
+ hale.io.gml;bundle-version="2.5.0",eu.esdihumboldt.hale.common.schema;b
+ undle-version="2.5.0",eu.esdihumboldt.hale.common.instance;bundle-versi
+ on="2.5.0",eu.esdihumboldt.hale.common.core;bundle-version="2.5.0",org.
+ locationtech.jts.jts-core;bundle-version="1.12.0",org.junit;bundle-vers
+ ion="4.13.0"
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.io.gml.geometry.test
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.gml.geometry/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.gml.geometry/target/MANIFEST.MF
new file mode 100644
index 0000000000..c800fc5a49
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.gml.geometry/target/MANIFEST.MF
@@ -0,0 +1,30 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: GML schema geometry support
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.gml.geometry
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base;version="9.0.0",com.google.common
+ .collect;version="9.0.0",de.fhg.igd.slf4jplus,eu.esdihumboldt.cst.funct
+ ions.geometric.extent,eu.esdihumboldt.hale.common.align.transformation.
+ function,eu.esdihumboldt.hale.common.align.transformation.function.impl
+ ,eu.esdihumboldt.hale.common.convert,eu.esdihumboldt.hale.common.core.i
+ o,eu.esdihumboldt.hale.common.core.io.supplier,eu.esdihumboldt.hale.com
+ mon.instance.geometry,eu.esdihumboldt.hale.common.instance.geometry.imp
+ l,eu.esdihumboldt.hale.common.instance.helper,eu.esdihumboldt.hale.comm
+ on.instance.model,eu.esdihumboldt.hale.common.schema.geometry,eu.esdihu
+ mboldt.hale.common.schema.model,eu.esdihumboldt.hale.common.schema.mode
+ l.constraint,eu.esdihumboldt.hale.common.schema.model.constraint.type,e
+ u.esdihumboldt.util.geometry,eu.esdihumboldt.util.geometry.interpolatio
+ n,eu.esdihumboldt.util.geometry.interpolation.model,eu.esdihumboldt.uti
+ l.geometry.interpolation.model.impl,eu.esdihumboldt.util.reflection,jav
+ ax.annotation;version="[1.2.0,1.2.0]",org.geotools.gml2;version="29.1.0
+ .combined",org.locationtech.jts.geom,org.opengis.referencing.crs;versio
+ n="29.1.0",org.slf4j;version="1.5.11",org.springframework.core.convert;
+ version="5.2.0"
+Export-Package: eu.esdihumboldt.hale.io.gml.geometry,eu.esdihumboldt.hal
+ e.io.gml.geometry.constraint,eu.esdihumboldt.hale.io.gml.geometry.handl
+ er
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.io.gml.geometry
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.gml.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.gml.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..7500d63cae
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.gml.test/target/MANIFEST.MF
@@ -0,0 +1,38 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: GML/XML Instance I/O Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.gml.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base;version="9.0.0",com.google.common
+ .collect;version="9.0.0",com.google.common.io;version="1.6.0",de.fhg.ig
+ d.osgi.util;version="1.0.0",de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.c
+ ommon.instance.geometry,eu.esdihumboldt.hale.common.instance.helper,eu.
+ esdihumboldt.hale.common.instance.io,eu.esdihumboldt.hale.common.instan
+ ce.io.impl,eu.esdihumboldt.hale.common.instance.io.util,eu.esdihumboldt
+ .hale.common.instance.model,eu.esdihumboldt.hale.common.instance.model.
+ ext,eu.esdihumboldt.hale.common.instance.model.impl,eu.esdihumboldt.hal
+ e.common.instance.model.ext.helper,eu.esdihumboldt.hale.common.schema.g
+ eometry,eu.esdihumboldt.hale.common.schema.io,eu.esdihumboldt.hale.comm
+ on.schema.io.impl,eu.esdihumboldt.hale.common.schema.model,eu.esdihumbo
+ ldt.hale.common.schema.model.constraint,eu.esdihumboldt.hale.common.sch
+ ema.model.constraint.property,eu.esdihumboldt.hale.common.schema.model.
+ constraint.type,eu.esdihumboldt.hale.common.schema.model.impl,eu.esdihu
+ mboldt.hale.common.test,eu.esdihumboldt.hale.io.gml.geometry,eu.esdihum
+ boldt.hale.io.xml.validator,eu.esdihumboldt.hale.io.xsd.constraint,eu.e
+ sdihumboldt.hale.io.xsd.model,eu.esdihumboldt.hale.io.xsd.reader,eu.esd
+ ihumboldt.util,eu.esdihumboldt.util.geometry,gnu.trove,org.apache.ws.co
+ mmons.schema,org.apache.ws.commons.schema.constants,org.hamcrest.core;v
+ ersion="1.3.0",org.locationtech.jts.geom,org.osgi.framework;version="1.
+ 6.0",org.slf4j;version="1.5.11"
+Require-Bundle: eu.esdihumboldt.hale.io.gml;bundle-version="1.0.0",org.g
+ eotools;bundle-version="29.1.0",eu.esdihumboldt.hale.common.core;bundle
+ -version="2.2.0",eu.esdihumboldt.hale.io.xml,eu.esdihumboldt.hale.commo
+ n.convert;bundle-version="2.5.0",org.opengis;bundle-version="29.1.0",gr
+ oovy;bundle-version="2.5.19",eu.esdihumboldt.hale.common.instance.groov
+ y;bundle-version="2.9.5",org.eclipse.core.runtime;bundle-version="3.11.
+ 1",org.junit;bundle-version="4.13.0"
+Bundle-ClassPath: .
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.io.gml.test
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.gml.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.gml.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..b82b8915e3
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.gml.ui/target/MANIFEST.MF
@@ -0,0 +1,29 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: GML/XML Instance I/O UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.gml.ui;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.ui;bundle-version="2.2.0",eu.esdihu
+ mboldt.hale.io.gml;bundle-version="2.2.0",eu.esdihumboldt.hale.common.i
+ nstance;bundle-version="2.2.0",eu.esdihumboldt.hale.common.core;bundle-
+ version="2.2.0",org.eclipse.ui;bundle-version="3.5.1",org.eclipse.core.
+ runtime;bundle-version="3.5.0",org.geotools;bundle-version="29.1.0",org
+ .opengis;bundle-version="29.1.0"
+Import-Package: com.google.common.io;version="1.6.0",org.locationtech.jt
+ s,org.locationtech.jts.geom,de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.c
+ ommon.align.model,eu.esdihumboldt.hale.common.schema,eu.esdihumboldt.ha
+ le.common.schema.groovy,eu.esdihumboldt.hale.common.schema.model,eu.esd
+ ihumboldt.hale.common.schema.model.impl,eu.esdihumboldt.hale.io.gml.geo
+ metry,eu.esdihumboldt.hale.io.xsd.model,eu.esdihumboldt.hale.ui.common,
+ eu.esdihumboldt.hale.ui.common.definition,eu.esdihumboldt.hale.ui.util.
+ io,eu.esdihumboldt.util.format,eu.esdihumboldt.util.groovy.paths,eu.esd
+ ihumboldt.util.io,org.apache.commons.lang;version="2.6.0",org.slf4j;ver
+ sion="1.5.11"
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: eu.esdihumboldt.hale.io.gml.ui.internal.GmlUIPlugin
+Bundle-Vendor: data harmonisation panel
+Export-Package: eu.esdihumboldt.hale.io.gml.ui,eu.esdihumboldt.hale.io.g
+ ml.ui.internal;x-internal:=true
+Automatic-Module-Name: eu.esdihumboldt.hale.io.gml.ui
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.gml/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.gml/target/MANIFEST.MF
new file mode 100644
index 0000000000..bdc3e70f58
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.gml/target/MANIFEST.MF
@@ -0,0 +1,54 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: GML/XML Instance I/O
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.gml;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.geotools;bundle-version="29.1.0",eu.esdihumboldt.hal
+ e.common.core;bundle-version="2.2.0",eu.esdihumboldt.hale.common.conver
+ t;bundle-version="2.2.0",org.eclipse.core.contenttype;bundle-version="3
+ .4.100",org.opengis;bundle-version="29.1.0",groovy;bundle-version="2.5.
+ 19",eu.esdihumboldt.hale.common.instance;bundle-version="3.2.0",eu.esdi
+ humboldt.hale.common.instance.graph;bundle-version="3.3.0",org.springfr
+ amework.spring-core;bundle-version="5.2.0",org.apache.xmlbeans;bundle-v
+ ersion="5.1.1"
+Import-Package: com.google.common.base,com.google.common.collect;version
+ ="11.0.1",com.google.common.io,de.fhg.igd.osgi.util;version="1.0.0",de.
+ fhg.igd.slf4jplus,edu.umd.cs.findbugs.annotations,eu.esdihumboldt.hale.
+ common.instance.geometry,eu.esdihumboldt.hale.common.instance.geometry.
+ impl,eu.esdihumboldt.hale.common.instance.graph.reference,eu.esdihumbol
+ dt.hale.common.instance.helper,eu.esdihumboldt.hale.common.instance.io,
+ eu.esdihumboldt.hale.common.instance.io.impl,eu.esdihumboldt.hale.commo
+ n.instance.io.util,eu.esdihumboldt.hale.common.instance.model,eu.esdihu
+ mboldt.hale.common.instance.model.ext,eu.esdihumboldt.hale.common.insta
+ nce.model.impl,eu.esdihumboldt.hale.common.schema,eu.esdihumboldt.hale.
+ common.schema.geometry,eu.esdihumboldt.hale.common.schema.groovy,eu.esd
+ ihumboldt.hale.common.schema.model,eu.esdihumboldt.hale.common.schema.m
+ odel.constraint,eu.esdihumboldt.hale.common.schema.model.constraint.pro
+ perty,eu.esdihumboldt.hale.common.schema.model.constraint.type,eu.esdih
+ umboldt.hale.common.schema.model.impl,eu.esdihumboldt.hale.io.gml.geome
+ try,eu.esdihumboldt.hale.io.gml.geometry.constraint,eu.esdihumboldt.hal
+ e.io.xsd.constraint,eu.esdihumboldt.hale.io.xsd.model,eu.esdihumboldt.h
+ ale.io.xsd.reader,eu.esdihumboldt.hale.util.nonosgi.contenttype.describ
+ er,eu.esdihumboldt.util,eu.esdihumboldt.util.format,eu.esdihumboldt.uti
+ l.geometry,eu.esdihumboldt.util.geometry.quadtree,eu.esdihumboldt.util.
+ groovy.paths,eu.esdihumboldt.util.http.client,eu.esdihumboldt.util.io,j
+ avax.annotation;version="[1.2.0,1.2.0]",org.apache.commons.io;version="
+ 2.11.0",org.apache.http;version="4.3.3",org.apache.http.client.utils;ve
+ rsion="4.3.6",org.joda.time.format;version="2.3.0",org.locationtech.jts
+ .geom,org.slf4j;version="1.5.11"
+Export-Package: eu.esdihumboldt.hale.io.gml,eu.esdihumboldt.hale.io.gml.
+ internal.simpletype;x-internal:=true,eu.esdihumboldt.hale.io.gml.intern
+ al.simpletype.converters;x-internal:=true,eu.esdihumboldt.hale.io.gml.r
+ eader.internal;x-internal:=true,eu.esdihumboldt.hale.io.gml.reader.inte
+ rnal.instance;x-internal:=true,eu.esdihumboldt.hale.io.gml.reader.inter
+ nal.wfs,eu.esdihumboldt.hale.io.gml.writer,eu.esdihumboldt.hale.io.gml.
+ writer.internal;x-internal:=true,eu.esdihumboldt.hale.io.gml.writer.int
+ ernal.geometry;x-internal:=true,eu.esdihumboldt.hale.io.gml.writer.inte
+ rnal.geometry.converters;x-internal:=true,eu.esdihumboldt.hale.io.gml.w
+ riter.internal.geometry.writers;x-internal:=true,schemas.filter,schemas
+ .gml,schemas.ows,schemas.sld,schemas.validate,schemas.wcs,schemas.wfs,s
+ chemas.wms,schemas.xlink
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.io.gml
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.groovy.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.groovy.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..a357e7f50c
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.groovy.test/target/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Groovy I/O Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.groovy.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Fragment-Host: eu.esdihumboldt.hale.io.groovy
+Automatic-Module-Name: eu.esdihumboldt.hale.io.groovy.test
+Require-Bundle: org.junit;bundle-version="4.13.0"
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.groovy.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.groovy.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..75e67faa23
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.groovy.ui/target/MANIFEST.MF
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Groovy I/O UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.groovy.ui;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-Vendor: wetransform GmbH
+Require-Bundle: eu.esdihumboldt.hale.ui;bundle-version="3.4.0",groovy;bu
+ ndle-version="2.5.19",eu.esdihumboldt.hale.io.groovy,eu.esdihumboldt.ha
+ le.common.core;bundle-version="3.4.0",org.eclipse.ui;bundle-version="3.
+ 107.0",org.eclipse.core.runtime;bundle-version="3.11.1"
+Import-Package: com.google.common.collect;version="17.0.0",eu.esdihumbol
+ dt.util.io,org.apache.commons.io
+Automatic-Module-Name: eu.esdihumboldt.hale.io.groovy.ui
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.groovy/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.groovy/target/MANIFEST.MF
new file mode 100644
index 0000000000..2b414c88c3
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.groovy/target/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Groovy I/O
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.groovy;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.core;bundle-version="3.4.0",
+ groovy;bundle-version="2.5.19",org.eclipse.core.runtime;bundle-version=
+ "3.11.1"
+Export-Package: eu.esdihumboldt.hale.io.groovy,eu.esdihumboldt.hale.io.g
+ roovy.snippets,eu.esdihumboldt.hale.io.groovy.snippets.impl
+Import-Package: eu.esdihumboldt.util.groovy.sandbox,eu.esdihumboldt.util
+ .io,org.apache.commons.io
+Automatic-Module-Name: eu.esdihumboldt.hale.io.groovy
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.haleconnect.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.haleconnect.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..a3999614d9
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.haleconnect.ui/target/MANIFEST.MF
@@ -0,0 +1,31 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: hale connect integration UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.haleconnect.ui;singleton:=t
+ rue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui;bundle-version="3.107.0",org.eclipse.core
+ .runtime;bundle-version="3.11.1",eu.esdihumboldt.hale.io.haleconnect;bu
+ ndle-version="3.3.0",eu.esdihumboldt.hale.ui;bundle-version="3.3.0",eu.
+ esdihumboldt.hale.common.core;bundle-version="3.3.0",org.apache.velocit
+ y;bundle-version="1.6.2",de.fhg.igd.slf4jplus,groovy;bundle-version="2.
+ 5.19"
+Export-Package: eu.esdihumboldt.hale.io.haleconnect.ui,eu.esdihumboldt.h
+ ale.io.haleconnect.ui.preferences,eu.esdihumboldt.hale.io.haleconnect.u
+ i.projects
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: eu.esdihumboldt.hale.io.haleconnect.ui.internal.HaleCo
+ nnectUIPlugin
+Bundle-ClassPath: .
+Import-Package: com.google.common.util.concurrent;version="17.0.0",com.g
+ oogle.gson;version="2.6.2",com.google.gson.annotations;version="2.6.2",
+ com.google.gson.reflect;version="2.6.2",com.google.gson.stream;version=
+ "2.6.2",eu.esdihumboldt.hale.ui.util,eu.esdihumboldt.hale.ui.util.compo
+ nents,eu.esdihumboldt.hale.ui.util.io,eu.esdihumboldt.hale.ui.util.view
+ er,eu.esdihumboldt.hale.ui.util.wizard,eu.esdihumboldt.util.io,org.apac
+ he.commons.lang;version="2.6.0",org.eclipse.equinox.security.storage;ve
+ rsion="1.0.0",org.eclipse.ui.forms.widgets,org.eclipse.ui.intro.config,
+ org.slf4j;version="1.7.12"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.haleconnect.ui
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.haleconnect/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.haleconnect/target/MANIFEST.MF
new file mode 100644
index 0000000000..1ede9dbb36
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.haleconnect/target/MANIFEST.MF
@@ -0,0 +1,28 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: hale connect integration
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.haleconnect;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.core;bundle-version="3.3.0",
+ com.haleconnect.api.haleconnect-user-api;bundle-version="1.0.0",com.hal
+ econnect.api.haleconnect-project-api;bundle-version="0.1.0",com.halecon
+ nect.api.haleconnect-bucket-api;bundle-version="1.0.0",com.haleconnect.
+ api.haleconnect-projectstore-api;bundle-version="1.0.0",groovy;bundle-v
+ ersion="2.5.19",de.fhg.igd.slf4jplus;bundle-version="1.2.0"
+Import-Package: com.google.common.collect;version="17.0.0",com.google.co
+ mmon.io;version="17.0.0",com.google.common.util.concurrent;version="17.
+ 0.0",com.google.gson;version="2.6.2",com.google.gson.annotations;versio
+ n="2.6.2",com.google.gson.reflect;version="2.6.2",com.google.gson.strea
+ m;version="2.6.2",com.squareup.okhttp;version="2.7.5",com.squareup.okht
+ tp.logging;version="2.7.5",eu.esdihumboldt.hale.common.cache,eu.esdihum
+ boldt.util.groovy.collector,eu.esdihumboldt.util.http,eu.esdihumboldt.u
+ til.io,eu.esdihumboldt.util.resource,okio;version="1.6.0",org.apache.co
+ mmons.io,org.apache.commons.lang;version="2.6.0",org.eclipse.core.runti
+ me;version="3.5.0",org.eclipse.core.runtime.content,org.osgi.framework;
+ version="1.9.0",org.slf4j;version="1.7.12"
+Export-Package: eu.esdihumboldt.hale.io.haleconnect,eu.esdihumboldt.hale
+ .io.haleconnect.project
+Automatic-Module-Name: eu.esdihumboldt.hale.io.haleconnect
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.html.svg.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.html.svg.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..922f0ceb32
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.html.svg.test/target/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: SVG Based HTML Documentation Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.html.svg.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.io.html.svg;bundle-version="2.8.0",
+ eu.esdihumboldt.cst.test;bundle-version="2.8.0",groovy;bundle-version="
+ 2.5.19",eu.esdihumboldt.hale.common.core;bundle-version="2.8.0",eu.esdi
+ humboldt.hale.common.schema;bundle-version="2.8.0",eu.esdihumboldt.hale
+ .common.instance;bundle-version="2.8.0",eu.esdihumboldt.hale.common.ali
+ gn;bundle-version="2.8.0",org.eclipse.core.runtime;bundle-version="3.7.
+ 0",org.junit;bundle-version="4.13.0"
+Import-Package: com.google.common.io;version="15.0.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.html.svg.test
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.html.svg/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.html.svg/target/MANIFEST.MF
new file mode 100644
index 0000000000..f810fc2a01
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.html.svg/target/MANIFEST.MF
@@ -0,0 +1,33 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: SVG Based HTML Documentation
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.html.svg;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: groovy;bundle-version="2.5.19",eu.esdihumboldt.hale.comm
+ on.align;bundle-version="2.8.0",org.eclipse.core.runtime;bundle-version
+ ="3.7.0",eu.esdihumboldt.hale.common.core;bundle-version="2.8.0",eu.esd
+ ihumboldt.hale.common.schema;bundle-version="2.8.0",eu.esdihumboldt.hal
+ e.common.instance;bundle-version="2.8.0",com.vladsch.flexmark;bundle-ve
+ rsion="0.64.0",com.vladsch.flexmark.profile-pegdown;bundle-version="0.6
+ 4.0",com.vladsch.flexmark.util;bundle-version="0.64.0",com.vladsch.flex
+ mark.util-data;bundle-version="0.64.0",com.vladsch.flexmark.util-misc;b
+ undle-version="0.64.0",com.vladsch.flexmark.util-ast;bundle-version="0.
+ 64.0",com.vladsch.flexmark.util-sequence;bundle-version="0.64.0",jakart
+ a.xml.bind-api;bundle-version="4.0.0",com.vladsch.flexmark.util-format;
+ bundle-version="0.64.0"
+Import-Package: com.google.common.collect;version="15.0.0",com.google.co
+ mmon.io;version="15.0.0",de.fhg.igd.eclipse.util.extension.simple,de.fh
+ g.igd.slf4jplus,de.odysseus.staxon.json;version="1.3.0",de.odysseus.sta
+ xon.json.stream;version="1.3.0",de.odysseus.staxon.json.stream.impl;ver
+ sion="1.3.0",de.odysseus.staxon.xml.util;version="1.3.0",eu.esdihumbold
+ t.hale.common.align.io.impl.internal.generated;version="2.9.4",eu.esdih
+ umboldt.util,eu.esdihumboldt.util.definition,eu.esdihumboldt.util.groov
+ y.json,eu.esdihumboldt.util.io,eu.esdihumboldt.util.xml,net.jcip.annota
+ tions,org.apache.commons.lang;version="2.4.0",org.slf4j;version="1.7.10
+ "
+Export-Package: eu.esdihumboldt.hale.io.html.svg.mapping,eu.esdihumboldt
+ .hale.io.html.svg.mapping.json
+Automatic-Module-Name: eu.esdihumboldt.hale.io.html.svg
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.html.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.html.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..4b1ae53cc8
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.html.ui/target/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HTML UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.html.ui;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui;bundle-version="3.6.2",org.eclipse.core.r
+ untime;bundle-version="3.6.0",eu.esdihumboldt.hale.ui
+Import-Package: eu.esdihumboldt.hale.common.align.io,eu.esdihumboldt.hal
+ e.common.align.io.impl,eu.esdihumboldt.hale.common.core.io,eu.esdihumbo
+ ldt.hale.common.core.io.impl,eu.esdihumboldt.hale.io.html
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.io.html.ui
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.html/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.html/target/MANIFEST.MF
new file mode 100644
index 0000000000..3f6ca53c9f
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.html/target/MANIFEST.MF
@@ -0,0 +1,34 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HTML I/O
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.html;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.collect;version="9.0.0",com.google.com
+ mon.io;version="9.0.0",de.fhg.igd.eclipse.util.extension.simple,de.fhg.
+ igd.slf4jplus,eu.esdihumboldt.hale.common.align.io.impl,eu.esdihumboldt
+ .hale.common.core.io,eu.esdihumboldt.hale.common.core.io.impl,eu.esdihu
+ mboldt.hale.common.core.io.project,eu.esdihumboldt.hale.common.core.io.
+ report,eu.esdihumboldt.hale.common.schema.model,eu.esdihumboldt.hale.ui
+ ,eu.esdihumboldt.hale.ui.util,org.apache.commons.io,org.apache.velocity
+ ;version="1.6.2",org.apache.velocity.app;version="1.6.2",org.apache.vel
+ ocity.context;version="1.6.2",org.apache.velocity.exception;version="1.
+ 6.2"
+Require-Bundle: eu.esdihumboldt.hale.common.align;bundle-version="2.5.0"
+ ,org.eclipse.core.runtime;bundle-version="3.7.0",eu.esdihumboldt.hale.c
+ ommon.core;bundle-version="2.5.0",eu.esdihumboldt.hale.ui.common.graph;
+ bundle-version="2.5.0",eu.esdihumboldt.hale.ui.util.graph;bundle-versio
+ n="2.5.0",org.eclipse.zest.core;bundle-version="2.0.0",org.eclipse.zest
+ .jface;bundle-version="2.0.0",org.eclipse.zest.layouts;bundle-version="
+ 2.0.0",org.eclipse.ui;bundle-version="3.7.0",org.eclipse.draw2d;bundle-
+ version="3.7.1",eu.esdihumboldt.util;bundle-version="2.5.0",com.vladsch
+ .flexmark;bundle-version="0.64.0",com.vladsch.flexmark.profile-pegdown;
+ bundle-version="0.64.0",com.vladsch.flexmark.util;bundle-version="0.64.
+ 0",com.vladsch.flexmark.util-data;bundle-version="0.64.0",com.vladsch.f
+ lexmark.util-misc;bundle-version="0.64.0",com.vladsch.flexmark.util-ast
+ ;bundle-version="0.64.0",com.vladsch.flexmark.util-sequence;bundle-vers
+ ion="0.64.0"
+Export-Package: eu.esdihumboldt.hale.io.html
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.io.html
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.instancebuilder/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.instancebuilder/target/MANIFEST.MF
new file mode 100644
index 0000000000..c04217ea8d
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.instancebuilder/target/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Instance builder I/O support
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.instancebuilder;singleton:=
+ true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.core;bundle-version="3.3.0",
+ org.eclipse.core.runtime;bundle-version="3.11.1",eu.esdihumboldt.hale.c
+ ommon.instance;bundle-version="3.3.0",eu.esdihumboldt.hale.common.insta
+ nce.groovy;bundle-version="3.3.0",groovy;bundle-version="2.5.19",eu.esd
+ ihumboldt.util.groovy;bundle-version="3.3.0",eu.esdihumboldt.hale.commo
+ n.schema
+Import-Package: eu.esdihumboldt.util.io
+Automatic-Module-Name: eu.esdihumboldt.hale.io.instancebuilder
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.interpolation.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.interpolation.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..f794f14505
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.interpolation.ui/target/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Interpolation UI Configuration
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.interpolation.ui;singleton:
+ =true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Require-Bundle: org.eclipse.core.runtime,eu.esdihumboldt.hale.ui;bundle-
+ version="3.1.0",eu.esdihumboldt.hale.common.schema;bundle-version="3.1.
+ 0",eu.esdihumboldt.hale.common.core;bundle-version="3.1.0",org.eclipse.
+ ui;bundle-version="3.107.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.eclipse.util.extension,eu.esdihumboldt.hale.c
+ ommon.core.io,eu.esdihumboldt.hale.common.instance.geometry,eu.esdihumb
+ oldt.util.geometry.interpolation.extension,eu.esdihumboldt.util.geometr
+ y.interpolation.grid,org.eclipse.ui.plugin
+Automatic-Module-Name: eu.esdihumboldt.hale.io.interpolation.ui
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.jdbc.msaccess.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.jdbc.msaccess.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..171ff54b01
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.jdbc.msaccess.test/target/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Test
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.jdbc.msaccess.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.io;version="17.0.0",de.fhg.igd.slf4jpl
+ us,eu.esdihumboldt.hale.common.instance.io.impl,eu.esdihumboldt.hale.co
+ mmon.instance.model,net.ucanaccess.jdbc;version="3.0.6",org.slf4j;versi
+ on="1.7.10",ru.yandex.qatools.allure.annotations;version="1.5.0"
+Require-Bundle: eu.esdihumboldt.hale.io.jdbc.msaccess;bundle-version="2.
+ 9.5",eu.esdihumboldt.hale.io.jdbc;bundle-version="2.9.5",eu.esdihumbold
+ t.hale.common.core;bundle-version="2.9.5",eu.esdihumboldt.hale.common.s
+ chema;bundle-version="2.9.5",eu.esdihumboldt.hale.common.schema.persist
+ ;bundle-version="2.9.5",org.junit;bundle-version="4.13.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.jdbc.msaccess.test
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.jdbc.msaccess.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.jdbc.msaccess.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..ed896994fe
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.jdbc.msaccess.ui/target/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: MS Access UI Configuration
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.jdbc.msaccess.ui;singleton:
+ =true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.io.jdbc.ui;bundle-version="2.9.5"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.jdbc.msaccess.ui
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.jdbc.msaccess/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.jdbc.msaccess/target/MANIFEST.MF
new file mode 100644
index 0000000000..f684653c64
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.jdbc.msaccess/target/MANIFEST.MF
@@ -0,0 +1,24 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE MS-Access Support
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.jdbc.msaccess;singleton:=tr
+ ue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Activator: eu.esdihumboldt.hale.io.jdbc.msaccess.internal.Activat
+ or
+Require-Bundle: eu.esdihumboldt.hale.io.jdbc;bundle-version="2.9.5",eu.e
+ sdihumboldt.hale.common.schema;bundle-version="2.9.5",eu.esdihumboldt.h
+ ale.common.core;bundle-version="2.9.5",eu.esdihumboldt.hale.common.inst
+ ance;bundle-version="2.9.5"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ActivationPolicy: lazy
+Bundle-Vendor: data harmonisation panel
+Import-Package: de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.core.io
+ ,eu.esdihumboldt.hale.common.schema.persist,eu.esdihumboldt.util.io,net
+ .ucanaccess.jdbc;version="3.0.6",org.eclipse.core.runtime.content,org.o
+ sgi.framework,org.slf4j;version="1.7.10",schemacrawler.schemacrawler;ve
+ rsion="12.4.2"
+Export-Package: eu.esdihumboldt.hale.io.jdbc.msaccess,eu.esdihumboldt.ha
+ le.io.jdbc.msaccess.internal;x-internal:=true
+Automatic-Module-Name: eu.esdihumboldt.hale.io.jdbc.msaccess
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.jdbc.mssql.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.jdbc.mssql.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..d104b2e96d
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.jdbc.mssql.test/target/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Test for MS SQL feature
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.jdbc.mssql.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Fragment-Host: eu.esdihumboldt.hale.io.jdbc.mssql;bundle-version="3.1.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: ru.yandex.qatools.allure.annotations;version="1.5.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.jdbc.mssql.test
+Require-Bundle: org.junit;bundle-version="4.13.0"
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.jdbc.mssql/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.jdbc.mssql/target/MANIFEST.MF
new file mode 100644
index 0000000000..613fc429e0
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.jdbc.mssql/target/MANIFEST.MF
@@ -0,0 +1,28 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE MS-SQL Support
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.jdbc.mssql;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Activator: eu.esdihumboldt.hale.io.jdbc.mssql.internal.Activator
+Bundle-Vendor: wetransform GmbH
+Require-Bundle: eu.esdihumboldt.hale.io.jdbc;bundle-version="3.1.0",eu.e
+ sdihumboldt.hale.common.core;bundle-version="3.1.0",eu.esdihumboldt.hal
+ e.common.instance;bundle-version="3.1.0",eu.esdihumboldt.hale.common.sc
+ hema;bundle-version="3.1.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ActivationPolicy: lazy
+Import-Package: com.google.common.io;version="17.0.0",com.microsoft.sqls
+ erver.jdbc;version="4.2.0",de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.co
+ mmon.instance.geometry,eu.esdihumboldt.hale.common.instance.geometry.im
+ pl,eu.esdihumboldt.hale.common.schema.persist,eu.esdihumboldt.util.io,m
+ icrosoft.sql;version="4.2.0",org.geotools.geometry.jts;version="29.1.0.
+ combined",org.geotools.referencing;version="29.1.0.combined",org.locati
+ ontech.jts.geom;version="1.13.0",org.locationtech.jts.io;version="1.13.
+ 0",org.opengis.referencing;version="29.1.0",org.opengis.referencing.crs
+ ;version="29.1.0",org.opengis.referencing.operation;version="29.1.0",or
+ g.osgi.framework;version="1.8.0",org.slf4j;version="1.7.10",schemacrawl
+ er.schema;version="12.4.2"
+Export-Package: eu.esdihumboldt.hale.io.jdbc.mssql,eu.esdihumboldt.hale.
+ io.jdbc.mssql.internal;x-internal:=true
+Automatic-Module-Name: eu.esdihumboldt.hale.io.jdbc.mssql
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.jdbc.postgresql.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.jdbc.postgresql.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..3e33fa10ef
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.jdbc.postgresql.test/target/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: PostgreSQL Database Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.jdbc.postgresql.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.typesafe.config;version="1.2.1",de.fhg.igd.slf4jplus
+ ,eu.esdihumboldt.hale.common.test,eu.esdihumboldt.hale.common.test.dock
+ er.config,eu.esdihumboldt.hale.io.jdbc.test,org.hamcrest.core;version="
+ 1.3.0",org.locationtech.jts.geom;version="1.13.0",org.osgi.framework;ve
+ rsion="1.8.0",org.postgresql;version="9.2.0",ru.yandex.qatools.allure.a
+ nnotations;version="1.5.0",schemacrawler.schema;version="8.16.0"
+Require-Bundle: eu.esdihumboldt.hale.io.jdbc;bundle-version="2.9.0",groo
+ vy;bundle-version="2.5.19",eu.esdihumboldt.hale.common.core;bundle-vers
+ ion="2.9.0",eu.esdihumboldt.hale.common.instance;bundle-version="2.9.0"
+ ,eu.esdihumboldt.hale.common.instance.groovy;bundle-version="2.9.0",eu.
+ esdihumboldt.hale.common.schema;bundle-version="2.9.0",eu.esdihumboldt.
+ hale.common.schema.persist;bundle-version="2.9.0",org.eclipse.core.runt
+ ime;bundle-version="3.10.0",com.spotify.docker-client;bundle-version="2
+ .4.2",org.junit;bundle-version="4.13.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.jdbc.postgresql.test
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.jdbc.postgresql/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.jdbc.postgresql/target/MANIFEST.MF
new file mode 100644
index 0000000000..d37a170e42
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.jdbc.postgresql/target/MANIFEST.MF
@@ -0,0 +1,25 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE PostgreSQL Support
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.jdbc.postgresql;singleton:=
+ true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Activator: eu.esdihumboldt.hale.io.jdbc.postgresql.internal.Activ
+ ator
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.core.re
+ port,eu.esdihumboldt.hale.common.instance.geometry,eu.esdihumboldt.hale
+ .common.instance.geometry.impl,org.geotools.geometry.jts;version="29.1.
+ 0.combined",org.geotools.referencing;version="29.1.0.combined",org.loca
+ tiontech.jts,org.locationtech.jts.geom,org.opengis.geometry;version="29
+ .1.0",org.opengis.referencing;version="29.1.0",org.opengis.referencing.
+ crs;version="29.1.0",org.opengis.referencing.operation;version="29.1.0"
+ ,org.osgi.framework;version="1.3.0",org.postgis,org.postgresql;version=
+ "8.3.604",org.postgresql.jdbc2;version="9.4.0",org.slf4j;version="1.5.1
+ 1",schemacrawler.schema;version="8.16.0"
+Require-Bundle: eu.esdihumboldt.hale.io.jdbc;bundle-version="2.5.0",eu.e
+ sdihumboldt.hale.common.schema;bundle-version="2.5.0"
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.io.jdbc.postgresql
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.jdbc.spatialite.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.jdbc.spatialite.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..9569d9d9ef
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.jdbc.spatialite.test/target/MANIFEST.MF
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: SpatiaLite Database Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.jdbc.spatialite.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Fragment-Host: eu.esdihumboldt.hale.io.jdbc.spatialite;bundle-version="2
+ .9.1"
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.io;version="17.0.0",eu.esdihumboldt.cs
+ t.test,eu.esdihumboldt.hale.common.test,org.sqlite;version="3.28.0",ru.
+ yandex.qatools.allure.annotations;version="1.5.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.jdbc.spatialite.test
+Require-Bundle: org.junit;bundle-version="4.13.0"
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.jdbc.spatialite/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.jdbc.spatialite/target/MANIFEST.MF
new file mode 100644
index 0000000000..2ad2c2116c
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.jdbc.spatialite/target/MANIFEST.MF
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE SpatiaLite Support
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.jdbc.spatialite;singleton:=
+ true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Activator: eu.esdihumboldt.hale.io.jdbc.spatialite.internal.Activ
+ ator
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.cache;version="17.0.0",de.fhg.igd.slf4
+ jplus,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.common.i
+ nstance.geometry,eu.esdihumboldt.hale.common.instance.geometry.impl,eu.
+ esdihumboldt.hale.common.schema.persist,eu.esdihumboldt.util.io,org.geo
+ tools.geometry.jts;version="29.1.0.combined",org.geotools.referencing;v
+ ersion="29.1.0.combined",org.locationtech.jts.geom,org.locationtech.jts
+ .io,org.opengis.referencing.crs;version="29.1.0",org.opengis.referencin
+ g.operation;version="29.1.0",org.osgi.framework;version="1.3.0",org.slf
+ 4j;version="1.5.11"
+Bundle-ActivationPolicy: lazy
+Require-Bundle: eu.esdihumboldt.hale.io.jdbc;bundle-version="2.9.1",eu.e
+ sdihumboldt.hale.common.schema;bundle-version="2.9.2",net.sourceforge.s
+ chemacrawler;bundle-version="12.4.2",org.eclipse.core.runtime;bundle-ve
+ rsion="3.7.0",eu.esdihumboldt.hale.common.core,eu.esdihumboldt.hale.com
+ mon.instance,org.xerial.sqlite-jdbc;bundle-version="3.28.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.jdbc.spatialite
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.jdbc.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.jdbc.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..4e711919eb
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.jdbc.test/target/MANIFEST.MF
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Test
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.jdbc.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Require-Bundle: org.eclipse.core.runtime,eu.esdihumboldt.hale.io.jdbc;bu
+ ndle-version="2.9.0",eu.esdihumboldt.hale.common.schema;bundle-version=
+ "2.9.0",eu.esdihumboldt.hale.common.schema.persist;bundle-version="2.9.
+ 0",eu.esdihumboldt.hale.common.core,eu.esdihumboldt.hale.common.instanc
+ e,eu.esdihumboldt.hale.io.json.test;bundle-version="2.9.0",org.junit;bu
+ ndle-version="4.13.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.fasterxml.jackson.annotation;version="2.3.0",com.spo
+ tify.docker.client;version="2.4.2",com.spotify.docker.client.messages;v
+ ersion="2.4.2",com.typesafe.config;version="1.2.1",eu.esdihumboldt.hale
+ .common.test,eu.esdihumboldt.hale.common.test.docker.config,org.springf
+ ramework.core.convert;version="5.2.0",schemacrawler.schema;version="12.
+ 4.2"
+Export-Package: eu.esdihumboldt.hale.io.jdbc.test
+Automatic-Module-Name: eu.esdihumboldt.hale.io.jdbc.test
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.jdbc.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.jdbc.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..7b85522c95
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.jdbc.ui/target/MANIFEST.MF
@@ -0,0 +1,19 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE JDBC Support UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.jdbc.ui;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",org.ecli
+ pse.ui;bundle-version="3.7.0",eu.esdihumboldt.hale.ui;bundle-version="2
+ .5.0",eu.esdihumboldt.hale.common.schema;bundle-version="2.5.0",eu.esdi
+ humboldt.hale.common.core;bundle-version="2.5.0"
+Import-Package: com.google.common.io;version="15.0.0",de.fhg.igd.eclipse
+ .util.extension.simple,de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common
+ .instance.io,eu.esdihumboldt.hale.io.jdbc,eu.esdihumboldt.hale.io.jdbc.
+ extension,eu.esdihumboldt.hale.ui.common,eu.esdihumboldt.util,org.slf4j
+ ;version="1.7.10"
+Bundle-Vendor: data harmonisation panel
+Export-Package: eu.esdihumboldt.hale.io.jdbc.ui
+Automatic-Module-Name: eu.esdihumboldt.hale.io.jdbc.ui
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.jdbc/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.jdbc/target/MANIFEST.MF
new file mode 100644
index 0000000000..1b53a8c72a
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.jdbc/target/MANIFEST.MF
@@ -0,0 +1,29 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE JDBC Schema and Instance Support
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.jdbc;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Eclipse-BuddyPolicy: registered
+Require-Bundle: groovy;bundle-version="2.5.19",eu.esdihumboldt.hale.comm
+ on.schema;bundle-version="2.5.0",eu.esdihumboldt.hale.common.instance;b
+ undle-version="2.5.0",eu.esdihumboldt.hale.common.core;bundle-version="
+ 2.5.0",org.eclipse.core.runtime;bundle-version="3.7.0",net.sourceforge.
+ schemacrawler;bundle-version="12.4.2"
+Import-Package: com.google.common.base;version="1.0.0",com.google.common
+ .collect;version="17.0.0",org.locationtech.jts,org.locationtech.jts.geo
+ m,de.fhg.igd.eclipse.util.extension,de.fhg.igd.eclipse.util.extension.s
+ imple,de.fhg.igd.slf4jplus,edu.umd.cs.findbugs.annotations,eu.esdihumbo
+ ldt.hale.common.instance.groovy,eu.esdihumboldt.hale.common.schema.pers
+ ist,eu.esdihumboldt.util.groovy.builder,eu.esdihumboldt.util.io,org.ope
+ ngis.referencing.crs;version="29.1.0",org.slf4j;version="1.5.11",org.sq
+ lite;version="3.28.0",org.sqlite.core;version="3.28.0",org.sqlite.jdbc3
+ ;version="3.28.0"
+Export-Package: eu.esdihumboldt.hale.io.jdbc,eu.esdihumboldt.hale.io.jdb
+ c.constraints,eu.esdihumboldt.hale.io.jdbc.constraints.factory,eu.esdih
+ umboldt.hale.io.jdbc.constraints.internal;x-internal:=true,eu.esdihumbo
+ ldt.hale.io.jdbc.extension,eu.esdihumboldt.hale.io.jdbc.extension.inter
+ nal;x-internal:=true
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.io.jdbc
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.json.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.json.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..582a145ab2
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.json.test/target/MANIFEST.MF
@@ -0,0 +1,25 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Json I/O tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.json.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.io.json;bundle-version="2.9.0",groo
+ vy;bundle-version="2.5.19",eu.esdihumboldt.hale.common.schema;bundle-ve
+ rsion="2.9.0",eu.esdihumboldt.hale.common.schema.groovy;bundle-version=
+ "2.9.0",eu.esdihumboldt.hale.common.core;bundle-version="2.9.0",eu.esdi
+ humboldt.hale.common.align;bundle-version="2.9.0",eu.esdihumboldt.cst.f
+ unctions.geometric;bundle-version="4.2.0",org.locationtech.jts.jts-core
+ ;bundle-version="1.16.0",org.junit;bundle-version="4.13.0",eu.esdihumbo
+ ldt.hale.common.align.groovy;bundle-version="2.9.0",com.fasterxml.jacks
+ on.core.jackson-core;bundle-version="2.13.4",com.fasterxml.jackson.core
+ .jackson-databind;bundle-version="2.13.4",org.eclipse.core.runtime;bund
+ le-version="3.17.100"
+Import-Package: de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.instanc
+ e.groovy,eu.esdihumboldt.hale.common.instance.model,eu.esdihumboldt.uti
+ l.io,eu.esdihumboldt.util.xml,net.jcip.annotations,org.assertj.core.api
+ ;version="3.22.0",org.hamcrest.core;version="1.3.0",org.slf4j;version="
+ 1.7.2"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.json.test
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.json.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.json.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..e7df1ca9d6
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.json.ui/target/MANIFEST.MF
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: JSON Schema/Instance I/O UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.json.ui;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",org.ecli
+ pse.ui;bundle-version="3.6.2",eu.esdihumboldt.hale.io.json;bundle-versi
+ on="5.1.0",eu.esdihumboldt.hale.ui.util
+Import-Package: com.google.common.io;version="9.0.0",eu.esdihumboldt.hal
+ e.common.core.io,eu.esdihumboldt.hale.common.core.io.impl,eu.esdihumbol
+ dt.hale.common.core.io.supplier,eu.esdihumboldt.hale.common.instance.io
+ ,eu.esdihumboldt.hale.common.schema,eu.esdihumboldt.hale.common.schema.
+ model,eu.esdihumboldt.hale.common.schema.persist,eu.esdihumboldt.hale.u
+ i,eu.esdihumboldt.hale.ui.common.definition.selector,eu.esdihumboldt.ha
+ le.ui.io,eu.esdihumboldt.hale.ui.io.config,eu.esdihumboldt.hale.ui.io.i
+ nstance,eu.esdihumboldt.hale.ui.service.schema,eu.esdihumboldt.hale.ui.
+ util.io,eu.esdihumboldt.hale.ui.util.selector,eu.esdihumboldt.util
+Export-Package: eu.esdihumboldt.hale.io.json.ui
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.io.json.ui
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.json/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.json/target/MANIFEST.MF
new file mode 100644
index 0000000000..efdd1422c1
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.json/target/MANIFEST.MF
@@ -0,0 +1,49 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Json IO
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.json;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base;version="1.6.0",com.google.common
+ .collect;version="9.0.0",de.fhg.igd.eclipse.util.extension,de.fhg.igd.o
+ sgi.util;version="1.0.0",de.fhg.igd.slf4jplus,eu.esdihumboldt.cst.funct
+ ions.geometric,eu.esdihumboldt.hale.common.align.helper,eu.esdihumboldt
+ .hale.common.align.io.impl,eu.esdihumboldt.hale.common.align.model,eu.e
+ sdihumboldt.hale.common.align.model.impl,eu.esdihumboldt.hale.common.co
+ re.internal,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.co
+ mmon.core.io.impl,eu.esdihumboldt.hale.common.core.io.report,eu.esdihum
+ boldt.hale.common.core.io.report.impl,eu.esdihumboldt.hale.common.core.
+ io.supplier,eu.esdihumboldt.hale.common.core.parameter,eu.esdihumboldt.
+ hale.common.core.report,eu.esdihumboldt.hale.common.instance.groovy,eu.
+ esdihumboldt.hale.common.instance.io,eu.esdihumboldt.hale.common.instan
+ ce.io.impl,eu.esdihumboldt.hale.common.instance.model,eu.esdihumboldt.h
+ ale.common.instance.model.impl,eu.esdihumboldt.hale.common.schema,eu.es
+ dihumboldt.hale.common.schema.geometry,eu.esdihumboldt.hale.common.sche
+ ma.groovy,eu.esdihumboldt.hale.common.schema.io,eu.esdihumboldt.hale.co
+ mmon.schema.io.impl,eu.esdihumboldt.hale.common.schema.model,eu.esdihum
+ boldt.hale.common.schema.model.constraint,eu.esdihumboldt.hale.common.s
+ chema.model.constraint.property,eu.esdihumboldt.hale.common.schema.mode
+ l.constraint.type,eu.esdihumboldt.hale.common.schema.model.impl,eu.esdi
+ humboldt.util,eu.esdihumboldt.util.definition,eu.esdihumboldt.util.geom
+ etry,eu.esdihumboldt.util.groovy.collector,eu.esdihumboldt.util.groovy.
+ xml,eu.esdihumboldt.util.io,eu.esdihumboldt.util.xml,net.jcip.annotatio
+ ns,org.apache.commons.codec;version="1.13.0",org.apache.commons.codec.n
+ et;version="1.13.0",org.geotools.feature;version="29.1.0.combined",org.
+ geotools.geojson.feature;version="29.1.0.combined",org.geotools.geojson
+ .geom;version="29.1.0.combined",org.geotools.geometry.jts;version="29.1
+ .0.combined",org.geotools.referencing;version="29.1.0.combined",org.loc
+ ationtech.jts.geom,org.locationtech.jts.io,org.opengis.feature,org.open
+ gis.feature.type,org.opengis.metadata,org.opengis.referencing,org.openg
+ is.referencing.crs,org.opengis.referencing.operation;version="29.1.0",o
+ rg.osgi.framework;version="1.3.0",org.slf4j;version="1.5.11"
+Export-Package: eu.esdihumboldt.hale.io.json,eu.esdihumboldt.hale.io.jso
+ n.internal;x-internal:=true,eu.esdihumboldt.hale.io.json.internal.schem
+ a;x-internal:=true
+Require-Bundle: org.eclipse.core.contenttype;bundle-version="3.4.100",or
+ g.eclipse.core.runtime;bundle-version="3.7.0",de.fhg.igd.eclipse.util,e
+ u.esdihumboldt.hale.common.instance,groovy;bundle-version="2.5.19",com.
+ fasterxml.jackson.core.jackson-core;bundle-version="2.13.4",com.fasterx
+ ml.jackson.core.jackson-databind;bundle-version="2.13.4"
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.io.json
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.pb.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.pb.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..ad05d9868b
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.pb.test/target/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Protocol Buffer I/O tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.pb.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Automatic-Module-Name: eu.esdihuboldt.hale.io.pb.test
+Require-Bundle: eu.esdihumboldt.hale.io.pb;bundle-version="2.9.0",eu.esd
+ ihumboldt.hale.common.instance,eu.esdihumboldt.hale.common.core;bundle-
+ version="4.2.0",org.junit;bundle-version="4.13.0"
+Import-Package: eu.esdihumboldt.util.io,org.json.simple;version="1.1.0",
+ org.slf4j;version="1.7.2"
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.pb/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.pb/target/MANIFEST.MF
new file mode 100644
index 0000000000..06dd4d19db
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.pb/target/MANIFEST.MF
@@ -0,0 +1,24 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Protocol Buffer IO
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.pb;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Automatic-Module-Name: eu.esdihumboldt.hale.io.pb
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-Vendor: wetransform GmbH
+Require-Bundle: eu.esdihumboldt.hale.common.instance,eu.esdihumboldt.hal
+ e.common.core;bundle-version="4.2.0",eu.esdihumboldt.hale.io.json;bundl
+ e-version="4.2.0",eu.esdihumboldt.hale.common.core.io.project.model.jax
+ b;bundle-version="2.9.4",eu.esdihumboldt.hale.common.instance.graph;bun
+ dle-version="4.2.0",eu.esdihumboldt.hale.common.instance.groovy;bundle-
+ version="4.2.0",eu.esdihumboldt.hale.common.instance.orient;bundle-vers
+ ion="4.2.0",org.eclipse.core.contenttype;bundle-version="3.7.600",eu.es
+ dihumboldt.hale.util.nonosgi;bundle-version="4.2.0",eu.esdihumboldt.hal
+ e.common.instancevalidator;bundle-version="4.2.0"
+Import-Package: eu.esdihumboldt.hale.common.schema.model,eu.esdihumboldt
+ .util.io,org.eclipse.core.runtime.content
+Bundle-ClassPath: lib/protobuf-java-3.21.7.jar,.,lib/protobuf-java-util-
+ 3.21.7.jar,lib/gson-2.8.9.jar
+Export-Package: .,com.google.protobuf,com.google.protobuf.util,eu.esdihu
+ mboldt.hale.io.pb
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.project.jaxb/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.project.jaxb/target/MANIFEST.MF
new file mode 100644
index 0000000000..eb56b46b3b
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.project.jaxb/target/MANIFEST.MF
@@ -0,0 +1,24 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Support for legacy HALE projects based on JAXB
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.project.jaxb;singleton:=tru
+ e
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.eclipse.util.extension,de.fhg.igd.slf4jplus,e
+ u.esdihumboldt.hale.common.align.io,eu.esdihumboldt.hale.common.core.io
+ ,eu.esdihumboldt.hale.common.core.io.extension,eu.esdihumboldt.hale.com
+ mon.core.io.impl,eu.esdihumboldt.hale.common.core.io.project,eu.esdihum
+ boldt.hale.common.core.io.project.model,eu.esdihumboldt.hale.common.cor
+ e.io.report,eu.esdihumboldt.hale.common.core.io.report.impl,eu.esdihumb
+ oldt.hale.common.core.io.supplier,eu.esdihumboldt.hale.common.core.repo
+ rt,eu.esdihumboldt.hale.common.instance.io,eu.esdihumboldt.hale.common.
+ schema.io,eu.esdihumboldt.hale.common.style.io,eu.esdihumboldt.hale.uti
+ l.nonosgi.contenttype.describer,eu.esdihumboldt.util.io,org.apache.comm
+ ons.io,org.eclipse.osgi.util,org.osgi.framework,org.slf4j;version="1.5.
+ 11"
+Require-Bundle: org.eclipse.core.contenttype;bundle-version="3.4.100",ja
+ karta.xml.bind-api;bundle-version="4.0.0"
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.io.project.jaxb
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.schemabuilder/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.schemabuilder/target/MANIFEST.MF
new file mode 100644
index 0000000000..bda7d79e98
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.schemabuilder/target/MANIFEST.MF
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Schemabuilder I/O support
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.schemabuilder;singleton:=tr
+ ue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.schema.groovy;bundle-version
+ ="3.3.0",eu.esdihumboldt.hale.common.core;bundle-version="3.3.0",eu.esd
+ ihumboldt.hale.common.schema,groovy,org.eclipse.core.runtime;bundle-ver
+ sion="3.11.1",eu.esdihumboldt.util.groovy;bundle-version="3.3.0"
+Import-Package: eu.esdihumboldt.util.io
+Automatic-Module-Name: eu.esdihumboldt.hale.io.schemabuilder
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.schematron.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.schematron.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..75b4c870ef
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.schematron.test/target/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Schematron Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.schematron.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Fragment-Host: eu.esdihumboldt.hale.io.schematron;bundle-version="3.1.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Automatic-Module-Name: eu.esdihumboldt.hale.io.schematron.test
+Require-Bundle: org.junit;bundle-version="4.13.0"
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.schematron.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.schematron.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..ec5b3db2aa
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.schematron.ui/target/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Schematron Validator UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.schematron.ui;singleton:=tr
+ ue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.11.1",org.ecl
+ ipse.ui;bundle-version="3.107.0",eu.esdihumboldt.hale.io.schematron;bun
+ dle-version="3.1.0"
+Import-Package: eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale
+ .common.core.io.impl,eu.esdihumboldt.hale.common.instance.io,eu.esdihum
+ boldt.hale.common.instance.io.impl,eu.esdihumboldt.hale.io.validation,e
+ u.esdihumboldt.hale.ui.io.config,eu.esdihumboldt.hale.ui.util.io
+Export-Package: eu.esdihumboldt.hale.io.schematron.ui
+Automatic-Module-Name: eu.esdihumboldt.hale.io.schematron.ui
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.schematron/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.schematron/target/MANIFEST.MF
new file mode 100644
index 0000000000..69ee5e84c7
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.schematron/target/MANIFEST.MF
@@ -0,0 +1,20 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Schematron Validator
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.schematron;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.contenttype;bundle-version="3.5.0",de.f
+ hg.igd.eclipse.util;bundle-version="1.0.0",eu.esdihumboldt.hale.common.
+ core;bundle-version="3.1.0",groovy;bundle-version="2.5.19"
+Import-Package: eu.esdihumboldt.hale.common.instance.io,eu.esdihumboldt.
+ hale.common.instance.io.impl,eu.esdihumboldt.hale.io.validation,eu.esdi
+ humboldt.hale.util.nonosgi.contenttype.describer,eu.esdihumboldt.util.i
+ o
+Export-Package: eu.esdihumboldt.hale.io.schematron.validator
+Unpuzzle-AddDependencies: org.opengis.cite;schema-utils;1.8
+Bundle-ClassPath: .,lib/saxon9-9.0.0.8.jar,lib/schema-utils-1.8.jar,lib/
+ xml-resolver-1.2.jar
+Automatic-Module-Name: eu.esdihumboldt.hale.io.schematron
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.shp.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.shp.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..a7253fa21c
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.shp.test/target/MANIFEST.MF
@@ -0,0 +1,19 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Shapefile package Test
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.shp.test
+Bundle-Version: 4.0.0.SNAPSHOT
+Fragment-Host: eu.esdihumboldt.hale.io.shp;bundle-version="4.1.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.shp.test
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-Vendor: wetransform GmbH
+Require-Bundle: org.junit;bundle-version="4.13.0",org.eclipse.core.runti
+ me;bundle-version="3.17.100",eu.esdihumboldt.hale.common.schema.groovy;
+ bundle-version="4.1.0",eu.esdihumboldt.cst.functions.geometric;bundle-v
+ ersion="4.1.0",groovy;bundle-version="2.5.19",assertj-core;bundle-versi
+ on="3.22.0"
+Import-Package: de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.filter,
+ eu.esdihumboldt.hale.common.schema,eu.esdihumboldt.hale.common.test,eu.
+ esdihumboldt.hale.io.gml.reader.internal,eu.esdihumboldt.hale.io.xsd.re
+ ader,org.locationtech.jts.geom;version="1.16.0"
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.shp.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.shp.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..e309c8a883
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.shp.ui/target/MANIFEST.MF
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Shapefile I/O UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.shp.ui;singleton:=true
+Bundle-Vendor: data harmonisation panel
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.io;version="9.0.0",eu.esdihumboldt.hal
+ e.common.core.io,eu.esdihumboldt.hale.common.core.io.impl,eu.esdihumbol
+ dt.hale.common.core.io.supplier,eu.esdihumboldt.hale.common.instance.io
+ ,eu.esdihumboldt.hale.common.schema,eu.esdihumboldt.hale.common.schema.
+ model,eu.esdihumboldt.hale.common.schema.persist,eu.esdihumboldt.hale.u
+ i,eu.esdihumboldt.hale.ui.common.definition.selector,eu.esdihumboldt.ha
+ le.ui.io,eu.esdihumboldt.hale.ui.io.config,eu.esdihumboldt.hale.ui.io.i
+ nstance,eu.esdihumboldt.hale.ui.service.schema,eu.esdihumboldt.hale.ui.
+ util.io,eu.esdihumboldt.hale.ui.util.selector,eu.esdihumboldt.util
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",org.ecli
+ pse.ui;bundle-version="3.7.0",eu.esdihumboldt.hale.io.shp;bundle-versio
+ n="2.5.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.shp.ui
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.shp/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.shp/target/MANIFEST.MF
new file mode 100644
index 0000000000..1ff1e5d85a
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.shp/target/MANIFEST.MF
@@ -0,0 +1,42 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Shapefile Schema/Instance I/O
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.shp;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.collect;version="15.0.0",com.google.co
+ mmon.io;version="17.0.0",de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.comm
+ on.align.helper,eu.esdihumboldt.hale.common.align.model,eu.esdihumboldt
+ .hale.common.align.model.impl,eu.esdihumboldt.hale.common.align.transfo
+ rmation.function,eu.esdihumboldt.hale.common.convert,eu.esdihumboldt.ha
+ le.common.core,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale
+ .common.core.io.impl,eu.esdihumboldt.hale.common.core.io.report,eu.esdi
+ humboldt.hale.common.core.io.report.impl,eu.esdihumboldt.hale.common.co
+ re.io.supplier,eu.esdihumboldt.hale.common.core.parameter,eu.esdihumbol
+ dt.hale.common.core.report,eu.esdihumboldt.hale.common.instance.geometr
+ y,eu.esdihumboldt.hale.common.instance.geometry.impl,eu.esdihumboldt.ha
+ le.common.instance.groovy,eu.esdihumboldt.hale.common.instance.helper,e
+ u.esdihumboldt.hale.common.instance.io,eu.esdihumboldt.hale.common.inst
+ ance.io.impl,eu.esdihumboldt.hale.common.instance.model,eu.esdihumboldt
+ .hale.common.instance.model.ext,eu.esdihumboldt.hale.common.instance.mo
+ del.ext.impl,eu.esdihumboldt.hale.common.instance.model.impl,eu.esdihum
+ boldt.hale.common.schema.geometry,eu.esdihumboldt.hale.common.schema.io
+ ,eu.esdihumboldt.hale.common.schema.io.impl,eu.esdihumboldt.hale.common
+ .schema.model,eu.esdihumboldt.hale.common.schema.model.constraint,eu.es
+ dihumboldt.hale.common.schema.model.constraint.property,eu.esdihumboldt
+ .hale.common.schema.model.constraint.type,eu.esdihumboldt.hale.common.s
+ chema.model.impl,eu.esdihumboldt.hale.common.schema.persist,eu.esdihumb
+ oldt.util,eu.esdihumboldt.util.io,org.apache.commons.io;version="2.6.0"
+ ,org.eclipse.core.runtime;version="3.5.0",org.eclipse.osgi.util,org.loc
+ ationtech.jts,org.locationtech.jts.geom,org.locationtech.jts.io;version
+ ="1.16.0",org.slf4j;version="1.5.11",org.springframework.core.convert;v
+ ersion="5.2.0"
+Require-Bundle: org.geotools;bundle-version="29.1.0",org.eclipse.core.co
+ ntenttype;bundle-version="3.4.100",org.opengis;bundle-version="29.1.0",
+ eu.esdihumboldt.hale.common.convert;bundle-version="4.1.0"
+Export-Package: eu.esdihumboldt.hale.io.shp,eu.esdihumboldt.hale.io.shp.
+ internal;x-internal:=true,eu.esdihumboldt.hale.io.shp.reader.internal;x
+ -internal:=true,eu.esdihumboldt.hale.io.shp.writer
+Bundle-Vendor: wetransform GmbH
+Automatic-Module-Name: eu.esdihumboldt.hale.io.shp
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.topojson.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.topojson.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..d9216006b6
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.topojson.test/target/MANIFEST.MF
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Topojson Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.topojson.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Automatic-Module-Name: eu.esdihumboldt.hale.io.topojson.test
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.io.topojson;bundle-version="4.2.0",
+ groovy;bundle-version="2.4.14",eu.esdihumboldt.cst.functions.geometric;
+ bundle-version="4.2.0",org.junit;bundle-version="4.13.0",eu.esdihumbold
+ t.hale.common.core;bundle-version="4.2.0",eu.esdihumboldt.hale.common.s
+ chema;bundle-version="4.2.0",eu.esdihumboldt.hale.common.instance;bundl
+ e-version="4.2.0",org.locationtech.jts.jts-core;bundle-version="1.16.0"
+ ,eu.esdihumboldt.hale.common.schema.groovy;bundle-version="4.2.0",eu.es
+ dihumboldt.hale.common.instance.groovy;bundle-version="4.2.0",org.openg
+ is;bundle-version="29.1.0",org.eclipse.core.runtime;bundle-version="3.1
+ 7.100",com.fasterxml.jackson.core.jackson-core;bundle-version="2.13.4",
+ com.fasterxml.jackson.core.jackson-databind;bundle-version="2.13.4"
+Import-Package: de.fhg.igd.slf4jplus,org.slf4j;version="1.7.2"
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.topojson/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.topojson/target/MANIFEST.MF
new file mode 100644
index 0000000000..68332443ec
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.topojson/target/MANIFEST.MF
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Topojson Support
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.topojson;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Automatic-Module-Name: eu.esdihumboldt.hale.io.topojson
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.io.shp;bundle-version="4.2.0",com.g
+ ithub.wetransform-os.topojson-j;bundle-version="1.1.0",eu.esdihumboldt.
+ hale.common.instance;bundle-version="4.2.0",eu.esdihumboldt.hale.common
+ .core;bundle-version="4.2.0",eu.esdihumboldt.hale.common.schema;bundle-
+ version="4.2.0",org.eclipse.core.runtime;bundle-version="3.17.100",org.
+ opengis;bundle-version="29.1.0",eu.esdihumboldt.util;bundle-version="4.
+ 2.0",eu.esdihumboldt.hale.io.json;bundle-version="4.2.0",com.fasterxml.
+ jackson.core.jackson-core;bundle-version="2.13.4",com.fasterxml.jackson
+ .core.jackson-databind;bundle-version="2.13.4"
+Export-Package: eu.esdihumboldt.hale.io.topojson
+Import-Package: de.fhg.igd.slf4jplus,com.fasterxml.jackson.databind;vers
+ ion="2.13.4",org.slf4j;version="1.5.11"
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.validation.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.validation.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..2880c2a169
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.validation.ui/target/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Instance Validation UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.validation.ui;singleton:=tr
+ ue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.11.1",org.ecl
+ ipse.ui.workbench,eu.esdihumboldt.hale.ui,eu.esdihumboldt.hale.io.valid
+ ation,eu.esdihumboldt.hale.common.core;bundle-version="3.2.0",org.eclip
+ se.ui;bundle-version="3.107.0"
+Export-Package: eu.esdihumboldt.hale.io.validation.ui
+Import-Package: com.google.common.collect;version="17.0.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.validation.ui
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.validation/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.validation/target/MANIFEST.MF
new file mode 100644
index 0000000000..4e8c072a59
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.validation/target/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Instance Validation
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.validation;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.11.1",eu.esdi
+ humboldt.hale.common.core;bundle-version="3.2.0",eu.esdihumboldt.util.r
+ esource;bundle-version="3.2.0"
+Import-Package: com.google.common.collect;version="17.0.0",de.fhg.igd.ec
+ lipse.util.extension,de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.i
+ nstance.io,eu.esdihumboldt.hale.common.instance.io.impl,eu.esdihumboldt
+ .util.io,org.apache.commons.io,org.slf4j;version="1.7.10"
+Export-Package: eu.esdihumboldt.hale.io.validation,eu.esdihumboldt.hale.
+ io.validation.service
+Automatic-Module-Name: eu.esdihumboldt.hale.io.validation
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.wfs.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.wfs.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..5080e8779b
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.wfs.test/target/MANIFEST.MF
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: WFS I/O Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.wfs.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.io.wfs;bundle-version="2.9.1",groov
+ y;bundle-version="2.5.19",org.junit;bundle-version="4.13.0"
+Import-Package: de.fhg.igd.slf4jplus,org.hamcrest.core;version="1.3.0",o
+ rg.slf4j;version="1.7.2"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.wfs.test
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.wfs.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.wfs.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..413265be3c
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.wfs.ui/target/MANIFEST.MF
@@ -0,0 +1,42 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: WFS I/O UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.wfs.ui;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.ui,org.eclipse.ui;bundle-version="3
+ .106.0",org.eclipse.core.runtime;bundle-version="3.10.0",eu.esdihumbold
+ t.hale.io.wfs;bundle-version="2.9.1",groovy;bundle-version="2.5.19",org
+ .eclipse.jface.text;bundle-version="3.9.1",org.opengis;bundle-version="
+ 29.1.0",de.fhg.igd.mapviewer;bundle-version="2.9.5",org.jdesktop.swingx
+ ;bundle-version="1.0.0",org.jdesktop.swingx.mapviewer;bundle-version="2
+ .9.5",de.fhg.igd.mapviewer.server.tiles;bundle-version="2.9.5"
+Import-Package: com.google.common.base;version="15.0.0",com.google.commo
+ n.collect;version="15.0.0",org.locationtech.jts.geom;version="1.13.0",d
+ e.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.align.transformation.se
+ rvice,eu.esdihumboldt.hale.common.core,eu.esdihumboldt.hale.common.core
+ .io,eu.esdihumboldt.hale.common.core.io.extension,eu.esdihumboldt.hale.
+ common.core.io.impl,eu.esdihumboldt.hale.common.core.io.supplier,eu.esd
+ ihumboldt.hale.common.core.io.util,eu.esdihumboldt.hale.common.instance
+ .io,eu.esdihumboldt.hale.common.instance.io.util,eu.esdihumboldt.hale.c
+ ommon.schema,eu.esdihumboldt.hale.common.schema.io,eu.esdihumboldt.hale
+ .common.schema.io.impl,eu.esdihumboldt.hale.common.schema.model,eu.esdi
+ humboldt.hale.common.schema.model.impl,eu.esdihumboldt.hale.io.gml.ui,e
+ u.esdihumboldt.hale.io.gml.writer.internal,eu.esdihumboldt.hale.io.xsd.
+ constraint,eu.esdihumboldt.hale.io.xsd.model,eu.esdihumboldt.hale.io.xs
+ d.reader,eu.esdihumboldt.hale.ui.common,eu.esdihumboldt.hale.ui.util.io
+ ,eu.esdihumboldt.hale.ui.util.swing,eu.esdihumboldt.hale.ui.util.viewer
+ ,eu.esdihumboldt.hale.ui.util.wizard,eu.esdihumboldt.util.io,org.apache
+ .http;version="4.2.5",org.apache.http.client.utils;version="4.2.6",org.
+ slf4j;version="1.7.2"
+Export-Package: eu.esdihumboldt.hale.io.wfs.ui,eu.esdihumboldt.hale.io.w
+ fs.ui.capabilities,eu.esdihumboldt.hale.io.wfs.ui.config,eu.esdihumbold
+ t.hale.io.wfs.ui.describefeature,eu.esdihumboldt.hale.io.wfs.ui.getfeat
+ ure,eu.esdihumboldt.hale.io.wfs.ui.getfeature.internal;x-internal:=true
+ ,eu.esdihumboldt.hale.io.wfs.ui.internal;x-internal:=true,eu.esdihumbol
+ dt.hale.io.wfs.ui.types
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: eu.esdihumboldt.hale.io.wfs.ui.internal.WFSUIPlugin
+Automatic-Module-Name: eu.esdihumboldt.hale.io.wfs.ui
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.wfs/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.wfs/target/MANIFEST.MF
new file mode 100644
index 0000000000..3913e1ebee
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.wfs/target/MANIFEST.MF
@@ -0,0 +1,39 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Support for WFS-T
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.wfs;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.io.gml;bundle-version="2.9.0",org.e
+ clipse.core.runtime;bundle-version="3.10.0",groovy;bundle-version="2.5.
+ 19",eu.esdihumboldt.util;bundle-version="3.2.0",org.apache.xmlbeans;bun
+ dle-version="5.1.1"
+Import-Package: com.google.common.base;version="15.0.0",com.google.commo
+ n.collect;version="17.0.0",com.google.common.io;version="15.0.0",com.vl
+ adsch.flexmark.util.ast;version="0.64.0",de.fhg.igd.slf4jplus,eu.esdihu
+ mboldt.hale.common.cache,eu.esdihumboldt.hale.common.core.io,eu.esdihum
+ boldt.hale.common.core.io.config,eu.esdihumboldt.hale.common.core.io.im
+ pl,eu.esdihumboldt.hale.common.core.io.report,eu.esdihumboldt.hale.comm
+ on.core.io.report.impl,eu.esdihumboldt.hale.common.core.io.supplier,eu.
+ esdihumboldt.hale.common.core.io.util,eu.esdihumboldt.hale.common.core.
+ report,eu.esdihumboldt.hale.common.instance.graph.reference,eu.esdihumb
+ oldt.hale.common.instance.graph.reference.impl,eu.esdihumboldt.hale.com
+ mon.instance.io,eu.esdihumboldt.hale.common.instance.io.impl,eu.esdihum
+ boldt.hale.common.instance.io.util,eu.esdihumboldt.hale.common.instance
+ .model,eu.esdihumboldt.hale.common.instance.tools,eu.esdihumboldt.hale.
+ common.schema.geometry,eu.esdihumboldt.hale.common.schema.groovy,eu.esd
+ ihumboldt.hale.common.schema.model,eu.esdihumboldt.hale.common.schema.m
+ odel.impl,eu.esdihumboldt.hale.io.gml.geometry,eu.esdihumboldt.hale.io.
+ xsd.model,eu.esdihumboldt.hale.io.xsd.reader.internal,eu.esdihumboldt.u
+ til,eu.esdihumboldt.util.groovy.builder,eu.esdihumboldt.util.http,eu.es
+ dihumboldt.util.http.client,eu.esdihumboldt.util.http.client.fluent,org
+ .apache.http;version="4.3.2",org.apache.http.auth;version="4.3.6",org.a
+ pache.http.client;version="4.3.3",org.apache.http.client.fluent;version
+ ="4.3.6",org.apache.http.client.utils;version="4.3.6",org.apache.http.e
+ ntity;version="4.3.3",org.apache.http.util;version="4.3.3",org.location
+ tech.jts.geom;version="1.13.0",org.slf4j;version="1.7.6"
+Export-Package: eu.esdihumboldt.hale.io.wfs,eu.esdihumboldt.hale.io.wfs.
+ capabilities,eu.esdihumboldt.hale.io.wfs.transactions
+Automatic-Module-Name: eu.esdihumboldt.hale.io.wfs
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.xls.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.xls.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..f07761a34a
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.xls.test/target/MANIFEST.MF
@@ -0,0 +1,25 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: XLS Instance Test
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.xls.test;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Data Harmonisation Panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.junit,groovy;bundle-version="2.5.19",eu.esdihumboldt
+ .hale.common.core;bundle-version="2.9.0",eu.esdihumboldt.hale.io.csv;bu
+ ndle-version="2.9.0",eu.esdihumboldt.hale.common.instance;bundle-versio
+ n="2.9.0",eu.esdihumboldt.hale.common.schema;bundle-version="2.9.0",eu.
+ esdihumboldt.hale.io.xls;bundle-version="2.9.0",eu.esdihumboldt.hale.co
+ mmon.schema.persist;bundle-version="2.9.0",groovy;bundle-version="2.5.1
+ 9",assertj-core;bundle-version="3.22.0"
+Import-Package: com.google.common.io;version="15.0.0",eu.esdihumboldt.cs
+ t.test,eu.esdihumboldt.hale.common.instance.groovy,eu.esdihumboldt.hale
+ .common.schema.groovy,eu.esdihumboldt.hale.common.schema.model,eu.esdih
+ umboldt.hale.common.schema.model.constraint.type,eu.esdihumboldt.hale.c
+ ommon.test,eu.esdihumboldt.hale.io.xls.reader,eu.esdihumboldt.hale.io.x
+ ls.writer,org.apache.poi.hssf.usermodel;version="5.2.3",org.apache.poi.
+ poifs.filesystem;version="5.2.3",org.apache.poi.ss.usermodel;version="5
+ .2.3",org.eclipse.core.runtime;version="3.4.0",org.eclipse.core.runtime
+ .content
+Automatic-Module-Name: eu.esdihumboldt.hale.io.xls.test
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.xls.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.xls.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..a230ebd925
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.xls.ui/target/MANIFEST.MF
@@ -0,0 +1,20 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: XLS UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.xls.ui;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,eu.esdihumboldt.
+ hale.ui,eu.esdihumboldt.hale.common.instance
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.eclipse.util.extension,de.fhg.igd.slf4jplus,e
+ u.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.common.core.io.
+ project.model,eu.esdihumboldt.hale.common.core.io.supplier,eu.esdihumbo
+ ldt.hale.common.instance.io,eu.esdihumboldt.hale.common.schema,eu.esdih
+ umboldt.hale.common.schema.io,eu.esdihumboldt.hale.common.schema.model,
+ eu.esdihumboldt.hale.common.schema.model.constraint.type,eu.esdihumbold
+ t.hale.io.csv,eu.esdihumboldt.hale.io.csv.ui,eu.esdihumboldt.hale.io.xl
+ s,eu.esdihumboldt.hale.io.xls.reader,eu.esdihumboldt.hale.io.xls.writer
+ ,eu.esdihumboldt.util.io,org.apache.poi.hssf;version="5.2.3",org.apache
+ .poi.ss.usermodel;version="5.2.3",org.slf4j;version="1.5.11"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.xls.ui
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.xls/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.xls/target/MANIFEST.MF
new file mode 100644
index 0000000000..70d31f7bd9
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.xls/target/MANIFEST.MF
@@ -0,0 +1,39 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: XLS/Instance I/O
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.xls;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.orientechnologies.orient.core.db.record;version="1.5
+ .1";resolution:=optional,de.fhg.igd.eclipse.util.extension,de.fhg.igd.o
+ sgi.util;version="1.0.0",eu.esdihumboldt.hale.common.align.io.impl,eu.e
+ sdihumboldt.hale.common.align.model,eu.esdihumboldt.hale.common.core.io
+ ,eu.esdihumboldt.hale.common.core.io.impl,eu.esdihumboldt.hale.common.c
+ ore.io.report,eu.esdihumboldt.hale.common.core.report,eu.esdihumboldt.h
+ ale.common.instance.geometry,eu.esdihumboldt.hale.common.instance.io,eu
+ .esdihumboldt.hale.common.instance.io.impl,eu.esdihumboldt.hale.common.
+ instance.model,eu.esdihumboldt.hale.common.instance.model.impl,eu.esdih
+ umboldt.hale.common.instance.orient;resolution:=optional,eu.esdihumbold
+ t.hale.common.lookup,eu.esdihumboldt.hale.common.lookup.impl,eu.esdihum
+ boldt.hale.common.schema,eu.esdihumboldt.hale.common.schema.io,eu.esdih
+ umboldt.hale.common.schema.io.impl,eu.esdihumboldt.hale.common.schema.m
+ odel,eu.esdihumboldt.hale.common.schema.model.constraint.property,eu.es
+ dihumboldt.hale.common.schema.model.constraint.type,eu.esdihumboldt.hal
+ e.common.schema.model.impl,eu.esdihumboldt.hale.common.schema.model.imp
+ l.internal,eu.esdihumboldt.hale.common.schema.persist,eu.esdihumboldt.h
+ ale.io.csv,eu.esdihumboldt.hale.io.csv.reader,eu.esdihumboldt.hale.io.c
+ sv.reader.internal,eu.esdihumboldt.hale.io.csv.writer,eu.esdihumboldt.h
+ ale.io.xsd.reader.internal,eu.esdihumboldt.util.io,org.apache.poi.hssf.
+ usermodel;version="5.2.3",org.apache.poi.openxml4j.exceptions;version="
+ 5.2.3",org.apache.poi.openxml4j.opc;version="5.2.3",org.apache.poi.poif
+ s.filesystem;version="5.2.3",org.apache.poi.ss.usermodel;version="5.2.3
+ ",org.apache.poi.ss.util;version="5.2.3",org.apache.poi.xssf.usermodel;
+ version="5.2.3",org.springframework.core.convert;version="5.2.0",org.sp
+ ringframework.core.convert.support;version="5.2.0"
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",eu.esdih
+ umboldt.hale.common.core;bundle-version="2.5.0",eu.esdihumboldt.hale.co
+ mmon.align
+Export-Package: eu.esdihumboldt.hale.io.xls,eu.esdihumboldt.hale.io.xls.
+ reader,eu.esdihumboldt.hale.io.xls.writer
+Automatic-Module-Name: eu.esdihumboldt.hale.io.xls
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.xml/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.xml/target/MANIFEST.MF
new file mode 100644
index 0000000000..34549425ae
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.xml/target/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: XML Validation
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.xml;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.collect;version="17.0.0",de.fhg.igd.sl
+ f4jplus,eu.esdihumboldt.hale.common.cache,eu.esdihumboldt.hale.common.i
+ nstance.io,eu.esdihumboldt.hale.common.instance.io.impl,eu.esdihumboldt
+ .util.io,eu.esdihumboldt.util.resource,org.apache.http.client.fluent;ve
+ rsion="4.3.6",org.slf4j;version="1.5.11"
+Bundle-ClassPath: .
+Export-Package: eu.esdihumboldt.hale.io.xml.validator
+Require-Bundle: eu.esdihumboldt.hale.common.core;bundle-version="2.2.0",
+ org.eclipse.core.contenttype;bundle-version="3.4.100",xerces.xercesImpl
+ ;bundle-version="2.12.2"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.xml
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.xsd.test/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.xsd.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..3fbcb68557
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.xsd.test/target/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: XML Schema I/O Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.xsd.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Fragment-Host: eu.esdihumboldt.hale.io.xsd;bundle-version="2.5.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.collect;version="9.0.0"
+Require-Bundle: org.junit
+Automatic-Module-Name: eu.esdihumboldt.hale.io.xsd.test
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.xsd.ui/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.xsd.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..a86fc3b8a9
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.xsd.ui/target/MANIFEST.MF
@@ -0,0 +1,20 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: XML Schema I/O UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.xsd.ui;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui;bundle-version="3.6.2",org.eclipse.ui.vie
+ ws.properties.tabbed;bundle-version="3.5.100",org.eclipse.core.runtime;
+ bundle-version="3.6.0",eu.esdihumboldt.hale.io.xsd
+Import-Package: eu.esdihumboldt.hale.common.align.model,eu.esdihumboldt.
+ hale.common.align.model.impl,eu.esdihumboldt.hale.common.core.io,eu.esd
+ ihumboldt.hale.common.core.io.impl,eu.esdihumboldt.hale.common.core.io.
+ supplier,eu.esdihumboldt.hale.common.schema.model,eu.esdihumboldt.hale.
+ common.schema.model.constraint,eu.esdihumboldt.hale.common.schema.model
+ .constraint.type,eu.esdihumboldt.hale.common.schema.model.impl,eu.esdih
+ umboldt.hale.io.xsd.constraint,eu.esdihumboldt.hale.ui.io,eu.esdihumbol
+ dt.hale.ui.io.config,eu.esdihumboldt.hale.ui.views.properties,eu.esdihu
+ mboldt.hale.ui.views.properties.definition
+Automatic-Module-Name: eu.esdihumboldt.hale.io.xsd.ui
+
diff --git a/io/plugins/eu.esdihumboldt.hale.io.xsd/target/MANIFEST.MF b/io/plugins/eu.esdihumboldt.hale.io.xsd/target/MANIFEST.MF
new file mode 100644
index 0000000000..16f600ad38
--- /dev/null
+++ b/io/plugins/eu.esdihumboldt.hale.io.xsd/target/MANIFEST.MF
@@ -0,0 +1,45 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: XML Schema I/O
+Bundle-SymbolicName: eu.esdihumboldt.hale.io.xsd;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base;version="1.6.0",com.google.common
+ .collect;version="17.0.0",de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.com
+ mon.cache,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.comm
+ on.core.io.impl,eu.esdihumboldt.hale.common.core.io.project.util,eu.esd
+ ihumboldt.hale.common.core.io.report,eu.esdihumboldt.hale.common.core.i
+ o.report.impl,eu.esdihumboldt.hale.common.core.io.supplier,eu.esdihumbo
+ ldt.hale.common.core.report,eu.esdihumboldt.hale.common.core.report.imp
+ l,eu.esdihumboldt.hale.common.instance.extension.validation,eu.esdihumb
+ oldt.hale.common.instance.extension.validation.report,eu.esdihumboldt.h
+ ale.common.instance.extension.validation.report.impl,eu.esdihumboldt.ha
+ le.common.instance.model,eu.esdihumboldt.hale.common.schema,eu.esdihumb
+ oldt.hale.common.schema.geometry,eu.esdihumboldt.hale.common.schema.io,
+ eu.esdihumboldt.hale.common.schema.io.impl,eu.esdihumboldt.hale.common.
+ schema.model,eu.esdihumboldt.hale.common.schema.model.constraint,eu.esd
+ ihumboldt.hale.common.schema.model.constraint.factory,eu.esdihumboldt.h
+ ale.common.schema.model.constraint.property,eu.esdihumboldt.hale.common
+ .schema.model.constraint.property.factory,eu.esdihumboldt.hale.common.s
+ chema.model.constraint.type,eu.esdihumboldt.hale.common.schema.model.co
+ nstraint.type.factory,eu.esdihumboldt.hale.common.schema.model.impl,eu.
+ esdihumboldt.hale.io.gml.geometry,eu.esdihumboldt.hale.util.nonosgi.con
+ tenttype.describer,eu.esdihumboldt.util,eu.esdihumboldt.util.groovy.xml
+ ,eu.esdihumboldt.util.io,eu.esdihumboldt.util.resource,eu.esdihumboldt.
+ util.validator,gnu.trove,net.jcip.annotations,org.apache.commons.lang;v
+ ersion="2.6.0",org.apache.ws.commons.schema,org.apache.ws.commons.schem
+ a.constants,org.apache.ws.commons.schema.resolver,org.apache.ws.commons
+ .schema.utils,org.eclipse.osgi.util,org.geotools.feature;version="29.1.
+ 0.combined",org.geotools.feature.type;version="29.1.0.combined",org.geo
+ tools.xs;version="29.1.0.combined",org.opengis.feature.type,org.opengis
+ .util,org.slf4j;version="1.5.11"
+Export-Package: eu.esdihumboldt.hale.io.xsd,eu.esdihumboldt.hale.io.xsd.
+ constraint,eu.esdihumboldt.hale.io.xsd.internal;x-internal:=true,eu.esd
+ ihumboldt.hale.io.xsd.model,eu.esdihumboldt.hale.io.xsd.reader,eu.esdih
+ umboldt.hale.io.xsd.reader.internal;x-internal:=true,eu.esdihumboldt.ha
+ le.io.xsd.reader.internal.constraint;x-internal:=true
+Require-Bundle: org.eclipse.core.contenttype;bundle-version="3.4.100",eu
+ .esdihumboldt.util.groovy.sandbox;bundle-version="2.8.0",groovy;bundle-
+ version="2.5.19"
+Automatic-Module-Name: eu.esdihumboldt.hale.io.xsd
+
diff --git a/ui/features/eu.esdihumboldt.hale.ui.feature.dropins/target/feature.xml b/ui/features/eu.esdihumboldt.hale.ui.feature.dropins/target/feature.xml
new file mode 100644
index 0000000000..2d8a26cef5
--- /dev/null
+++ b/ui/features/eu.esdihumboldt.hale.ui.feature.dropins/target/feature.xml
@@ -0,0 +1,168 @@
+
+
+
+
+ Licenses of the individual features and plug-ins apply.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui/features/eu.esdihumboldt.hale.ui.feature.dropins/target/sources-feature/feature.xml b/ui/features/eu.esdihumboldt.hale.ui.feature.dropins/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..761f97bbd5
--- /dev/null
+++ b/ui/features/eu.esdihumboldt.hale.ui.feature.dropins/target/sources-feature/feature.xml
@@ -0,0 +1,25 @@
+
+
+
+ Licenses of the individual features and plug-ins apply.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ui/features/eu.esdihumboldt.hale.ui.feature.linux/target/feature.xml b/ui/features/eu.esdihumboldt.hale.ui.feature.linux/target/feature.xml
new file mode 100644
index 0000000000..ecd0b189bb
--- /dev/null
+++ b/ui/features/eu.esdihumboldt.hale.ui.feature.linux/target/feature.xml
@@ -0,0 +1,20 @@
+
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
diff --git a/ui/features/eu.esdihumboldt.hale.ui.feature.linux/target/sources-feature/feature.xml b/ui/features/eu.esdihumboldt.hale.ui.feature.linux/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..c0d04ed9e2
--- /dev/null
+++ b/ui/features/eu.esdihumboldt.hale.ui.feature.linux/target/sources-feature/feature.xml
@@ -0,0 +1,7 @@
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
\ No newline at end of file
diff --git a/ui/features/eu.esdihumboldt.hale.ui.feature.liveeditor/target/feature.xml b/ui/features/eu.esdihumboldt.hale.ui.feature.liveeditor/target/feature.xml
new file mode 100644
index 0000000000..7385ae50b6
--- /dev/null
+++ b/ui/features/eu.esdihumboldt.hale.ui.feature.liveeditor/target/feature.xml
@@ -0,0 +1,275 @@
+
+
+
+
+ Licenses of the individual features and plug-ins apply.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui/features/eu.esdihumboldt.hale.ui.feature.liveeditor/target/sources-feature/feature.xml b/ui/features/eu.esdihumboldt.hale.ui.feature.liveeditor/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..aa426b7510
--- /dev/null
+++ b/ui/features/eu.esdihumboldt.hale.ui.feature.liveeditor/target/sources-feature/feature.xml
@@ -0,0 +1,43 @@
+
+
+
+ Licenses of the individual features and plug-ins apply.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ui/features/eu.esdihumboldt.hale.ui.feature.rcp/target/feature.xml b/ui/features/eu.esdihumboldt.hale.ui.feature.rcp/target/feature.xml
new file mode 100644
index 0000000000..041b14a1de
--- /dev/null
+++ b/ui/features/eu.esdihumboldt.hale.ui.feature.rcp/target/feature.xml
@@ -0,0 +1,322 @@
+
+
+
+
+ Licenses of the individual features and plug-ins apply.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui/features/eu.esdihumboldt.hale.ui.feature.rcp/target/sources-feature/feature.xml b/ui/features/eu.esdihumboldt.hale.ui.feature.rcp/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..22da56f295
--- /dev/null
+++ b/ui/features/eu.esdihumboldt.hale.ui.feature.rcp/target/sources-feature/feature.xml
@@ -0,0 +1,52 @@
+
+
+
+ Licenses of the individual features and plug-ins apply.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ui/features/eu.esdihumboldt.hale.ui.feature.updates/target/feature.xml b/ui/features/eu.esdihumboldt.hale.ui.feature.updates/target/feature.xml
new file mode 100644
index 0000000000..909af6ee78
--- /dev/null
+++ b/ui/features/eu.esdihumboldt.hale.ui.feature.updates/target/feature.xml
@@ -0,0 +1,47 @@
+
+
+
+
+ Licenses of the individual features and plug-ins apply.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui/features/eu.esdihumboldt.hale.ui.feature.updates/target/sources-feature/feature.xml b/ui/features/eu.esdihumboldt.hale.ui.feature.updates/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..e9c1b69385
--- /dev/null
+++ b/ui/features/eu.esdihumboldt.hale.ui.feature.updates/target/sources-feature/feature.xml
@@ -0,0 +1,12 @@
+
+
+
+ Licenses of the individual features and plug-ins apply.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ui/features/eu.esdihumboldt.hale.ui.feature.zest/target/feature.xml b/ui/features/eu.esdihumboldt.hale.ui.feature.zest/target/feature.xml
new file mode 100644
index 0000000000..4373ee54af
--- /dev/null
+++ b/ui/features/eu.esdihumboldt.hale.ui.feature.zest/target/feature.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ Licenses of the individual features and plug-ins apply.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui/features/eu.esdihumboldt.hale.ui.feature.zest/target/sources-feature/feature.xml b/ui/features/eu.esdihumboldt.hale.ui.feature.zest/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..dbc19eee25
--- /dev/null
+++ b/ui/features/eu.esdihumboldt.hale.ui.feature.zest/target/sources-feature/feature.xml
@@ -0,0 +1,11 @@
+
+
+
+ Licenses of the individual features and plug-ins apply.
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ui/features/eu.esdihumboldt.hale.ui.feature/target/feature.xml b/ui/features/eu.esdihumboldt.hale.ui.feature/target/feature.xml
new file mode 100644
index 0000000000..c1b6f682ba
--- /dev/null
+++ b/ui/features/eu.esdihumboldt.hale.ui.feature/target/feature.xml
@@ -0,0 +1,493 @@
+
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui/features/eu.esdihumboldt.hale.ui.feature/target/sources-feature/feature.xml b/ui/features/eu.esdihumboldt.hale.ui.feature/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..45ee8034ef
--- /dev/null
+++ b/ui/features/eu.esdihumboldt.hale.ui.feature/target/sources-feature/feature.xml
@@ -0,0 +1,66 @@
+
+
+
+ GNU Lesser General Public License, license of included dependencies may vary (see the individual plug-ins).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.application.help.external/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.application.help.external/target/MANIFEST.MF
new file mode 100644
index 0000000000..055c36e0ac
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.application.help.external/target/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: External Browser for Help
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.application.help.external
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Data Harmonisation Panel
+Fragment-Host: eu.esdihumboldt.hale.ui.application;bundle-version="2.5.0
+ "
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Eclipse-PlatformFilter: (| (osgi.os=linux) (osgi.os=macosx))
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.application/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.application/target/MANIFEST.MF
new file mode 100644
index 0000000000..484ebc27ef
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.application/target/MANIFEST.MF
@@ -0,0 +1,41 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Application
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.application;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",org.ecli
+ pse.ui;bundle-version="3.6.2",org.eclipse.equinox.security;bundle-versi
+ on="1.0.200",org.opengis;bundle-version="29.1.0",eu.esdihumboldt.hale.u
+ i.launchaction;bundle-version="2.5.0",eu.esdihumboldt.hale.common.app;b
+ undle-version="2.5.0"
+Import-Package: com.google.common.collect;version="15.0.0",de.fhg.igd.ec
+ lipse.util.extension,de.fhg.igd.eclipse.util.extension.exclusive,de.fhg
+ .igd.osgi.util;version="1.0.0",de.fhg.igd.slf4jplus,edu.umd.cs.findbugs
+ .annotations,eu.esdihumboldt.hale.common.cache,eu.esdihumboldt.hale.com
+ mon.core.io.project,eu.esdihumboldt.hale.ui.common.crs,eu.esdihumboldt.
+ hale.ui.compatibility,eu.esdihumboldt.hale.ui.cst.contribution,eu.esdih
+ umboldt.hale.ui.function.contribution,eu.esdihumboldt.hale.ui.functions
+ .custom,eu.esdihumboldt.hale.ui.io,eu.esdihumboldt.hale.ui.io.action,eu
+ .esdihumboldt.hale.ui.service.instance.validation,eu.esdihumboldt.hale.
+ ui.service.project,eu.esdihumboldt.hale.ui.service.project.internal,eu.
+ esdihumboldt.hale.ui.util,eu.esdihumboldt.hale.ui.util.proxy,eu.esdihum
+ boldt.hale.ui.util.proxy.preferences,eu.esdihumboldt.hale.ui.util.selec
+ tion,eu.esdihumboldt.hale.ui.views.data,eu.esdihumboldt.hale.ui.views.f
+ unctions,eu.esdihumboldt.hale.ui.views.mapping,eu.esdihumboldt.hale.ui.
+ views.report,eu.esdihumboldt.hale.ui.views.schemas,eu.esdihumboldt.hale
+ .ui.views.tasks,eu.esdihumboldt.hale.ui.views.typehierarchy,org.apache.
+ commons.io,org.apache.commons.lang3;version="3.8.1",org.eclipse.e4.ui.c
+ ss.swt.theme,org.geotools.referencing;version="29.1.0.combined",org.slf
+ 4j;version="1.5.11",org.slf4j.bridge
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: eu.esdihumboldt.hale.ui.application.internal.HALEAppli
+ cationPlugin
+Export-Package: eu.esdihumboldt.hale.ui.application,eu.esdihumboldt.hale
+ .ui.application.handler,eu.esdihumboldt.hale.ui.application.internal;x-
+ internal:=true,eu.esdihumboldt.hale.ui.application.splash,eu.esdihumbol
+ dt.hale.ui.application.workbench,eu.esdihumboldt.hale.ui.application.wo
+ rkbench.extension
+Bundle-Vendor: data harmonisation panel
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.application
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.cache/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.cache/target/MANIFEST.MF
new file mode 100644
index 0000000000..caf092bc36
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.cache/target/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Cache UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.cache;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: eu.esdihumboldt.hale.common.cache,eu.esdihumboldt.hale.c
+ ommon.core
+Export-Package: eu.esdihumboldt.hale.ui.cache
+Require-Bundle: de.fhg.igd.osgi.util;bundle-version="1.0.0",org.eclipse.
+ ui;bundle-version="3.5.1",org.eclipse.core.runtime;bundle-version="3.5.
+ 0"
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.cache
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.codelist.inspire/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.codelist.inspire/target/MANIFEST.MF
new file mode 100644
index 0000000000..a6f670a040
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.codelist.inspire/target/MANIFEST.MF
@@ -0,0 +1,20 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: INSPIRE Registry code lists source
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.codelist.inspire;singleton:
+ =true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Data Harmonisation Panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.collect;version="15.0.0",de.fhg.igd.ec
+ lipse.util.extension,de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.c
+ odelist,eu.esdihumboldt.hale.common.codelist.io,eu.esdihumboldt.hale.io
+ .codelist.inspire.reader,eu.esdihumboldt.hale.ui.io,eu.esdihumboldt.hal
+ e.ui.io.source,eu.esdihumboldt.hale.ui.util.selector,org.apache.http.cl
+ ient;version="4.3.3",org.slf4j;version="1.7.5"
+Require-Bundle: eu.esdihumboldt.hale.common.core;bundle-version="2.8.0",
+ org.eclipse.ui;bundle-version="3.7.0",org.eclipse.core.runtime;bundle-v
+ ersion="3.7.0", groovy;bundle-version="2.5.19",eu.esdihumboldt.hale.com
+ mon.inspire;bundle-version="2.9.0"
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.codelist.inspire
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.codelist.test/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.codelist.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..75e988657c
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.codelist.test/target/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Codelist UI Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.codelist.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Data Harmonisation Panel
+Fragment-Host: eu.esdihumboldt.hale.ui.codelist;bundle-version="2.6.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: eu.esdihumboldt.hale.common.instance.model
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.codelist.test
+Require-Bundle: org.junit;bundle-version="4.13.0"
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.codelist/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.codelist/target/MANIFEST.MF
new file mode 100644
index 0000000000..379b0a58b1
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.codelist/target/MANIFEST.MF
@@ -0,0 +1,26 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE CodeList UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.codelist;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.collect;version="15.0.0",de.fhg.igd.os
+ gi.util.configuration,de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.
+ align.model,eu.esdihumboldt.hale.common.codelist,eu.esdihumboldt.hale.c
+ ommon.codelist.config,eu.esdihumboldt.hale.common.codelist.io,eu.esdihu
+ mboldt.hale.common.codelist.service,eu.esdihumboldt.hale.common.core.io
+ ,eu.esdihumboldt.hale.common.core.io.impl,eu.esdihumboldt.hale.common.c
+ ore.io.project,eu.esdihumboldt.hale.common.core.io.project.model,eu.esd
+ ihumboldt.hale.common.schema.model,eu.esdihumboldt.hale.ui.io,eu.esdihu
+ mboldt.hale.ui.io.action,eu.esdihumboldt.hale.ui.io.config,eu.esdihumbo
+ ldt.hale.ui.service.project,eu.esdihumboldt.hale.ui.util.tree,eu.esdihu
+ mboldt.util,org.slf4j
+Require-Bundle: org.eclipse.ui;bundle-version="3.6.2",org.eclipse.core.r
+ untime;bundle-version="3.6.0",groovy;bundle-version="2.5.19"
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: eu.esdihumboldt.hale.ui.codelist.internal.CodeListUIPl
+ ugin
+Export-Package: eu.esdihumboldt.hale.ui.codelist.internal,eu.esdihumbold
+ t.hale.ui.codelist.selector,eu.esdihumboldt.hale.ui.codelist.service
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.codelist
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.common.definition.editors/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.common.definition.editors/target/MANIFEST.MF
new file mode 100644
index 0000000000..e61e03ef85
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.common.definition.editors/target/MANIFEST.MF
@@ -0,0 +1,25 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Attribute Editor Bundle
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.common.definition.editors;s
+ ingleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.eclipse.util.extension,de.fhg.igd.osgi.util,e
+ u.esdihumboldt.hale.common.align.extension.function,eu.esdihumboldt.hal
+ e.common.align.model,eu.esdihumboldt.hale.common.align.model.impl,eu.es
+ dihumboldt.hale.common.codelist,eu.esdihumboldt.hale.common.core,eu.esd
+ ihumboldt.hale.common.core.io.supplier,eu.esdihumboldt.hale.common.core
+ .io.util,eu.esdihumboldt.hale.common.core.parameter,eu.esdihumboldt.hal
+ e.common.schema.model,eu.esdihumboldt.hale.common.schema.model.constrai
+ nt,eu.esdihumboldt.hale.common.schema.model.constraint.type,eu.esdihumb
+ oldt.hale.common.scripting,eu.esdihumboldt.hale.ui.codelist.internal,eu
+ .esdihumboldt.hale.ui.codelist.selector,eu.esdihumboldt.hale.ui.codelis
+ t.service,eu.esdihumboldt.hale.ui.common,eu.esdihumboldt.hale.ui.common
+ .definition,eu.esdihumboldt.hale.ui.common.editors,eu.esdihumboldt.hale
+ .ui.scripting,eu.esdihumboldt.hale.ui.service.project,eu.esdihumboldt.u
+ til.validator,org.springframework.core.convert;version="5.2.0"
+Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime
+Export-Package: eu.esdihumboldt.hale.ui.common.definition.editors
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.common.definition.editors
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.common.graph/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.common.graph/target/MANIFEST.MF
new file mode 100644
index 0000000000..d8ea09a12e
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.common.graph/target/MANIFEST.MF
@@ -0,0 +1,42 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Common Graph UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.common.graph;singleton:=tru
+ e
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Export-Package: eu.esdihumboldt.hale.ui.common.graph.content,eu.esdihumb
+ oldt.hale.ui.common.graph.figures,eu.esdihumboldt.hale.ui.common.graph.
+ labels,eu.esdihumboldt.hale.ui.common.graph.layout
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",org.eclipse.core.r
+ untime;bundle-version="3.7.0",org.eclipse.zest.core;bundle-version="2.0
+ .0",org.eclipse.zest.jface;bundle-version="2.0.0",org.eclipse.zest.layo
+ uts;bundle-version="2.0.0",org.eclipse.draw2d;bundle-version="3.7.1"
+Import-Package: com.google.common.base;version="9.0.0",com.google.common
+ .collect;version="9.0.0",de.fhg.igd.eclipse.util.extension,de.fhg.igd.e
+ clipse.util.extension.exclusive,de.fhg.igd.slf4jplus,eu.esdihumboldt.ha
+ le.common.align.extension.function,eu.esdihumboldt.hale.common.align.mo
+ del,eu.esdihumboldt.hale.common.align.model.impl,eu.esdihumboldt.hale.c
+ ommon.align.model.transformation.tree,eu.esdihumboldt.hale.common.align
+ .model.transformation.tree.context,eu.esdihumboldt.hale.common.align.mo
+ del.transformation.tree.context.impl.matcher,eu.esdihumboldt.hale.commo
+ n.align.model.transformation.tree.impl,eu.esdihumboldt.hale.common.alig
+ n.model.transformation.tree.visitor,eu.esdihumboldt.hale.common.align.t
+ ransformation.function,eu.esdihumboldt.hale.common.align.transformation
+ .function.impl,eu.esdihumboldt.hale.common.align.transformation.report,
+ eu.esdihumboldt.hale.common.align.transformation.report.impl,eu.esdihum
+ boldt.hale.common.core.io.supplier,eu.esdihumboldt.hale.common.core.par
+ ameter,eu.esdihumboldt.hale.common.core.report,eu.esdihumboldt.hale.com
+ mon.core.service,eu.esdihumboldt.hale.common.instance.model,eu.esdihumb
+ oldt.hale.common.schema,eu.esdihumboldt.hale.common.schema.model,eu.esd
+ ihumboldt.hale.common.schema.model.constraint.property,eu.esdihumboldt.
+ hale.ui.common,eu.esdihumboldt.hale.ui.common.definition.viewer,eu.esdi
+ humboldt.hale.ui.common.function.viewer,eu.esdihumboldt.hale.ui.common.
+ internal,eu.esdihumboldt.hale.ui.common.service.compatibility,eu.esdihu
+ mboldt.hale.ui.util,eu.esdihumboldt.hale.ui.util.graph,eu.esdihumboldt.
+ hale.ui.util.graph.shapes,eu.esdihumboldt.util,net.jcip.annotations,org
+ .slf4j;version="1.7.12"
+Bundle-Activator: eu.esdihumboldt.hale.ui.common.graph.internal.GraphUIP
+ lugin
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.common.graph
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.common/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.common/target/MANIFEST.MF
new file mode 100644
index 0000000000..185e850425
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.common/target/MANIFEST.MF
@@ -0,0 +1,60 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Common UI Utilities
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.common;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime,org.eclipse.ui,eu.esdihumboldt.
+ hale.common.core;bundle-version="2.6.0"
+Import-Package: com.google.common.base;version="9.0.0",com.google.common
+ .collect;version="9.0.0",com.google.common.io;version="15.0.0",de.fhg.i
+ gd.eclipse.util.extension,de.fhg.igd.eclipse.util.extension.exclusive,d
+ e.fhg.igd.eclipse.util.extension.simple,de.fhg.igd.osgi.util,de.fhg.igd
+ .slf4jplus,eu.esdihumboldt.hale.common.align.compatibility,eu.esdihumbo
+ ldt.hale.common.align.extension.category,eu.esdihumboldt.hale.common.al
+ ign.extension.function,eu.esdihumboldt.hale.common.align.model,eu.esdih
+ umboldt.hale.common.align.model.impl,eu.esdihumboldt.hale.common.align.
+ model.transformation.tree,eu.esdihumboldt.hale.common.filter,eu.esdihum
+ boldt.hale.common.instance.extension.filter,eu.esdihumboldt.hale.common
+ .instance.model,eu.esdihumboldt.hale.common.instance.model.impl,eu.esdi
+ humboldt.hale.common.schema,eu.esdihumboldt.hale.common.schema.geometry
+ ,eu.esdihumboldt.hale.common.schema.groovy,eu.esdihumboldt.hale.common.
+ schema.model,eu.esdihumboldt.hale.common.schema.model.constraint,eu.esd
+ ihumboldt.hale.common.schema.model.constraint.property,eu.esdihumboldt.
+ hale.common.schema.model.constraint.type,eu.esdihumboldt.hale.io.xsd.co
+ nstraint,eu.esdihumboldt.hale.ui.geometry,eu.esdihumboldt.hale.ui.geome
+ try.service,eu.esdihumboldt.hale.ui.util.selector,eu.esdihumboldt.hale.
+ ui.util.swing,eu.esdihumboldt.hale.ui.util.tip,eu.esdihumboldt.hale.ui.
+ util.tree,eu.esdihumboldt.hale.ui.util.viewer.tree,eu.esdihumboldt.util
+ .definition,eu.esdihumboldt.util.groovy.paths,eu.esdihumboldt.util.io,e
+ u.esdihumboldt.util.validator,javax.measure;version="1.0.0",org.eclipse
+ .help,org.eclipse.jface.text,org.eclipse.jface.text.source,org.geotools
+ .factory;version="29.1.0.combined",org.geotools.filter.text.cql2;versio
+ n="29.1.0.combined",org.geotools.map.legend;version="29.1.0.combined",o
+ rg.geotools.metadata;version="29.1.0.combined",org.geotools.metadata.is
+ o;version="29.1.0.combined",org.geotools.metadata.iso.citation;version=
+ "29.1.0.combined",org.geotools.referencing;version="29.1.0.combined",or
+ g.geotools.referencing.factory;version="29.1.0.combined",org.geotools.s
+ tyling;version="29.1.0.combined",org.geotools.util;version="29.1.0.comb
+ ined",org.geotools.util.factory;version="29.1.0.combined",org.locationt
+ ech.jts.geom,org.opengis.feature.simple;version="29.1.0",org.opengis.fe
+ ature.type,org.opengis.filter,org.opengis.metadata.citation,org.opengis
+ .referencing,org.opengis.referencing.crs,org.opengis.util,org.slf4j;ver
+ sion="1.5.11",org.springframework.core.convert;version="5.2.0"
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: eu.esdihumboldt.hale.ui.common.internal.CommonUIPlugin
+Export-Package: eu.esdihumboldt.hale.ui.common,eu.esdihumboldt.hale.ui.c
+ ommon.components,eu.esdihumboldt.hale.ui.common.crs,eu.esdihumboldt.hal
+ e.ui.common.definition,eu.esdihumboldt.hale.ui.common.definition.intern
+ al;x-internal:=true,eu.esdihumboldt.hale.ui.common.definition.selector,
+ eu.esdihumboldt.hale.ui.common.definition.viewer,eu.esdihumboldt.hale.u
+ i.common.editors,eu.esdihumboldt.hale.ui.common.editors.value,eu.esdihu
+ mboldt.hale.ui.common.function.viewer,eu.esdihumboldt.hale.ui.common.he
+ lp,eu.esdihumboldt.hale.ui.common.help.internal;x-internal:=true,eu.esd
+ ihumboldt.hale.ui.common.internal;x-internal:=true,eu.esdihumboldt.hale
+ .ui.common.service.compatibility,eu.esdihumboldt.hale.ui.common.service
+ .population,eu.esdihumboldt.hale.ui.common.service.population.impl,eu.e
+ sdihumboldt.hale.ui.common.service.style,eu.esdihumboldt.hale.ui.common
+ .viewers
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.common
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.cst.debug/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.cst.debug/target/MANIFEST.MF
new file mode 100644
index 0000000000..af29ed235e
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.cst.debug/target/MANIFEST.MF
@@ -0,0 +1,24 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: CST Debug UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.cst.debug;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Activator: eu.esdihumboldt.hale.ui.cst.debug.internal.CSTDebugBun
+ dle
+Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,eu.esdihumboldt.
+ hale.common.instance;bundle-version="2.5.0",eu.esdihumboldt.hale.common
+ .align;bundle-version="2.5.0",org.eclipse.zest.core;bundle-version="2.0
+ .0",org.eclipse.zest.jface,org.eclipse.zest.layouts;bundle-version="2.0
+ .0",eu.esdihumboldt.hale.ui.common.graph,eu.esdihumboldt.hale.ui.util.g
+ raph,com.tinkerpop.blueprints.core;bundle-version="2.5.0"
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.collect;version="1.0.0",de.fhg.igd.ecl
+ ipse.util.extension,de.fhg.igd.slf4jplus,eu.esdihumboldt.cst.extension.
+ hooks,eu.esdihumboldt.hale.common.core.io.supplier,eu.esdihumboldt.hale
+ .common.schema.model,eu.esdihumboldt.hale.ui.util,eu.esdihumboldt.util,
+ org.eclipse.draw2d,org.eclipse.draw2d.geometry,org.eclipse.emf.common.u
+ til,org.eclipse.emf.ecore,org.eclipse.emf.ecore.util,org.slf4j;version=
+ "1.5.11"
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.cst.debug
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.cst/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.cst/target/MANIFEST.MF
new file mode 100644
index 0000000000..67288307f6
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.cst/target/MANIFEST.MF
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: CST UI Components
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.cst;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.cst;bundle-version="2.5.0",org.eclipse.c
+ ore.runtime;bundle-version="3.7.0",org.eclipse.ui;bundle-version="3.7.0
+ "
+Import-Package: de.fhg.igd.eclipse.ui.util.extension,de.fhg.igd.eclipse.
+ ui.util.extension.selective,de.fhg.igd.eclipse.util.extension,de.fhg.ig
+ d.eclipse.util.extension.selective,de.fhg.igd.osgi.util;version="1.0.0"
+ ,de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.core,org.slf4j;versio
+ n="1.5.11"
+Service-Component: OSGI-INF/ttreehooks.xml
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: eu.esdihumboldt.hale.ui.cst.internal.CSTUIPlugin
+Export-Package: eu.esdihumboldt.hale.ui.cst.contribution,eu.esdihumboldt
+ .hale.ui.cst.internal;x-internal:=true
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.cst
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.examples/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.examples/target/MANIFEST.MF
new file mode 100644
index 0000000000..6a8511449b
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.examples/target/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Examples UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.examples;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",org.ecli
+ pse.ui;bundle-version="3.7.0",eu.esdihumboldt.hale.doc.user.examples;bu
+ ndle-version="2.5.0",org.eclipse.help;bundle-version="3.5.100",org.ecli
+ pse.help.ui;bundle-version="3.5.101"
+Import-Package: de.fhg.igd.eclipse.util.extension.simple,eu.esdihumboldt
+ .hale.common.core.io.project,eu.esdihumboldt.hale.ui.util
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.examples
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.filter/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.filter/target/MANIFEST.MF
new file mode 100644
index 0000000000..cefca9b9d8
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.filter/target/MANIFEST.MF
@@ -0,0 +1,24 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Filter UI Components
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.filter;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.eclipse.util.extension,eu.esdihumboldt.hale.c
+ ommon.align.model,eu.esdihumboldt.hale.common.align.model.impl,eu.esdih
+ umboldt.hale.common.core.io.supplier,eu.esdihumboldt.hale.common.filter
+ ,eu.esdihumboldt.hale.common.schema,eu.esdihumboldt.hale.common.schema.
+ model,eu.esdihumboldt.hale.common.schema.model.constraint,eu.esdihumbol
+ dt.hale.common.schema.model.impl,eu.esdihumboldt.hale.io.xsd.constraint
+ ,eu.esdihumboldt.hale.ui.common,eu.esdihumboldt.hale.ui.common.definiti
+ on.selector,eu.esdihumboldt.hale.ui.util.selector,org.geotools.filter.t
+ ext.cql2;version="29.1.0.combined",org.slf4j;version="1.5.11"
+Export-Package: eu.esdihumboldt.hale.ui.filter,eu.esdihumboldt.hale.ui.f
+ ilter.cql,eu.esdihumboldt.hale.ui.filter.extension,eu.esdihumboldt.hale
+ .ui.filter.internal;x-internal:=true
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",org.ecli
+ pse.ui;bundle-version="3.6.2",eu.esdihumboldt.hale.common.instance
+Bundle-Activator: eu.esdihumboldt.hale.ui.filter.internal.FilterUIPlugin
+Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.filter
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.firststeps/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.firststeps/target/MANIFEST.MF
new file mode 100644
index 0000000000..ff3dbc60dc
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.firststeps/target/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Firststeps
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.firststeps;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.ui,org.eclipse.help.ui,org.eclipse.
+ platform,org.eclipse.ui,org.eclipse.ui.cheatsheets,org.eclipse.ui.intro
+ ,org.eclipse.ui.intro.universal,eu.esdihumboldt.hale.common.schema;bund
+ le-version="2.5.0",eu.esdihumboldt.hale.common.core;bundle-version="2.5
+ .0",eu.esdihumboldt.hale.common.instance;bundle-version="2.5.0",de.fhg.
+ igd.eclipse.ui.util;bundle-version="1.0.0",org.eclipse.ui.forms,de.fhg.
+ igd.eclipse.util;bundle-version="1.0.0",eu.esdihumboldt.hale.io.halecon
+ nect;bundle-version="3.3.0",eu.esdihumboldt.hale.io.haleconnect.ui;bund
+ le-version="3.3.0"
+Import-Package: com.google.common.collect;version="15.0.0",eu.esdihumbol
+ dt.hale.common.align.groovy.accessor,eu.esdihumboldt.hale.common.align.
+ model,eu.esdihumboldt.hale.common.align.model.impl,eu.esdihumboldt.hale
+ .ui.views.schemas,eu.esdihumboldt.util.groovy.paths,org.eclipse.equinox
+ .security.storage;version="1.0.0"
+Export-Package: eu.esdihumboldt.hale.ui.firststeps
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.firststeps
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.functions.core/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.functions.core/target/MANIFEST.MF
new file mode 100644
index 0000000000..80d4ee15bd
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.functions.core/target/MANIFEST.MF
@@ -0,0 +1,47 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: UI for CST core functions
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.functions.core;singleton:=t
+ rue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.jfac
+ e.text;bundle-version="3.7.1",groovy;bundle-version="2.5.19",eu.esdihum
+ boldt.hale.common.instance
+Import-Package: com.google.common.base;version="9.0.0",com.google.common
+ .collect,de.fhg.igd.eclipse.util.extension.simple,de.fhg.igd.osgi.util;
+ version="1.0.0",de.fhg.igd.slf4jplus,eu.esdihumboldt.cst.functions.stri
+ ng,eu.esdihumboldt.hale.common.align.extension.function,eu.esdihumboldt
+ .hale.common.align.io,eu.esdihumboldt.hale.common.align.io.impl,eu.esdi
+ humboldt.hale.common.align.model,eu.esdihumboldt.hale.common.align.mode
+ l.functions,eu.esdihumboldt.hale.common.align.model.functions.join,eu.e
+ sdihumboldt.hale.common.align.model.impl,eu.esdihumboldt.hale.common.co
+ re,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.common.core
+ .io.impl,eu.esdihumboldt.hale.common.core.io.supplier,eu.esdihumboldt.h
+ ale.common.core.io.util,eu.esdihumboldt.hale.common.core.parameter,eu.e
+ sdihumboldt.hale.common.core.service,eu.esdihumboldt.hale.common.instan
+ ce.helper,eu.esdihumboldt.hale.common.instance.model,eu.esdihumboldt.ha
+ le.common.lookup,eu.esdihumboldt.hale.common.lookup.impl,eu.esdihumbold
+ t.hale.common.lookup.internal,eu.esdihumboldt.hale.common.schema,eu.esd
+ ihumboldt.hale.common.schema.groovy,eu.esdihumboldt.hale.common.schema.
+ model,eu.esdihumboldt.hale.common.schema.model.constraint,eu.esdihumbol
+ dt.hale.common.schema.model.constraint.property,eu.esdihumboldt.hale.co
+ mmon.schema.model.constraint.type,eu.esdihumboldt.hale.io.csv.ui,eu.esd
+ ihumboldt.hale.io.csv.writer.internal,eu.esdihumboldt.hale.ui,eu.esdihu
+ mboldt.hale.ui.common,eu.esdihumboldt.hale.ui.common.definition,eu.esdi
+ humboldt.hale.ui.common.definition.editors,eu.esdihumboldt.hale.ui.comm
+ on.definition.viewer,eu.esdihumboldt.hale.ui.common.editors,eu.esdihumb
+ oldt.hale.ui.function.generic,eu.esdihumboldt.hale.ui.function.generic.
+ pages,eu.esdihumboldt.hale.ui.io,eu.esdihumboldt.hale.ui.io.action,eu.e
+ sdihumboldt.hale.ui.lookup,eu.esdihumboldt.hale.ui.scripting.groovy,eu.
+ esdihumboldt.hale.ui.service.entity,eu.esdihumboldt.hale.ui.service.ent
+ ity.util,eu.esdihumboldt.hale.ui.service.project,eu.esdihumboldt.hale.u
+ i.service.schema,eu.esdihumboldt.hale.ui.service.values,eu.esdihumboldt
+ .hale.ui.transformation,eu.esdihumboldt.hale.ui.util.source,eu.esdihumb
+ oldt.hale.ui.util.viewer.tree,eu.esdihumboldt.hale.ui.util.wizard,eu.es
+ dihumboldt.util.groovy.paths,org.slf4j;version="1.5.11",org.springframe
+ work.core.convert;version="5.2.0"
+Export-Package: eu.esdihumboldt.hale.ui.functions.core
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.functions.core
+Bundle-Vendor: data harmonisation panel
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.functions.custom/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.functions.custom/target/MANIFEST.MF
new file mode 100644
index 0000000000..42bf4f78bc
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.functions.custom/target/MANIFEST.MF
@@ -0,0 +1,33 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Custom Functions UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.functions.custom;singleton:
+ =true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui;bundle-version="3.106.0",org.eclipse.core
+ .runtime;bundle-version="3.10.0",eu.esdihumboldt.hale.ui;bundle-version
+ ="2.9.1",eu.esdihumboldt.hale.common.align;bundle-version="2.9.2",eu.es
+ dihumboldt.hale.common.schema;bundle-version="2.9.2",org.eclipse.jface.
+ text;bundle-version="3.9.1",eu.esdihumboldt.hale.ui.util.groovy;bundle-
+ version="2.9.0",groovy;bundle-version="2.5.19",eu.esdihumboldt.hale.ui.
+ functions.groovy
+Import-Package: com.google.common.base;version="17.0.0",com.google.commo
+ n.collect;version="17.0.0",de.fhg.igd.eclipse.util.extension.simple,de.
+ fhg.igd.slf4jplus,eu.esdihumboldt.cst.functions.groovy,eu.esdihumboldt.
+ hale.common.align.custom,eu.esdihumboldt.hale.common.align.custom.groov
+ y,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.common.insta
+ nce.model,eu.esdihumboldt.hale.ui.common,eu.esdihumboldt.hale.ui.common
+ .definition,eu.esdihumboldt.hale.ui.common.definition.selector,eu.esdih
+ umboldt.hale.ui.common.definition.viewer,eu.esdihumboldt.hale.ui.common
+ .editors,eu.esdihumboldt.hale.ui.scripting.groovy,eu.esdihumboldt.hale.
+ ui.util,eu.esdihumboldt.hale.ui.util.components,eu.esdihumboldt.hale.ui
+ .util.handler,eu.esdihumboldt.hale.ui.util.selector,eu.esdihumboldt.hal
+ e.ui.util.source,eu.esdihumboldt.hale.ui.util.viewer,eu.esdihumboldt.ha
+ le.ui.util.wizard,org.slf4j;version="1.7.2"
+Export-Package: eu.esdihumboldt.hale.ui.functions.custom,eu.esdihumboldt
+ .hale.ui.functions.custom.pages,eu.esdihumboldt.hale.ui.functions.custo
+ m.pages.internal;x-internal:=true
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.functions.custom
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.functions.geometric/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.functions.geometric/target/MANIFEST.MF
new file mode 100644
index 0000000000..a8ab9aa926
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.functions.geometric/target/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: UI for CST geometric functions
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.functions.geometric;singlet
+ on:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.ui,eu.esdihumboldt.hale.ui.common,e
+ u.esdihumboldt.cst.functions.geometric;bundle-version="2.9.1",eu.esdihu
+ mboldt.hale.common.align,com.google.guava,org.eclipse.ui,org.opengis,eu
+ .esdihumboldt.hale.common.instance,org.eclipse.core.runtime;bundle-vers
+ ion="3.11.1",de.fhg.igd.slf4jplus;bundle-version="1.2.0",eu.esdihumbold
+ t.hale.common.core,eu.esdihumboldt.hale.ui.util,eu.esdihumboldt.hale.co
+ mmon.schema
+Import-Package: de.fhg.igd.eclipse.util.extension,de.fhg.igd.eclipse.uti
+ l.extension.simple,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.
+ hale.common.schema.geometry,eu.esdihumboldt.hale.common.schema.model,eu
+ .esdihumboldt.hale.ui.util.viewer,eu.esdihumboldt.util.definition,org.g
+ eotools.referencing;version="29.1.0.combined",org.slf4j;version="1.7.12
+ "
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.functions.geometric
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.functions.groovy/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.functions.groovy/target/MANIFEST.MF
new file mode 100644
index 0000000000..b65892db37
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.functions.groovy/target/MANIFEST.MF
@@ -0,0 +1,47 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: UI for CST Groovy functions
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.functions.groovy;singleton:
+ =true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui,com.google.guava,org.eclipse.jface.text;b
+ undle-version="3.7.1",eu.esdihumboldt.hale.ui;bundle-version="2.5.0",co
+ m.tinkerpop.blueprints.core;bundle-version="2.5.0",org.eclipse.core.run
+ time;bundle-version="3.7.0",com.tinkerpop.pipes;bundle-version="2.5.0",
+ com.tinkerpop.gremlin.java;bundle-version="2.5.0",com.tinkerpop.gremlin
+ .groovy;bundle-version="2.5.0",groovy;bundle-version="2.5.19"
+Import-Package: de.fhg.igd.slf4jplus,eu.esdihumboldt.cst.functions.core,
+ eu.esdihumboldt.cst.functions.groovy,eu.esdihumboldt.cst.functions.groo
+ vy.helper,eu.esdihumboldt.cst.functions.groovy.helper.spec,eu.esdihumbo
+ ldt.cst.functions.groovy.helper.spec.impl,eu.esdihumboldt.cst.functions
+ .groovy.internal,eu.esdihumboldt.hale.common.align.extension.function,e
+ u.esdihumboldt.hale.common.align.model,eu.esdihumboldt.hale.common.alig
+ n.model.functions,eu.esdihumboldt.hale.common.align.model.functions.joi
+ n,eu.esdihumboldt.hale.common.align.model.impl,eu.esdihumboldt.hale.com
+ mon.align.transformation.function,eu.esdihumboldt.hale.common.align.tra
+ nsformation.function.impl,eu.esdihumboldt.hale.common.align.transformat
+ ion.report,eu.esdihumboldt.hale.common.align.transformation.report.impl
+ ,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.common.core.r
+ eport,eu.esdihumboldt.hale.common.core.service,eu.esdihumboldt.hale.com
+ mon.instance.groovy,eu.esdihumboldt.hale.common.instance.model,eu.esdih
+ umboldt.hale.common.instance.model.impl,eu.esdihumboldt.hale.common.sch
+ ema,eu.esdihumboldt.hale.common.schema.groovy,eu.esdihumboldt.hale.comm
+ on.schema.model,eu.esdihumboldt.hale.common.schema.model.constraint,eu.
+ esdihumboldt.hale.common.schema.model.constraint.property,eu.esdihumbol
+ dt.hale.common.schema.model.constraint.type,eu.esdihumboldt.hale.common
+ .schema.model.impl,eu.esdihumboldt.hale.ui.common,eu.esdihumboldt.hale.
+ ui.common.definition,eu.esdihumboldt.hale.ui.common.definition.viewer,e
+ u.esdihumboldt.hale.ui.common.function.viewer,eu.esdihumboldt.hale.ui.f
+ unction.generic.pages,eu.esdihumboldt.hale.ui.functions.core,eu.esdihum
+ boldt.hale.ui.scripting.groovy,eu.esdihumboldt.hale.ui.util,eu.esdihumb
+ oldt.hale.ui.util.groovy,eu.esdihumboldt.hale.ui.util.groovy.ast,eu.esd
+ ihumboldt.hale.ui.util.groovy.ast.viewer,eu.esdihumboldt.hale.ui.util.s
+ ource,eu.esdihumboldt.hale.ui.util.viewer.tree,eu.esdihumboldt.hale.ui.
+ util.wizard,eu.esdihumboldt.util.groovy.paths,eu.esdihumboldt.util.groo
+ vy.sandbox,org.slf4j;version="1.5.11"
+Export-Package: eu.esdihumboldt.hale.ui.functions.groovy,eu.esdihumboldt
+ .hale.ui.functions.groovy.internal;x-internal:=true
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.functions.groovy
+Bundle-Vendor: data harmonisation panel
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.functions.inspire/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.functions.inspire/target/MANIFEST.MF
new file mode 100644
index 0000000000..570f81d8fd
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.functions.inspire/target/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Inspire
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.functions.inspire;singleton
+ :=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",com.google.guava;b
+ undle-version="9.0.0",org.eclipse.core.runtime;bundle-version="3.7.0"
+Import-Package: de.fhg.igd.eclipse.util.extension.simple,eu.esdihumboldt
+ .cst.functions.inspire,eu.esdihumboldt.cst.functions.inspire.data,eu.es
+ dihumboldt.hale.common.align.extension.function,eu.esdihumboldt.hale.co
+ mmon.align.model,eu.esdihumboldt.hale.common.align.model.impl,eu.esdihu
+ mboldt.hale.common.core.io.supplier,eu.esdihumboldt.hale.common.core.pa
+ rameter,eu.esdihumboldt.hale.common.schema.model,eu.esdihumboldt.hale.u
+ i,eu.esdihumboldt.hale.ui.common,eu.esdihumboldt.hale.ui.common.definit
+ ion,eu.esdihumboldt.hale.ui.function.generic,eu.esdihumboldt.hale.ui.fu
+ nction.generic.pages,eu.esdihumboldt.hale.ui.util.wizard,org.eclipse.os
+ gi.util;version="1.1.0"
+Export-Package: eu.esdihumboldt.hale.ui.functions.inspire
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.functions.inspire
+Bundle-Vendor: data harmonisation panel
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.functions.numeric/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.functions.numeric/target/MANIFEST.MF
new file mode 100644
index 0000000000..dd403853f1
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.functions.numeric/target/MANIFEST.MF
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: UI for CST numeric functions
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.functions.numeric;singleton
+ :=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.align,eu.esdihumboldt.hale.u
+ i,eu.esdihumboldt.hale.ui.common,org.eclipse.ui,com.google.guava,com.ia
+ bcinc.jmep;bundle-version="0.1.0",eu.esdihumboldt.cst.functions.numeric
+ ;bundle-version="2.5.0",eu.esdihumboldt.hale.common.core;bundle-version
+ ="3.2.0"
+Import-Package: de.fhg.igd.eclipse.util.extension,de.fhg.igd.eclipse.uti
+ l.extension.simple,eu.esdihumboldt.hale.common.core.io.supplier,eu.esdi
+ humboldt.hale.common.schema.model,eu.esdihumboldt.hale.common.schema.mo
+ del.constraint,eu.esdihumboldt.hale.common.schema.model.constraint.type
+ ,eu.esdihumboldt.hale.ui.functions.core,eu.esdihumboldt.hale.ui.util.vi
+ ewer,eu.esdihumboldt.util.validator
+Export-Package: eu.esdihumboldt.hale.ui.functions.numeric
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.functions.numeric
+Bundle-Vendor: data harmonisation panel
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.geometry/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.geometry/target/MANIFEST.MF
new file mode 100644
index 0000000000..3260ff4dc9
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.geometry/target/MANIFEST.MF
@@ -0,0 +1,25 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE UI Geometry Support
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.geometry;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Activator: eu.esdihumboldt.hale.ui.geometry.internal.GeometryUIBu
+ ndle
+Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base;version="9.0.0",org.locationtech.
+ jts.geom,de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.align.model,e
+ u.esdihumboldt.hale.common.core.io.supplier,eu.esdihumboldt.hale.common
+ .instance.geometry,eu.esdihumboldt.hale.common.instance.model,eu.esdihu
+ mboldt.hale.common.schema.geometry,eu.esdihumboldt.hale.common.schema.m
+ odel,eu.esdihumboldt.hale.common.schema.model.constraint,eu.esdihumbold
+ t.hale.common.schema.model.constraint.property,eu.esdihumboldt.hale.com
+ mon.schema.model.constraint.type,eu.esdihumboldt.util,org.eclipse.core.
+ expressions,org.slf4j;version="1.5.11"
+Export-Package: eu.esdihumboldt.hale.ui.geometry,eu.esdihumboldt.hale.ui
+ .geometry.internal;x-internal:=true,eu.esdihumboldt.hale.ui.geometry.se
+ rvice,eu.esdihumboldt.hale.ui.geometry.service.impl
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.geometry
+Bundle-Vendor: data harmonisation panel
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.instancevalidation/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.instancevalidation/target/MANIFEST.MF
new file mode 100644
index 0000000000..a032146a29
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.instancevalidation/target/MANIFEST.MF
@@ -0,0 +1,29 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Statusbar component showing instance validation results
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.instancevalidation;singleto
+ n:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.ui.v
+ iews;bundle-version="3.6.0"
+Import-Package: com.google.common.collect,de.fhg.igd.slf4jplus,eu.esdihu
+ mboldt.hale.common.align.transformation.service,eu.esdihumboldt.hale.co
+ mmon.core.report,eu.esdihumboldt.hale.common.instance.extension.validat
+ ion.report,eu.esdihumboldt.hale.common.instance.extension.validation.re
+ port.impl,eu.esdihumboldt.hale.common.instance.model,eu.esdihumboldt.ha
+ le.common.schema,eu.esdihumboldt.hale.common.schema.model,eu.esdihumbol
+ dt.hale.ui.common.definition.viewer,eu.esdihumboldt.hale.ui.selection,e
+ u.esdihumboldt.hale.ui.selection.impl,eu.esdihumboldt.hale.ui.service.i
+ nstance,eu.esdihumboldt.hale.ui.service.instance.validation,eu.esdihumb
+ oldt.hale.ui.service.schema,eu.esdihumboldt.hale.ui.util.viewer.tree,eu
+ .esdihumboldt.hale.ui.views.data,eu.esdihumboldt.hale.ui.views.properti
+ es,eu.esdihumboldt.hale.ui.views.properties.handler,eu.esdihumboldt.hal
+ e.ui.views.report,eu.esdihumboldt.hale.ui.views.report.properties.detai
+ ls.extension,eu.esdihumboldt.util,org.eclipse.ui.menus,org.eclipse.ui.v
+ iews.properties.tabbed,org.slf4j;version="1.5.11"
+Bundle-Activator: eu.esdihumboldt.hale.ui.instancevalidation.InstanceVal
+ idationUIPlugin
+Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.instancevalidation
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.launchaction/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.launchaction/target/MANIFEST.MF
new file mode 100644
index 0000000000..ddd12d892a
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.launchaction/target/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE UI Launch Action Extension Point
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.launchaction;singleton:=tru
+ e
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Data Harmonisation Panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",org.ecli
+ pse.ui;bundle-version="3.7.0"
+Import-Package: de.fhg.igd.eclipse.util.extension,org.slf4j;version="1.5
+ .11"
+Export-Package: eu.esdihumboldt.hale.ui.launchaction,eu.esdihumboldt.hal
+ e.ui.launchaction.extension,eu.esdihumboldt.hale.ui.launchaction.impl
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.launchaction
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.logback.config/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.logback.config/target/MANIFEST.MF
new file mode 100644
index 0000000000..1750296d67
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.logback.config/target/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Logback Configuration
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.logback.config
+Bundle-Version: 5.4.0.SNAPSHOT
+Fragment-Host: ch.qos.logback.classic;bundle-version="0.9.19.v20100519-1
+ 505"
+Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.2
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.logback.config
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.lookup/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.lookup/target/MANIFEST.MF
new file mode 100644
index 0000000000..0eb6e4eb59
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.lookup/target/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Lookup Table UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.lookup;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Data Harmonisation Panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.common.lookup;bundle-version="2.5.0
+ ",eu.esdihumboldt.hale.ui;bundle-version="2.5.0",org.eclipse.ui;bundle-
+ version="3.7.0",eu.esdihumboldt.hale.common.core;bundle-version="2.5.0"
+ ,org.eclipse.core.runtime;bundle-version="3.7.0"
+Export-Package: eu.esdihumboldt.hale.ui.lookup
+Import-Package: com.google.common.collect;version="15.0.0",de.fhg.igd.sl
+ f4jplus
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.lookup
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.quickaccess/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.quickaccess/target/MANIFEST.MF
new file mode 100644
index 0000000000..b19bd0a7f5
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.quickaccess/target/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Adds Quickaccess to toolbar
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.quickaccess;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: data harmonisation panel
+Require-Bundle: org.eclipse.e4.ui.workbench,org.eclipse.e4.ui.workbench.
+ renderers.swt;bundle-version="0.12.0",org.eclipse.ui.workbench;bundle-v
+ ersion="3.106.0"
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.schema.presets/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.schema.presets/target/MANIFEST.MF
new file mode 100644
index 0000000000..3c184e839f
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.schema.presets/target/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Prefedined Schema Source
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.schema.presets;singleton:=t
+ rue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: eu.esdihumboldt.hale.ui;bundle-version="2.5.0",eu.esdihu
+ mboldt.hale.common.schema;bundle-version="2.5.0",org.eclipse.ui;bundle-
+ version="3.7.0",org.eclipse.core.runtime;bundle-version="3.7.0"
+Import-Package: com.google.common.collect;version="15.0.0",de.fhg.igd.ec
+ lipse.util.extension.simple,eu.esdihumboldt.hale.common.core.io,eu.esdi
+ humboldt.hale.common.core.io.supplier,eu.esdihumboldt.hale.common.schem
+ a.presets.extension,eu.esdihumboldt.hale.ui.util.selector,eu.esdihumbol
+ dt.util.io
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.schema.presets
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.scripting/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.scripting/target/MANIFEST.MF
new file mode 100644
index 0000000000..1f5003cb02
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.scripting/target/MANIFEST.MF
@@ -0,0 +1,30 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Scripting UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.scripting;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui,eu.esdihumboldt.hale.common.scripting,org
+ .eclipse.core.runtime,org.eclipse.jface.text
+Import-Package: de.fhg.igd.eclipse.util.extension,de.fhg.igd.slf4jplus,e
+ u.esdihumboldt.hale.common.align.model,eu.esdihumboldt.hale.common.alig
+ n.model.condition.impl,eu.esdihumboldt.hale.common.align.model.impl,eu.
+ esdihumboldt.hale.common.align.transformation.function,eu.esdihumboldt.
+ hale.common.align.transformation.function.impl,eu.esdihumboldt.hale.com
+ mon.core.io.util,eu.esdihumboldt.hale.common.core.service,eu.esdihumbol
+ dt.hale.common.filter,eu.esdihumboldt.hale.common.instance.model,eu.esd
+ ihumboldt.hale.common.schema.model,eu.esdihumboldt.hale.common.schema.m
+ odel.constraint.type,eu.esdihumboldt.hale.ui,eu.esdihumboldt.hale.ui.co
+ mmon,eu.esdihumboldt.hale.ui.common.definition.viewer,eu.esdihumboldt.h
+ ale.ui.common.editors,eu.esdihumboldt.hale.ui.service.instance,eu.esdih
+ umboldt.hale.ui.transformation,eu.esdihumboldt.hale.ui.util,eu.esdihumb
+ oldt.hale.ui.util.groovy,eu.esdihumboldt.hale.ui.util.source,org.slf4j
+Export-Package: eu.esdihumboldt.hale.ui.scripting; uses:="org.eclipse.co
+ re.runtime, eu.esdihumboldt.hale.common.scripting, de.fhg.igd.eclipse
+ .util.extension, eu.esdihumboldt.hale.ui.common, org.eclipse.swt.widg
+ ets",eu.esdihumboldt.hale.ui.scripting.groovy; uses:="eu.esdihumboldt.h
+ ale.ui.scripting, eu.esdihumboldt.hale.common.scripting, eu.esdihumbo
+ ldt.hale.common.align.model.impl, eu.esdihumboldt.hale.ui.common, org
+ .eclipse.swt.widgets, eu.esdihumboldt.hale.ui.common.editors"
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.scripting
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.style/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.style/target/MANIFEST.MF
new file mode 100644
index 0000000000..b0ba520c12
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.style/target/MANIFEST.MF
@@ -0,0 +1,47 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Style UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.style;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Export-Package: eu.esdihumboldt.hale.ui.style,eu.esdihumboldt.hale.ui.st
+ yle.dialog,eu.esdihumboldt.hale.ui.style.editors,eu.esdihumboldt.hale.u
+ i.style.internal;x-internal:=true,eu.esdihumboldt.hale.ui.style.service
+ .internal;x-internal:=true
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",org.ecli
+ pse.ui;bundle-version="3.6.2"
+Import-Package: com.google.common.collect;version="9.0.0",com.google.com
+ mon.io;version="9.0.0",de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common
+ .align.model,eu.esdihumboldt.hale.common.align.model.impl,eu.esdihumbol
+ dt.hale.common.core.io,eu.esdihumboldt.hale.common.core.io.impl,eu.esdi
+ humboldt.hale.common.core.io.report,eu.esdihumboldt.hale.common.core.io
+ .report.impl,eu.esdihumboldt.hale.common.core.io.supplier,eu.esdihumbol
+ dt.hale.common.core.report,eu.esdihumboldt.hale.common.instance.helper,
+ eu.esdihumboldt.hale.common.instance.model,eu.esdihumboldt.hale.common.
+ schema,eu.esdihumboldt.hale.common.schema.model,eu.esdihumboldt.hale.co
+ mmon.schema.model.constraint,eu.esdihumboldt.hale.common.schema.model.c
+ onstraint.type,eu.esdihumboldt.hale.common.schema.model.impl,eu.esdihum
+ boldt.hale.common.style.io,eu.esdihumboldt.hale.io.xsd.constraint,eu.es
+ dihumboldt.hale.io.xsd.model,eu.esdihumboldt.hale.ui.common.definition,
+ eu.esdihumboldt.hale.ui.common.definition.selector,eu.esdihumboldt.hale
+ .ui.common.definition.viewer,eu.esdihumboldt.hale.ui.common.service.sty
+ le,eu.esdihumboldt.hale.ui.function.common,eu.esdihumboldt.hale.ui.geom
+ etry,eu.esdihumboldt.hale.ui.geometry.service,eu.esdihumboldt.hale.ui.i
+ o,eu.esdihumboldt.hale.ui.service.instance,eu.esdihumboldt.hale.ui.serv
+ ice.project,eu.esdihumboldt.hale.ui.service.schema,eu.esdihumboldt.hale
+ .ui.util.action,eu.esdihumboldt.hale.ui.util.dialog,eu.esdihumboldt.hal
+ e.ui.util.selector,eu.esdihumboldt.hale.ui.util.swing,eu.esdihumboldt.u
+ til,org.eclipse.jface.text,org.eclipse.jface.text.source,org.geotools.f
+ actory;version="29.1.0.combined",org.geotools.feature;version="29.1.0.c
+ ombined",org.geotools.filter.visitor;version="29.1.0.combined",org.geot
+ ools.map.legend;version="29.1.0.combined",org.geotools.styling;version=
+ "29.1.0.combined",org.geotools.xml.styling;version="29.1.0.combined",or
+ g.geotools.xml.transform;version="29.1.0.combined",org.locationtech.jts
+ .geom,org.opengis.feature.simple,org.opengis.feature.type,org.opengis.f
+ ilter,org.opengis.filter.expression,org.opengis.style,org.slf4j;version
+ ="1.5.11"
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: eu.esdihumboldt.hale.ui.style.internal.InstanceStylePl
+ ugin
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.style
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.templates/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.templates/target/MANIFEST.MF
new file mode 100644
index 0000000000..281f9e201b
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.templates/target/MANIFEST.MF
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Templates
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.templates;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Data Harmonisation Panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.io;version="11.0.1",de.fhg.igd.eclipse
+ .util.extension.simple,de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common
+ .core.io.supplier,eu.esdihumboldt.hale.ui.service.project,eu.esdihumbol
+ dt.hale.ui.util.selector,eu.esdihumboldt.util.http,eu.esdihumboldt.util
+ .io,groovyx.net.http;version="0.7.1",org.apache.commons.logging,org.apa
+ che.http.auth;version="4.3.6",org.apache.http.client,org.apache.http.cl
+ ient.fluent;version="4.3.6",org.apache.http.impl.client,org.apache.http
+ .params,org.cyberneko.html;version="1.9.22",org.slf4j;version="1.5.11"
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",org.ecli
+ pse.ui;bundle-version="3.7.0",groovy;bundle-version="2.5.19"
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: eu.esdihumboldt.hale.ui.templates.internal.TemplatesUI
+ Plugin
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.templates
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.ttreeexporter/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.ttreeexporter/target/MANIFEST.MF
new file mode 100644
index 0000000000..8ec4c87b66
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.ttreeexporter/target/MANIFEST.MF
@@ -0,0 +1,19 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Ttreeexporter
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.ttreeexporter;singleton:=tr
+ ue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: eu.esdihumboldt.cst.extension.hooks,eu.esdihumboldt.hale
+ .common.align.model.transformation.tree,eu.esdihumboldt.hale.common.cor
+ e.service,eu.esdihumboldt.hale.common.instance.model,eu.esdihumboldt.ha
+ le.ui,eu.esdihumboldt.hale.ui.common.graph.content,eu.esdihumboldt.hale
+ .ui.common.graph.labels,eu.esdihumboldt.hale.ui.util.graph
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",org.eclipse.zest.j
+ face;bundle-version="2.0.0",org.eclipse.zest.core;bundle-version="2.0.0
+ ",org.eclipse.zest.layouts;bundle-version="2.0.0",org.eclipse.draw2d;bu
+ ndle-version="3.7.1"
+Export-Package: eu.esdihumboldt.hale.ui.ttreeexporter
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.ttreeexporter
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.util.graph/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.util.graph/target/MANIFEST.MF
new file mode 100644
index 0000000000..e47ee0ede3
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.util.graph/target/MANIFEST.MF
@@ -0,0 +1,19 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Graph UI Utilities
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.util.graph
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",org.eclipse.zest.c
+ ore;bundle-version="2.0.0",org.eclipse.zest.jface;bundle-version="2.0.0
+ ",org.eclipse.zest.layouts;bundle-version="2.0.0",org.eclipse.core.runt
+ ime;bundle-version="3.7.0",org.eclipse.zest.dot.export;bundle-version="
+ 2.0.0",org.apache.commons.io;bundle-version="1.4.0"
+Import-Package: de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.ui.util.swing,
+ org.eclipse.draw2d,org.eclipse.draw2d.geometry,org.eclipse.draw2d.text,
+ org.slf4j;version="1.5.11"
+Export-Package: eu.esdihumboldt.hale.ui.util.graph,eu.esdihumboldt.hale.
+ ui.util.graph.internal;x-internal:=true,eu.esdihumboldt.hale.ui.util.gr
+ aph.shapes
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.util.graph
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.util.groovy.test/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.util.groovy.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..4ca138eae2
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.util.groovy.test/target/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Groovy UI Tests
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.util.groovy.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Data Harmonisation Panel
+Fragment-Host: eu.esdihumboldt.hale.ui.util.groovy;bundle-version="2.8.0
+ "
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.util.groovy.test
+Require-Bundle: org.junit;bundle-version="4.13.0"
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.util.groovy/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.util.groovy/target/MANIFEST.MF
new file mode 100644
index 0000000000..06fb47be0c
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.util.groovy/target/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Simple Groovy Source Viewer Support
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.util.groovy;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Activator: eu.esdihumboldt.hale.ui.util.groovy.internal.GroovyUIP
+ lugin
+Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.jfac
+ e.text;bundle-version="3.7.1",groovy;bundle-version="2.5.19",com.tinker
+ pop.blueprints.core;bundle-version="2.5.0"
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Export-Package: eu.esdihumboldt.hale.ui.util.groovy,eu.esdihumboldt.hale
+ .ui.util.groovy.ast,eu.esdihumboldt.hale.ui.util.groovy.ast.viewer,eu.e
+ sdihumboldt.hale.ui.util.groovy.internal;x-internal:=true,eu.esdihumbol
+ dt.hale.ui.util.groovy.internal.autoedit;x-internal:=true,eu.esdihumbol
+ dt.hale.ui.util.groovy.internal.contentassist;x-internal:=true
+Import-Package: com.google.common.collect;version="15.0.0",com.google.co
+ mmon.util.concurrent;version="15.0.0",de.fhg.igd.slf4jplus,eu.esdihumbo
+ ldt.hale.ui.util,eu.esdihumboldt.hale.ui.util.source,org.slf4j;version=
+ "1.5.11"
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.util.groovy
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.util/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.util/target/MANIFEST.MF
new file mode 100644
index 0000000000..6ed0245e6b
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.util/target/MANIFEST.MF
@@ -0,0 +1,32 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: UI Utilities
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.util;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Activator: eu.esdihumboldt.hale.ui.util.internal.UIUtilitiesPlugi
+ n
+Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.jfac
+ e.text;bundle-version="3.7.1",org.eclipse.core.net;bundle-version="1.3.
+ 800"
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Export-Package: eu.esdihumboldt.hale.ui.util,eu.esdihumboldt.hale.ui.uti
+ l.action,eu.esdihumboldt.hale.ui.util.components,eu.esdihumboldt.hale.u
+ i.util.dialog,eu.esdihumboldt.hale.ui.util.handler,eu.esdihumboldt.hale
+ .ui.util.internal;x-internal:=true,eu.esdihumboldt.hale.ui.util.io,eu.e
+ sdihumboldt.hale.ui.util.io.internal;x-internal:=true,eu.esdihumboldt.h
+ ale.ui.util.jobs,eu.esdihumboldt.hale.ui.util.proxy,eu.esdihumboldt.hal
+ e.ui.util.proxy.preferences,eu.esdihumboldt.hale.ui.util.selection,eu.e
+ sdihumboldt.hale.ui.util.selector,eu.esdihumboldt.hale.ui.util.source,e
+ u.esdihumboldt.hale.ui.util.swing,eu.esdihumboldt.hale.ui.util.tip,eu.e
+ sdihumboldt.hale.ui.util.tree,eu.esdihumboldt.hale.ui.util.viewer,eu.es
+ dihumboldt.hale.ui.util.viewer.tree,eu.esdihumboldt.hale.ui.util.wizard
+Import-Package: com.google.common.base;version="11.0.1",com.google.commo
+ n.util.concurrent;version="15.0.0",de.fhg.igd.osgi.util;version="1.0.0"
+ ,de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.core,eu.esdihumboldt.
+ util,eu.esdihumboldt.util.http,org.apache.http,org.apache.http.auth,org
+ .apache.http.client,org.apache.http.conn.params,org.apache.http.impl.cl
+ ient,org.apache.http.params,org.eclipse.equinox.security.storage,org.ec
+ lipse.equinox.security.storage.provider,org.slf4j;version="1.5.11"
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.util
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.views.data/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.views.data/target/MANIFEST.MF
new file mode 100644
index 0000000000..ae328d4729
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.views.data/target/MANIFEST.MF
@@ -0,0 +1,47 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Data Views
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.views.data;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",org.ecli
+ pse.ui;bundle-version="3.6.2",eu.esdihumboldt.hale.common.instance
+Import-Package: com.google.common.collect;version="9.0.0",de.fhg.igd.ecl
+ ipse.ui.util.extension,de.fhg.igd.eclipse.ui.util.extension.exclusive,d
+ e.fhg.igd.eclipse.util.extension,de.fhg.igd.eclipse.util.extension.excl
+ usive,de.fhg.igd.eclipse.util.extension.simple,de.fhg.igd.osgi.util;ver
+ sion="1.0.0",de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.align.mod
+ el,eu.esdihumboldt.hale.common.align.model.impl,eu.esdihumboldt.hale.co
+ mmon.align.transformation.report,eu.esdihumboldt.hale.common.align.tran
+ sformation.service,eu.esdihumboldt.hale.common.align.transformation.ser
+ vice.impl,eu.esdihumboldt.hale.common.core,eu.esdihumboldt.hale.common.
+ core.io,eu.esdihumboldt.hale.common.core.io.impl,eu.esdihumboldt.hale.c
+ ommon.core.io.supplier,eu.esdihumboldt.hale.common.core.report,eu.esdih
+ umboldt.hale.common.filter,eu.esdihumboldt.hale.common.instance.model,e
+ u.esdihumboldt.hale.common.instance.model.impl,eu.esdihumboldt.hale.com
+ mon.instancevalidator,eu.esdihumboldt.hale.common.schema,eu.esdihumbold
+ t.hale.common.schema.model,eu.esdihumboldt.hale.common.schema.model.con
+ straint,eu.esdihumboldt.hale.common.schema.model.constraint.property,eu
+ .esdihumboldt.hale.common.schema.model.constraint.type,eu.esdihumboldt.
+ hale.ui,eu.esdihumboldt.hale.ui.common,eu.esdihumboldt.hale.ui.common.d
+ efinition,eu.esdihumboldt.hale.ui.common.definition.viewer,eu.esdihumbo
+ ldt.hale.ui.common.service.population,eu.esdihumboldt.hale.ui.filter,eu
+ .esdihumboldt.hale.ui.filter.cql,eu.esdihumboldt.hale.ui.selection,eu.e
+ sdihumboldt.hale.ui.selection.impl,eu.esdihumboldt.hale.ui.service.alig
+ n,eu.esdihumboldt.hale.ui.service.instance,eu.esdihumboldt.hale.ui.serv
+ ice.instance.sample,eu.esdihumboldt.hale.ui.service.population,eu.esdih
+ umboldt.hale.ui.service.schema,eu.esdihumboldt.hale.ui.util.jobs,eu.esd
+ ihumboldt.hale.ui.util.selection,eu.esdihumboldt.hale.ui.util.tree,eu.e
+ sdihumboldt.hale.ui.util.viewer,eu.esdihumboldt.hale.ui.views.propertie
+ s,eu.esdihumboldt.util,org.eclipse.ui.internal.views.properties.tabbed,
+ org.geotools.data.memory;version="29.1.0.combined",org.geotools.feature
+ ;version="29.1.0.combined",org.opengis.feature,org.opengis.feature.simp
+ le,org.opengis.feature.type,org.opengis.filter,org.opengis.filter.ident
+ ity,org.opengis.metadata.lineage,org.opengis.util,org.slf4j;version="1.
+ 5.11"
+Export-Package: eu.esdihumboldt.hale.ui.views.data
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: eu.esdihumboldt.hale.ui.views.data.internal.DataViewPl
+ ugin
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.views.data
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.views.functions/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.views.functions/target/MANIFEST.MF
new file mode 100644
index 0000000000..1e534b90c8
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.views.functions/target/MANIFEST.MF
@@ -0,0 +1,24 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Functions View
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.views.functions;singleton:=
+ true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Activator: eu.esdihumboldt.hale.ui.views.functions.internal.Activ
+ ator
+Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,eu.esdihumboldt.
+ hale.common.align;bundle-version="2.2.0",org.eclipse.ui.views.propertie
+ s.tabbed;bundle-version="3.5.100",eu.esdihumboldt.hale.ui.common,eu.esd
+ ihumboldt.hale.ui;bundle-version="2.9.1"
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base;version="15.0.0",de.fhg.igd.eclip
+ se.util.extension.exclusive,de.fhg.igd.eclipse.util.extension.simple,de
+ .fhg.igd.osgi.util;version="1.0.0",eu.esdihumboldt.hale.common.core.ser
+ vice,eu.esdihumboldt.hale.ui.common.function.viewer,eu.esdihumboldt.hal
+ e.ui.common.service.compatibility,eu.esdihumboldt.hale.ui.util.viewer,e
+ u.esdihumboldt.hale.ui.views.properties
+Export-Package: eu.esdihumboldt.hale.ui.views.functions,eu.esdihumboldt.
+ hale.ui.views.functions.internal;x-internal:=true
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.views.functions
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.views.mapping/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.views.mapping/target/MANIFEST.MF
new file mode 100644
index 0000000000..d9bf91c7a3
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.views.mapping/target/MANIFEST.MF
@@ -0,0 +1,45 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Mapping View
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.views.mapping;singleton:=tr
+ ue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",org.ecli
+ pse.ui;bundle-version="3.6.2",eu.esdihumboldt.hale.ui.views.report;bund
+ le-version="2.6.0",org.eclipse.ui.views.properties.tabbed;bundle-versio
+ n="3.5.200",org.eclipse.zest.core;bundle-version="2.0.0",org.eclipse.ze
+ st.layouts;bundle-version="2.0.0",org.eclipse.zest.jface;bundle-version
+ ="2.0.0"
+Import-Package: com.google.common.base;version="9.0.0",com.google.common
+ .collect;version="9.0.0",de.fhg.igd.eclipse.util.extension.exclusive,de
+ .fhg.igd.eclipse.util.extension.simple,de.fhg.igd.slf4jplus,eu.esdihumb
+ oldt.hale.common.align.compatibility,eu.esdihumboldt.hale.common.align.
+ extension.function,eu.esdihumboldt.hale.common.align.helper,eu.esdihumb
+ oldt.hale.common.align.model,eu.esdihumboldt.hale.common.align.model.im
+ pl,eu.esdihumboldt.hale.common.align.model.transformation,eu.esdihumbol
+ dt.hale.common.align.model.transformation.tree,eu.esdihumboldt.hale.com
+ mon.align.model.transformation.tree.impl,eu.esdihumboldt.hale.common.al
+ ign.transformation.report,eu.esdihumboldt.hale.common.core.io.supplier,
+ eu.esdihumboldt.hale.common.core.report,eu.esdihumboldt.hale.common.ins
+ tance.extension.filter,eu.esdihumboldt.hale.common.instance.model,eu.es
+ dihumboldt.hale.common.schema,eu.esdihumboldt.hale.common.schema.model,
+ eu.esdihumboldt.hale.common.tasks,eu.esdihumboldt.hale.ui,eu.esdihumbol
+ dt.hale.ui.common,eu.esdihumboldt.hale.ui.common.definition.viewer,eu.e
+ sdihumboldt.hale.ui.common.function.viewer,eu.esdihumboldt.hale.ui.comm
+ on.graph.content,eu.esdihumboldt.hale.ui.common.graph.labels,eu.esdihum
+ boldt.hale.ui.common.service.compatibility,eu.esdihumboldt.hale.ui.func
+ tion.common,eu.esdihumboldt.hale.ui.selection,eu.esdihumboldt.hale.ui.s
+ ervice.align,eu.esdihumboldt.hale.ui.service.instance.sample,eu.esdihum
+ boldt.hale.ui.util,eu.esdihumboldt.hale.ui.util.graph,eu.esdihumboldt.h
+ ale.ui.util.selection,eu.esdihumboldt.hale.ui.util.viewer,eu.esdihumbol
+ dt.hale.ui.views.properties,eu.esdihumboldt.util,eu.esdihumboldt.util.d
+ efinition,javax.annotation;version="[1.2.0,1.2.0]",net.jcip.annotations
+ ,org.eclipse.draw2d,org.eclipse.draw2d.geometry,org.slf4j;version="1.5.
+ 11"
+Export-Package: eu.esdihumboldt.hale.ui.views.mapping
+Bundle-Activator: eu.esdihumboldt.hale.ui.views.mapping.internal.Mapping
+ ViewPlugin
+Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.views.mapping
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.views.properties/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.views.properties/target/MANIFEST.MF
new file mode 100644
index 0000000000..4b47c8590f
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.views.properties/target/MANIFEST.MF
@@ -0,0 +1,45 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Properties View Contributions
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.views.properties;singleton:
+ =true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui;bundle-version="3.6.2",org.eclipse.ui.vie
+ ws.properties.tabbed;bundle-version="3.5.100",org.eclipse.core.runtime;
+ bundle-version="3.6.0",eu.esdihumboldt.hale.io.xsd,eu.esdihumboldt.hale
+ .ui.util;bundle-version="2.5.0"
+Import-Package: com.google.common.collect;version="11.0.1",de.fhg.igd.ec
+ lipse.util.extension.simple,de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.c
+ ommon.align.extension.category,eu.esdihumboldt.hale.common.align.extens
+ ion.function,eu.esdihumboldt.hale.common.align.model,eu.esdihumboldt.ha
+ le.common.align.model.impl,eu.esdihumboldt.hale.common.align.model.tran
+ sformation.tree,eu.esdihumboldt.hale.common.core.io.supplier,eu.esdihum
+ boldt.hale.common.core.parameter,eu.esdihumboldt.hale.common.filter,eu.
+ esdihumboldt.hale.common.instance.model,eu.esdihumboldt.hale.common.sch
+ ema,eu.esdihumboldt.hale.common.schema.model,eu.esdihumboldt.hale.commo
+ n.schema.model.constraint,eu.esdihumboldt.hale.common.schema.model.cons
+ traint.property,eu.esdihumboldt.hale.common.schema.model.constraint.typ
+ e,eu.esdihumboldt.hale.common.schema.model.impl,eu.esdihumboldt.hale.io
+ .xsd.constraint,eu.esdihumboldt.hale.ui,eu.esdihumboldt.hale.ui.common,
+ eu.esdihumboldt.hale.ui.common.components,eu.esdihumboldt.hale.ui.commo
+ n.definition.viewer,eu.esdihumboldt.hale.ui.common.function.viewer,eu.e
+ sdihumboldt.hale.ui.common.graph.content,eu.esdihumboldt.hale.ui.common
+ .graph.labels,eu.esdihumboldt.hale.ui.common.graph.layout,eu.esdihumbol
+ dt.hale.ui.common.help,eu.esdihumboldt.hale.ui.service.align,eu.esdihum
+ boldt.hale.ui.service.entity,eu.esdihumboldt.hale.ui.service.project,eu
+ .esdihumboldt.hale.ui.service.values,eu.esdihumboldt.hale.ui.util.compo
+ nents,eu.esdihumboldt.hale.ui.util.selection,org.eclipse.draw2d,org.ecl
+ ipse.help,org.eclipse.zest.core.viewers,org.eclipse.zest.core.widgets,o
+ rg.eclipse.zest.layouts,org.eclipse.zest.layouts.algorithms,org.eclipse
+ .zest.layouts.dataStructures,org.geotools.filter.text.cql2;version="29.
+ 1.0.combined",org.slf4j;version="1.5.11"
+Export-Package: eu.esdihumboldt.hale.ui.views.properties,eu.esdihumboldt
+ .hale.ui.views.properties.definition,eu.esdihumboldt.hale.ui.views.prop
+ erties.definition.childdefinition,eu.esdihumboldt.hale.ui.views.propert
+ ies.definition.grouppropertydefinition,eu.esdihumboldt.hale.ui.views.pr
+ operties.definition.propertydefinition,eu.esdihumboldt.hale.ui.views.pr
+ operties.definition.typedefinition,eu.esdihumboldt.hale.ui.views.proper
+ ties.handler
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.views.properties
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.views.report/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.views.report/target/MANIFEST.MF
new file mode 100644
index 0000000000..ab6cf71a56
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.views.report/target/MANIFEST.MF
@@ -0,0 +1,30 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Report View
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.views.report;singleton:=tru
+ e
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.collect;version="9.0.0",de.fhg.igd.ecl
+ ipse.util.extension,de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.co
+ re.io.project,eu.esdihumboldt.hale.common.core.io.project.model,eu.esdi
+ humboldt.hale.common.core.io.report,eu.esdihumboldt.hale.common.core.io
+ .supplier,eu.esdihumboldt.hale.common.core.report,eu.esdihumboldt.hale.
+ common.core.report.impl,eu.esdihumboldt.hale.common.core.report.writer,
+ eu.esdihumboldt.hale.ui,eu.esdihumboldt.hale.ui.common.components,eu.es
+ dihumboldt.hale.ui.service.project,eu.esdihumboldt.hale.ui.service.repo
+ rt,eu.esdihumboldt.hale.ui.service.report.internal,eu.esdihumboldt.hale
+ .ui.util,eu.esdihumboldt.hale.ui.util.components,eu.esdihumboldt.hale.u
+ i.util.dialog,eu.esdihumboldt.hale.ui.util.selection,eu.esdihumboldt.ha
+ le.ui.util.viewer,org.eclipse.ui.forms.widgets,org.joda.time;version="2
+ .1.0",org.joda.time.base;version="2.1.0",org.joda.time.format;version="
+ 2.1.0",org.slf4j;version="1.5.11"
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",org.ecli
+ pse.ui.views.properties.tabbed;bundle-version="3.5.100",eu.esdihumboldt
+ .hale.ui.views.properties;bundle-version="2.5.0"
+Export-Package: eu.esdihumboldt.hale.ui.views.report,eu.esdihumboldt.hal
+ e.ui.views.report.internal;x-internal:=true,eu.esdihumboldt.hale.ui.vie
+ ws.report.properties,eu.esdihumboldt.hale.ui.views.report.properties.de
+ tails,eu.esdihumboldt.hale.ui.views.report.properties.details.extension
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.views.report
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.views.resources/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.views.resources/target/MANIFEST.MF
new file mode 100644
index 0000000000..eec1f822fb
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.views.resources/target/MANIFEST.MF
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Project Resources View
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.views.resources;singleton:=
+ true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Data Harmonisation Panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",org.eclipse.core.r
+ untime;bundle-version="3.7.0",org.eclipse.ui.forms;bundle-version="3.5.
+ 100"
+Import-Package: com.google.common.collect;version="15.0.0",de.fhg.igd.ec
+ lipse.util.extension,de.fhg.igd.eclipse.util.extension.simple,de.fhg.ig
+ d.slf4jplus,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hale.co
+ mmon.core.io.extension,eu.esdihumboldt.hale.common.core.io.project,eu.e
+ sdihumboldt.hale.common.core.io.project.model,eu.esdihumboldt.hale.comm
+ on.instance.model,eu.esdihumboldt.hale.common.schema,eu.esdihumboldt.ha
+ le.common.schema.model,eu.esdihumboldt.hale.ui.common,eu.esdihumboldt.h
+ ale.ui.io.action,eu.esdihumboldt.hale.ui.service.instance,eu.esdihumbol
+ dt.hale.ui.service.project,eu.esdihumboldt.hale.ui.service.schema,eu.es
+ dihumboldt.hale.ui.util.viewer,eu.esdihumboldt.hale.ui.views.properties
+ ,org.eclipse.ui.views.properties.tabbed,org.slf4j;version="1.5.11"
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: eu.esdihumboldt.hale.ui.views.resources.internal.Resou
+ rcesViewPlugin
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.views.resources
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.views.schemas/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.views.schemas/target/MANIFEST.MF
new file mode 100644
index 0000000000..ce85181a56
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.views.schemas/target/MANIFEST.MF
@@ -0,0 +1,40 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Schema Views
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.views.schemas;singleton:=tr
+ ue
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Export-Package: eu.esdihumboldt.hale.ui.views.schemas,eu.esdihumboldt.ha
+ le.ui.views.schemas.internal;x-internal:=true
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",org.ecli
+ pse.ui;bundle-version="3.6.2",org.eclipse.ui.views.properties.tabbed;bu
+ ndle-version="3.5.100",eu.esdihumboldt.hale.ui.views.properties;bundle-
+ version="2.2.0"
+Import-Package: com.google.common.collect;version="9.0.0",com.ibm.icu.te
+ xt;version="4.2.1.1",de.fhg.igd.slf4jplus,eu.esdihumboldt.hale.common.a
+ lign.model,eu.esdihumboldt.hale.common.align.model.impl,eu.esdihumboldt
+ .hale.common.core.io,eu.esdihumboldt.hale.common.instance.model,eu.esdi
+ humboldt.hale.common.schema,eu.esdihumboldt.hale.common.schema.model,eu
+ .esdihumboldt.hale.common.schema.model.constraint,eu.esdihumboldt.hale.
+ common.schema.model.constraint.property,eu.esdihumboldt.hale.common.sch
+ ema.model.constraint.type,eu.esdihumboldt.hale.ui,eu.esdihumboldt.hale.
+ ui.common.definition.viewer,eu.esdihumboldt.hale.ui.common.service.popu
+ lation,eu.esdihumboldt.hale.ui.common.service.style,eu.esdihumboldt.hal
+ e.ui.function,eu.esdihumboldt.hale.ui.function.contribution,eu.esdihumb
+ oldt.hale.ui.function.extension,eu.esdihumboldt.hale.ui.geometry.servic
+ e,eu.esdihumboldt.hale.ui.selection,eu.esdihumboldt.hale.ui.selection.i
+ mpl,eu.esdihumboldt.hale.ui.service.align,eu.esdihumboldt.hale.ui.servi
+ ce.entity,eu.esdihumboldt.hale.ui.service.entity.util,eu.esdihumboldt.h
+ ale.ui.service.instance,eu.esdihumboldt.hale.ui.service.population,eu.e
+ sdihumboldt.hale.ui.service.project,eu.esdihumboldt.hale.ui.service.sch
+ ema,eu.esdihumboldt.hale.ui.style,eu.esdihumboldt.hale.ui.util.swing,eu
+ .esdihumboldt.hale.ui.util.tree,eu.esdihumboldt.hale.ui.util.viewer,eu.
+ esdihumboldt.hale.ui.util.viewer.tree,org.geotools.feature;version="29.
+ 1.0.combined",org.geotools.styling;version="29.1.0.combined",org.opengi
+ s.feature,org.opengis.feature.type,org.slf4j;version="1.5.11"
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: eu.esdihumboldt.hale.ui.views.schemas.internal.Schemas
+ ViewPlugin
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.views.schemas
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.views.tasks/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.views.tasks/target/MANIFEST.MF
new file mode 100644
index 0000000000..d270394f17
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.views.tasks/target/MANIFEST.MF
@@ -0,0 +1,29 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Tasks View
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.views.tasks;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",eu.esdih
+ umboldt.hale.ui.views.properties;bundle-version="3.3.0",org.eclipse.jfa
+ ce,eu.esdihumboldt.hale.common.align;bundle-version="3.3.0",eu.esdihumb
+ oldt.hale.common.schema;bundle-version="3.3.0",eu.esdihumboldt.hale.ui,
+ eu.esdihumboldt.hale.common.core;bundle-version="3.3.0",org.eclipse.ui;
+ bundle-version="3.107.0",eu.esdihumboldt.hale.common.tasks;bundle-versi
+ on="3.3.0",de.fhg.igd.eclipse.util;bundle-version="1.0.0",eu.esdihumbol
+ dt.hale.ui.util.graph;bundle-version="3.3.0",eu.esdihumboldt.hale.ui.co
+ mmon;bundle-version="3.3.0",org.eclipse.ui.views.properties.tabbed;bund
+ le-version="3.6.100"
+Import-Package: com.google.common.collect;version="17.0.0",de.fhg.igd.sl
+ f4jplus,eu.esdihumboldt.hale.ui.common.graph.figures,eu.esdihumboldt.ha
+ le.ui.service.schema,eu.esdihumboldt.hale.ui.util.tree,eu.esdihumboldt.
+ hale.ui.util.viewer,eu.esdihumboldt.hale.ui.views.mapping,eu.esdihumbol
+ dt.hale.ui.views.schemas,org.eclipse.draw2d,org.eclipse.ui.services,org
+ .opengis.feature.type,org.slf4j;version="1.5.11"
+Export-Package: eu.esdihumboldt.hale.ui.views.tasks
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: eu.esdihumboldt.hale.ui.views.tasks.internal.TasksView
+ Plugin
+Bundle-Vendor: wetransform GmbH
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.views.tasks
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.views.transformation/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.views.transformation/target/MANIFEST.MF
new file mode 100644
index 0000000000..0f4773633d
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.views.transformation/target/MANIFEST.MF
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Transformation View
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.views.transformation;single
+ ton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",org.eclipse.core.r
+ untime;bundle-version="3.7.0",org.eclipse.zest.core;bundle-version="2.0
+ .0",org.eclipse.zest.jface;bundle-version="2.0.0"
+Import-Package: eu.esdihumboldt.hale.common.align.model,eu.esdihumboldt.
+ hale.common.core.service,eu.esdihumboldt.hale.common.instance.model,eu.
+ esdihumboldt.hale.ui,eu.esdihumboldt.hale.ui.common.graph.content,eu.es
+ dihumboldt.hale.ui.common.graph.labels,eu.esdihumboldt.hale.ui.service.
+ align,eu.esdihumboldt.hale.ui.service.instance.sample,eu.esdihumboldt.h
+ ale.ui.views.data,eu.esdihumboldt.hale.ui.views.mapping,eu.esdihumboldt
+ .hale.ui.views.properties,eu.esdihumboldt.util,org.eclipse.ui.views.pro
+ perties.tabbed,org.eclipse.zest.layouts,org.eclipse.zest.layouts.algori
+ thms
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.views.transformation
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.views.typehierarchy/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui.views.typehierarchy/target/MANIFEST.MF
new file mode 100644
index 0000000000..2a4a0cff56
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui.views.typehierarchy/target/MANIFEST.MF
@@ -0,0 +1,20 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Type Hierarchy View
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui.views.typehierarchy; single
+ ton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Require-Bundle: org.eclipse.core.runtime,org.eclipse.ui,org.eclipse.ui.f
+ orms;bundle-version="3.5.2"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: eu.esdihumboldt.hale.common.align.model,eu.esdihumboldt.
+ hale.common.core.io.supplier,eu.esdihumboldt.hale.common.schema.model,e
+ u.esdihumboldt.hale.ui.common.definition.viewer,eu.esdihumboldt.hale.ui
+ .util.selection,eu.esdihumboldt.hale.ui.util.viewer,eu.esdihumboldt.hal
+ e.ui.views.properties,eu.esdihumboldt.hale.ui.views.properties.definiti
+ on,eu.esdihumboldt.hale.ui.views.properties.definition.childdefinition,
+ org.eclipse.ui.views.properties.tabbed
+Export-Package: eu.esdihumboldt.hale.ui.views.typehierarchy,eu.esdihumbo
+ ldt.hale.ui.views.typehierarchy.properties
+Automatic-Module-Name: eu.esdihumboldt.hale.ui.views.typehierarchy
+
diff --git a/ui/plugins/eu.esdihumboldt.hale.ui/target/MANIFEST.MF b/ui/plugins/eu.esdihumboldt.hale.ui/target/MANIFEST.MF
new file mode 100644
index 0000000000..cd19bf52b8
--- /dev/null
+++ b/ui/plugins/eu.esdihumboldt.hale.ui/target/MANIFEST.MF
@@ -0,0 +1,149 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HALE Main UI
+Bundle-SymbolicName: eu.esdihumboldt.hale.ui;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",org.ecli
+ pse.ui;bundle-version="3.5.1",org.eclipse.core.expressions;bundle-versi
+ on="3.4.200",eu.esdihumboldt.hale.common.align,org.opengis;bundle-versi
+ on="29.1.0",eu.esdihumboldt.hale.ui.util,eu.esdihumboldt.hale.common.in
+ stance,groovy;bundle-version="2.5.19",com.orientechnologies.orientdb-co
+ re;bundle-version="1.5.1",jakarta.xml.bind-api;bundle-version="4.0.0",o
+ rg.codehaus.castor.core;bundle-version="1.4.1",org.codehaus.castor.xml;
+ bundle-version="1.4.1",xerces.xercesImpl;bundle-version="2.12.2"
+Import-Package: com.google.common.base;version="1.6.0",com.google.common
+ .collect;version="1.6.0",com.google.common.io;version="1.6.0",com.googl
+ e.common.util.concurrent;version="15.0.0",com.ibm.icu.text;version="4.4
+ .2.1",de.fhg.igd.eclipse.ui.util.extension,de.fhg.igd.eclipse.ui.util.e
+ xtension.exclusive,de.fhg.igd.eclipse.util.extension,de.fhg.igd.eclipse
+ .util.extension.exclusive,de.fhg.igd.eclipse.util.extension.simple,de.f
+ hg.igd.osgi.util;version="1.0.0",de.fhg.igd.osgi.util.configuration;ver
+ sion="1.0.0",de.fhg.igd.slf4jplus,eu.esdihumboldt.cst.doc.functions,eu.
+ esdihumboldt.cst.functions.groovy,eu.esdihumboldt.cst.internal,eu.esdih
+ umboldt.hale.common.align.custom,eu.esdihumboldt.hale.common.align.io.i
+ mpl.internal.generated;version="2.9.5",eu.esdihumboldt.hale.common.alig
+ n.model,eu.esdihumboldt.hale.common.align.model.impl,eu.esdihumboldt.ha
+ le.common.align.transformation.report,eu.esdihumboldt.hale.common.align
+ .transformation.report.impl,eu.esdihumboldt.hale.common.align.transform
+ ation.service,eu.esdihumboldt.hale.common.cache,eu.esdihumboldt.hale.co
+ mmon.core,eu.esdihumboldt.hale.common.core.internal,eu.esdihumboldt.hal
+ e.common.core.io,eu.esdihumboldt.hale.common.core.io.config,eu.esdihumb
+ oldt.hale.common.core.io.extension,eu.esdihumboldt.hale.common.core.io.
+ impl,eu.esdihumboldt.hale.common.core.io.project,eu.esdihumboldt.hale.c
+ ommon.core.io.project.impl,eu.esdihumboldt.hale.common.core.io.project.
+ model,eu.esdihumboldt.hale.common.core.io.project.util,eu.esdihumboldt.
+ hale.common.core.io.report,eu.esdihumboldt.hale.common.core.io.report.i
+ mpl,eu.esdihumboldt.hale.common.core.io.supplier,eu.esdihumboldt.hale.c
+ ommon.core.io.util,eu.esdihumboldt.hale.common.core.parameter,eu.esdihu
+ mboldt.hale.common.core.report,eu.esdihumboldt.hale.common.core.report.
+ impl,eu.esdihumboldt.hale.common.core.report.writer,eu.esdihumboldt.hal
+ e.common.core.service,eu.esdihumboldt.hale.common.core.service.cleanup,
+ eu.esdihumboldt.hale.common.filter,eu.esdihumboldt.hale.common.filter.d
+ efinition,eu.esdihumboldt.hale.common.headless.transform,eu.esdihumbold
+ t.hale.common.headless.transform.extension,eu.esdihumboldt.hale.common.
+ headless.transform.validate,eu.esdihumboldt.hale.common.instance.geomet
+ ry,eu.esdihumboldt.hale.common.instance.geometry.impl,eu.esdihumboldt.h
+ ale.common.instance.helper,eu.esdihumboldt.hale.common.instance.index,e
+ u.esdihumboldt.hale.common.instance.io,eu.esdihumboldt.hale.common.inst
+ ance.model,eu.esdihumboldt.hale.common.instance.model.impl,eu.esdihumbo
+ ldt.hale.common.instance.orient,eu.esdihumboldt.hale.common.instance.or
+ ient.internal,eu.esdihumboldt.hale.common.instance.orient.storage,eu.es
+ dihumboldt.hale.common.instancevalidator,eu.esdihumboldt.hale.common.sc
+ hema,eu.esdihumboldt.hale.common.schema.geometry,eu.esdihumboldt.hale.c
+ ommon.schema.groovy,eu.esdihumboldt.hale.common.schema.io,eu.esdihumbol
+ dt.hale.common.schema.model,eu.esdihumboldt.hale.common.schema.model.co
+ nstraint,eu.esdihumboldt.hale.common.schema.model.constraint.property,e
+ u.esdihumboldt.hale.common.schema.model.constraint.type,eu.esdihumboldt
+ .hale.common.schema.model.impl,eu.esdihumboldt.hale.common.scripting.sc
+ ripts.groovy,eu.esdihumboldt.hale.common.service.helper.population,eu.e
+ sdihumboldt.hale.common.tasks,eu.esdihumboldt.hale.common.tasks.extensi
+ on,eu.esdihumboldt.hale.io.validation,eu.esdihumboldt.hale.io.xsd.const
+ raint,eu.esdihumboldt.hale.ui.common,eu.esdihumboldt.hale.ui.common.def
+ inition,eu.esdihumboldt.hale.ui.common.definition.viewer,eu.esdihumbold
+ t.hale.ui.common.editors,eu.esdihumboldt.hale.ui.common.editors.value,e
+ u.esdihumboldt.hale.ui.common.function.viewer,eu.esdihumboldt.hale.ui.c
+ ommon.graph.content,eu.esdihumboldt.hale.ui.common.graph.labels,eu.esdi
+ humboldt.hale.ui.common.help,eu.esdihumboldt.hale.ui.common.service.com
+ patibility,eu.esdihumboldt.hale.ui.common.service.population,eu.esdihum
+ boldt.hale.ui.common.service.population.impl,eu.esdihumboldt.hale.ui.fi
+ lter,eu.esdihumboldt.hale.ui.filter.extension,eu.esdihumboldt.hale.ui.g
+ eometry.service,eu.esdihumboldt.hale.ui.geometry.service.impl,eu.esdihu
+ mboldt.hale.ui.util,eu.esdihumboldt.hale.ui.util.dialog,eu.esdihumboldt
+ .hale.ui.util.handler,eu.esdihumboldt.hale.ui.util.selection,eu.esdihum
+ boldt.hale.ui.util.viewer,eu.esdihumboldt.hale.ui.util.wizard,eu.esdihu
+ mboldt.util,eu.esdihumboldt.util.definition,eu.esdihumboldt.util.groovy
+ .paths,eu.esdihumboldt.util.groovy.sandbox,eu.esdihumboldt.util.io,gnu.
+ trove,javax.annotation;version="[1.2.0,1.2.0]",net.jcip.annotations,org
+ .apache.commons.codec;version="1.13.0",org.apache.commons.collections.b
+ uffer,org.apache.commons.io,org.deegree.cs.coordinatesystems;version="3
+ .4.13",org.eclipse.draw2d,org.eclipse.draw2d.geometry,org.eclipse.help,
+ org.eclipse.jface.text,org.eclipse.jface.text.source,org.eclipse.zest.c
+ ore.viewers,org.eclipse.zest.core.widgets,org.eclipse.zest.layouts,org.
+ eclipse.zest.layouts.algorithms,org.geotools.gml2;version="29.1.0.combi
+ ned",org.geotools.referencing;version="29.1.0.combined",org.geotools.re
+ ferencing.datum;version="29.1.0.combined",org.joda.time;version="2.1.0"
+ ,org.joda.time.base;version="2.1.0",org.locationtech.jts.geom,org.slf4j
+ ;version="1.5.11"
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: eu.esdihumboldt.hale.ui.internal.HALEUIPlugin
+Export-Package: eu.esdihumboldt.hale.ui,eu.esdihumboldt.hale.ui.compatib
+ ility,eu.esdihumboldt.hale.ui.compatibility.extension.impl,eu.esdihumbo
+ ldt.hale.ui.function,eu.esdihumboldt.hale.ui.function.common,eu.esdihum
+ boldt.hale.ui.function.contribution,eu.esdihumboldt.hale.ui.function.co
+ ntribution.internal;x-internal:=true,eu.esdihumboldt.hale.ui.function.e
+ xtension,eu.esdihumboldt.hale.ui.function.extension.impl,eu.esdihumbold
+ t.hale.ui.function.generic,eu.esdihumboldt.hale.ui.function.generic.pag
+ es,eu.esdihumboldt.hale.ui.function.generic.pages.internal;x-internal:=
+ true,eu.esdihumboldt.hale.ui.function.internal;x-internal:=true,eu.esdi
+ humboldt.hale.ui.internal;x-internal:=true,eu.esdihumboldt.hale.ui.io,e
+ u.esdihumboldt.hale.ui.io.action,eu.esdihumboldt.hale.ui.io.action.hand
+ ler,eu.esdihumboldt.hale.ui.io.action.tester,eu.esdihumboldt.hale.ui.io
+ .action.wizard,eu.esdihumboldt.hale.ui.io.align,eu.esdihumboldt.hale.ui
+ .io.config,eu.esdihumboldt.hale.ui.io.instance,eu.esdihumboldt.hale.ui.
+ io.instance.crs,eu.esdihumboldt.hale.ui.io.instance.exportconfig,eu.esd
+ ihumboldt.hale.ui.io.internal;x-internal:=true,eu.esdihumboldt.hale.ui.
+ io.project,eu.esdihumboldt.hale.ui.io.project.pages,eu.esdihumboldt.hal
+ e.ui.io.schema,eu.esdihumboldt.hale.ui.io.source,eu.esdihumboldt.hale.u
+ i.io.source.internal;x-internal:=true,eu.esdihumboldt.hale.ui.io.target
+ ,eu.esdihumboldt.hale.ui.io.target.internal;x-internal:=true,eu.esdihum
+ boldt.hale.ui.selection,eu.esdihumboldt.hale.ui.selection.impl,eu.esdih
+ umboldt.hale.ui.service.align,eu.esdihumboldt.hale.ui.service.align.int
+ ernal;x-internal:=true,eu.esdihumboldt.hale.ui.service.align.internal.h
+ andler;x-internal:=true,eu.esdihumboldt.hale.ui.service.align.internal.
+ tester;x-internal:=true,eu.esdihumboldt.hale.ui.service.align.resolver,
+ eu.esdihumboldt.hale.ui.service.align.resolver.internal;x-internal:=tru
+ e,eu.esdihumboldt.hale.ui.service.entity,eu.esdihumboldt.hale.ui.servic
+ e.entity.internal;x-internal:=true,eu.esdihumboldt.hale.ui.service.enti
+ ty.internal.handler;x-internal:=true,eu.esdihumboldt.hale.ui.service.en
+ tity.internal.tester;x-internal:=true,eu.esdihumboldt.hale.ui.service.e
+ ntity.util,eu.esdihumboldt.hale.ui.service.geometry,eu.esdihumboldt.hal
+ e.ui.service.groovy.internal;x-internal:=true,eu.esdihumboldt.hale.ui.s
+ ervice.groovy.internal.handler;x-internal:=true,eu.esdihumboldt.hale.ui
+ .service.instance,eu.esdihumboldt.hale.ui.service.instance.internal;x-i
+ nternal:=true,eu.esdihumboldt.hale.ui.service.instance.internal.handler
+ ;x-internal:=true,eu.esdihumboldt.hale.ui.service.instance.internal.ori
+ ent;x-internal:=true,eu.esdihumboldt.hale.ui.service.instance.sample,eu
+ .esdihumboldt.hale.ui.service.instance.sample.internal;x-internal:=true
+ ,eu.esdihumboldt.hale.ui.service.instance.sample.internal.sampler.first
+ ;x-internal:=true,eu.esdihumboldt.hale.ui.service.instance.sample.inter
+ nal.sampler.skip;x-internal:=true,eu.esdihumboldt.hale.ui.service.insta
+ nce.validation,eu.esdihumboldt.hale.ui.service.instance.validation.inte
+ rnal;x-internal:=true,eu.esdihumboldt.hale.ui.service.internal;x-intern
+ al:=true,eu.esdihumboldt.hale.ui.service.population,eu.esdihumboldt.hal
+ e.ui.service.population.internal;x-internal:=true,eu.esdihumboldt.hale.
+ ui.service.project,eu.esdihumboldt.hale.ui.service.project.handler,eu.e
+ sdihumboldt.hale.ui.service.project.internal;x-internal:=true,eu.esdihu
+ mboldt.hale.ui.service.project.internal.resources;x-internal:=true,eu.e
+ sdihumboldt.hale.ui.service.report,eu.esdihumboldt.hale.ui.service.repo
+ rt.internal;x-internal:=true,eu.esdihumboldt.hale.ui.service.schema,eu.
+ esdihumboldt.hale.ui.service.schema.handler,eu.esdihumboldt.hale.ui.ser
+ vice.schema.internal;x-internal:=true,eu.esdihumboldt.hale.ui.service.s
+ chema.tester,eu.esdihumboldt.hale.ui.service.schema.util,eu.esdihumbold
+ t.hale.ui.service.tasks,eu.esdihumboldt.hale.ui.service.values,eu.esdih
+ umboldt.hale.ui.service.values.internal;x-internal:=true,eu.esdihumbold
+ t.hale.ui.service.values.internal.handler;x-internal:=true,eu.esdihumbo
+ ldt.hale.ui.service.values.internal.tester;x-internal:=true,eu.esdihumb
+ oldt.hale.ui.transformation
+Automatic-Module-Name: eu.esdihumboldt.hale.ui
+
diff --git a/util/features/eu.esdihumboldt.util.feature.resource/target/feature.xml b/util/features/eu.esdihumboldt.util.feature.resource/target/feature.xml
new file mode 100644
index 0000000000..fc0238a0a7
--- /dev/null
+++ b/util/features/eu.esdihumboldt.util.feature.resource/target/feature.xml
@@ -0,0 +1,94 @@
+
+
+
+
+ Licenses of the individual features and plug-ins apply.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/util/features/eu.esdihumboldt.util.feature.resource/target/sources-feature/feature.xml b/util/features/eu.esdihumboldt.util.feature.resource/target/sources-feature/feature.xml
new file mode 100644
index 0000000000..923b62f938
--- /dev/null
+++ b/util/features/eu.esdihumboldt.util.feature.resource/target/sources-feature/feature.xml
@@ -0,0 +1,8 @@
+
+
+
+ Licenses of the individual features and plug-ins apply.
+
+
+
+
\ No newline at end of file
diff --git a/util/plugins/eu.esdihumboldt.util.blueprints.entities/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.blueprints.entities/target/MANIFEST.MF
new file mode 100644
index 0000000000..966eaf73ec
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.blueprints.entities/target/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Blueprint Entities
+Bundle-SymbolicName: eu.esdihumboldt.util.blueprints.entities
+Bundle-Version: 0.0.1.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: groovy;bundle-version="2.5.19",com.tinkerpop.blueprints.
+ core;bundle-version="2.5.0";visibility:=reexport,com.tinkerpop.blueprin
+ ts.orient-graph;bundle-version="2.5.0";visibility:=reexport,com.oriente
+ chnologies.orientdb-core;bundle-version="1.5.1"
+Export-Package: eu.esdihumboldt.util.blueprints.entities
+Import-Package: com.google.common.collect;version="11.0.1"
+Automatic-Module-Name: eu.esdihumboldt.util.blueprints.entities
+
diff --git a/util/plugins/eu.esdihumboldt.util.cli/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.cli/target/MANIFEST.MF
new file mode 100644
index 0000000000..a8213ff97b
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.cli/target/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: hale CLI API
+Bundle-SymbolicName: eu.esdihumboldt.util.cli;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.eclipse.util.extension,de.fhg.igd.eclipse.uti
+ l.extension.simple,javax.annotation;version="[1.2.0,1.2.0]",org.slf4j;v
+ ersion="1.7.10"
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.11.1",groovy;
+ bundle-version="2.5.19"
+Export-Package: eu.esdihumboldt.util.cli,eu.esdihumboldt.util.cli.bash,e
+ u.esdihumboldt.util.cli.bash.internal;x-internal:=true,eu.esdihumboldt.
+ util.cli.extension,eu.esdihumboldt.util.cli.extension.command,eu.esdihu
+ mboldt.util.cli.extension.group,eu.esdihumboldt.util.cli.impl
+Automatic-Module-Name: eu.esdihumboldt.util.cli
+
diff --git a/util/plugins/eu.esdihumboldt.util.config.test/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.config.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..f8575ab375
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.config.test/target/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Configuration utilities tests
+Bundle-SymbolicName: eu.esdihumboldt.config.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Fragment-Host: eu.esdihumboldt.util.config;bundle-version="3.5.0"
+Automatic-Module-Name: eu.esdihumboldt.config.test
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.junit;bundle-version="4.12.0"
+
diff --git a/util/plugins/eu.esdihumboldt.util.config/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.config/target/MANIFEST.MF
new file mode 100644
index 0000000000..8722182ed3
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.config/target/MANIFEST.MF
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Configuration Utilities
+Bundle-SymbolicName: eu.esdihumboldt.util.config
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Automatic-Module-Name: eu.esdihumboldt.util.config
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: groovy;bundle-version="2.5.19"
+Export-Package: eu.esdihumboldt.util.config
+Import-Package: org.yaml.snakeyaml;version="1.21.0",org.yaml.snakeyaml.c
+ onstructor;version="1.21.0"
+
diff --git a/util/plugins/eu.esdihumboldt.util.geometry.test/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.geometry.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..a4f464dae9
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.geometry.test/target/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Geometry utilities tests
+Bundle-SymbolicName: eu.esdihumboldt.util.geometry.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Fragment-Host: eu.esdihumboldt.util.geometry;bundle-version="3.2.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.cache;version="17.0.0",eu.esdihumboldt
+ .util.format,eu.esdihumboldt.util.svg.test,org.geotools.referencing;ver
+ sion="29.1.0.combined",org.hamcrest.core;version="1.3.0",ru.yandex.qato
+ ols.allure.annotations;version="1.5.0"
+Automatic-Module-Name: eu.esdihumboldt.util.geometry.test
+Require-Bundle: org.junit;bundle-version="4.13.0"
+
diff --git a/util/plugins/eu.esdihumboldt.util.geometry/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.geometry/target/MANIFEST.MF
new file mode 100644
index 0000000000..9431112875
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.geometry/target/MANIFEST.MF
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Geometry Utilities
+Bundle-SymbolicName: eu.esdihumboldt.util.geometry;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: org.locationtech.jts;version="1.13.0",org.locationtech.j
+ ts.algorithm;version="1.13.0",org.locationtech.jts.geom;version="1.13.0
+ ",de.fhg.igd.eclipse.util.extension,de.fhg.igd.slf4jplus,eu.esdihumbold
+ t.util,javax.annotation;version="[1.2.0,1.2.0]",org.opengis.referencing
+ .crs;version="29.1.0",org.opengis.referencing.cs;version="29.1.0",org.o
+ pengis.util;version="29.1.0",org.slf4j;version="1.7.2"
+Export-Package: eu.esdihumboldt.util.geometry,eu.esdihumboldt.util.geome
+ try.interpolation,eu.esdihumboldt.util.geometry.interpolation.extension
+ ,eu.esdihumboldt.util.geometry.interpolation.grid,eu.esdihumboldt.util.
+ geometry.interpolation.model,eu.esdihumboldt.util.geometry.interpolatio
+ n.model.impl,eu.esdihumboldt.util.geometry.interpolation.split,eu.esdih
+ umboldt.util.geometry.quadtree
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.11.1",groovy;
+ bundle-version="2.5.19"
+Automatic-Module-Name: eu.esdihumboldt.util.geometry
+
diff --git a/util/plugins/eu.esdihumboldt.util.groovy.meta.extension/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.groovy.meta.extension/target/MANIFEST.MF
new file mode 100644
index 0000000000..ff7cc24421
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.groovy.meta.extension/target/MANIFEST.MF
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Groovy Meta Class Extension
+Bundle-SymbolicName: eu.esdihumboldt.util.groovy.meta.extension;singleto
+ n:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0"
+Import-Package: de.fhg.igd.eclipse.util.extension,de.fhg.igd.eclipse.uti
+ l.extension.simple
+Export-Package: eu.esdihumboldt.util.groovy.meta.extension
+Automatic-Module-Name: eu.esdihumboldt.util.groovy.meta.extension
+
diff --git a/util/plugins/eu.esdihumboldt.util.groovy.meta.fragment/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.groovy.meta.fragment/target/MANIFEST.MF
new file mode 100644
index 0000000000..8ac8948066
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.groovy.meta.fragment/target/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Groovy Meta Class Extension Fragment
+Bundle-SymbolicName: eu.esdihumboldt.util.groovy.meta.fragment
+Bundle-Version: 5.4.0.SNAPSHOT
+Fragment-Host: groovy;bundle-version="2.5.19"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: de.fhg.igd.eclipse.util.extension.simple,eu.esdihumboldt
+ .util.groovy.meta.extension
+Automatic-Module-Name: eu.esdihumboldt.util.groovy.meta.fragment
+
diff --git a/util/plugins/eu.esdihumboldt.util.groovy.sandbox.test/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.groovy.sandbox.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..b5c32e2ef5
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.groovy.sandbox.test/target/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Groovy Interceptor Test
+Bundle-SymbolicName: eu.esdihumboldt.util.groovy.sandbox.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ClassPath: .
+Require-Bundle: groovy;bundle-version="2.5.19",eu.esdihumboldt.cst.funct
+ ions.groovy,org.kohsuke.groovy.sandbox;bundle-version="1.5.0",org.junit
+ ;bundle-version="4.13.0"
+Import-Package: eu.esdihumboldt.hale.common.align.transformation.functio
+ n,eu.esdihumboldt.util.groovy.sandbox.internal
+Automatic-Module-Name: eu.esdihumboldt.util.groovy.sandbox.test
+
diff --git a/util/plugins/eu.esdihumboldt.util.groovy.sandbox/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.groovy.sandbox/target/MANIFEST.MF
new file mode 100644
index 0000000000..2d519041f4
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.groovy.sandbox/target/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Groovy Sandbox
+Bundle-SymbolicName: eu.esdihumboldt.util.groovy.sandbox;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: groovy;bundle-version="2.5.19",org.kohsuke.groovy.sandbo
+ x;bundle-version="1.5.0"
+Export-Package: eu.esdihumboldt.util.groovy.sandbox,eu.esdihumboldt.util
+ .groovy.sandbox.internal;x-internal:=true
+Import-Package: de.fhg.igd.eclipse.util.extension,javax.annotation;versi
+ on="[1.2.0,1.2.0]",org.eclipse.core.runtime;version="3.4.0"
+Automatic-Module-Name: eu.esdihumboldt.util.groovy.sandbox
+
diff --git a/util/plugins/eu.esdihumboldt.util.groovy.test/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.groovy.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..0cfbbcd641
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.groovy.test/target/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Groovy Utils Tests
+Bundle-SymbolicName: eu.esdihumboldt.util.groovy.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: Data Harmonisation Panel
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.junit;bundle-version="4.13.0",eu.esdihumboldt.util.g
+ roovy;bundle-version="3.4.0",groovy;bundle-version="2.5.19"
+Automatic-Module-Name: eu.esdihumboldt.util.groovy.test
+
diff --git a/util/plugins/eu.esdihumboldt.util.groovy/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.groovy/target/MANIFEST.MF
new file mode 100644
index 0000000000..1302bea2be
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.groovy/target/MANIFEST.MF
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Groovy Utilities
+Bundle-SymbolicName: eu.esdihumboldt.util.groovy
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Export-Package: eu.esdihumboldt.util.groovy.builder,eu.esdihumboldt.util
+ .groovy.collector,eu.esdihumboldt.util.groovy.json,eu.esdihumboldt.util
+ .groovy.paths,eu.esdihumboldt.util.groovy.xml
+Import-Package: com.google.common.collect
+Require-Bundle: groovy;bundle-version="2.5.19"
+Automatic-Module-Name: eu.esdihumboldt.util.groovy
+
diff --git a/util/plugins/eu.esdihumboldt.util.http/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.http/target/MANIFEST.MF
new file mode 100644
index 0000000000..1cd12d6448
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.http/target/MANIFEST.MF
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Http Utilities
+Bundle-SymbolicName: eu.esdihumboldt.util.http
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.collect;version="27.0.0",de.fhg.igd.sl
+ f4jplus,eu.esdihumboldt.util,eu.esdihumboldt.util.metrics,io.prometheus
+ .client;version="0.16.0",org.apache.http;version="4.3.0";resolution:=op
+ tional,org.apache.http.auth;version="4.3.0";resolution:=optional,org.ap
+ ache.http.client;version="4.3.0";resolution:=optional,org.apache.http.c
+ lient.fluent;version="4.3.0";resolution:=optional,org.apache.http.conn;
+ version="4.3.0";resolution:=optional,org.apache.http.conn.routing;versi
+ on="4.5.10",org.apache.http.impl.client;version="4.3.0";resolution:=opt
+ ional,org.apache.http.impl.conn;version="4.3.0";resolution:=optional,or
+ g.apache.http.pool;version="4.4.12",org.slf4j;version="1.7.0"
+Export-Package: eu.esdihumboldt.util.http,eu.esdihumboldt.util.http.clie
+ nt,eu.esdihumboldt.util.http.client.fluent
+Automatic-Module-Name: eu.esdihumboldt.util.http
+
diff --git a/util/plugins/eu.esdihumboldt.util.metrics/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.metrics/target/MANIFEST.MF
new file mode 100644
index 0000000000..15289f096d
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.metrics/target/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Metrics API
+Bundle-SymbolicName: eu.esdihumboldt.util.metrics
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Automatic-Module-Name: eu.esdihumboldt.util.metrics
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: io.prometheus.client;version="0.16.0"
+Export-Package: eu.esdihumboldt.util.metrics
+
diff --git a/util/plugins/eu.esdihumboldt.util.orient.embedded.test/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.orient.embedded.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..e60716ab01
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.orient.embedded.test/target/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Embedded OrientDB Test Bundle
+Bundle-SymbolicName: eu.esdihumboldt.util.orient.embedded.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: com.orientechnologies.common;bundle-version="1.5.1",com.
+ orientechnologies.orientdb-core;bundle-version="1.5.1",org.junit;bundle
+ -version="4.13.0"
+Automatic-Module-Name: eu.esdihumboldt.util.orient.embedded.test
+
diff --git a/util/plugins/eu.esdihumboldt.util.resource.schemas.end/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.resource.schemas.end/target/MANIFEST.MF
new file mode 100644
index 0000000000..a7f94fb118
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.resource.schemas.end/target/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Bundled Environmental Noise Directive (END) Schemas
+Bundle-SymbolicName: eu.esdihumboldt.util.resource.schemas.end;singleton
+ :=true
+Bundle-Version: 5.4.0.SNAPSHOT
+
diff --git a/util/plugins/eu.esdihumboldt.util.resource.schemas.inspire.annex1/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.resource.schemas.inspire.annex1/target/MANIFEST.MF
new file mode 100644
index 0000000000..afb6e2e26a
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.resource.schemas.inspire.annex1/target/MANIFEST.MF
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Bundled Inspire Annex I Schemas
+Bundle-SymbolicName: eu.esdihumboldt.util.resource.schemas.inspire.annex
+ 1;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Require-Bundle: eu.esdihumboldt.util.resource.schemas.opengis.net;bundle
+ -version="1.0.0",eu.esdihumboldt.util.resource;bundle-version="2.6.0"
+
diff --git a/util/plugins/eu.esdihumboldt.util.resource/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.resource/target/MANIFEST.MF
new file mode 100644
index 0000000000..ffa0306dd6
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.resource/target/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Resource Utilities
+Bundle-SymbolicName: eu.esdihumboldt.util.resource;singleton:=true
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.collect;version="9.0.0",de.fhg.igd.slf
+ 4jplus,eu.esdihumboldt.util.io,org.apache.commons.io,org.slf4j;version=
+ "1.5.11"
+Require-Bundle: de.fhg.igd.eclipse.util;bundle-version="1.0.0",org.eclip
+ se.core.runtime;bundle-version="3.7.0"
+Bundle-Activator: eu.esdihumboldt.util.resource.internal.ResourceBundle
+Bundle-ActivationPolicy: lazy
+Export-Package: eu.esdihumboldt.util.resource,eu.esdihumboldt.util.resou
+ rce.internal;x-internal:=true
+Automatic-Module-Name: eu.esdihumboldt.util.resource
+
diff --git a/util/plugins/eu.esdihumboldt.util.svg.test/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.svg.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..5a74c8dcb6
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.svg.test/target/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Test Utility Bundle with SVG tools
+Bundle-SymbolicName: eu.esdihumboldt.util.svg.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-Vendor: wetransform GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ClassPath: .,lib/batik-util-1.8.jar,lib/batik-svggen-1.8.jar,lib/
+ batik-awt-util-1.8.jar,lib/batik-dom-1.8.jar,lib/batik-xml-1.8.jar,lib/
+ xml-apis-1.4.01.jar
+Import-Package: org.aspectj.lang;version="1.8.3",org.aspectj.runtime.ref
+ lect;version="1.8.3",org.locationtech.jts.geom;version="1.13.0",ru.yand
+ ex.qatools.allure.annotations;version="1.5.0",ru.yandex.qatools.allure.
+ aspects;version="1.5.0";apply-aspects:=true
+Export-Package: eu.esdihumboldt.util.svg.test
+Automatic-Module-Name: eu.esdihumboldt.util.svg.test
+Require-Bundle: org.junit;bundle-version="4.13.0"
+
diff --git a/util/plugins/eu.esdihumboldt.util.test/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util.test/target/MANIFEST.MF
new file mode 100644
index 0000000000..6a4bddfc5e
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util.test/target/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Utilities Tests
+Bundle-SymbolicName: eu.esdihumboldt.util.test
+Bundle-Version: 5.4.0.SNAPSHOT
+Fragment-Host: eu.esdihumboldt.util;bundle-version="2.5.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Automatic-Module-Name: eu.esdihumboldt.util.test
+Require-Bundle: org.junit;bundle-version="4.13.0"
+
diff --git a/util/plugins/eu.esdihumboldt.util/target/MANIFEST.MF b/util/plugins/eu.esdihumboldt.util/target/MANIFEST.MF
new file mode 100644
index 0000000000..863f4efce3
--- /dev/null
+++ b/util/plugins/eu.esdihumboldt.util/target/MANIFEST.MF
@@ -0,0 +1,25 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Utilities Bundle
+Bundle-SymbolicName: eu.esdihumboldt.util
+Bundle-Version: 5.4.0.SNAPSHOT
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Import-Package: com.google.common.base;version="9.0.0",com.google.common
+ .collect;version="9.0.0",com.google.common.io;version="11.0.1",de.fhg.i
+ gd.osgi.util,de.fhg.igd.slf4jplus,net.jcip.annotations,org.apache.commo
+ ns.io,org.apache.commons.lang;version="2.4.0",org.apache.xmlbeans.impl.
+ regex;version="5.1.1",org.osgi.framework;version="1.5.0",org.slf4j;vers
+ ion="1.5.11",org.springframework.core.convert;version="5.2.0",org.sprin
+ gframework.core.convert.support;version="5.2.0",org.springframework.uti
+ l;version="5.2.0"
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: eu.esdihumboldt.util.internal.Activator
+Export-Package: eu.esdihumboldt.util,eu.esdihumboldt.util.definition,eu.
+ esdihumboldt.util.format,eu.esdihumboldt.util.internal;x-internal:=true
+ ,eu.esdihumboldt.util.io,eu.esdihumboldt.util.reflection,eu.esdihumbold
+ t.util.scavenger,eu.esdihumboldt.util.validator,eu.esdihumboldt.util.xm
+ l
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0"
+Bundle-Vendor: wetransform GmbH
+Automatic-Module-Name: eu.esdihumboldt.util
+