From 939e81e6babc20852fe1d6d1fa490c95e1aa8b56 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sat, 6 Jan 2024 16:48:24 +0700 Subject: Update assemblies to include AspectJ licence The former HTML file was moved up one directory level and converted to asciidoc format. Therefore, include the ADOC file from the correct location now. Alternatively, we could have included the generated HTML from the aj-build/dist/docs/doc directory, but that would have meant adding a dependency to the 'docs' module to several other modules for this one file. Actually, asciidoc has become a widely used and accepted format for documentation and is human-readable by design. Therefore, it is OK to include the ADOC file. The important thing is that the licence information - is contained in each published artifact, - can be found easily, - its content is human-readable. All these requirements are still met with this change. Arguably, ADOC is easier to read than HTML and does not even need a web browser. Signed-off-by: Alexander Kriegisch --- aspectjtools/aspectjtools-sources-assembly.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aspectjtools/aspectjtools-sources-assembly.xml') diff --git a/aspectjtools/aspectjtools-sources-assembly.xml b/aspectjtools/aspectjtools-sources-assembly.xml index 74a05e3ab..d33238215 100644 --- a/aspectjtools/aspectjtools-sources-assembly.xml +++ b/aspectjtools/aspectjtools-sources-assembly.xml @@ -14,10 +14,10 @@ - ../docs/dist + ../docs . - LICENSE-AspectJ.html + LICENSE-AspectJ.adoc -- cgit v1.2.3