From 44dba2b8f7c9a20d8f2cbd1d583f7cb34ca61df9 Mon Sep 17 00:00:00 2001 From: Simon Barner <barner@fortiss.org> Date: Wed, 11 Oct 2023 11:57:50 +0200 Subject: [PATCH] Remove accidentally added files and unintended changes Issue-Ref: 4310 Issue-Url: https://git.fortiss.org/af3/af3/-/issues/4310 Signed-off-by: Simon Barner <barner@fortiss.org> --- .classpath | 7 ------- .gitignore | 3 +-- .project | 28 ---------------------------- .settings/org.eclipse.jdt.core.prefs | 9 --------- META-INF/MANIFEST.MF | 16 ---------------- 5 files changed, 1 insertion(+), 62 deletions(-) delete mode 100644 .classpath delete mode 100644 .project delete mode 100644 .settings/org.eclipse.jdt.core.prefs delete mode 100644 META-INF/MANIFEST.MF diff --git a/.classpath b/.classpath deleted file mode 100644 index e801ebfb4..000000000 --- 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 13b78907b..8a621c8e4 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 72f463be0..000000000 --- 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 c9545f06a..000000000 --- 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 0085736d8..000000000 --- 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" -- GitLab