Merge "Move kxml2 to prebuilts/misc"
diff --git a/common/kxml2/.classpath b/common/kxml2/.classpath
deleted file mode 100644
index 8bf0122..0000000
--- a/common/kxml2/.classpath
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry exported="true" kind="lib" path="kxml2-2.3.0.jar"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/common/kxml2/.project b/common/kxml2/.project
deleted file mode 100644
index ef48610..0000000
--- a/common/kxml2/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>kxml2</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-	</natures>
-</projectDescription>
diff --git a/common/kxml2/Android.mk b/common/kxml2/Android.mk
deleted file mode 100644
index bea030c..0000000
--- a/common/kxml2/Android.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright (C) 2008 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.
-
-LOCAL_PATH:= $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_PREBUILT_JAVA_LIBRARIES := kxml2-2.3.0$(COMMON_JAVA_PACKAGE_SUFFIX)
-
-include $(BUILD_HOST_PREBUILT)
diff --git a/common/kxml2/MODULE_LICENSE_MIT b/common/kxml2/MODULE_LICENSE_MIT
deleted file mode 100644
index e69de29..0000000
--- a/common/kxml2/MODULE_LICENSE_MIT
+++ /dev/null
diff --git a/common/kxml2/PREBUILT b/common/kxml2/PREBUILT
deleted file mode 100644
index 52c2a69..0000000
--- a/common/kxml2/PREBUILT
+++ /dev/null
@@ -1,4 +0,0 @@
-The objects in this prebuilt directory can be rebuilt
-using the source archive hosted at
-
-http://voxel.dl.sourceforge.net/sourceforge/kxml/kxml2-src-2.3.0.zip
diff --git a/common/kxml2/kxml2-2.3.0.jar b/common/kxml2/kxml2-2.3.0.jar
deleted file mode 100644
index 6470952..0000000
--- a/common/kxml2/kxml2-2.3.0.jar
+++ /dev/null
Binary files differ
diff --git a/common/kxml2/license.txt b/common/kxml2/license.txt
deleted file mode 100644
index 089de5c..0000000
--- a/common/kxml2/license.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Copyright (c) 2002,2003, Stefan Haustein, Oberhausen, Rhld., Germany
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or
-sell copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The  above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
-IN THE SOFTWARE. 
- 
\ No newline at end of file