feat: add missing KF6 framework recipes
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
module com.example.foo <beginfold id='1'>{</beginfold id='1'>
|
||||
requires com.example.foo.http;
|
||||
requires java.logging;
|
||||
|
||||
requires transitive com.example.foo.network;
|
||||
|
||||
exports com.example.foo.bar;
|
||||
exports com.example.foo.internal to com.example.foo.probe;
|
||||
|
||||
opens com.example.foo.quux;
|
||||
opens com.example.foo.internal to com.example.foo.network,
|
||||
com.example.foo.probe;
|
||||
|
||||
uses com.example.foo.spi.Intf;
|
||||
provides com.example.foo.spi.Intf with com.example.foo.Impl;
|
||||
<endfold id='1'>}</endfold id='1'>
|
||||
Reference in New Issue
Block a user