public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/antlr3] epel10: - Added files related to the bootstrap build and settings.xml
@ 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 : b48fb3780398d116f6807fdd869731b96bf091e3
Author : Miloš Jakubíček <mjakubicek@fedoraproject.org>
Date : 2010-02-21T13:39:55+00:00
Stats : +51/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/antlr3/c/b48fb3780398d116f6807fdd869731b96bf091e3?branch=epel10
Log:
- Added files related to the bootstrap build and settings.xml
---
diff --git a/.cvsignore b/.cvsignore
index 5a48dc2..9db6ce1 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -2,3 +2,5 @@ antlr-3.2.tar.gz
libantlr3c-3.2.tar.gz
antlr-javascript-runtime-3.1.zip
antlr_python_runtime-3.1.2.tar.gz
+antlr3-maven-plugin-3.2.jar
+antlr-3.2.jar
diff --git a/settings.xml b/settings.xml
new file mode 100644
index 0000000..efe7bd7
--- /dev/null
+++ b/settings.xml
@@ -0,0 +1,47 @@
+<settings>
+ <profiles>
+ <profile>
+ <id>JPP</id>
+ <repositories>
+ <repository>
+ <id>internal</id>
+ <layout>jpp</layout>
+ <url>__JPP_URL_PLACEHOLDER__</url>
+ </repository>
+ <repository>
+ <id>external</id>
+ <layout>jpp</layout>
+ <url>__JAVADIR_PLACEHOLDER__</url>
+ </repository>
+ <repository>
+ <id>local</id>
+ <layout>jpp</layout>
+ <url>__MAVENREPO_DIR_PLACEHOLDER__</url>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>plugins-internal</id>
+ <name>plugins-internal</name>
+ <layout>jpp</layout>
+ <url>__JPP_URL_PLACEHOLDER__</url>
+ </pluginRepository>
+ <pluginRepository>
+ <id>plugins-external</id>
+ <name>plugins-external</name>
+ <layout>jpp</layout>
+ <url>__JAVADIR_PLACEHOLDER__</url>
+ </pluginRepository>
+ <pluginRepository>
+ <id>plugins-maven</id>
+ <name>plugins-maven</name>
+ <layout>jpp</layout>
+ <url>__MAVENDIR_PLUGIN_PLACEHOLDER__</url>
+ </pluginRepository>
+ </pluginRepositories>
+ </profile>
+ </profiles>
+ <activeProfiles>
+ <activeProfile>JPP</activeProfile>
+ </activeProfiles>
+</settings>
diff --git a/sources b/sources
index a8d8e28..4ee7ffa 100644
--- a/sources
+++ b/sources
@@ -2,3 +2,5 @@
674646e1d1bf5c6015435480cead725a libantlr3c-3.2.tar.gz
5f58e5f8c8a052225d57d518d77742fc antlr-javascript-runtime-3.1.zip
1a96b0d5d18574589f9c498445f4e47c antlr_python_runtime-3.1.2.tar.gz
+b5e66bec4b95d5af7363906a5f3d27a8 antlr3-maven-plugin-3.2.jar
+ee7dc3fb20cf3e9efd871e297c0d532b antlr-3.2.jar
^ 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 files related to the bootstrap build and settings.xml
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox