aboutsummaryrefslogtreecommitdiffstats
path: root/aspectjmatcher
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-06 16:48:24 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-06 16:48:24 +0700
commit939e81e6babc20852fe1d6d1fa490c95e1aa8b56 (patch)
tree54bfdef5a14ee7f74ab457030a807b38da54458c /aspectjmatcher
parent81dc828653c9c3f01341ad9defdfaef3cec1d5d2 (diff)
downloadaspectj-939e81e6babc20852fe1d6d1fa490c95e1aa8b56.tar.gz
aspectj-939e81e6babc20852fe1d6d1fa490c95e1aa8b56.zip
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 <Alexander@Kriegisch.name>
Diffstat (limited to 'aspectjmatcher')
-rw-r--r--aspectjmatcher/aspectjmatcher-assembly.xml4
-rw-r--r--aspectjmatcher/aspectjmatcher-sources-assembly.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/aspectjmatcher/aspectjmatcher-assembly.xml b/aspectjmatcher/aspectjmatcher-assembly.xml
index c22d1adf5..9b20bc1cf 100644
--- a/aspectjmatcher/aspectjmatcher-assembly.xml
+++ b/aspectjmatcher/aspectjmatcher-assembly.xml
@@ -12,10 +12,10 @@
<fileSets>
<fileSet>
- <directory>../docs/dist</directory>
+ <directory>../docs</directory>
<outputDirectory>.</outputDirectory>
<includes>
- <include>LICENSE-AspectJ.html</include>
+ <include>LICENSE-AspectJ.adoc</include>
</includes>
</fileSet>
<fileSet>
diff --git a/aspectjmatcher/aspectjmatcher-sources-assembly.xml b/aspectjmatcher/aspectjmatcher-sources-assembly.xml
index 95c0488fb..378304cc1 100644
--- a/aspectjmatcher/aspectjmatcher-sources-assembly.xml
+++ b/aspectjmatcher/aspectjmatcher-sources-assembly.xml
@@ -13,10 +13,10 @@
<fileSets>
<fileSet>
- <directory>../docs/dist</directory>
+ <directory>../docs</directory>
<outputDirectory>.</outputDirectory>
<includes>
- <include>LICENSE-AspectJ.html</include>
+ <include>LICENSE-AspectJ.adoc</include>
</includes>
</fileSet>
<fileSet>