summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Gharrity <gharrma@google.com>2023-05-18 17:11:11 -0700
committerMatthew Gharrity <gharrma@google.com>2023-05-18 17:11:11 -0700
commit7ea722a82b6c008fa90a33ea62a261748e0dba84 (patch)
treea3d8b5dd2c5ec420f699a6b906fdaf44350ca98a
parent120a1fb1128ce7bbdd0479dfbc3502fc5fa31fb4 (diff)
downloaddata-binding-7ea722a82b6c008fa90a33ea62a261748e0dba84.tar.gz
Remove plugin.xml files from compilationTests
It is no longer needed after Change I8c308af51. Bug: 283166304 Change-Id: I30cb6fc31074673d4cdcb7a9eed1988f93f8f476
-rw-r--r--compilationTests/src/test/java/META-INF/plugin.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/compilationTests/src/test/java/META-INF/plugin.xml b/compilationTests/src/test/java/META-INF/plugin.xml
deleted file mode 100644
index d52083a8..00000000
--- a/compilationTests/src/test/java/META-INF/plugin.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<!--
- ~ Copyright (C) 2021 The Android Open Source Project
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License.
- -->
-<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
- <name>Data Binding Compilation Test</name>
- <id>androidx.databinding.compilationTest</id>
- <xi:include href="/META-INF/android-plugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
- <xi:include href="/META-INF/project-system-plugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
- <xi:include href="/META-INF/project-system-gradle-plugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
- <xi:include href="/META-INF/project-system-gradle-upgrade.xml" xpointer="xpointer(/idea-plugin/*)"/>
-</idea-plugin>