Skip to content

Commit e64f13c

Browse files
committed
Update JabRef 5.15 config.
1 parent 069ec3b commit e64f13c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config/java/JabRef/5.15/hotfixes.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# documentation as it is generated, but not to the original source files.
33
# These fixes are usually offered to the original project as a pull request, so
44
# they may get applied to the original source files of a later release eventually.
5-
# To adjust content of this file, please create a pull request to this repository.
5+
# To adjust content of this file, please file a pull request to this repository.
66

77
# Each fix is listed under a scope header, which is a regex to identify
88
# fully qualified names of target items (any entity that has an associated doc
@@ -73,6 +73,9 @@ org.jabref.gui.fieldeditors.contextmenu.EditorMenus:
7373
org.jabref.logic.quality.consistency.BibliographyConsistencyCheck.check:
7474
'#writeFindingsAsCsv\(Result, Path, BibEntryTypesManager, BibDatabaseMode\)}': '#writeFindings()}.'
7575

76+
org.jabref.logic.xmp.XmpUtilShared:
77+
'\(@([^)]+)\)': '{@\g<1>}'
78+
7679
org.jabref.*:
7780
'{@see ': 'See {@link '
7881

config/java/JabRef/5.15/project_info.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ wiki: 'https://github.com/JabRef/jabref/wiki'
1919
devguide: 'https://devdocs.jabref.org'
2020
issues: 'https://github.com/JabRef/jabref/issues'
2121
forum: 'https://discourse.jabref.org'
22+
# mailinglistspage:
2223
vc_uri: 'https://github.com/JabRef/jabref.git'
2324
vc_dev_uri: '[email protected]:JabRef/jabref.git'
2425
release_date: '2024-07-10'

0 commit comments

Comments
 (0)