From 5f5d2c2e7c76359bd7ce1207f3fc7edb552b4c86 Mon Sep 17 00:00:00 2001 From: dev-manuel <manuel_krofficial@online.de> Date: Mon, 7 Dec 2020 03:45:33 +0100 Subject: [PATCH] Removed unnecessary files --- .classpath | 7 ------- .project | 33 --------------------------------- OSGI-INF/.gitignore | 1 - 3 files changed, 41 deletions(-) delete mode 100644 .classpath delete mode 100644 .project delete mode 100644 OSGI-INF/.gitignore diff --git a/.classpath b/.classpath deleted file mode 100644 index 7f457fa..0000000 --- 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-1.8"/> - <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="src" path="src/main/java"/> - <classpathentry kind="output" path="target/classes"/> -</classpath> diff --git a/.project b/.project deleted file mode 100644 index 351231a..0000000 --- a/.project +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>org.openhab.binding.openlicht</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> - <buildCommand> - <name>org.eclipse.pde.ds.core.builder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.pde.PluginNature</nature> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> diff --git a/OSGI-INF/.gitignore b/OSGI-INF/.gitignore deleted file mode 100644 index 6722cd9..0000000 --- a/OSGI-INF/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.xml -- GitLab