From 9c0981ee4ed8fa4e34728bd5cf4568227d61bcef Mon Sep 17 00:00:00 2001 From: Benjamin Wilhelm Date: Mon, 13 Mar 2023 11:35:53 +0100 Subject: [PATCH] Remove empty plugin.xml and fragment.xml --- org.knime.python3.arrow.types.tests/build.properties | 1 - org.knime.python3.arrow.types.tests/fragment.xml | 4 ---- org.knime.python3.arrow/build.properties | 1 - org.knime.python3.arrow/plugin.xml | 5 ----- org.knime.python3.tests/build.properties | 3 +-- org.knime.python3.tests/fragment.xml | 4 ---- 6 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 org.knime.python3.arrow.types.tests/fragment.xml delete mode 100644 org.knime.python3.arrow/plugin.xml delete mode 100644 org.knime.python3.tests/fragment.xml diff --git a/org.knime.python3.arrow.types.tests/build.properties b/org.knime.python3.arrow.types.tests/build.properties index 31cf1a027..44122dd65 100644 --- a/org.knime.python3.arrow.types.tests/build.properties +++ b/org.knime.python3.arrow.types.tests/build.properties @@ -1,7 +1,6 @@ bin.includes = META-INF/,\ .,\ LICENSE.TXT,\ - fragment.xml,\ src/test/python/ src.includes = LICENSE.TXT src.excludes = src/test/python/ diff --git a/org.knime.python3.arrow.types.tests/fragment.xml b/org.knime.python3.arrow.types.tests/fragment.xml deleted file mode 100644 index 33d83fc63..000000000 --- a/org.knime.python3.arrow.types.tests/fragment.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/org.knime.python3.arrow/build.properties b/org.knime.python3.arrow/build.properties index 7ed28f255..a94e864f1 100644 --- a/org.knime.python3.arrow/build.properties +++ b/org.knime.python3.arrow/build.properties @@ -1,5 +1,4 @@ bin.includes = knime-python3-arrow.jar,\ - plugin.xml,\ META-INF/,\ LICENSE.TXT,\ CHANGELOG.md,\ diff --git a/org.knime.python3.arrow/plugin.xml b/org.knime.python3.arrow/plugin.xml deleted file mode 100644 index 5535690d3..000000000 --- a/org.knime.python3.arrow/plugin.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/org.knime.python3.tests/build.properties b/org.knime.python3.tests/build.properties index c62cb6d84..44b513641 100644 --- a/org.knime.python3.tests/build.properties +++ b/org.knime.python3.tests/build.properties @@ -1,8 +1,7 @@ bin.includes = META-INF/,\ .,\ LICENSE.TXT,\ - src/test/python/,\ - fragment.xml + src/test/python/ src.includes = LICENSE.TXT src.excludes = src/test/python/ source.. = src/test/java/ diff --git a/org.knime.python3.tests/fragment.xml b/org.knime.python3.tests/fragment.xml deleted file mode 100644 index 33d83fc63..000000000 --- a/org.knime.python3.tests/fragment.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - -