- MyBundleProject - src - main - java - com.example.mybundle - MyComponent.java - resources - OSGI-INF - my-component.xml - test - java - com.example.mybundle.test - MyComponentTest.java - build.gradle - bnd.bnd groovy plugins { id 'biz.aQute.bnd.builder' version '5.3.0' } dependencies { } properties Bundle-Name: MyBundle Bundle-Version: 1.0.0 Private-Package: com.example.mybundle Import-Package: org.osgi.framework;version=1.5.0 @Component(name = "my-component") public class MyComponent { // ... } shell ./gradlew jar


上一篇:
下一篇:
切换中文