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 /ajbrowser | |
parent | e966a1fe5e1e6b10f546415378b862205448d889 (diff) | |
download | aspectj-fb97139465471e7964062a7af6721be4592237a3.tar.gz aspectj-fb97139465471e7964062a7af6721be4592237a3.zip |
Added automatic module name
Diffstat (limited to 'ajbrowser')
-rw-r--r-- | ajbrowser/ajbrowser.mf.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ajbrowser/ajbrowser.mf.txt b/ajbrowser/ajbrowser.mf.txt index 3974ff57c..ce8030986 100644 --- a/ajbrowser/ajbrowser.mf.txt +++ b/ajbrowser/ajbrowser.mf.txt @@ -1,5 +1,6 @@ Manifest-Version: 1.0 Main-Class: org.aspectj.tools.ajbrowser.Main +Automatic-Module-Name: org.aspectj.tools Name: org/aspectj/tools/ Specification-Title: AspectJ Tools Classes |