public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/antlr3] epel10: - added antlr-pom.patch
@ 2026-07-22 19:37
0 siblings, 0 replies; only message in thread
From: @ 2026-07-22 19:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/antlr3
Branch : epel10
Commit : d38055fdee55c7cb7ecec162fd9d81180d996ab7
Author : Miloš Jakubíček <mjakubicek@fedoraproject.org>
Date : 2010-02-21T13:30:58+00:00
Stats : +94/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/antlr3/c/d38055fdee55c7cb7ecec162fd9d81180d996ab7?branch=epel10
Log:
- added antlr-pom.patch
---
diff --git a/antlr-pom.patch b/antlr-pom.patch
new file mode 100644
index 0000000..9ec176f
--- /dev/null
+++ b/antlr-pom.patch
@@ -0,0 +1,94 @@
+--- gunit/pom.xml.orig 2010-01-29 02:12:43.000000000 +0100
++++ gunit/pom.xml 2010-01-29 02:12:54.000000000 +0100
+@@ -142,16 +142,6 @@
+ <artifactId>maven-surefire-plugin</artifactId>
+ </plugin>
+
+- <plugin>
+- <groupId>org.codehaus.mojo</groupId>
+- <artifactId>findbugs-maven-plugin</artifactId>
+- <configuration>
+- <findbugsXmlOutput>true</findbugsXmlOutput>
+- <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
+- <xmlOutput>true</xmlOutput>
+- </configuration>
+- </plugin>
+-
+ </plugins>
+
+ <extensions>
+--- runtime/Java/pom.xml.orig 2010-01-29 02:13:13.000000000 +0100
++++ runtime/Java/pom.xml 2010-01-29 02:13:21.000000000 +0100
+@@ -104,15 +104,6 @@
+ </configuration>
+ </plugin>
+
+- <plugin>
+- <groupId>org.codehaus.mojo</groupId>
+- <artifactId>findbugs-maven-plugin</artifactId>
+- <configuration>
+- <findbugsXmlOutput>true</findbugsXmlOutput>
+- <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
+- <xmlOutput>true</xmlOutput>
+- </configuration>
+- </plugin>
+ </plugins>
+ </build>
+
+--- tool/pom.xml.orig 2009-09-23 20:50:28.000000000 +0200
++++ tool/pom.xml 2010-02-01 13:01:08.000000000 +0100
+@@ -75,8 +82,7 @@
+ </plugin>
+
+ <plugin>
+- <groupId>org.codehaus.mojo</groupId>
+- <artifactId>antlr-maven-plugin</artifactId>
++ <artifactId>maven-antlr-plugin</artifactId>
+ <configuration>
+ <sourceDirectory>src/main/antlr2/org/antlr/grammar/v2</sourceDirectory>
+ <grammars>antlr.g codegen.g, antlr.print.g, assign.types.g, buildnfa.g, define.g</grammars>
+--- pom.xml.orig 2009-09-23 20:46:18.000000000 +0200
++++ pom.xml 2010-02-01 13:45:20.000000000 +0100
+@@ -146,25 +154,6 @@
+
+ <plugins>
+
+- <plugin>
+- <groupId>org.codehaus.mojo</groupId>
+- <artifactId>buildnumber-maven-plugin</artifactId>
+- <configuration>
+- <format>{0,date,MMM dd, yyyy} {0,time,kk:mm:ss}</format>
+- <items>
+- <item>timestamp</item>
+- </items>
+- </configuration>
+- <executions>
+- <execution>
+- <phase>validate</phase>
+- <goals>
+- <goal>create</goal>
+- </goals>
+- </execution>
+- </executions>
+- </plugin>
+-
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+@@ -179,16 +168,6 @@
+ </plugin>
+
+ <plugin>
+- <groupId>org.codehaus.mojo</groupId>
+- <artifactId>findbugs-maven-plugin</artifactId>
+- <configuration>
+- <findbugsXmlOutput>true</findbugsXmlOutput>
+- <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
+- <xmlOutput>true</xmlOutput>
+- </configuration>
+- </plugin>
+-
+- <plugin>
+
+ <!--
+
^ 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: - added antlr-pom.patch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox