diff options
author | Andy Clement <aclement@pivotal.io> | 2017-10-20 12:40:05 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2017-10-20 12:40:21 -0700 |
commit | fb97139465471e7964062a7af6721be4592237a3 (patch) | |
tree | d1052f7cf9fb36af7f2bfa5e3c603da3736b1a09 /ajdoc | |
parent | e966a1fe5e1e6b10f546415378b862205448d889 (diff) | |
download | aspectj-fb97139465471e7964062a7af6721be4592237a3.tar.gz aspectj-fb97139465471e7964062a7af6721be4592237a3.zip |
Added automatic module name
Diffstat (limited to 'ajdoc')
-rw-r--r-- | ajdoc/ajdoc.mf.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ajdoc/ajdoc.mf.txt b/ajdoc/ajdoc.mf.txt index 6eddf9ffe..8ccc1f6de 100644 --- a/ajdoc/ajdoc.mf.txt +++ b/ajdoc/ajdoc.mf.txt @@ -1,5 +1,6 @@ Manifest-Version: 1.0 Main-Class: org.aspectj.tools.ajdoc.Main +Automatic-Module-Name: org.aspectj.tools Name: org/aspectj/tools/ Specification-Title: AspectJ Tools Classes |