This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new c5a31fec RAT-379: Add changelog about bugfix in Eclipse
c5a31fec is described below
commit c5a31fecc3b6d3697e20cb867e82c55decf969be
Author: P. Ottlinger <[email protected]>
AuthorDate: Fri Jan 31 13:25:55 2025 +0100
RAT-379: Add changelog about bugfix in Eclipse
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 186d9c9b..6805f006 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,9 @@ The <action> type attribute can be one of:
<action issue="RAT-471" type="add" dev="pottlinger" due-to="clayjohnson">
Integrate Creadur RAT into the updated develocity.apache.org instance.
</action>
+ <action issue="RAT-379" type="fix" dev="jochenw" due-to="pottlinger">
+ Fix 'Path must include project or resource name: /' error after
importing RAT into Eclipse IDE by changing the way resources are copied around
submodules.
+ </action>
<action issue="RAT-469" type="add" dev="claudenw" due-to="pottlinger">
Verify that projects that configure valid other licenses than the
defaults, report correctly as well.
</action>