public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/antlr3] epel10: - Added files related to the bootstrap build and settings.xml
Date: Wed, 22 Jul 2026 19:37:03 GMT [thread overview]
Message-ID: <178474902392.1.10586910339667505165.rpms-antlr3-b48fb3780398@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-22 19:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178474902392.1.10586910339667505165.rpms-antlr3-b48fb3780398@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox