]> git.pld-linux.org Git - packages/antlr.git/commitdiff
- Outdated
authoradgor <adgor@pld-linux.org>
Tue, 18 May 2004 18:28:11 +0000 (18:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    antlr-Makefile.patch -> 1.2
    antlr-runscript.patch -> 1.2

antlr-Makefile.patch [deleted file]
antlr-runscript.patch [deleted file]

diff --git a/antlr-Makefile.patch b/antlr-Makefile.patch
deleted file mode 100644 (file)
index 65941b3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- antlr-20030911/Makefile~   2003-09-11 15:04:10.000000000 +0200
-+++ antlr-20030911/Makefile    2003-10-09 19:04:51.000000000 +0200
-@@ -235,8 +235,6 @@
-       antlr/debug/TraceEvent.class \
-       antlr/debug/TraceListener.class \
-       antlr/debug/Tracer.class \
--      antlr/debug/misc/ASTFrame$$1.class \
--      antlr/debug/misc/ASTFrame$$MyTreeSelectionListener.class \
-       antlr/debug/misc/ASTFrame.class \
-       antlr/debug/misc/JTreeASTModel.class \
-       antlr/debug/misc/JTreeASTPanel.class \
diff --git a/antlr-runscript.patch b/antlr-runscript.patch
deleted file mode 100644 (file)
index 62714f7..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
---- antlr-20030911/scripts/run-antlr.in~       2003-09-11 15:04:10.000000000 +0200
-+++ antlr-20030911/scripts/run-antlr.in        2003-10-09 20:31:07.000000000 +0200
-@@ -1,10 +1,7 @@
- #!/bin/sh
--prefix=@prefix@
-+
- ANTLR_JAR=@datadir@/@PACKAGE_NAME@-@PACKAGE_VERSION@/antlr.jar
--if test "x$CLASSPATH" = x; then
--      CLASSPATH=$ANTLR_JAR
--else
--      CLASSPATH=$ANTLR_JAR:$CLASSPATH
--fi
--export CLASSPATH
--@JAVA@ antlr.Tool "$*"
-+
-+export CLASSPATH=$CLASSPATH:$ANTLR_JAR
-+
-+@JAVA@ antlr.Tool $*
This page took 0.190058 seconds and 4 git commands to generate.