Update with Eclipse Oxygen SR2
[gpl/argeo-tp.git] / META-INF / spring / javax.xml
index 957ea66fa20fc81631f509dc0483a221c1752f5b..24ac8d0d000243321bc91df3a7024c660360ea6a 100644 (file)
                <property name="license">
                        <util:constant static-field="org.argeo.slc.repo.FreeLicense.CDDL" />
                </property>
+               <property name="bndProperties">
+                       <props merge="true">
+                               <prop key="Fragment-Host">system.bundle; extension:=framework</prop>
+                       </props>
+               </property>
        </bean>
 
        <bean id="javax.mail" p:sourceCoords="com.sun.mail:javax.mail:1.5.2"
                </property>
        </bean>
 
+       <bean id="javax.annotation" p:version="1.2.0" p:sourceCoords="javax.annotation:javax.annotation-api:1.2"
+               parent="template.mavenJavax">
+               <property name="license">
+                       <!-- GPL with classpath exception -->
+                       <util:constant static-field="org.argeo.slc.repo.FreeLicense.GPL" />
+               </property>
+       </bean>
+
        <!-- Templates -->
        <bean name="template.mavenJavax" p:groupId="org.argeo.tp.javax"
                abstract="true" parent="template.mavenWrapper" />