From 21d651573103fee74dec9b01c36ad3932d355bcf Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sat, 1 Oct 2022 09:49:19 +0200 Subject: 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 --- aspectjtools/aspectjtools-assembly.xml | 8 ++++++++ aspectjtools/aspectjtools-sources-assembly.xml | 8 ++++++++ 2 files changed, 16 insertions(+) (limited to 'aspectjtools') 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 @@ + + ../docs/dist + . + + LICENSE-AspectJ.html + + + ../runtime/target/classes 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 @@ -13,6 +13,14 @@ + + ../docs/dist + . + + LICENSE-AspectJ.html + + + ../weaver/src/main/java . -- cgit v1.2.3