/[Apache-SVN]
ViewVC logotype

Revision 1724231


Jump to revision: Previous Next
Author: cschneider
Date: Tue Jan 12 13:42:42 2016 UTC (8 years, 3 months ago)
Changed paths: 4
Log Message:
[ARIES-1476] Support 0 or multiple OsgiServiceProvider#classes.

- 0 classes adds auto-export="interfaces" to the service element
- multiple classes adds the interfaces (e.g. A and B) to the interfaces
  element:
<service ref="ref">
    <interfaces>
        <value>A</value>
        <value>B</value>
    </interfaces>
<service/>

Changed paths

Path Details
Directoryaries/trunk/blueprint/blueprint-maven-plugin/src/main/java/org/apache/aries/blueprint/plugin/OsgiServiceProviderWriter.java modified , text changed
Directoryaries/trunk/blueprint/blueprint-maven-plugin/src/test/java/org/apache/aries/blueprint/plugin/GeneratorTest.java modified , text changed
Directoryaries/trunk/blueprint/blueprint-maven-plugin/src/test/java/org/apache/aries/blueprint/plugin/test/ServiceABImpl.java added
Directoryaries/trunk/blueprint/blueprint-maven-plugin/src/test/java/org/apache/aries/blueprint/plugin/test/ServiceAImpl3.java added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26