public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/antlr3] epel10: fix missing stringtemplate4 jar in classpath, breaking antlr3 generator
@ 2026-07-22 19:37 Milos Jakubicek
  0 siblings, 0 replies; only message in thread
From: Milos Jakubicek @ 2026-07-22 19:37 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/antlr3
Branch : epel10
Commit : f38e7259fd567f5027035f48ed303890261fb34d
Author : Milos Jakubicek <xjakub@fi.muni.cz>
Date   : 2012-06-26T13:36:39+02:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/antlr3/c/f38e7259fd567f5027035f48ed303890261fb34d?branch=epel10

Log:
fix missing stringtemplate4 jar in classpath, breaking antlr3 generator

---
diff --git a/antlr3 b/antlr3
old mode 100644
new mode 100755
index 07890d8..6a24b8d
--- a/antlr3
+++ b/antlr3
@@ -14,7 +14,7 @@ fi
 # Configuration
 MAIN_CLASS="org.antlr.Tool"
 BASE_FLAGS=""
-BASE_JARS="antlr.jar stringtemplate.jar antlr3.jar antlr3-runtime.jar"
+BASE_JARS="antlr.jar stringtemplate.jar stringtemplate4.jar antlr3.jar antlr3-runtime.jar"
 
 # Set parameters
 set_jvm

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-22 19:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 19:37 [rpms/antlr3] epel10: fix missing stringtemplate4 jar in classpath, breaking antlr3 generator Milos Jakubicek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox