aboutsummaryrefslogtreecommitdiffstats
path: root/aspectjmatcher
diff options
context:
space:
mode:
Diffstat (limited to 'aspectjmatcher')
-rw-r--r--aspectjmatcher/aspectjmatcher-assembly.xml8
-rw-r--r--aspectjmatcher/aspectjmatcher-sources-assembly.xml8
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>
-