diff options
Diffstat (limited to 'aspectjmatcher/aspectjmatcher-assembly.xml')
-rw-r--r-- | aspectjmatcher/aspectjmatcher-assembly.xml | 4 |
1 files changed, 2 insertions, 2 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> |