diff options
Diffstat (limited to 'aspectjmatcher')
-rw-r--r-- | aspectjmatcher/aspectjmatcher-assembly.xml | 4 | ||||
-rw-r--r-- | aspectjmatcher/aspectjmatcher-sources-assembly.xml | 4 |
2 files changed, 4 insertions, 4 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> diff --git a/aspectjmatcher/aspectjmatcher-sources-assembly.xml b/aspectjmatcher/aspectjmatcher-sources-assembly.xml index 95c0488fb..378304cc1 100644 --- a/aspectjmatcher/aspectjmatcher-sources-assembly.xml +++ b/aspectjmatcher/aspectjmatcher-sources-assembly.xml @@ -13,10 +13,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> |