From 0362c6eb271f15b461038ff475c8520b609cf61d Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Mon, 8 Feb 2016 16:56:10 +0100 Subject: remove prebuilt antlr and use antlr from Debian instead Signed-off-by: Wolfgang Wiedmeyer --- antlr/Android.mk | 24 ------------------------ antlr/LICENSE | 26 -------------------------- antlr/MODULE_LICENSE_BSD | 0 antlr/PREBUILT | 2 -- antlr/README.android | 5 ----- antlr/antlr-3.4-complete.jar | Bin 2388361 -> 0 bytes build.xml | 29 +++++------------------------ 7 files changed, 5 insertions(+), 81 deletions(-) delete mode 100644 antlr/Android.mk delete mode 100644 antlr/LICENSE delete mode 100644 antlr/MODULE_LICENSE_BSD delete mode 100644 antlr/PREBUILT delete mode 100644 antlr/README.android delete mode 100644 antlr/antlr-3.4-complete.jar diff --git a/antlr/Android.mk b/antlr/Android.mk deleted file mode 100644 index ad94a05..0000000 --- a/antlr/Android.mk +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (C) 2014 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_MODULE_TAGS := optional - -LOCAL_PREBUILT_JAVA_LIBRARIES := \ - antlr-jack:antlr-3.4-complete$(COMMON_JAVA_PACKAGE_SUFFIX) - -include $(BUILD_HOST_PREBUILT) diff --git a/antlr/LICENSE b/antlr/LICENSE deleted file mode 100644 index e1cc972..0000000 --- a/antlr/LICENSE +++ /dev/null @@ -1,26 +0,0 @@ -[The "BSD license"] -Copyright (c) 201 Terence Parr -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/antlr/MODULE_LICENSE_BSD b/antlr/MODULE_LICENSE_BSD deleted file mode 100644 index e69de29..0000000 diff --git a/antlr/PREBUILT b/antlr/PREBUILT deleted file mode 100644 index 26e9370..0000000 --- a/antlr/PREBUILT +++ /dev/null @@ -1,2 +0,0 @@ -The objects in this prebuilt directory are coming from -http://www.antlr.org/download/antlr-3.4-complete.jar \ No newline at end of file diff --git a/antlr/README.android b/antlr/README.android deleted file mode 100644 index dcc4c71..0000000 --- a/antlr/README.android +++ /dev/null @@ -1,5 +0,0 @@ -URL: https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar -Tag: antlr-3.4 -License: BSD -Description: ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. -Local Modifications: None. diff --git a/antlr/antlr-3.4-complete.jar b/antlr/antlr-3.4-complete.jar deleted file mode 100644 index 9c985c7..0000000 Binary files a/antlr/antlr-3.4-complete.jar and /dev/null differ diff --git a/build.xml b/build.xml index 16f8df2..b7ff52c 100644 --- a/build.xml +++ b/build.xml @@ -39,7 +39,6 @@ jackunittests-lib-clean, jackunittests-clean, jack-tests-clean, - antlr-clean, args4j-lib-clean, dx-lib-clean, ecj-clean, @@ -74,7 +73,6 @@ - @@ -209,7 +207,7 @@ @@ -238,7 +236,6 @@ - @@ -259,22 +256,22 @@ depends="jack-lib-compile-step1,jack-lib-generate-proguard-parser-check" unless="jack-lib.uptodate.proguardparser"> - + - + - + - + - - - - - - - - - - - - - - - - -- cgit v1.1