aboutsummaryrefslogtreecommitdiffstats
path: root/aspectjtools
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2022-10-01 09:49:19 +0200
committerAlexander Kriegisch <Alexander@Kriegisch.name>2022-10-01 14:51:44 +0700
commit21d651573103fee74dec9b01c36ad3932d355bcf (patch)
tree875b3c5d45261ba73ce658fbdc68c7580c007bd9 /aspectjtools
parenta792bf94ba3b7c101aeec25fec6f77e328dbc5cd (diff)
downloadaspectj-21d651573103fee74dec9b01c36ad3932d355bcf.tar.gz
aspectj-21d651573103fee74dec9b01c36ad3932d355bcf.zip
Add docs/dist/LICENSE-AspectJ.html to all public artifacts
The license file will be included right in the main directory of both binary and source artifacts for - AspectJ Matcher, - AspectJ Runtime, - AspectJ Weaver, - AspectJ Tools (Compiler), - AspectJ Installer. Fixes #185. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'aspectjtools')
-rw-r--r--aspectjtools/aspectjtools-assembly.xml8
-rw-r--r--aspectjtools/aspectjtools-sources-assembly.xml8
2 files changed, 16 insertions, 0 deletions
diff --git a/aspectjtools/aspectjtools-assembly.xml b/aspectjtools/aspectjtools-assembly.xml
index fefc2c8d8..1fe6f055b 100644
--- a/aspectjtools/aspectjtools-assembly.xml
+++ b/aspectjtools/aspectjtools-assembly.xml
@@ -23,6 +23,14 @@
</dependencySets>
<fileSets>
+ <fileSet>
+ <directory>../docs/dist</directory>
+ <outputDirectory>.</outputDirectory>
+ <includes>
+ <include>LICENSE-AspectJ.html</include>
+ </includes>
+ </fileSet>
+
<!-- runtime -->
<fileSet>
<directory>../runtime/target/classes</directory>
diff --git a/aspectjtools/aspectjtools-sources-assembly.xml b/aspectjtools/aspectjtools-sources-assembly.xml
index cc708ae7f..74a05e3ab 100644
--- a/aspectjtools/aspectjtools-sources-assembly.xml
+++ b/aspectjtools/aspectjtools-sources-assembly.xml
@@ -14,6 +14,14 @@
<fileSets>
<fileSet>
+ <directory>../docs/dist</directory>
+ <outputDirectory>.</outputDirectory>
+ <includes>
+ <include>LICENSE-AspectJ.html</include>
+ </includes>
+ </fileSet>
+
+ <fileSet>
<directory>../weaver/src/main/java</directory>
<outputDirectory>.</outputDirectory>
</fileSet>