diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-10-01 09:49:19 +0200 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-10-01 14:51:44 +0700 |
commit | 21d651573103fee74dec9b01c36ad3932d355bcf (patch) | |
tree | 875b3c5d45261ba73ce658fbdc68c7580c007bd9 /aspectjmatcher | |
parent | a792bf94ba3b7c101aeec25fec6f77e328dbc5cd (diff) | |
download | aspectj-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 'aspectjmatcher')
-rw-r--r-- | aspectjmatcher/aspectjmatcher-assembly.xml | 8 | ||||
-rw-r--r-- | aspectjmatcher/aspectjmatcher-sources-assembly.xml | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/aspectjmatcher/aspectjmatcher-assembly.xml b/aspectjmatcher/aspectjmatcher-assembly.xml index 3146028d2..c22d1adf5 100644 --- a/aspectjmatcher/aspectjmatcher-assembly.xml +++ b/aspectjmatcher/aspectjmatcher-assembly.xml @@ -12,6 +12,13 @@ <fileSets> <fileSet> + <directory>../docs/dist</directory> + <outputDirectory>.</outputDirectory> + <includes> + <include>LICENSE-AspectJ.html</include> + </includes> + </fileSet> + <fileSet> <directory>../util/target/classes</directory> <outputDirectory>.</outputDirectory> <excludes> @@ -35,4 +42,3 @@ </fileSets> </assembly> - diff --git a/aspectjmatcher/aspectjmatcher-sources-assembly.xml b/aspectjmatcher/aspectjmatcher-sources-assembly.xml index 0425ccbe8..95c0488fb 100644 --- a/aspectjmatcher/aspectjmatcher-sources-assembly.xml +++ b/aspectjmatcher/aspectjmatcher-sources-assembly.xml @@ -13,6 +13,13 @@ <fileSets> <fileSet> + <directory>../docs/dist</directory> + <outputDirectory>.</outputDirectory> + <includes> + <include>LICENSE-AspectJ.html</include> + </includes> + </fileSet> + <fileSet> <directory>../util/src/main/java</directory> <outputDirectory>.</outputDirectory> </fileSet> @@ -27,4 +34,3 @@ </fileSets> </assembly> - |