diff --git a/.classpath b/.classpath
deleted file mode 100644
index e801ebfb4680123285c15553dc70584276fe0057..0000000000000000000000000000000000000000
--- a/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/.gitignore b/.gitignore
index 13b78907b4c6c421f59c109df7d4acd8170bfb22..8a621c8e4016a7303f39ad048b788fd50d0ba0e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,5 +5,4 @@
 /target/
 *.rej
 .DS_Store
-._.DS_Store
-/bin/
+._.DS_Store
diff --git a/.project b/.project
deleted file mode 100644
index 72f463be037bd4771a7edc320e7893e9681a6a57..0000000000000000000000000000000000000000
--- a/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.fortiss.tooling.ext.quality.ui</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-	</natures>
-</projectDescription>
diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index c9545f06a4120d5b4a1228fb19f67a1171bc0f5b..0000000000000000000000000000000000000000
--- a/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,9 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
-org.eclipse.jdt.core.compiler.compliance=11
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
-org.eclipse.jdt.core.compiler.release=enabled
-org.eclipse.jdt.core.compiler.source=11
diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
deleted file mode 100644
index 0085736d8e68cacb77e63364024ab1fc4fef0e9e..0000000000000000000000000000000000000000
--- a/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,16 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Ui
-Bundle-SymbolicName: org.fortiss.tooling.ext.quality.ui
-Bundle-Version: 1.0.0.qualifier
-Bundle-Vendor: org.fortiss.tooling.ext.quality.ui
-Automatic-Module-Name: org.fortiss.tooling.ext.quality.ui
-Bundle-RequiredExecutionEnvironment: JavaSE-11
-Import-Package: org.eclipse.emf.ecore,
- org.eclipse.jface.action,
- org.eclipse.jface.resource,
- org.eclipse.ui.plugin,
- org.fortiss.tooling.ext.quality,
- org.fortiss.tooling.kernel.ui.extension,
- org.fortiss.tooling.kernel.ui.extension.data,
- org.osgi.framework;version="1.9.0"