From bb7dab15c8f2839694a4ced717ea2102e9a5b2a1 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 28 Feb 2018 16:19:41 -0800 Subject: Switch to JDK build 1.8.0_152-android-4343112-1 Test: m EXPERIMENTAL_USE_OPENJDK9=false checkbuild Test: prebuilts/devtools/tools/ddms on mac Change-Id: Ib6f865809430e56b788d6e0f4437fb8d603343d0 --- .../jre/lib/images/cursors/cursors.properties | 40 --------------------- .../jre/lib/images/cursors/invalid32x32.gif | Bin 153 -> 0 bytes .../jre/lib/images/cursors/motif_CopyDrop32x32.gif | Bin 158 -> 0 bytes .../lib/images/cursors/motif_CopyNoDrop32x32.gif | Bin 153 -> 0 bytes .../jre/lib/images/cursors/motif_LinkDrop32x32.gif | Bin 162 -> 0 bytes .../lib/images/cursors/motif_LinkNoDrop32x32.gif | Bin 153 -> 0 bytes .../jre/lib/images/cursors/motif_MoveDrop32x32.gif | Bin 141 -> 0 bytes .../lib/images/cursors/motif_MoveNoDrop32x32.gif | Bin 153 -> 0 bytes 8 files changed, 40 deletions(-) delete mode 100644 staging/darwin-x86/jre/lib/images/cursors/cursors.properties delete mode 100644 staging/darwin-x86/jre/lib/images/cursors/invalid32x32.gif delete mode 100644 staging/darwin-x86/jre/lib/images/cursors/motif_CopyDrop32x32.gif delete mode 100644 staging/darwin-x86/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif delete mode 100644 staging/darwin-x86/jre/lib/images/cursors/motif_LinkDrop32x32.gif delete mode 100644 staging/darwin-x86/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif delete mode 100644 staging/darwin-x86/jre/lib/images/cursors/motif_MoveDrop32x32.gif delete mode 100644 staging/darwin-x86/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif (limited to 'staging/darwin-x86/jre/lib/images') diff --git a/staging/darwin-x86/jre/lib/images/cursors/cursors.properties b/staging/darwin-x86/jre/lib/images/cursors/cursors.properties deleted file mode 100644 index 30e9f90..0000000 --- a/staging/darwin-x86/jre/lib/images/cursors/cursors.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# -# Cursors Properties file -# -# Names GIF89 sources for Custom Cursors and their associated HotSpots -# -# Note: the syntax of the property name is significant and is parsed -# by java.awt.Cursor -# -# The syntax is: Cursor...File= -# Cursor...HotSpot=, -# Cursor...Name= -# -Cursor.CopyDrop.32x32.File=motif_CopyDrop32x32.gif -Cursor.CopyDrop.32x32.HotSpot=0,0 -Cursor.CopyDrop.32x32.Name=CopyDrop32x32 -# -Cursor.MoveDrop.32x32.File=motif_MoveDrop32x32.gif -Cursor.MoveDrop.32x32.HotSpot=0,0 -Cursor.MoveDrop.32x32.Name=MoveDrop32x32 -# -Cursor.LinkDrop.32x32.File=motif_LinkDrop32x32.gif -Cursor.LinkDrop.32x32.HotSpot=0,0 -Cursor.LinkDrop.32x32.Name=LinkDrop32x32 -# -Cursor.CopyNoDrop.32x32.File=motif_CopyNoDrop32x32.gif -Cursor.CopyNoDrop.32x32.HotSpot=6,2 -Cursor.CopyNoDrop.32x32.Name=CopyNoDrop32x32 -# -Cursor.MoveNoDrop.32x32.File=motif_MoveNoDrop32x32.gif -Cursor.MoveNoDrop.32x32.HotSpot=6,2 -Cursor.MoveNoDrop.32x32.Name=MoveNoDrop32x32 -# -Cursor.LinkNoDrop.32x32.File=motif_LinkNoDrop32x32.gif -Cursor.LinkNoDrop.32x32.HotSpot=6,2 -Cursor.LinkNoDrop.32x32.Name=LinkNoDrop32x32 -# -Cursor.Invalid.32x32.File=invalid32x32.gif -Cursor.Invalid.32x32.HotSpot=6,2 -Cursor.Invalid.32x32.Name=Invalid32x32 diff --git a/staging/darwin-x86/jre/lib/images/cursors/invalid32x32.gif b/staging/darwin-x86/jre/lib/images/cursors/invalid32x32.gif deleted file mode 100644 index 64c265d..0000000 Binary files a/staging/darwin-x86/jre/lib/images/cursors/invalid32x32.gif and /dev/null differ diff --git a/staging/darwin-x86/jre/lib/images/cursors/motif_CopyDrop32x32.gif b/staging/darwin-x86/jre/lib/images/cursors/motif_CopyDrop32x32.gif deleted file mode 100644 index a9ec247..0000000 Binary files a/staging/darwin-x86/jre/lib/images/cursors/motif_CopyDrop32x32.gif and /dev/null differ diff --git a/staging/darwin-x86/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif b/staging/darwin-x86/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif deleted file mode 100644 index 64c265d..0000000 Binary files a/staging/darwin-x86/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif and /dev/null differ diff --git a/staging/darwin-x86/jre/lib/images/cursors/motif_LinkDrop32x32.gif b/staging/darwin-x86/jre/lib/images/cursors/motif_LinkDrop32x32.gif deleted file mode 100644 index 10c84c1..0000000 Binary files a/staging/darwin-x86/jre/lib/images/cursors/motif_LinkDrop32x32.gif and /dev/null differ diff --git a/staging/darwin-x86/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif b/staging/darwin-x86/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif deleted file mode 100644 index 64c265d..0000000 Binary files a/staging/darwin-x86/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif and /dev/null differ diff --git a/staging/darwin-x86/jre/lib/images/cursors/motif_MoveDrop32x32.gif b/staging/darwin-x86/jre/lib/images/cursors/motif_MoveDrop32x32.gif deleted file mode 100644 index 8304aa0..0000000 Binary files a/staging/darwin-x86/jre/lib/images/cursors/motif_MoveDrop32x32.gif and /dev/null differ diff --git a/staging/darwin-x86/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif b/staging/darwin-x86/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif deleted file mode 100644 index 64c265d..0000000 Binary files a/staging/darwin-x86/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif and /dev/null differ -- cgit v1.2.3