This commit is contained in:
parent
008a220978
commit
793790ccca
@ -123,7 +123,8 @@
|
||||
<attribute name="Bundle-License" value="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
|
||||
<attribute name="Bundle-ManifestVersion" value="2"/>
|
||||
<attribute name="Bundle-Name" value="Jakarta Dependency Injection"/>
|
||||
<attribute name="Bundle-SymbolicName" value="${project.groupId}.${project.artifactId}"/>
|
||||
<!-- <attribute name="Bundle-SymbolicName" value="${project.groupId}.${project.artifactId}"/> -->
|
||||
<attribute name="Bundle-SymbolicName" value="javax.inject"/>
|
||||
<attribute name="Bundle-Version" value="${project.version}"/>
|
||||
<attribute name="Export-Package" value="javax.inject;version="${project.version}""/>
|
||||
<attribute name="Implementation-Version" value="1.1"/>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 12:21:45 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Force the old Symbolic-Bundle-Name, so that eclipse build works
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 22 06:10:29 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
@ -6,6 +11,9 @@ Tue Mar 22 06:10:29 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
file
|
||||
- Require java-devel >= 9 for building and compile the
|
||||
module-info.java files
|
||||
- Removed patch:
|
||||
* atinject-javadoc.patch
|
||||
+ not needed any more
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 19 16:24:33 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
Loading…
x
Reference in New Issue
Block a user