aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java
diff options
context:
space:
mode:
authorGravatar Philipp Wollermann <philwo@google.com>2017-03-28 15:39:41 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2017-03-28 19:51:38 +0000
commit994cc5a13483e69375d72dcf0ad53c5167a8e677 (patch)
tree36e967d739c74c39f5cf1fabdf2815da9b4a563c /third_party/java
parentcaea6bd17766483503537cf17adf42860aaaf089 (diff)
Remove "METADATA" file from bazel-srcs, unbreak Bazel's export pipeline.
-- PiperOrigin-RevId: 151453214 MOS_MIGRATED_REVID=151453214
Diffstat (limited to 'third_party/java')
-rw-r--r--third_party/java/dd_plist/README40
1 files changed, 0 insertions, 40 deletions
diff --git a/third_party/java/dd_plist/README b/third_party/java/dd_plist/README
deleted file mode 100644
index 6646f9cf57..0000000000
--- a/third_party/java/dd_plist/README
+++ /dev/null
@@ -1,40 +0,0 @@
-URL: https://github.com/3breadt/dd-plist/tree/dd-plist-1.17
-Version: c48d54f5153ff38810e602d998bb9e029738655c
-License: MIT Style
-License File: LICENSE
-
-Description:
-
-dd-plist
-This library enables Java applications to work with property lists in various
-formats.
-
-You can parse existing property lists (e.g. those created by an iOS application)
-and work with the contents on any operating system.
-
-The library also enables you to create your own property lists from scratch and
-store them in various formats.
-
-The provided API mimics the Cocoa/NeXTSTEP API, granting access to the basic
-functions of classes like NSDictionary, NSData, etc.
-
-dd-plist has full support for the Android operating system. Consequently this
-library can be of great help when it comes to porting iOS apps to Android.
-
-Local Modifications:
-- LICENSE file has been created for compliance purposes. Not included in
- original distribution.
-- Rewrote some functions in ASCIIPropertyListParser.java to support characters
- outside of the 7-bit ASCII range.
-- Support surrogate pairs from \u escaped chars in strings in
- ASCIIPropertyListParser.java.
-- Allow \ escaping of characters that need not be escaped in
- ASCIIPropertyListParser.java.
-- Make PropertyListParser.determineType handle an empty bytes array properly.
-- https://github.com/3breadt/dd-plist/commit/3fa1fa56c82df169e06079feb54ba281ad41cae6
-which stabilizes ordering and is required for plists to be parsed by some Apple
-plist parsers.
-- https://github.com/3breadt/dd-plist/commit/a5fb37384d4ca7a3b5039a7605ca0e9ca926a6ec
-which causes dictionaries to generate ids for values the same way the Apple
-implementation does it.
-