]> source.dussan.org Git - aspectj.git/commitdiff
Added automatic module name
authorAndy Clement <aclement@pivotal.io>
Fri, 20 Oct 2017 19:40:05 +0000 (12:40 -0700)
committerAndy Clement <aclement@pivotal.io>
Fri, 20 Oct 2017 19:40:21 +0000 (12:40 -0700)
ajbrowser/ajbrowser.mf.txt
ajdoc/ajdoc.mf.txt
aspectj5rt/aspectj5rt.mf.txt

index 3974ff57cd6882bc845d3db3f90b26a0eb66e472..ce8030986af8a2a444bfef2888659dfab5f732bb 100644 (file)
@@ -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
index 6eddf9ffeb262041b38d8d0696fbe0b3769f9b53..8ccc1f6de89c6dd2b14a68309f7f11dddf64dd68 100644 (file)
@@ -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
index 5092d4233a463727b4605a32e9eedc494b0824ae..dcc05a161c28686793efa8758c94a86715d6fede 100644 (file)
@@ -1,4 +1,5 @@
 Manifest-Version: 1.0
+Automatic-Module-Name: org.aspectj.runtime
 
 Name: org/aspectj/lang/
 Specification-Title: AspectJ Runtime Classes