Fixed Export-Package sections after rename. 39/26039/1
authorTony Tkacik <ttkacik@cisco.com>
Wed, 26 Aug 2015 16:18:23 +0000 (18:18 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Wed, 26 Aug 2015 16:18:37 +0000 (18:18 +0200)
Change-Id: I6b7fc00f53167d398bac35010fb03a81aa1f5912
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
binding/mdsal-binding-dom-adapter/pom.xml
binding/mdsal-binding-dom-codec/pom.xml
binding/mdsal-binding-generator-api/pom.xml
binding/mdsal-binding-java-api-generator/pom.xml
dom/mdsal-dom-broker/pom.xml
dom/mdsal-dom-inmemory-datastore/pom.xml

index fcb78022067f7eee89ed853468020af0882c9e48..166268ca887d6ff168c0eee399baf4bd26127b01 100644 (file)
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-            <Export-Package>
-                            org.opendaylight.mdsal.sal.binding.impl,
-                            org.opendaylight.mdsal.md.sal.binding.impl,
-                            org.opendaylight.mdsal.md.sal.binding.compat,
-                            org.opendaylight.mdsal.md.sal.binding.spi,
-                            org.opendaylight.mdsal.sal.binding.codegen.impl,
-            </Export-Package>
-          </instructions>
-        </configuration>
       </plugin>
 
       <plugin>
index de0bbc9844898ef49d2ca28e9f91923bda368948..8251719759deade996155dd8ca066f65ae754514 100644 (file)
@@ -77,6 +77,7 @@
                     <instructions>
                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
                         <Export-Package>
+                            org.opendaylight.mdsal.binding.dom.codec.*,
                             org.opendaylight.yangtools.binding.data.codec.*,
                             org.opendaylight.yangtools.binding.data.codec.gen.impl.*,
                             org.opendaylight.yangtools.binding.data.codec.impl.*,
index b6ce1ed3e814fa9b0ca778c70fc05dbc4223c9fb..c5abb68b7a6e41c26603f02c86f910f5203e15de 100644 (file)
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-                    </instructions>
-                </configuration>
             </plugin>
         </plugins>
     </build>
index f10ae14054757ac01f2236822bda1a6065638af9..45c469a660598e05a30ce5f336ea992503a8dc1d 100644 (file)
                 <groupId>org.eclipse.xtend</groupId>
                 <artifactId>xtend-maven-plugin</artifactId>
             </plugin>
-<!--      <plugin>
-        <artifactId>maven-enforcer-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>enforce</id>
-            <phase>none</phase>
-          </execution>
-        </executions>
-      </plugin> -->
         </plugins>
     </build>
 
index 0b2640196184fcbc0e4c93126b885d31d754d9e9..93ca7281231bb60ff2dc1327e26659f7f8bddec3 100644 (file)
         <extensions>true</extensions>
         <configuration>
           <instructions>
-            <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-            <Bundle-Activator>org.opendaylight.mdsal.sal.dom.broker.osgi.SchemaServiceActivator</Bundle-Activator>
-            <Export-Package>
-                            <!--  Legacy code -->
-                            org.opendaylight.mdsal.sal.dom.broker,
-                            org.opendaylight.mdsal.sal.dom.broker.impl,
-                            org.opendaylight.mdsal.sal.dom.broker.osgi,
-                            org.opendaylight.mdsal.sal.dom.broker.util,
-                            org.opendaylight.mdsal.sal.dom.broker.spi,
-                            <!--sal.broker.impl is exported for sal-netconf-connector to use SchemaAwareRpcRegistry.-->
-                            <!-- TODO Remove sal.broker.impl from export when SchemaAwareRpcRegistry is not used in connector anymore -->
-                            org.opendaylight.mdsal.md.sal.dom.broker.impl,
-                            org.opendaylight.mdsal.md.sal.dom.broker.impl.*,
-            </Export-Package>
-            <Import-Package>*</Import-Package>
+            <Bundle-Activator>org.opendaylight.mdsal.dom.broker.osgi.SchemaServiceActivator</Bundle-Activator>
           </instructions>
         </configuration>
       </plugin>
index efeeadacc531e37787639a78ff2682a46889245d..fac397fac156f1d66422dd8eb523a5c975c41fc6 100644 (file)
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-
-            <Export-Package>org.opendaylight.mdsal.md.sal.dom.store.impl.*</Export-Package>
-
-            <Import-Package>*</Import-Package>
-          </instructions>
-        </configuration>
       </plugin>
+
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>