Fridrich Strba 2022-03-24 12:23:21 +00:00 committed by Git OBS Bridge
parent 008a220978
commit 793790ccca
2 changed files with 10 additions and 1 deletions

View File

@ -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=&quot;${project.version}&quot;"/>
<attribute name="Implementation-Version" value="1.1"/>

View File

@ -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>