summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-04-30 17:35:27 -0700
committerJean-Baptiste Queru <jbq@google.com>2012-04-30 17:35:27 -0700
commitb5ad9b7cba8e9d871736baadf913436e51bf2b65 (patch)
tree0e9df5f3732e925596a07676315d350a0b37fb20
parente33b9d844be924ef6d83477629eb61ed8d108485 (diff)
downloadprebuilt-b5ad9b7cba8e9d871736baadf913436e51bf2b65.tar.gz
Move kxml2 to prebuilts/misc
Change-Id: Ic4c935f9b67c30ce67cc738959cfccf4550932c4
-rw-r--r--common/kxml2/.classpath6
-rw-r--r--common/kxml2/.project17
-rw-r--r--common/kxml2/Android.mk21
-rw-r--r--common/kxml2/MODULE_LICENSE_MIT0
-rw-r--r--common/kxml2/PREBUILT4
-rw-r--r--common/kxml2/kxml2-2.3.0.jarbin43858 -> 0 bytes
-rw-r--r--common/kxml2/license.txt20
7 files changed, 0 insertions, 68 deletions
diff --git a/common/kxml2/.classpath b/common/kxml2/.classpath
deleted file mode 100644
index 8bf0122a..00000000
--- 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 ef48610b..00000000
--- 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 bea030cc..00000000
--- 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 e69de29b..00000000
--- a/common/kxml2/MODULE_LICENSE_MIT
+++ /dev/null
diff --git a/common/kxml2/PREBUILT b/common/kxml2/PREBUILT
deleted file mode 100644
index 52c2a697..00000000
--- 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 64709522..00000000
--- 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 089de5ca..00000000
--- 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