Merge "Formatting cleanup of POM files"
authorGiovanni Meo <gmeo@cisco.com>
Mon, 20 May 2013 10:59:40 +0000 (10:59 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 20 May 2013 10:59:40 +0000 (10:59 +0000)
38 files changed:
opendaylight/arphandler/pom.xml
opendaylight/clustering/services/pom.xml
opendaylight/clustering/services_implementation/pom.xml
opendaylight/clustering/test/pom.xml
opendaylight/configuration/api/pom.xml
opendaylight/configuration/implementation/pom.xml
opendaylight/containermanager/api/pom.xml
opendaylight/distribution/opendaylight/pom.xml
opendaylight/forwarding/staticrouting/pom.xml
opendaylight/forwardingrulesmanager/api/pom.xml
opendaylight/hosttracker/api/pom.xml
opendaylight/hosttracker/implementation/pom.xml
opendaylight/hosttracker/integrationtest/pom.xml
opendaylight/northbound/commons/pom.xml
opendaylight/northbound/hosttracker/pom.xml
opendaylight/northbound/staticrouting/pom.xml
opendaylight/northbound/statistics/pom.xml
opendaylight/northbound/subnets/pom.xml
opendaylight/northbound/switchmanager/pom.xml
opendaylight/northbound/topology/pom.xml
opendaylight/protocol_plugins/openflow/pom.xml
opendaylight/routing/dijkstra_implementation/pom.xml
opendaylight/sal/api/pom.xml
opendaylight/sal/implementation/pom.xml
opendaylight/samples/loadbalancer/pom.xml
opendaylight/samples/northbound/loadbalancer/pom.xml
opendaylight/samples/simpleforwarding/pom.xml
opendaylight/security/pom.xml
opendaylight/switchmanager/api/pom.xml
opendaylight/switchmanager/implementation/pom.xml
opendaylight/topologymanager/pom.xml
opendaylight/usermanager/pom.xml
opendaylight/web/devices/pom.xml
opendaylight/web/flows/pom.xml
opendaylight/web/root/pom.xml
opendaylight/web/topology/pom.xml
opendaylight/web/troubleshoot/pom.xml
third-party/openflowj/pom.xml

index e95512dcd0a7637f90223890df79d0a6f2abeb38..62f93b235d4f3f3b0d45aa1fcc5c324dcbe31712 100644 (file)
   <build>
     <plugins>
       <plugin>
-       <groupId>org.apache.felix</groupId>
-       <artifactId>maven-bundle-plugin</artifactId>
-       <version>2.3.6</version>
-       <extensions>true</extensions>
-       <configuration>
-         <instructions>
-           <Import-Package>
-                 org.opendaylight.controller.sal.core,
-             org.opendaylight.controller.sal.utils,
-             org.opendaylight.controller.sal.packet,
-          org.opendaylight.controller.switchmanager,
-          org.opendaylight.controller.hosttracker,
-             org.opendaylight.controller.hosttracker.hostAware,
-          org.apache.felix.dm,
-          org.osgi.service.component,
-             org.slf4j
-           </Import-Package>
-        <Bundle-Activator>
-          org.opendaylight.controller.arphandler.internal.Activator
-               </Bundle-Activator>
-         </instructions>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Import-Package>
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.sal.packet,
+              org.opendaylight.controller.switchmanager,
+              org.opendaylight.controller.hosttracker,
+              org.opendaylight.controller.hosttracker.hostAware,
+              org.apache.felix.dm,
+              org.osgi.service.component,
+              org.slf4j
+            </Import-Package>
+            <Bundle-Activator>
+              org.opendaylight.controller.arphandler.internal.Activator
+            </Bundle-Activator>
+          </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-       </configuration>
+        </configuration>
       </plugin>
     </plugins>
   </build>
index 36462ba76a5c6daf5522b28617fe7b3962a4dc85..628d2b13e510be38a080ce97ee3b70db596cabd8 100644 (file)
   <build>
     <plugins>
       <plugin>
-       <groupId>org.apache.felix</groupId>
-       <artifactId>maven-bundle-plugin</artifactId>
-       <version>2.3.6</version>
-       <extensions>true</extensions>
-       <configuration>
-         <instructions>
-           <Export-Package>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>
               org.opendaylight.controller.clustering.services
             </Export-Package>
             <Import-Package>
               javax.transaction
             </Import-Package>
-         </instructions>
+          </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-       </configuration>
+        </configuration>
       </plugin>
     </plugins>
   </build>
index 6edb50b82efe93b5cbf2a9c3ae1804e1da4bd90c..d6ff7ca6d1804fd249eca46700381864db5cb66c 100644 (file)
         </plugin>
       </plugins>
     </pluginManagement>
-    <plugins>
-      <plugin>
-       <groupId>org.apache.felix</groupId>
-       <artifactId>maven-bundle-plugin</artifactId>
-       <version>2.3.6</version>
-       <extensions>true</extensions>
-       <configuration>
-         <instructions>
-           <Import-Package>
-              org.slf4j,
-              !org.jboss.*,
-              !bsh*,
-              !net.jcip.*,
-              javax.transaction,
-              *,
-              org.opendaylight.controller.clustering.services,
-              org.opendaylight.controller.sal.core
-            </Import-Package>
-            <Bundle-Activator>
-              org.opendaylight.controller.clustering.services_implementation.internal.Activator
-            </Bundle-Activator>
-            <!-- Add in the DynamicImport-Package ONLY the packages that -->
-            <!-- contains types that MUST be unmarshalled by the -->
-            <!-- infinispan. They need to be wired at runtime even during -->
-            <!-- the bundle is already RESOLVED, but at the same time if -->
-            <!-- those are missing the bundle will still come up, this is -->
-            <!-- why those dependencies ends in the DynamicImport-Package -->
-            <!-- rather in the Import-Package  -->
-            <DynamicImport-Package>
-              *
-            </DynamicImport-Package>
-            <Embed-Dependency>
-              infinispan-core,jgroups,jboss-marshalling-river,jboss-marshalling,jboss-logging,staxmapper;type=!pom;inline=false
-            </Embed-Dependency>
-            <Embed-Transitive>
-              true
-            </Embed-Transitive>
-         </instructions>
+  <plugins>
+    <plugin>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>maven-bundle-plugin</artifactId>
+      <version>2.3.6</version>
+      <extensions>true</extensions>
+      <configuration>
+        <instructions>
+          <Import-Package>
+            org.slf4j,
+            !org.jboss.*,
+            !bsh*,
+            !net.jcip.*,
+            javax.transaction,
+            *,
+            org.opendaylight.controller.clustering.services,
+            org.opendaylight.controller.sal.core
+          </Import-Package>
+          <Bundle-Activator>
+            org.opendaylight.controller.clustering.services_implementation.internal.Activator
+          </Bundle-Activator>
+          <!-- Add in the DynamicImport-Package ONLY the packages that -->
+          <!-- contains types that MUST be unmarshalled by the -->
+          <!-- infinispan. They need to be wired at runtime even during -->
+          <!-- the bundle is already RESOLVED, but at the same time if -->
+          <!-- those are missing the bundle will still come up, this is -->
+          <!-- why those dependencies ends in the DynamicImport-Package -->
+          <!-- rather in the Import-Package -->
+          <DynamicImport-Package>
+            *
+          </DynamicImport-Package>
+          <Embed-Dependency>
+            infinispan-core,jgroups,jboss-marshalling-river,jboss-marshalling,jboss-logging,staxmapper;type=!pom;inline=false
+          </Embed-Dependency>
+          <Embed-Transitive>
+            true
+          </Embed-Transitive>
+        </instructions>
         <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-       </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.jacoco</groupId>
-        <artifactId>jacoco-maven-plugin</artifactId>
-        <configuration>
-          <includes>org.opendaylight.controller.*</includes>
-        </configuration>
-        <executions>
-          <execution>
-            <id>pre-test</id>
-            <goals>
-              <goal>prepare-agent</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>post-test</id>
-            <phase>test</phase>
-            <goals>
-              <goal>report</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>      
-    </plugins>
+      </configuration>
+    </plugin>
+    <plugin>
+      <groupId>org.jacoco</groupId>
+      <artifactId>jacoco-maven-plugin</artifactId>
+      <configuration>
+        <includes>org.opendaylight.controller.*</includes>
+      </configuration>
+      <executions>
+        <execution>
+          <id>pre-test</id>
+          <goals>
+            <goal>prepare-agent</goal>
+          </goals>
+        </execution>
+        <execution>
+          <id>post-test</id>
+          <phase>test</phase>
+          <goals>
+            <goal>report</goal>
+          </goals>
+        </execution>
+      </executions>
+    </plugin>
+  </plugins>
   </build>
   <dependencies>
     <dependency>
index 161e7a918234e89dd308bd22f6848af0539c3a85..695e939cd3c7b79a20a55de910d0a3c4efead2f8 100644 (file)
   <packaging>bundle</packaging>
 
   <build>
-    <plugins>
-      <plugin>
-       <groupId>org.apache.felix</groupId>
-       <artifactId>maven-bundle-plugin</artifactId>
-       <version>2.3.6</version>
-       <extensions>true</extensions>
-       <configuration>
-         <instructions>
-           <Import-Package>
-             org.slf4j,
-              javax.transaction,
-              org.eclipse.osgi.framework.console,
-              ch.qos.logback.classic,
-              org.opendaylight.controller.clustering.services
-            </Import-Package>
-            <Service-Component>
-              OSGI-INF/component.xml
-            </Service-Component>
-         </instructions>
+  <plugins>
+    <plugin>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>maven-bundle-plugin</artifactId>
+      <version>2.3.6</version>
+      <extensions>true</extensions>
+      <configuration>
+        <instructions>
+          <Import-Package>
+            org.slf4j,
+            javax.transaction,
+            org.eclipse.osgi.framework.console,
+            ch.qos.logback.classic,
+            org.opendaylight.controller.clustering.services
+          </Import-Package>
+          <Service-Component>
+            OSGI-INF/component.xml
+          </Service-Component>
+        </instructions>
         <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-       </configuration>
-      </plugin>
-    </plugins>
+      </configuration>
+    </plugin>
+  </plugins>
   </build>
   <dependencies>
     <dependency>
index c7eeb3c6ebb3acecc68e3826c4d3ac1484847813..ff7bbe478e0eee7fcf9c23b568694845341854f3 100644 (file)
   <build>
     <plugins>
       <plugin>
-       <groupId>org.apache.felix</groupId>
+        <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <version>2.3.6</version>
         <extensions>true</extensions>
-       <configuration>
-         <instructions>
-           <Import-Package>
+        <configuration>
+          <instructions>
+            <Import-Package>
               org.opendaylight.controller.sal.utils,
               org.apache.commons.lang3.builder
-           </Import-Package>
-           <Export-Package>
+            </Import-Package>
+            <Export-Package>
               org.opendaylight.controller.configuration
-           </Export-Package>
-         </instructions>
+            </Export-Package>
+          </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-       </configuration>
+        </configuration>
       </plugin>
     </plugins>
   </build>
   <dependencies>
-       <dependency>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>sal</artifactId>
-               <version>0.5.0-SNAPSHOT</version>
-       </dependency> 
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>
index 78e4de8d820a5b31c35d13bedc902334236fbf66..232a50586d720789486625a94d6cd7e21f5a8d75 100644 (file)
       <artifactId>configuration</artifactId>
       <version>0.4.0-SNAPSHOT</version>
     </dependency>
-       <dependency>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>sal</artifactId>
-               <version>0.5.0-SNAPSHOT</version>
-       </dependency> 
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>
index ac6757fa30190558f68367cb67091d10ceed7c01..c4203bf6255143eaad3e7ebaec88f026716b52fa 100644 (file)
   <build>
     <plugins>
       <plugin>
-       <groupId>org.apache.felix</groupId>
+        <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <version>2.3.6</version>
         <extensions>true</extensions>
-       <configuration>
-         <instructions>
-           <Import-Package>
-                 org.opendaylight.controller.sal.action,
-                 org.opendaylight.controller.sal.authorization,
-                 org.opendaylight.controller.sal.core,
-                 org.opendaylight.controller.sal.flowprogrammer,
-                 org.opendaylight.controller.sal.match,
+        <configuration>
+          <instructions>
+            <Import-Package>
+              org.opendaylight.controller.sal.action,
+              org.opendaylight.controller.sal.authorization,
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.flowprogrammer,
+              org.opendaylight.controller.sal.match,
               org.opendaylight.controller.sal.reader,
               org.opendaylight.controller.sal.utils,
               org.apache.commons.lang3.builder
-           </Import-Package>
-           <Export-Package>
+            </Import-Package>
+            <Export-Package>
               org.opendaylight.controller.containermanager
-           </Export-Package>
-         </instructions>
+            </Export-Package>
+          </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-       </configuration>
+        </configuration>
       </plugin>
     </plugins>
   </build>
   <dependencies>
-       <dependency>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>sal</artifactId>
-               <version>0.5.0-SNAPSHOT</version>
-       </dependency> 
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>
index 51885febcb1de1e917e04f46cee5756d8d317953..3ebd4c80aae4b46f87a30178141a8525d930a681 100644 (file)
     <module>../../topologymanager</module>
     <module>../../usermanager</module>
     <module>../../security</module>
-    
-    
+
+
     <module>../../../third-party/openflowj</module>
     <module>../../../third-party/net.sf.jung2</module>
     <module>../../../third-party/jersey-servlet</module>
-    
+
     <!-- SAL bundles -->
     <module>../../sal/api</module>
     <module>../../sal/implementation</module>
-    
+
     <!--  Web bundles -->
     <module>../../web/root</module>
     <module>../../web/flows</module>
     <module>../../web/devices</module>
     <module>../../web/troubleshoot</module>
     <module>../../web/topology</module>
-    
+
     <!-- Northbound bundles -->
-    
-     
     <module>../../northbound/commons</module>
     <module>../../northbound/topology</module>
     <module>../../northbound/staticrouting</module>
     <module>../../northbound/hosttracker</module>
     <module>../../northbound/subnets</module>
     <module>../../northbound/switchmanager</module>
-    
+
     <!-- Debug and logging -->
     <module>../../logging/bridge</module>
 
-       <!-- Southbound bundles -->
+    <!-- Southbound bundles -->
     <module>../../protocol_plugins/openflow</module>
     <module>../../protocol_plugins/stub</module>
-       
+
     <!-- Samples -->
     <module>../../samples/simpleforwarding</module>
     <module>../../samples/loadbalancer</module>
     <module>../../samples/northbound/loadbalancer</module>
   </modules>
-  
+
   <build>
     <plugins>
       <plugin>
index f8749727f7f06daacc8d82924b1ef1373eabf24a..80eea57b8f50b31e96fb91aba965b961b9336fcf 100644 (file)
   <build>
     <plugins>
       <plugin>
-       <groupId>org.apache.felix</groupId>
-       <artifactId>maven-bundle-plugin</artifactId>
-       <version>2.3.6</version>
-       <extensions>true</extensions>
-       <configuration>
-         <instructions>
-           <Import-Package>
-                         org.opendaylight.controller.sal.utils,
-                         org.opendaylight.controller.sal.core,
-                         org.opendaylight.controller.configuration,
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Import-Package>
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.configuration,
               org.opendaylight.controller.forwardingrulesmanager,
               org.opendaylight.controller.hosttracker,
               org.opendaylight.controller.hosttracker.hostAware,
               org.apache.felix.dm,
               org.apache.commons.lang3.builder
             </Import-Package>
-           <Export-Package>
+            <Export-Package>
               org.opendaylight.controller.forwarding.staticrouting
             </Export-Package>
-               <Bundle-Activator>
-                 org.opendaylight.controller.forwarding.staticrouting.internal.Activator
-               </Bundle-Activator>
-         </instructions>
+            <Bundle-Activator>
+              org.opendaylight.controller.forwarding.staticrouting.internal.Activator
+            </Bundle-Activator>
+          </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-       </configuration>
+        </configuration>
       </plugin>
     </plugins>
   </build>
       <version>4.8.1</version>
       <scope>test</scope>
     </dependency>
-       <dependency>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>sal</artifactId>
-               <version>0.5.0-SNAPSHOT</version>
-       </dependency>    
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>
index 2fed2dc1960977c262f9c10a43988a733f1ff834..b2a124bb4eb21844eaffd2a7e2c6f2fe6679100a 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.controller</groupId>
   <build>
     <plugins>
       <plugin>
-       <groupId>org.apache.felix</groupId>
-       <artifactId>maven-bundle-plugin</artifactId>
-       <version>2.3.6</version>
-       <extensions>true</extensions>
-       <configuration>
-         <instructions>
-           <Include-Resource>
-           </Include-Resource>
-           <Export-Package>
-             org.opendaylight.controller.forwardingrulesmanager
-           </Export-Package>
-           <Import-Package>
-                     org.opendaylight.controller.clustering.services,
-                     org.opendaylight.controller.configuration,
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Include-Resource>
+            </Include-Resource>
+            <Export-Package>
+              org.opendaylight.controller.forwardingrulesmanager
+            </Export-Package>
+            <Import-Package>
+              org.opendaylight.controller.clustering.services,
+              org.opendaylight.controller.configuration,
               org.opendaylight.controller.hosttracker,
               org.opendaylight.controller.hosttracker.hostAware,
               org.opendaylight.controller.switchmanager,
@@ -37,7 +38,7 @@
               org.opendaylight.controller.sal.core,
               org.opendaylight.controller.sal.flowprogrammer,
               org.opendaylight.controller.sal.match,
-                         org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.sal.utils,
               org.opendaylight.controller.sal.packet,
               javax.xml.bind.annotation,
               javax.xml.bind,
               org.osgi.service.component,
               org.slf4j,
               org.eclipse.osgi.framework.console,
-                         org.osgi.framework
-           </Import-Package>
-        <Require-Bundle>
+              org.osgi.framework
+            </Import-Package>
+            <Require-Bundle>
               org.opendaylight.controller.hosttracker
-        </Require-Bundle>
+            </Require-Bundle>
             <Service-Component>
             </Service-Component>
           </instructions>
@@ -69,7 +70,7 @@
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>configuration</artifactId>
       <version>0.4.0-SNAPSHOT</version>
-    </dependency>    
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>clustering.services</artifactId>
       <artifactId>switchmanager</artifactId>
       <version>0.4.0-SNAPSHOT</version>
     </dependency>
-       <dependency>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>sal</artifactId>
-               <version>0.5.0-SNAPSHOT</version>
-       </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
index 5ed95e794fa9a1919ca1a4f785a4f99ae76975fa..6da648324c0f2a01e92b2b25e67a8667cd6e6fd1 100644 (file)
@@ -2,71 +2,71 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
   <modelVersion>4.0.0</modelVersion>\r
-       <parent>\r
-               <groupId>org.opendaylight.controller</groupId>\r
-               <artifactId>commons.opendaylight</artifactId>\r
-               <version>1.4.0-SNAPSHOT</version>\r
-               <relativePath>../../commons/opendaylight</relativePath>\r
-       </parent>\r
-       <artifactId>hosttracker</artifactId>\r
-       <version>0.4.0-SNAPSHOT</version>\r
-       <packaging>bundle</packaging>\r
+  <parent>\r
+    <groupId>org.opendaylight.controller</groupId>\r
+    <artifactId>commons.opendaylight</artifactId>\r
+    <version>1.4.0-SNAPSHOT</version>\r
+    <relativePath>../../commons/opendaylight</relativePath>\r
+  </parent>\r
+  <artifactId>hosttracker</artifactId>\r
+  <version>0.4.0-SNAPSHOT</version>\r
+  <packaging>bundle</packaging>\r
 \r
-       <build>\r
-               <plugins>\r
-                       <plugin>\r
-                               <groupId>org.apache.felix</groupId>\r
-                               <artifactId>maven-bundle-plugin</artifactId>\r
-                               <version>2.3.6</version>\r
-                               <extensions>true</extensions>\r
-                               <configuration>\r
-                                       <instructions>\r
-                                               <Export-Package>\r
-                                                       org.opendaylight.controller.hosttracker,\r
-                                                       org.opendaylight.controller.hosttracker.hostAware\r
-                                               </Export-Package>\r
-                                               <Import-Package>\r
-                                                       org.opendaylight.controller.sal.core,\r
-                                                       org.opendaylight.controller.sal.utils,\r
-                                                       org.opendaylight.controller.topologymanager,\r
-                                                       org.opendaylight.controller.sal.packet.address,\r
-                                                       org.opendaylight.controller.switchmanager,\r
-                                                       org.opendaylight.controller.clustering.services,\r
-                                                       javax.xml.bind.annotation,\r
-                                                       javax.xml.bind,\r
-                                                       org.apache.felix.dm,\r
-                                                       org.apache.commons.lang3.builder,\r
-                                                       org.osgi.service.component,\r
-                                                       org.slf4j,\r
-                                                       org.eclipse.osgi.framework.console,\r
-                                                       org.osgi.framework\r
-                                               </Import-Package>\r
-                                       </instructions>\r
+  <build>\r
+    <plugins>\r
+      <plugin>\r
+        <groupId>org.apache.felix</groupId>\r
+        <artifactId>maven-bundle-plugin</artifactId>\r
+        <version>2.3.6</version>\r
+        <extensions>true</extensions>\r
+        <configuration>\r
+          <instructions>\r
+            <Export-Package>\r
+              org.opendaylight.controller.hosttracker,\r
+              org.opendaylight.controller.hosttracker.hostAware\r
+            </Export-Package>\r
+            <Import-Package>\r
+              org.opendaylight.controller.sal.core,\r
+              org.opendaylight.controller.sal.utils,\r
+              org.opendaylight.controller.topologymanager,\r
+              org.opendaylight.controller.sal.packet.address,\r
+              org.opendaylight.controller.switchmanager,\r
+              org.opendaylight.controller.clustering.services,\r
+              javax.xml.bind.annotation,\r
+              javax.xml.bind,\r
+              org.apache.felix.dm,\r
+              org.apache.commons.lang3.builder,\r
+              org.osgi.service.component,\r
+              org.slf4j,\r
+              org.eclipse.osgi.framework.console,\r
+              org.osgi.framework\r
+            </Import-Package>\r
+          </instructions>\r
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>\r
-                               </configuration>\r
-                       </plugin>\r
-               </plugins>\r
-       </build>\r
-       <dependencies>\r
-               <dependency>\r
-                       <groupId>org.opendaylight.controller</groupId>\r
-                       <artifactId>topologymanager</artifactId>\r
-                       <version>0.4.0-SNAPSHOT</version>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>org.opendaylight.controller</groupId>\r
-                       <artifactId>switchmanager</artifactId>\r
-                       <version>0.4.0-SNAPSHOT</version>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>org.opendaylight.controller</groupId>\r
-                       <artifactId>clustering.services</artifactId>\r
-                       <version>0.4.0-SNAPSHOT</version>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>org.opendaylight.controller</groupId>\r
-                       <artifactId>sal</artifactId>\r
-                       <version>0.5.0-SNAPSHOT</version>\r
-               </dependency>\r
-       </dependencies>\r
+        </configuration>\r
+      </plugin>\r
+    </plugins>\r
+  </build>\r
+  <dependencies>\r
+    <dependency>\r
+      <groupId>org.opendaylight.controller</groupId>\r
+      <artifactId>topologymanager</artifactId>\r
+      <version>0.4.0-SNAPSHOT</version>\r
+    </dependency>\r
+    <dependency>\r
+      <groupId>org.opendaylight.controller</groupId>\r
+      <artifactId>switchmanager</artifactId>\r
+      <version>0.4.0-SNAPSHOT</version>\r
+    </dependency>\r
+    <dependency>\r
+      <groupId>org.opendaylight.controller</groupId>\r
+      <artifactId>clustering.services</artifactId>\r
+      <version>0.4.0-SNAPSHOT</version>\r
+    </dependency>\r
+    <dependency>\r
+      <groupId>org.opendaylight.controller</groupId>\r
+      <artifactId>sal</artifactId>\r
+      <version>0.5.0-SNAPSHOT</version>\r
+    </dependency>\r
+  </dependencies>\r
 </project>\r
index 35a2238b2a3a5980af9d1b8d3abb362ab2d57a70..a2ebf1aa9d9779e5768eecb53a6dcd45b040fa9c 100644 (file)
 <?xml version="1.0" encoding="UTF-8"?>
 <project
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-       xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>commons.opendaylight</artifactId>
-               <version>1.4.0-SNAPSHOT</version>
-               <relativePath>../../commons/opendaylight</relativePath>
-       </parent>
-       <artifactId>hosttracker.implementation</artifactId>
-       <version>0.4.0-SNAPSHOT</version>
-       <packaging>bundle</packaging>
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.opendaylight.controller</groupId>
+    <artifactId>commons.opendaylight</artifactId>
+    <version>1.4.0-SNAPSHOT</version>
+    <relativePath>../../commons/opendaylight</relativePath>
+  </parent>
+  <artifactId>hosttracker.implementation</artifactId>
+  <version>0.4.0-SNAPSHOT</version>
+  <packaging>bundle</packaging>
 
-       <properties>
-               <!-- Sonar properties using jacoco to retrieve integration test results -->
-               <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
-               <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
-               <sonar.jacoco.Reportpath>target/jacoco.exec</sonar.jacoco.Reportpath>
-               <sonar.jacoco.itReportPath>target/jacoco-it.exec</sonar.jacoco.itReportPath>
-               <sonar.language>java</sonar.language>
-       </properties>
-       
-       <build>
-           <pluginManagement>
-                       <plugins>
-                               <plugin>
-                                       <groupId>org.jacoco</groupId>
-                                       <artifactId>jacoco-maven-plugin</artifactId>
-                                       <version>0.5.3.201107060350</version>
-                               </plugin>
-                       </plugins>
-               </pluginManagement>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <version>2.3.6</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <instructions>
-                                               <Export-Package>
-                                               </Export-Package>
-                                               <Import-Package>
-                                                       org.opendaylight.controller.sal.core,
-                                                       org.opendaylight.controller.sal.utils,
-                                                       org.opendaylight.controller.sal.topology,
-                                                       org.opendaylight.controller.hosttracker,
-                                                       org.opendaylight.controller.topologymanager,
-                                                       org.opendaylight.controller.sal.packet.address,
-                                                       org.opendaylight.controller.switchmanager,
-                                                       org.opendaylight.controller.clustering.services,
-                                                       org.opendaylight.controller.hosttracker.hostAware,
-                                                       javax.xml.bind.annotation,
-                                                       javax.xml.bind,
-                                                       org.apache.felix.dm,
-                                                       org.apache.commons.lang3.builder,
-                                                       org.osgi.service.component,
-                                                       org.slf4j,
-                                                       org.eclipse.osgi.framework.console,
-                                                       org.osgi.framework
-                                               </Import-Package>
-                                               <Bundle-Activator>
-                                                       org.opendaylight.controller.hosttracker.internal.Activator
-                                               </Bundle-Activator>
-                                               <Service-Component>
-                                               </Service-Component>
-                                       </instructions>
+  <properties>
+    <!-- Sonar properties using jacoco to retrieve integration test results -->
+    <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
+    <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
+    <sonar.jacoco.Reportpath>target/jacoco.exec</sonar.jacoco.Reportpath>
+    <sonar.jacoco.itReportPath>target/jacoco-it.exec</sonar.jacoco.itReportPath>
+    <sonar.language>java</sonar.language>
+  </properties>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.jacoco</groupId>
+          <artifactId>jacoco-maven-plugin</artifactId>
+          <version>0.5.3.201107060350</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>
+            </Export-Package>
+            <Import-Package>
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.sal.topology,
+              org.opendaylight.controller.hosttracker,
+              org.opendaylight.controller.topologymanager,
+              org.opendaylight.controller.sal.packet.address,
+              org.opendaylight.controller.switchmanager,
+              org.opendaylight.controller.clustering.services,
+              org.opendaylight.controller.hosttracker.hostAware,
+              javax.xml.bind.annotation,
+              javax.xml.bind,
+              org.apache.felix.dm,
+              org.apache.commons.lang3.builder,
+              org.osgi.service.component,
+              org.slf4j,
+              org.eclipse.osgi.framework.console,
+              org.osgi.framework
+            </Import-Package>
+            <Bundle-Activator>
+              org.opendaylight.controller.hosttracker.internal.Activator
+            </Bundle-Activator>
+            <Service-Component>
+            </Service-Component>
+          </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.jacoco</groupId>
-                               <artifactId>jacoco-maven-plugin</artifactId>
-                           <configuration>
-                               <includes>org.opendaylight.controller.*</includes>
-                           </configuration>
-                           <executions>
-                               <execution>
-                                   <id>pre-test</id>
-                                   <goals>
-                                       <goal>prepare-agent</goal>
-                                   </goals>
-                               </execution>
-                               <execution>
-                                   <id>post-test</id>
-                                   <phase>test</phase>
-                                   <goals>
-                                       <goal>report</goal>
-                                   </goals>
-                               </execution>
-                               </executions>
-                       </plugin>
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>topologymanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>switchmanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>clustering.services</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>sal</artifactId>
-                       <version>0.5.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>hosttracker</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-       </dependencies>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.jacoco</groupId>
+        <artifactId>jacoco-maven-plugin</artifactId>
+        <configuration>
+          <includes>org.opendaylight.controller.*</includes>
+        </configuration>
+        <executions>
+          <execution>
+            <id>pre-test</id>
+            <goals>
+              <goal>prepare-agent</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>post-test</id>
+            <phase>test</phase>
+            <goals>
+              <goal>report</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>topologymanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>switchmanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>clustering.services</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>hosttracker</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
 </project>
index e3aaad748a0ba3bd66ba5026bc2d8c2decf90d1d..dd8a3ad6bdd41be32b9a1192474bb25304e4637c 100644 (file)
 \r
   <artifactId>hosttracker.integrationtest</artifactId>\r
   <version>0.4.0-SNAPSHOT</version>\r
-  \r
+\r
   <dependencies>\r
     <dependency>\r
-         <groupId>org.opendaylight.controller</groupId>\r
-         <artifactId>hosttracker</artifactId>\r
-         <version>0.4.0-SNAPSHOT</version>\r
+      <groupId>org.opendaylight.controller</groupId>\r
+      <artifactId>hosttracker</artifactId>\r
+      <version>0.4.0-SNAPSHOT</version>\r
     </dependency>\r
     <dependency>\r
-         <groupId>org.opendaylight.controller</groupId>\r
-         <artifactId>hosttracker.implementation</artifactId>\r
-         <version>0.4.0-SNAPSHOT</version>\r
+      <groupId>org.opendaylight.controller</groupId>\r
+      <artifactId>hosttracker.implementation</artifactId>\r
+      <version>0.4.0-SNAPSHOT</version>\r
     </dependency>\r
-      <dependency>\r
+    <dependency>\r
       <groupId>org.opendaylight.controller</groupId>\r
       <artifactId>sal</artifactId>\r
       <version>0.5.0-SNAPSHOT</version>\r
     </dependency>\r
-     <dependency>\r
+    <dependency>\r
       <groupId>org.opendaylight.controller</groupId>\r
       <artifactId>sal.implementation</artifactId>\r
       <version>0.4.0-SNAPSHOT</version>\r
       <artifactId>containermanager</artifactId>\r
       <version>0.4.0-SNAPSHOT</version>\r
     </dependency>\r
\r
+\r
     <dependency>\r
       <groupId>org.opendaylight.controller</groupId>\r
       <artifactId>containermanager.implementation</artifactId>\r
       <version>0.4.0-SNAPSHOT</version>\r
     </dependency>\r
 \r
-     <dependency>\r
+    <dependency>\r
       <groupId>org.opendaylight.controller</groupId>\r
       <artifactId>arphandler</artifactId>\r
       <version>0.4.0-SNAPSHOT</version>\r
     </dependency>\r
-       <dependency>\r
+    <dependency>\r
       <groupId>org.opendaylight.controller</groupId>\r
       <artifactId>clustering.services</artifactId>\r
       <version>0.4.0-SNAPSHOT</version>\r
     </dependency>\r
\r
-       <dependency>\r
+\r
+    <dependency>\r
       <groupId>org.opendaylight.controller</groupId>\r
       <artifactId>clustering.stub</artifactId>\r
       <version>0.4.0-SNAPSHOT</version>\r
     </dependency>\r
 \r
-     <dependency>\r
-         <groupId>org.opendaylight.controller</groupId>\r
-         <artifactId>switchmanager</artifactId>\r
-         <version>0.4.0-SNAPSHOT</version>\r
+    <dependency>\r
+      <groupId>org.opendaylight.controller</groupId>\r
+      <artifactId>switchmanager</artifactId>\r
+      <version>0.4.0-SNAPSHOT</version>\r
     </dependency>\r
-     <dependency>\r
-         <groupId>org.opendaylight.controller</groupId>\r
-         <artifactId>switchmanager.implementation</artifactId>\r
-         <version>0.4.0-SNAPSHOT</version>\r
+    <dependency>\r
+      <groupId>org.opendaylight.controller</groupId>\r
+      <artifactId>switchmanager.implementation</artifactId>\r
+      <version>0.4.0-SNAPSHOT</version>\r
     </dependency>\r
-     <dependency>\r
-         <groupId>org.opendaylight.controller</groupId>\r
-         <artifactId>configuration</artifactId>\r
-         <version>0.4.0-SNAPSHOT</version>\r
+    <dependency>\r
+      <groupId>org.opendaylight.controller</groupId>\r
+      <artifactId>configuration</artifactId>\r
+      <version>0.4.0-SNAPSHOT</version>\r
     </dependency>\r
 \r
     <dependency>\r
-         <groupId>org.opendaylight.controller</groupId>\r
-         <artifactId>configuration.implementation</artifactId>\r
-         <version>0.4.0-SNAPSHOT</version>\r
+      <groupId>org.opendaylight.controller</groupId>\r
+      <artifactId>configuration.implementation</artifactId>\r
+      <version>0.4.0-SNAPSHOT</version>\r
     </dependency>\r
 \r
-     <dependency>\r
-         <groupId>org.opendaylight.controller</groupId>\r
-         <artifactId>topologymanager</artifactId>\r
-         <version>0.4.0-SNAPSHOT</version>\r
+    <dependency>\r
+      <groupId>org.opendaylight.controller</groupId>\r
+      <artifactId>topologymanager</artifactId>\r
+      <version>0.4.0-SNAPSHOT</version>\r
     </dependency>\r
   </dependencies>\r
   <properties>\r
-       <!-- Sonar jacoco plugin to get integration test coverage info -->\r
+    <!-- Sonar jacoco plugin to get integration test coverage info -->\r
     <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>\r
     <sonar.jacoco.reportPath>../implementation/target/jacoco.exec</sonar.jacoco.reportPath>\r
     <sonar.jacoco.itReportPath>../implementaiton/target/jacoco-it.exec</sonar.jacoco.itReportPath>\r
     <sonar.language>java</sonar.language>\r
   </properties>\r
-  \r
+\r
   <build>\r
     <pluginManagement>\r
       <plugins>\r
       </plugin>\r
     </plugins>\r
   </build>\r
-\r
 </project>\r
index 083a081d013691e2cb9de1430cc5410a5b33adf9..7c0835a9033b027381cc37f70d2d632468e1373a 100644 (file)
@@ -34,7 +34,7 @@
               org.opendaylight.controller.containermanager,
               org.opendaylight.controller.usermanager,
               javax.servlet.http, 
-              org.slf4j,                              
+              org.slf4j
             </Import-Package>
           </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
index a26bbbd610b4bd38f9dd2c257632e58c5adabc98..853c54ec2c9f36c693f68095b1d30b361c5105ea 100644 (file)
@@ -46,7 +46,7 @@
               org.opendaylight.controller.northbound.commons.exception,
               org.opendaylight.controller.northbound.commons.utils,
               org.opendaylight.controller.sal.authorization,
-                         javax.ws.rs,
+              javax.ws.rs,
               javax.ws.rs.core,
               javax.xml.bind.annotation,
               javax.xml.bind,
       <artifactId>switchmanager</artifactId>
       <version>0.4.0-SNAPSHOT</version>
     </dependency>
-       <dependency>
+    <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal</artifactId>
       <version>0.5.0-SNAPSHOT</version>
-       </dependency> 
+    </dependency>
     <dependency>
-         <groupId>org.opendaylight.controller</groupId>
-         <artifactId>commons.northbound</artifactId>
-         <version>0.4.0-SNAPSHOT</version>
-       </dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>commons.northbound</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.enunciate</groupId>
       <artifactId>enunciate-core-annotations</artifactId>
index 823b76076cf8999bf0723d4750531f1152f6a2ed..f656faf3080a2c1277c5ee0bd81758f9c3b62cea 100644 (file)
@@ -45,7 +45,7 @@
               org.opendaylight.controller.northbound.commons.exception,
               org.opendaylight.controller.northbound.commons.utils,
               org.opendaylight.controller.sal.authorization,
-                         org.slf4j,              
+              org.slf4j,
               javax.ws.rs,
               javax.ws.rs.core,
               javax.xml.bind.annotation,
       <version>${enunciate.version}</version>
     </dependency>
     <dependency>
-         <groupId>org.opendaylight.controller</groupId>
-         <artifactId>commons.northbound</artifactId>
-         <version>0.4.0-SNAPSHOT</version>
-       </dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>commons.northbound</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller.thirdparty</groupId>
       <artifactId>com.sun.jersey.jersey-servlet</artifactId>
index 8a9799e9d9e9915f270ec13547527f79e1a93b0d..7ce5c43d12e031a0359cd09d0de06fbe4c316bb7 100644 (file)
           <instructions>
             <Export-Package>
             </Export-Package>
-            <Import-Package>
-                         org.opendaylight.controller.forwardingrulesmanager,
-                         org.opendaylight.controller.sal.action,
-                         org.opendaylight.controller.sal.core,
-                         org.opendaylight.controller.sal.flowprogrammer,
-                         org.opendaylight.controller.sal.match,
-                         org.opendaylight.controller.sal.packet,
-                         org.opendaylight.controller.sal.reader,
-                         org.opendaylight.controller.sal.utils,
-                         org.opendaylight.controller.containermanager,
-                         org.opendaylight.controller.statisticsmanager,
-                         org.opendaylight.controller.usermanager,
-                         org.opendaylight.controller.switchmanager,
-                         org.opendaylight.controller.sal.authorization,
-                         org.apache.commons.logging,
-              com.sun.jersey.spi.container.servlet,
-              org.opendaylight.controller.northbound.commons,
-              org.opendaylight.controller.northbound.commons.exception,
-              org.opendaylight.controller.northbound.commons.utils,
-              javax.ws.rs,
-              javax.ws.rs.core,
-              javax.xml.bind.annotation,
-              javax.xml.bind,
-              org.slf4j,
-              !org.codehaus.enunciate.jaxrs
-            </Import-Package>
+              <Import-Package>
+                org.opendaylight.controller.forwardingrulesmanager,
+                org.opendaylight.controller.sal.action,
+                org.opendaylight.controller.sal.core,
+                org.opendaylight.controller.sal.flowprogrammer,
+                org.opendaylight.controller.sal.match,
+                org.opendaylight.controller.sal.packet,
+                org.opendaylight.controller.sal.reader,
+                org.opendaylight.controller.sal.utils,
+                org.opendaylight.controller.containermanager,
+                org.opendaylight.controller.statisticsmanager,
+                org.opendaylight.controller.usermanager,
+                org.opendaylight.controller.switchmanager,
+                org.opendaylight.controller.sal.authorization,
+                org.apache.commons.logging,
+                com.sun.jersey.spi.container.servlet,
+                org.opendaylight.controller.northbound.commons,
+                org.opendaylight.controller.northbound.commons.exception,
+                org.opendaylight.controller.northbound.commons.utils,
+                javax.ws.rs,
+                javax.ws.rs.core,
+                javax.xml.bind.annotation,
+                javax.xml.bind,
+                org.slf4j,
+                !org.codehaus.enunciate.jaxrs
+              </Import-Package>
             <Export-Package>
             </Export-Package>
             <Web-ContextPath>/controller/nb/v2/statistics</Web-ContextPath>
       <artifactId>statisticsmanager</artifactId>
       <version>0.4.0-SNAPSHOT</version>
     </dependency>
-       <dependency>
+    <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal</artifactId>
       <version>0.5.0-SNAPSHOT</version>
-       </dependency> 
-       
-       <dependency>
+    </dependency>
+    <dependency>
       <groupId>org.opendaylight.controller.thirdparty</groupId>
       <artifactId>com.sun.jersey.jersey-servlet</artifactId>
       <version>1.17-SNAPSHOT</version>
     </dependency>
-    
-       <dependency>
-         <groupId>org.opendaylight.controller</groupId>
-         <artifactId>commons.northbound</artifactId>
-         <version>0.4.0-SNAPSHOT</version>
-       </dependency>
-    
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>commons.northbound</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.enunciate</groupId>
       <artifactId>enunciate-core-annotations</artifactId>
       <version>${enunciate.version}</version>
     </dependency>
-       
-       
   </dependencies>
 </project>
index 2d9e20b2abd1d910516c2ce439288ccdc9b6b82c..4a701e37abfd65659563f464b5106a3e4900b242 100644 (file)
             <Export-Package>
             </Export-Package>
             <Import-Package>
-                         org.opendaylight.controller.sal.core,
-                         org.opendaylight.controller.sal.utils,
-                         org.opendaylight.controller.containermanager,
-                         org.opendaylight.controller.switchmanager,
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.containermanager,
+              org.opendaylight.controller.switchmanager,
               org.opendaylight.controller.northbound.commons,
               org.opendaylight.controller.northbound.commons.exception,
               org.opendaylight.controller.northbound.commons.utils,
               com.sun.jersey.spi.container.servlet,
               org.opendaylight.controller.sal.authorization,
               org.opendaylight.controller.usermanager,
-                         javax.ws.rs,
+              javax.ws.rs,
               javax.ws.rs.core,
               javax.xml.bind.annotation,
               org.slf4j,
       <artifactId>com.sun.jersey.jersey-servlet</artifactId>
       <version>1.17-SNAPSHOT</version>
     </dependency>
-       <dependency>
-         <groupId>org.opendaylight.controller</groupId>
-         <artifactId>commons.northbound</artifactId>
-         <version>0.4.0-SNAPSHOT</version>
-       </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>commons.northbound</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.enunciate</groupId>
       <artifactId>enunciate-core-annotations</artifactId>
index 358eed3f2b5d10ad7e2101f080f67da989d33f57..26e1b2469ce261b7fb4436c67d79d557a832465e 100644 (file)
@@ -24,8 +24,8 @@
             <version>0.5.0-SNAPSHOT</version>
           </dependency>
         </dependencies>
-      </plugin>    
-    
+      </plugin>
+
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
               org.opendaylight.controller.switchmanager,
               org.opendaylight.controller.usermanager,
               org.apache.commons.lang3.tuple,
-              org.apache.commons.logging,              
+              org.apache.commons.logging,
               com.sun.jersey.spi.container.servlet,
               org.opendaylight.controller.northbound.commons,
               org.opendaylight.controller.northbound.commons.exception,
               org.opendaylight.controller.northbound.commons.utils,
               org.opendaylight.controller.sal.authorization,
-                         javax.ws.rs,
+              javax.ws.rs,
               javax.ws.rs.core,
               javax.xml.bind.annotation,
               javax.xml.bind,
@@ -66,7 +66,7 @@
       <artifactId>com.sun.jersey.jersey-servlet</artifactId>
       <version>1.17-SNAPSHOT</version>
     </dependency>
-  
+
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>containermanager</artifactId>
       <version>0.4.0-SNAPSHOT</version>
     </dependency>
 
-       <dependency>
+    <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal</artifactId>
       <version>0.5.0-SNAPSHOT</version>
-       </dependency> 
+    </dependency>
 
     <dependency>
-         <groupId>org.opendaylight.controller</groupId>
-         <artifactId>commons.northbound</artifactId>
-         <version>0.4.0-SNAPSHOT</version>
-       </dependency>
-        
-       <dependency>
-               <groupId>org.springframework</groupId>
-               <artifactId>spring-web</artifactId>
-               <version>${spring.version}</version>
-               <scope>provided</scope>
-       </dependency>
-               
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>commons.northbound</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-web</artifactId>
+      <version>${spring.version}</version>
+      <scope>provided</scope>
+    </dependency>
+
     <dependency>
       <groupId>org.codehaus.enunciate</groupId>
       <artifactId>enunciate-core-annotations</artifactId>
       <version>${enunciate.version}</version>
     </dependency>
-    
+
   </dependencies>
 </project>
index 517492f39a56444749e06bab1a188a4573c11221..726f7975f0f0f8c9441156cbf8a98886f9faf052 100644 (file)
               org.opendaylight.controller.sal.core,
               org.opendaylight.controller.sal.packet,
               org.opendaylight.controller.sal.authorization,
-                         org.opendaylight.controller.sal.packet.address,
+              org.opendaylight.controller.sal.packet.address,
               org.opendaylight.controller.sal.utils,
               org.opendaylight.controller.switchmanager,
               org.opendaylight.controller.usermanager,
               org.opendaylight.controller.topologymanager,
               com.sun.jersey.spi.container.servlet,
-                         javax.ws.rs,
+              javax.ws.rs,
               javax.ws.rs.core,
               javax.xml.bind,
               javax.xml.bind.annotation,
@@ -59,7 +59,7 @@
             <Web-ContextPath>/controller/nb/v2/topology</Web-ContextPath>
           </instructions>
           <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
-          </configuration>
+        </configuration>
       </plugin>
     </plugins>
   </build>
       <artifactId>enunciate-core-annotations</artifactId>
       <version>${enunciate.version}</version>
     </dependency>
-       <dependency>
-         <groupId>org.opendaylight.controller</groupId>
-         <artifactId>containermanager</artifactId>
-         <version>0.4.0-SNAPSHOT</version>
-       </dependency>
-       <dependency>
-         <groupId>org.opendaylight.controller</groupId>
-         <artifactId>commons.northbound</artifactId>
-         <version>0.4.0-SNAPSHOT</version>
-       </dependency>
-       <dependency>
-         <groupId>org.opendaylight.controller</groupId>
-         <artifactId>sal</artifactId>
-         <version>0.5.0-SNAPSHOT</version>
-       </dependency>
-       <dependency>
-         <groupId>org.opendaylight.controller</groupId>
-         <artifactId>topologymanager</artifactId>
-         <version>0.4.0-SNAPSHOT</version>
-       </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>containermanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>commons.northbound</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>topologymanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller.thirdparty</groupId>
       <artifactId>com.sun.jersey.jersey-servlet</artifactId>
index 98d1ecf6369cc12f63afff93042b17ed2154bbd6..9d84d45967a44114a960dfc4ab3cd56f671e2dfd 100644 (file)
               org.apache.felix.dm,
               org.slf4j,
               org.eclipse.osgi.framework.console,
-                         org.osgi.framework,
-                         javax.net.ssl
+              org.osgi.framework,
+              javax.net.ssl
             </Import-Package>
             <Export-Package>
-                         org.opendaylight.controller.protocol_plugin.openflow.internal
+              org.opendaylight.controller.protocol_plugin.openflow.internal
             </Export-Package>
             <Embed-Dependency>
               org.openflow.openflowj
index e6c831d897b914cc8afaa9e6abe7566f75e1fcfe..22036b5d641a1d58fbbe435ce39a817a31b27f01 100644 (file)
   <build>
     <plugins>
       <plugin>
-    <groupId>org.apache.felix</groupId>
-    <artifactId>maven-bundle-plugin</artifactId>
-    <version>2.3.6</version>
-    <extensions>true</extensions>
-    <configuration>
-      <instructions>
-        <Import-Package>
-          org.slf4j,
-          org.opendaylight.controller.sal.routing,
-          org.opendaylight.controller.sal.core,
-          org.opendaylight.controller.sal.topology,
-          org.opendaylight.controller.sal.utils,
-          org.opendaylight.controller.sal.reader,
-          org.apache.commons.collections15,
-          org.opendaylight.controller.switchmanager, 
-          org.opendaylight.controller.topologymanager, 
-          edu.uci.ics.jung.graph,
-          edu.uci.ics.jung.algorithms.shortestpath,
-          edu.uci.ics.jung.graph.util,
-          org.apache.felix.dm,
-          org.junit;resolution:=optional
-        </Import-Package>
-        <Bundle-Activator>
-          org.opendaylight.controller.routing.dijkstra_implementation.internal.Activator
-        </Bundle-Activator>
-      </instructions>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Import-Package>
+              org.slf4j,
+              org.opendaylight.controller.sal.routing,
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.topology,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.sal.reader,
+              org.apache.commons.collections15,
+              org.opendaylight.controller.switchmanager,
+              org.opendaylight.controller.topologymanager,
+              edu.uci.ics.jung.graph,
+              edu.uci.ics.jung.algorithms.shortestpath,
+              edu.uci.ics.jung.graph.util,
+              org.apache.felix.dm,
+              org.junit;resolution:=optional
+            </Import-Package>
+            <Bundle-Activator>
+              org.opendaylight.controller.routing.dijkstra_implementation.internal.Activator
+            </Bundle-Activator>
+          </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-    </configuration>
+        </configuration>
       </plugin>
     </plugins>
   </build>
index 5551999856fbbb9a79ad2011c31a4c6c8b20e2a4..c9f898aa872f85a36d7dedffc83589e835a9b9ba 100644 (file)
@@ -32,7 +32,7 @@
             </Import-Package>\r
             <Export-Package>\r
               org.opendaylight.controller.sal.authorization,\r
-                         org.opendaylight.controller.sal.action,\r
+              org.opendaylight.controller.sal.action,\r
               org.opendaylight.controller.sal.core,\r
               org.opendaylight.controller.sal.discovery,\r
               org.opendaylight.controller.sal.topology,\r
index 8d4da22295689a8c3cef1b0d1875492a8b11502a..3eb2379a78fa51f1984256875c532bebf166f482 100644 (file)
               org.opendaylight.controller.sal.utils,\r
               org.apache.felix.dm,\r
               org.eclipse.osgi.framework.console,\r
-                         org.osgi.framework\r
+              org.osgi.framework\r
             </Import-Package>\r
             <Export-Package>\r
             </Export-Package>\r
-               <Bundle-Activator>\r
-             org.opendaylight.controller.sal.implementation.internal.Activator\r
-               </Bundle-Activator>\r
+            <Bundle-Activator>\r
+              org.opendaylight.controller.sal.implementation.internal.Activator\r
+            </Bundle-Activator>\r
           </instructions>\r
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>\r
         </configuration>\r
index ba3ee2fbd58847674de835468d6036a1e281448c..ca7e93c5a9bb4aa132287309bdc0862dde52111b 100644 (file)
@@ -1,97 +1,97 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-       xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>commons.opendaylight</artifactId>
-               <version>1.4.0-SNAPSHOT</version>
-               <relativePath>../../commons/opendaylight</relativePath>
-       </parent>
-       <artifactId>samples.loadbalancer</artifactId>
-       <version>0.4.0-SNAPSHOT</version>
-       <packaging>bundle</packaging>
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.opendaylight.controller</groupId>
+    <artifactId>commons.opendaylight</artifactId>
+    <version>1.4.0-SNAPSHOT</version>
+    <relativePath>../../commons/opendaylight</relativePath>
+  </parent>
+  <artifactId>samples.loadbalancer</artifactId>
+  <version>0.4.0-SNAPSHOT</version>
+  <packaging>bundle</packaging>
 
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <version>2.3.6</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <instructions>
-                                               <Export-Package>
-                                                       org.opendaylight.controller.samples.loadbalancer,
-                                                       org.opendaylight.controller.samples.loadbalancer.entities,
-                                                       org.opendaylight.controller.samples.loadbalancer.internal,
-                                                       org.opendaylight.controller.samples.loadbalancer.policies
-                                               </Export-Package>
-                                               <Import-Package>
-                                                       org.opendaylight.controller.sal.core,
-                                                       org.opendaylight.controller.sal.utils,
-                                                       org.opendaylight.controller.sal.action,
-                                                       org.opendaylight.controller.sal.match,
-                                                       org.opendaylight.controller.sal.packet,
-                                                       org.opendaylight.controller.sal.routing,
-                                                       org.opendaylight.controller.sal.flowprogrammer,
-                                                       org.opendaylight.controller.sal.packet.address,
-                                                       org.opendaylight.controller.hosttracker,
-                                                       org.opendaylight.controller.hosttracker.hostAware,
-                                                       org.opendaylight.controller.samples.loadbalancer,
-                                                       org.opendaylight.controller.samples.loadbalancer.entities,
-                                                       org.opendaylight.controller.samples.loadbalancer.internal,
-                                                       org.opendaylight.controller.samples.loadbalancer.policies,
-                                                       org.opendaylight.controller.topologymanager,
-                                                       org.opendaylight.controller.forwardingrulesmanager,
-                                                       org.opendaylight.controller.switchmanager,
-                                                       org.opendaylight.controller.clustering.services,
-                                                       javax.xml.bind.annotation,
-                                                       javax.xml.bind,
-                                                       org.apache.felix.dm,
-                                                       org.apache.commons.lang3.builder,
-                                                       org.osgi.service.component,
-                                                       org.slf4j,
-                                                       org.eclipse.osgi.framework.console,
-                                                       org.osgi.framework
-                                               </Import-Package>
-                                               <Bundle-Activator>
-                                                       org.opendaylight.controller.samples.loadbalancer.internal.Activator
-                                               </Bundle-Activator>
-                                               <Service-Component>
-                                               </Service-Component>
-                                       </instructions>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>
+              org.opendaylight.controller.samples.loadbalancer,
+              org.opendaylight.controller.samples.loadbalancer.entities,
+              org.opendaylight.controller.samples.loadbalancer.internal,
+              org.opendaylight.controller.samples.loadbalancer.policies
+            </Export-Package>
+            <Import-Package>
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.sal.action,
+              org.opendaylight.controller.sal.match,
+              org.opendaylight.controller.sal.packet,
+              org.opendaylight.controller.sal.routing,
+              org.opendaylight.controller.sal.flowprogrammer,
+              org.opendaylight.controller.sal.packet.address,
+              org.opendaylight.controller.hosttracker,
+              org.opendaylight.controller.hosttracker.hostAware,
+              org.opendaylight.controller.samples.loadbalancer,
+              org.opendaylight.controller.samples.loadbalancer.entities,
+              org.opendaylight.controller.samples.loadbalancer.internal,
+              org.opendaylight.controller.samples.loadbalancer.policies,
+              org.opendaylight.controller.topologymanager,
+              org.opendaylight.controller.forwardingrulesmanager,
+              org.opendaylight.controller.switchmanager,
+              org.opendaylight.controller.clustering.services,
+              javax.xml.bind.annotation,
+              javax.xml.bind,
+              org.apache.felix.dm,
+              org.apache.commons.lang3.builder,
+              org.osgi.service.component,
+              org.slf4j,
+              org.eclipse.osgi.framework.console,
+              org.osgi.framework
+            </Import-Package>
+            <Bundle-Activator>
+              org.opendaylight.controller.samples.loadbalancer.internal.Activator
+            </Bundle-Activator>
+            <Service-Component>
+            </Service-Component>
+          </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>topologymanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>switchmanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-           <dependency>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>forwardingrulesmanager</artifactId>
-               <version>0.4.0-SNAPSHOT</version>
-       </dependency>
-       <dependency>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>hosttracker</artifactId>
-               <version>0.4.0-SNAPSHOT</version>
-       </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>sal</artifactId>
-                       <version>0.5.0-SNAPSHOT</version>
-               </dependency>
-       </dependencies>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>topologymanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>switchmanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>forwardingrulesmanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>hosttracker</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
 </project>
index c736d0427a5267ab6ec3a94baf46a10648fafc87..dc23940d55ae6cf4ef30a96ac0b35dd2bdab1bb8 100644 (file)
@@ -24,7 +24,7 @@
             <version>0.5.0-SNAPSHOT</version>
           </dependency>
         </dependencies>
-      </plugin>    
+      </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
             <Import-Package>
-                               org.opendaylight.controller.samples.loadbalancer,
-                               org.opendaylight.controller.samples.loadbalancer.entities,
-                               org.opendaylight.controller.samples.loadbalancer.internal,
-                               org.opendaylight.controller.samples.loadbalancer.policies,
-                               org.opendaylight.controller.hosttracker,
-                               org.opendaylight.controller.sal.core,
-                               org.opendaylight.controller.sal.utils,
-                               org.opendaylight.controller.containermanager,
-                               org.opendaylight.controller.switchmanager,
-                               org.apache.commons.logging,
-                               com.sun.jersey.spi.container.servlet,
-                               org.opendaylight.controller.northbound.commons,
-                               org.opendaylight.controller.northbound.commons.exception,
-                               javax.ws.rs,
-                               javax.ws.rs.core,
-                               javax.xml.bind.annotation,
-                               javax.xml.bind,
-                               org.slf4j,
-                               !org.codehaus.enunciate.jaxrs
+              org.opendaylight.controller.samples.loadbalancer,
+              org.opendaylight.controller.samples.loadbalancer.entities,
+              org.opendaylight.controller.samples.loadbalancer.internal,
+              org.opendaylight.controller.samples.loadbalancer.policies,
+              org.opendaylight.controller.hosttracker,
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.containermanager,
+              org.opendaylight.controller.switchmanager,
+              org.apache.commons.logging,
+              com.sun.jersey.spi.container.servlet,
+              org.opendaylight.controller.northbound.commons,
+              org.opendaylight.controller.northbound.commons.exception,
+              javax.ws.rs,
+              javax.ws.rs.core,
+              javax.xml.bind.annotation,
+              javax.xml.bind,
+              org.slf4j,
+              !org.codehaus.enunciate.jaxrs
             </Import-Package>
             <Web-ContextPath>/one/nb/v2/lb</Web-ContextPath>
           </instructions>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>samples.loadbalancer</artifactId>
       <version>0.4.0-SNAPSHOT</version>
-    </dependency>
-       <dependency>
+      </dependency>
+    <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal</artifactId>
       <version>0.5.0-SNAPSHOT</version>
-       </dependency> 
+    </dependency>
     <dependency>
-         <groupId>org.opendaylight.controller</groupId>
-         <artifactId>commons.northbound</artifactId>
-         <version>0.4.0-SNAPSHOT</version>
-       </dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>commons.northbound</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.enunciate</groupId>
       <artifactId>enunciate-core-annotations</artifactId>
index f26f56b7ebe819be1c9b5d554a7f19843c3dff36..fd288c71276e3669ea30adffb12c5f89248aa9a5 100644 (file)
@@ -22,8 +22,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-                         org.opendaylight.controller.sal.utils,
-                         org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.sal.core,
               org.opendaylight.controller.forwardingrulesmanager,
               org.opendaylight.controller.hosttracker,
               org.opendaylight.controller.hosttracker.hostAware,
               org.opendaylight.controller.sal.routing,
               org.opendaylight.controller.topologymanager,
               org.apache.commons.lang3.builder,
-                 org.junit;resolution:=optional,
-                 org.slf4j,
+              org.junit;resolution:=optional,
+              org.slf4j,
               org.apache.felix.dm
             </Import-Package>
-           <Bundle-Activator>
-                 org.opendaylight.controller.samples.simpleforwarding.internal.Activator
-                       </Bundle-Activator>
+            <Bundle-Activator>
+              org.opendaylight.controller.samples.simpleforwarding.internal.Activator
+            </Bundle-Activator>
           </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
         </configuration>
       <version>4.8.1</version>
       <scope>test</scope>
     </dependency>
-       <dependency>
+    <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal</artifactId>
       <version>0.5.0-SNAPSHOT</version>
-       </dependency>    
+    </dependency>
   </dependencies>
 </project>
index 6c689f110266d65b4d9eef812e61a9c4352d4c23..eb818ffcc2bf3e354f2e91fad8f8b21847da365e 100644 (file)
@@ -1,60 +1,60 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-       xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>commons.opendaylight</artifactId>
-               <version>1.4.0-SNAPSHOT</version>
-               <relativePath>../commons/opendaylight</relativePath>
-       </parent>
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.opendaylight.controller</groupId>
+    <artifactId>commons.opendaylight</artifactId>
+    <version>1.4.0-SNAPSHOT</version>
+    <relativePath>../commons/opendaylight</relativePath>
+  </parent>
 
-       <artifactId>security</artifactId>
-       <version>0.4.0-SNAPSHOT</version>
-       <packaging>bundle</packaging>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <version>2.3.6</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <instructions>
-                                           <Fragment-Host>
-                                           org.apache.catalina
-                                           </Fragment-Host>                                
-                                               <Import-Package>
-                                               org.slf4j,
-                                               javax.servlet,
-                                               org.apache.catalina,
-                                               org.apache.catalina.connector,
-                                               org.apache.catalina.valves,
-                                               org.apache.catalina.realm,
-                                               org.opendaylight.controller.sal.utils,
-                                               org.opendaylight.controller.sal.authorization,
-                                               org.opendaylight.controller.usermanager
-                                               </Import-Package>
-                                               <Export-Package>
-                                               org.opendaylight.controller.security
-                                               </Export-Package>
-                                       </instructions>
+  <artifactId>security</artifactId>
+  <version>0.4.0-SNAPSHOT</version>
+  <packaging>bundle</packaging>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Fragment-Host>
+              org.apache.catalina
+            </Fragment-Host>
+            <Import-Package>
+              org.slf4j,
+              javax.servlet,
+              org.apache.catalina,
+              org.apache.catalina.connector,
+              org.apache.catalina.valves,
+              org.apache.catalina.realm,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.sal.authorization,
+              org.opendaylight.controller.usermanager
+            </Import-Package>
+            <Export-Package>
+              org.opendaylight.controller.security
+            </Export-Package>
+          </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>usermanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal</artifactId>
-            <version>0.5.0-SNAPSHOT</version>
-        </dependency>
-       </dependencies>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>usermanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
 </project>
index cc56d96869bfae5f84e358a8f830eeb581634905..106ff3dd2ab0252ca0fec7d5239591bff4d743d9 100644 (file)
     </pluginManagement>
     <plugins>
       <plugin>
-           <groupId>org.apache.felix</groupId>
-           <artifactId>maven-bundle-plugin</artifactId>
-           <version>2.3.6</version>
-           <extensions>true</extensions>
-           <configuration>
-             <instructions>
-               <Export-Package>
-                 org.opendaylight.controller.switchmanager
-               </Export-Package>
-               <Import-Package>
-                 org.opendaylight.controller.clustering.services,
-              org.opendaylight.controller.configuration,               
-                 org.opendaylight.controller.sal.core,
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>
+              org.opendaylight.controller.switchmanager
+            </Export-Package>
+            <Import-Package>
+              org.opendaylight.controller.clustering.services,
+              org.opendaylight.controller.configuration,
+              org.opendaylight.controller.sal.core,
               org.opendaylight.controller.sal.utils,
               org.opendaylight.controller.sal.packet,
               org.opendaylight.controller.sal.inventory,
@@ -56,9 +56,9 @@
               javax.xml.bind.annotation,
               org.apache.commons.lang3.builder
             </Import-Package>
-             </instructions>
+          </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-           </configuration>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.jacoco</groupId>
     </plugins>
   </build>
   <dependencies>
-       <dependency>
-         <groupId>org.opendaylight.controller</groupId>
-         <artifactId>clustering.services</artifactId>
-         <version>0.4.0-SNAPSHOT</version>
-       </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>clustering.services</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>configuration</artifactId>
       <version>0.4.0-SNAPSHOT</version>
-    </dependency>      
-       <dependency>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>sal</artifactId>
-               <version>0.5.0-SNAPSHOT</version>
-       </dependency>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>
index 128ab25873cc384b0c5ee0e9ea4d98eec43c0b22..511cab14cda0ecd54373a40442cf2a6828f10795 100644 (file)
     </pluginManagement>
     <plugins>
       <plugin>
-           <groupId>org.apache.felix</groupId>
-           <artifactId>maven-bundle-plugin</artifactId>
-           <version>2.3.6</version>
-           <extensions>true</extensions>
-           <configuration>
-             <instructions>
-               <Export-Package>
-               </Export-Package>
-               <Import-Package>
-                 org.opendaylight.controller.switchmanager,
-                 org.opendaylight.controller.clustering.services,
-              org.opendaylight.controller.configuration,               
-                 org.opendaylight.controller.sal.core,
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>
+            </Export-Package>
+            <Import-Package>
+              org.opendaylight.controller.switchmanager,
+              org.opendaylight.controller.clustering.services,
+              org.opendaylight.controller.configuration,
+              org.opendaylight.controller.sal.core,
               org.opendaylight.controller.sal.utils,
               org.opendaylight.controller.sal.packet,
               org.opendaylight.controller.sal.inventory,
               org.apache.commons.lang3.builder
             </Import-Package>
             <Bundle-Activator>
-                 org.opendaylight.controller.switchmanager.internal.Activator
+              org.opendaylight.controller.switchmanager.internal.Activator
             </Bundle-Activator>
-             </instructions>
+          </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-           </configuration>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.jacoco</groupId>
     </plugins>
   </build>
   <dependencies>
-       <dependency>
-         <groupId>org.opendaylight.controller</groupId>
-         <artifactId>clustering.services</artifactId>
-         <version>0.4.0-SNAPSHOT</version>
-       </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>clustering.services</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>configuration</artifactId>
       <version>0.4.0-SNAPSHOT</version>
-    </dependency>      
-       <dependency>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>sal</artifactId>
-               <version>0.5.0-SNAPSHOT</version>
-       </dependency>
-       <dependency>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>switchmanager</artifactId>
-               <version>0.4.0-SNAPSHOT</version>
-       </dependency>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>switchmanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>
index 57a036b948edab99e09448daf91e294c75849f43..65fabb126cdd2c96c4d02a5429d8b662edab9eeb 100755 (executable)
   <build>
     <plugins>
       <plugin>
-       <groupId>org.apache.felix</groupId>
-       <artifactId>maven-bundle-plugin</artifactId>
-       <version>2.3.6</version>
-       <extensions>true</extensions>
-       <configuration>
-         <instructions>
-           <Export-Package>
-             org.opendaylight.controller.topologymanager
-           </Export-Package>
-           <Import-Package>
-          javax.xml.bind.annotation,
-             org.opendaylight.controller.sal.core,
-             org.opendaylight.controller.sal.utils,
-             org.opendaylight.controller.sal.packet,
-             org.opendaylight.controller.sal.topology,
-             org.opendaylight.controller.configuration,
-             org.opendaylight.controller.clustering.services,
-          org.osgi.service.component,
-             org.slf4j,
-          org.apache.felix.dm,
-          org.apache.commons.lang3.builder,
-          org.apache.commons.lang3.tuple,
-                 org.eclipse.osgi.framework.console,
-          org.osgi.framework
-           </Import-Package>
-        <Bundle-Activator>
-          org.opendaylight.controller.topologymanager.internal.Activator
-        </Bundle-Activator>
-         </instructions>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>
+              org.opendaylight.controller.topologymanager
+            </Export-Package>
+            <Import-Package>
+              javax.xml.bind.annotation,
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.sal.packet,
+              org.opendaylight.controller.sal.topology,
+              org.opendaylight.controller.configuration,
+              org.opendaylight.controller.clustering.services,
+              org.osgi.service.component,
+              org.slf4j,
+              org.apache.felix.dm,
+              org.apache.commons.lang3.builder,
+              org.apache.commons.lang3.tuple,
+              org.eclipse.osgi.framework.console,
+              org.osgi.framework
+            </Import-Package>
+            <Bundle-Activator>
+              org.opendaylight.controller.topologymanager.internal.Activator
+            </Bundle-Activator>
+          </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-       </configuration>
+        </configuration>
       </plugin>
     </plugins>
   </build>
@@ -66,6 +66,5 @@
       <artifactId>configuration</artifactId>
       <version>0.4.0-SNAPSHOT</version>
     </dependency>
-    
   </dependencies>
 </project>
index 5e15c4cbfef470920ca99de9dd3451a4f2347e04..1859e8ed4c5d6b0fe2bfdc3b26bc2be6a8ec655f 100644 (file)
@@ -1,91 +1,89 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-       xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>commons.opendaylight</artifactId>
-               <version>1.4.0-SNAPSHOT</version>
-               <relativePath>../commons/opendaylight</relativePath>
-       </parent>
+<?xml version="1.0" encoding="UTF-8"?> <project
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.opendaylight.controller</groupId>
+    <artifactId>commons.opendaylight</artifactId>
+    <version>1.4.0-SNAPSHOT</version>
+    <relativePath>../commons/opendaylight</relativePath>
+  </parent>
 
-       <artifactId>usermanager</artifactId>
-       <version>0.4.0-SNAPSHOT</version>
-       <packaging>bundle</packaging>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <version>2.3.6</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <instructions>
-                                               <Import-Package>
-                                                       org.opendaylight.controller.clustering.services,
-                                                       org.opendaylight.controller.configuration,
-                                                       org.opendaylight.controller.sal.authorization,
-                                                       org.opendaylight.controller.sal.core,
-                                                       org.opendaylight.controller.sal.packet,
-                                                       org.opendaylight.controller.sal.utils,
-                                                       org.opendaylight.controller.switchmanager,
-                                                       org.opendaylight.controller.containermanager,
-                                                       org.slf4j,
-                                                       org.eclipse.osgi.framework.console,
-                                                       org.osgi.framework,
-                                                       org.apache.felix.dm,
-                                                       org.apache.commons.lang3.builder,
-                                                       org.apache.commons.logging,
-                                                       javax.servlet,
-                                                       javax.servlet.http,
-                                                       org.springframework.security.web.context,
-                                                       org.springframework.security.core,
-                                                       org.springframework.security.core.context,
-                                                       org.apache.commons.lang3,
-                                                       org.springframework.security.authentication,
-                                                       org.springframework.security.core.authority,
-                                                       org.springframework.security.core.userdetails
-
-                                               </Import-Package>
-                                               <Export-Package>
-                                                       org.opendaylight.controller.usermanager,
-                                                       org.opendaylight.controller.usermanager.internal                                                
-                                               </Export-Package>
-                                               <Bundle-Activator>
-                                                       org.opendaylight.controller.usermanager.internal.Activator
-                                               </Bundle-Activator>
-                                       </instructions>
+  <artifactId>usermanager</artifactId>
+  <version>0.4.0-SNAPSHOT</version>
+  <packaging>bundle</packaging>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Import-Package>
+              org.opendaylight.controller.clustering.services,
+              org.opendaylight.controller.configuration,
+              org.opendaylight.controller.sal.authorization,
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.packet,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.switchmanager,
+              org.opendaylight.controller.containermanager,
+              org.slf4j,
+              org.eclipse.osgi.framework.console,
+              org.osgi.framework,
+              org.apache.felix.dm,
+              org.apache.commons.lang3.builder,
+              org.apache.commons.logging,
+              javax.servlet,
+              javax.servlet.http,
+              org.springframework.security.web.context,
+              org.springframework.security.core,
+              org.springframework.security.core.context,
+              org.apache.commons.lang3,
+              org.springframework.security.authentication,
+              org.springframework.security.core.authority,
+              org.springframework.security.core.userdetails
+            </Import-Package>
+            <Export-Package>
+              org.opendaylight.controller.usermanager,
+              org.opendaylight.controller.usermanager.internal
+            </Export-Package>
+            <Bundle-Activator>
+              org.opendaylight.controller.usermanager.internal.Activator
+            </Bundle-Activator>
+          </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>switchmanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>containermanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>clustering.services</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>configuration</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>sal</artifactId>
-                       <version>0.5.0-SNAPSHOT</version>
-               </dependency>
-       </dependencies>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>switchmanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>containermanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>clustering.services</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>configuration</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
 </project>
index 980717323d2e0bfe23ebdb1691f9816b19bfe669..eb0b5d393ebdb3367b85af0231cbc7054c1f994a 100644 (file)
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>commons.opendaylight</artifactId>
-               <version>1.4.0-SNAPSHOT</version>
-               <relativePath>../../commons/opendaylight</relativePath>
-       </parent>
-       <artifactId>devices.web</artifactId>
-       <version>0.4.0-SNAPSHOT</version>
-       <packaging>bundle</packaging>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <version>2.3.6</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <instructions>
-                                               <Export-Package>
-                                               </Export-Package>
-                                               <Import-Package>
-                                                       org.opendaylight.controller.forwardingrulesmanager,
-                                                       org.opendaylight.controller.sal.authorization,
-                                                       org.opendaylight.controller.sal.action,
-                                                       org.opendaylight.controller.sal.core,
-                                                       org.opendaylight.controller.sal.utils,
-                                                       org.opendaylight.controller.containermanager,
-                                                       org.opendaylight.controller.switchmanager,
-                                                       org.opendaylight.controller.forwarding.staticrouting,
-                                                       org.opendaylight.controller.usermanager,
-                                                       org.opendaylight.controller.web,
-                                                       com.google.gson,
-                                                       javax.annotation,
-                                                       javax.naming,
-                                                       javax.servlet,
-                                                       javax.servlet.annotation,
-                                                       javax.servlet.http,
-                                                       javax.servlet.jsp,
-                                                       javax.servlet.jsp.el,
-                                                       javax.servlet.jsp.jstl.core,
-                                                       javax.servlet.jsp.jstl.fmt,
-                                                       javax.servlet.jsp.jstl.tlv,
-                                                       javax.servlet.jsp.tagext,
-                                                       javax.servlet.resources,
-                                                       javax.xml.parsers,
-                                                       javax.xml.transform,
-                                                       org.apache.commons.logging,
-                                                       org.apache.taglibs.standard.functions,
-                                                       org.apache.taglibs.standard.resources,
-                                                       org.apache.taglibs.standard.tag.common.core,
-                                                       org.apache.taglibs.standard.tag.common.fmt,
-                                                       org.apache.taglibs.standard.tag.rt.core,
-                                                       org.apache.taglibs.standard.tag.rt.fmt,
-                                                       org.apache.taglibs.standard.tei,
-                                                       org.apache.taglibs.standard.tlv,
-                                                       org.codehaus.jackson,
-                                                       org.codehaus.jackson.annotate,
-                                                       org.codehaus.jackson.map,
-                                                       org.codehaus.jackson.map.annotate,
-                                                       org.osgi.framework,
-                                                       org.slf4j,
-                                                       org.springframework.beans,
-                                                       org.springframework.beans.factory.xml,
-                                                       org.springframework.context.config,
-                                                       org.springframework.stereotype,
-                                                       org.springframework.web,
-                                                       org.springframework.web.bind.annotation,
-                                                       org.springframework.web.servlet,
-                                                       org.springframework.web.servlet.config,
-                                                       org.springframework.web.servlet.view,
-                                                       org.springframework.web.filter,
-                                                       org.springframework.web.context                                                 
-                                               </Import-Package>
-                                               <Web-ContextPath>/controller/web/devices</Web-ContextPath>
-                                       </instructions>
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.opendaylight.controller</groupId>
+    <artifactId>commons.opendaylight</artifactId>
+    <version>1.4.0-SNAPSHOT</version>
+    <relativePath>../../commons/opendaylight</relativePath>
+  </parent>
+
+  <artifactId>devices.web</artifactId>
+  <version>0.4.0-SNAPSHOT</version>
+  <packaging>bundle</packaging>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>
+            </Export-Package>
+            <Import-Package>
+              org.opendaylight.controller.forwardingrulesmanager,
+              org.opendaylight.controller.sal.authorization,
+              org.opendaylight.controller.sal.action,
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.containermanager,
+              org.opendaylight.controller.switchmanager,
+              org.opendaylight.controller.forwarding.staticrouting,
+              org.opendaylight.controller.usermanager,
+              org.opendaylight.controller.web,
+              com.google.gson,
+              javax.annotation,
+              javax.naming,
+              javax.servlet,
+              javax.servlet.annotation,
+              javax.servlet.http,
+              javax.servlet.jsp,
+              javax.servlet.jsp.el,
+              javax.servlet.jsp.jstl.core,
+              javax.servlet.jsp.jstl.fmt,
+              javax.servlet.jsp.jstl.tlv,
+              javax.servlet.jsp.tagext,
+              javax.servlet.resources,
+              javax.xml.parsers,
+              javax.xml.transform,
+              org.apache.commons.logging,
+              org.apache.taglibs.standard.functions,
+              org.apache.taglibs.standard.resources,
+              org.apache.taglibs.standard.tag.common.core,
+              org.apache.taglibs.standard.tag.common.fmt,
+              org.apache.taglibs.standard.tag.rt.core,
+              org.apache.taglibs.standard.tag.rt.fmt,
+              org.apache.taglibs.standard.tei,
+              org.apache.taglibs.standard.tlv,
+              org.codehaus.jackson,
+              org.codehaus.jackson.annotate,
+              org.codehaus.jackson.map,
+              org.codehaus.jackson.map.annotate,
+              org.osgi.framework,
+              org.slf4j,
+              org.springframework.beans,
+              org.springframework.beans.factory.xml,
+              org.springframework.context.config,
+              org.springframework.stereotype,
+              org.springframework.web,
+              org.springframework.web.bind.annotation,
+              org.springframework.web.servlet,
+              org.springframework.web.servlet.config,
+              org.springframework.web.servlet.view,
+              org.springframework.web.filter,
+              org.springframework.web.context
+            </Import-Package>
+            <Web-ContextPath>/controller/web/devices</Web-ContextPath>
+          </instructions>
           <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>forwardingrulesmanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>containermanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>switchmanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>sal</artifactId>
-                       <version>0.5.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>web</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>forwarding.staticrouting</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-       </dependencies>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>forwardingrulesmanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>containermanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>switchmanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>web</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>forwarding.staticrouting</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
 </project>
index eefaea3ca589912ddfdda531e95a28f8d5841e27..7aa0ac94540fe380f65ada4a72c6e39754a4cdad 100644 (file)
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>commons.opendaylight</artifactId>
-               <version>1.4.0-SNAPSHOT</version>
-               <relativePath>../../commons/opendaylight</relativePath>
-       </parent>
-       <artifactId>flows.web</artifactId>
-       <version>0.4.0-SNAPSHOT</version>
-       <packaging>bundle</packaging>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <version>2.3.6</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <instructions>
-                                               <Export-Package>
-                                               </Export-Package>
-                                               <Import-Package>
-                                                       org.opendaylight.controller.forwardingrulesmanager,
-                                                       org.opendaylight.controller.sal.authorization,
-                                                       org.opendaylight.controller.sal.action,
-                                                       org.opendaylight.controller.sal.core,
-                                                       org.opendaylight.controller.sal.flowprogrammer,
-                                                       org.opendaylight.controller.sal.utils,
-                                                       org.opendaylight.controller.containermanager,
-                                                       org.opendaylight.controller.switchmanager,
-                                                       org.opendaylight.controller.usermanager,
-                                                       org.opendaylight.controller.web,
-                                                       com.google.gson,
-                                                       javax.annotation,
-                                                       javax.naming,
-                                                       javax.servlet,
-                                                       javax.servlet.annotation,
-                                                       javax.servlet.http,
-                                                       javax.servlet.jsp,
-                                                       javax.servlet.jsp.el,
-                                                       javax.servlet.jsp.jstl.core,
-                                                       javax.servlet.jsp.jstl.fmt,
-                                                       javax.servlet.jsp.jstl.tlv,
-                                                       javax.servlet.jsp.tagext,
-                                                       javax.servlet.resources,
-                                                       javax.xml.parsers,
-                                                       javax.xml.transform,
-                                                       org.apache.commons.logging,
-                                                       org.apache.taglibs.standard.functions,
-                                                       org.apache.taglibs.standard.resources,
-                                                       org.apache.taglibs.standard.tag.common.core,
-                                                       org.apache.taglibs.standard.tag.common.fmt,
-                                                       org.apache.taglibs.standard.tag.rt.core,
-                                                       org.apache.taglibs.standard.tag.rt.fmt,
-                                                       org.apache.taglibs.standard.tei,
-                                                       org.apache.taglibs.standard.tlv,
-                                                       org.codehaus.jackson,
-                                                       org.codehaus.jackson.annotate,
-                                                       org.codehaus.jackson.map,
-                                                       org.codehaus.jackson.map.annotate,
-                                                       org.osgi.framework,
-                                                       org.slf4j,
-                                                       org.springframework.beans,
-                                                       org.springframework.beans.factory.xml,
-                                                       org.springframework.context.config,
-                                                       org.springframework.stereotype,
-                                                       org.springframework.web,
-                                                       org.springframework.web.bind.annotation,
-                                                       org.springframework.web.servlet,
-                                                       org.springframework.web.servlet.config,
-                                                       org.springframework.web.servlet.view,
-                                                       org.springframework.web.filter,
-                                                       org.springframework.web.context                                                 \r
-                                               </Import-Package>
-                                               <Web-ContextPath>/controller/web/flows</Web-ContextPath>
-                                       </instructions>
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.opendaylight.controller</groupId>
+    <artifactId>commons.opendaylight</artifactId>
+    <version>1.4.0-SNAPSHOT</version>
+    <relativePath>../../commons/opendaylight</relativePath>
+  </parent>
+  <artifactId>flows.web</artifactId>
+  <version>0.4.0-SNAPSHOT</version>
+  <packaging>bundle</packaging>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>
+            </Export-Package>
+            <Import-Package>
+              org.opendaylight.controller.forwardingrulesmanager,
+              org.opendaylight.controller.sal.authorization,
+              org.opendaylight.controller.sal.action,
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.flowprogrammer,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.containermanager,
+              org.opendaylight.controller.switchmanager,
+              org.opendaylight.controller.usermanager,
+              org.opendaylight.controller.web,
+              com.google.gson,
+              javax.annotation,
+              javax.naming,
+              javax.servlet,
+              javax.servlet.annotation,
+              javax.servlet.http,
+              javax.servlet.jsp,
+              javax.servlet.jsp.el,
+              javax.servlet.jsp.jstl.core,
+              javax.servlet.jsp.jstl.fmt,
+              javax.servlet.jsp.jstl.tlv,
+              javax.servlet.jsp.tagext,
+              javax.servlet.resources,
+              javax.xml.parsers,
+              javax.xml.transform,
+              org.apache.commons.logging,
+              org.apache.taglibs.standard.functions,
+              org.apache.taglibs.standard.resources,
+              org.apache.taglibs.standard.tag.common.core,
+              org.apache.taglibs.standard.tag.common.fmt,
+              org.apache.taglibs.standard.tag.rt.core,
+              org.apache.taglibs.standard.tag.rt.fmt,
+              org.apache.taglibs.standard.tei,
+              org.apache.taglibs.standard.tlv,
+              org.codehaus.jackson,
+              org.codehaus.jackson.annotate,
+              org.codehaus.jackson.map,
+              org.codehaus.jackson.map.annotate,
+              org.osgi.framework,
+              org.slf4j,
+              org.springframework.beans,
+              org.springframework.beans.factory.xml,
+              org.springframework.context.config,
+              org.springframework.stereotype,
+              org.springframework.web,
+              org.springframework.web.bind.annotation,
+              org.springframework.web.servlet,
+              org.springframework.web.servlet.config,
+              org.springframework.web.servlet.view,
+              org.springframework.web.filter,
+              org.springframework.web.context\r
+            </Import-Package>
+            <Web-ContextPath>/controller/web/flows</Web-ContextPath>
+          </instructions>
           <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>forwardingrulesmanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>containermanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>usermanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>switchmanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>sal</artifactId>
-                       <version>0.5.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>web</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-       </dependencies>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>forwardingrulesmanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>containermanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>usermanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>switchmanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>web</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
 </project>
index 76a7cb10aab00b03d5dc8a035a99cfec8b92d7bb..872260b637762d320935100a9f5e9b67136fb561 100644 (file)
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>commons.opendaylight</artifactId>
-               <version>1.4.0-SNAPSHOT</version>
-               <relativePath>../../commons/opendaylight</relativePath>
-       </parent>
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.opendaylight.controller</groupId>
+    <artifactId>commons.opendaylight</artifactId>
+    <version>1.4.0-SNAPSHOT</version>
+    <relativePath>../../commons/opendaylight</relativePath>
+  </parent>
 
-       <artifactId>web</artifactId>
-       <version>0.4.0-SNAPSHOT</version>
-       <packaging>bundle</packaging>
+  <artifactId>web</artifactId>
+  <version>0.4.0-SNAPSHOT</version>
+  <packaging>bundle</packaging>
 
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <version>2.3.6</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <instructions>
-                                               <Import-Package>
-                                                       org.opendaylight.controller.configuration,
-                                                       org.opendaylight.controller.sal.authorization,
-                                                       org.opendaylight.controller.sal.core,
-                                                       org.opendaylight.controller.sal.utils,
-                                                       org.opendaylight.controller.usermanager,
-                                                       org.opendaylight.controller.usermanager.internal,
-                                                       org.opendaylight.controller.containermanager,
-                                                       com.google.gson,
-                                                       javax.annotation,
-                                                       javax.naming,
-                                                       javax.servlet,
-                                                       javax.servlet.annotation,
-                                                       javax.servlet.http,
-                                                       javax.servlet.jsp,
-                                                       javax.servlet.jsp.el,
-                                                       javax.servlet.jsp.jstl.core,
-                                                       javax.servlet.jsp.jstl.fmt,
-                                                       javax.servlet.jsp.jstl.tlv,
-                                                       javax.servlet.jsp.tagext,
-                                                       javax.servlet.resources,
-                                                       javax.xml.parsers,
-                                                       javax.xml.transform,
-                                                       org.apache.commons.logging,
-                                                       org.apache.taglibs.standard.functions,
-                                                       org.apache.taglibs.standard.resources,
-                                                       org.apache.taglibs.standard.tag.common.core,
-                                                       org.apache.taglibs.standard.tag.common.fmt,
-                                                       org.apache.taglibs.standard.tag.rt.core,
-                                                       org.apache.taglibs.standard.tag.rt.fmt,
-                                                       org.apache.taglibs.standard.tei,
-                                                       org.apache.taglibs.standard.tlv,
-                                                       org.codehaus.jackson,
-                                                       org.codehaus.jackson.annotate,
-                                                       org.codehaus.jackson.map,
-                                                       org.codehaus.jackson.map.annotate,
-                                                       org.osgi.framework,
-                                                       org.slf4j,
-                                                       org.springframework.beans,
-                                                       org.springframework.beans.factory.xml,
-                                                       org.springframework.context.config,
-                                                       org.springframework.core,
-                                                       org.springframework.stereotype,
-                                                       org.springframework.ui,
-                                                       org.springframework.web,
-                                                       org.springframework.web.bind.annotation,
-                                                       org.springframework.web.servlet,
-                                                       org.springframework.web.servlet.config,
-                                                       org.springframework.web.servlet.view,
-                                                       org.springframework.web.servlet.view.json,
-                                                       org.springframework.web.filter,
-                                                       org.springframework.web.context,
-                                                       org.springframework.util
-                                               </Import-Package>
-                                               <Export-Package>
-                                                       org.opendaylight.controller.web
-                                               </Export-Package>
-                                               <Web-ContextPath>/</Web-ContextPath>
-                                       </instructions>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Import-Package>
+              org.opendaylight.controller.configuration,
+              org.opendaylight.controller.sal.authorization,
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.usermanager,
+              org.opendaylight.controller.usermanager.internal,
+              org.opendaylight.controller.containermanager,
+              com.google.gson,
+              javax.annotation,
+              javax.naming,
+              javax.servlet,
+              javax.servlet.annotation,
+              javax.servlet.http,
+              javax.servlet.jsp,
+              javax.servlet.jsp.el,
+              javax.servlet.jsp.jstl.core,
+              javax.servlet.jsp.jstl.fmt,
+              javax.servlet.jsp.jstl.tlv,
+              javax.servlet.jsp.tagext,
+              javax.servlet.resources,
+              javax.xml.parsers,
+              javax.xml.transform,
+              org.apache.commons.logging,
+              org.apache.taglibs.standard.functions,
+              org.apache.taglibs.standard.resources,
+              org.apache.taglibs.standard.tag.common.core,
+              org.apache.taglibs.standard.tag.common.fmt,
+              org.apache.taglibs.standard.tag.rt.core,
+              org.apache.taglibs.standard.tag.rt.fmt,
+              org.apache.taglibs.standard.tei,
+              org.apache.taglibs.standard.tlv,
+              org.codehaus.jackson,
+              org.codehaus.jackson.annotate,
+              org.codehaus.jackson.map,
+              org.codehaus.jackson.map.annotate,
+              org.osgi.framework,
+              org.slf4j,
+              org.springframework.beans,
+              org.springframework.beans.factory.xml,
+              org.springframework.context.config,
+              org.springframework.core,
+              org.springframework.stereotype,
+              org.springframework.ui,
+              org.springframework.web,
+              org.springframework.web.bind.annotation,
+              org.springframework.web.servlet,
+              org.springframework.web.servlet.config,
+              org.springframework.web.servlet.view,
+              org.springframework.web.servlet.view.json,
+              org.springframework.web.filter,
+              org.springframework.web.context,
+              org.springframework.util
+            </Import-Package>
+            <Export-Package>
+              org.opendaylight.controller.web
+            </Export-Package>
+            <Web-ContextPath>/</Web-ContextPath>
+          </instructions>
           <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>configuration</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>sal</artifactId>
-                       <version>0.5.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>usermanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>containermanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>4.8.1</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-beans</artifactId>
-                       <version>3.2.1.RELEASE</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-core</artifactId>
-                       <version>3.2.1.RELEASE</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-context</artifactId>
-                       <version>3.2.1.RELEASE</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-expression</artifactId>
-                       <version>3.2.1.RELEASE</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-web</artifactId>
-                       <version>3.2.1.RELEASE</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-webmvc</artifactId>
-                       <version>3.2.1.RELEASE</version>
-                       <scope>provided</scope>
-               </dependency>
-       </dependencies>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>configuration</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>usermanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>containermanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-beans</artifactId>
+      <version>3.2.1.RELEASE</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-core</artifactId>
+      <version>3.2.1.RELEASE</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-context</artifactId>
+      <version>3.2.1.RELEASE</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-expression</artifactId>
+      <version>3.2.1.RELEASE</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-web</artifactId>
+      <version>3.2.1.RELEASE</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-webmvc</artifactId>
+      <version>3.2.1.RELEASE</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
 </project>
index 2a8cb9fa1ebb737fb62da89d624a437e63da4751..3dbb324988a47db6fe6da2e0dba1dc26f1da767e 100644 (file)
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>commons.opendaylight</artifactId>
-               <version>1.4.0-SNAPSHOT</version>
-               <relativePath>../../commons/opendaylight</relativePath>
-       </parent>
-       <artifactId>topology.web</artifactId>
-       <version>0.4.0-SNAPSHOT</version>
-       <packaging>bundle</packaging>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <version>2.3.6</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <instructions>
-                                               <Export-Package>
-                                               </Export-Package>
-                                               <Import-Package>
-                                                       org.opendaylight.controller.containermanager,
-                                                       org.opendaylight.controller.configuration,
-                                                       org.opendaylight.controller.sal.authorization,
-                                                       org.opendaylight.controller.sal.packet.address,
-                                                       org.opendaylight.controller.sal.action,
-                                                       org.opendaylight.controller.sal.core,
-                                                       org.opendaylight.controller.sal.utils,
-                                                       org.opendaylight.controller.switchmanager,
-                                                       org.opendaylight.controller.topologymanager,
-                                                       org.opendaylight.controller.usermanager,
-                                                       org.opendaylight.controller.web,
-                                                       com.google.gson,
-                                                       edu.uci.ics.jung.algorithms.layout,
-                                                       edu.uci.ics.jung.graph,
-                                                       javax.annotation,
-                                                       javax.naming,
-                                                       javax.servlet,
-                                                       javax.servlet.annotation,
-                                                       javax.servlet.http,
-                                                       javax.servlet.jsp,
-                                                       javax.servlet.jsp.el,
-                                                       javax.servlet.jsp.jstl.core,
-                                                       javax.servlet.jsp.jstl.fmt,
-                                                       javax.servlet.jsp.jstl.tlv,
-                                                       javax.servlet.jsp.tagext,
-                                                       javax.servlet.resources,
-                                                       javax.xml.parsers,
-                                                       javax.xml.transform,
-                                                       org.apache.commons.logging,
-                                                       org.apache.taglibs.standard.functions,
-                                                       org.apache.taglibs.standard.resources,
-                                                       org.apache.taglibs.standard.tag.common.core,
-                                                       org.apache.taglibs.standard.tag.common.fmt,
-                                                       org.apache.taglibs.standard.tag.rt.core,
-                                                       org.apache.taglibs.standard.tag.rt.fmt,
-                                                       org.apache.taglibs.standard.tei,
-                                                       org.apache.taglibs.standard.tlv,
-                                                       org.codehaus.jackson,
-                                                       org.codehaus.jackson.annotate,
-                                                       org.codehaus.jackson.map,
-                                                       org.codehaus.jackson.map.annotate,
-                                                       org.osgi.framework,
-                                                       org.slf4j,
-                                                       org.springframework.beans,
-                                                       org.springframework.beans.factory.xml,
-                                                       org.springframework.context.config,
-                                                       org.springframework.stereotype,
-                                                       org.springframework.util,
-                                                       org.springframework.web,
-                                                       org.springframework.web.bind.annotation,
-                                                       org.springframework.web.servlet,
-                                                       org.springframework.web.servlet.config,
-                                                       org.springframework.web.servlet.view,
-                                                       org.springframework.web.filter,
-                                                       org.springframework.web.context,
-                                               </Import-Package>
-                                               <Web-ContextPath>/controller/web/topology</Web-ContextPath>
-                                       </instructions>
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.opendaylight.controller</groupId>
+    <artifactId>commons.opendaylight</artifactId>
+    <version>1.4.0-SNAPSHOT</version>
+    <relativePath>../../commons/opendaylight</relativePath>
+  </parent>
+  <artifactId>topology.web</artifactId>
+  <version>0.4.0-SNAPSHOT</version>
+  <packaging>bundle</packaging>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>
+            </Export-Package>
+            <Import-Package>
+              org.opendaylight.controller.containermanager,
+              org.opendaylight.controller.configuration,
+              org.opendaylight.controller.sal.authorization,
+              org.opendaylight.controller.sal.packet.address,
+              org.opendaylight.controller.sal.action,
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.switchmanager,
+              org.opendaylight.controller.topologymanager,
+              org.opendaylight.controller.usermanager,
+              org.opendaylight.controller.web,
+              com.google.gson,
+              edu.uci.ics.jung.algorithms.layout,
+              edu.uci.ics.jung.graph,
+              javax.annotation,
+              javax.naming,
+              javax.servlet,
+              javax.servlet.annotation,
+              javax.servlet.http,
+              javax.servlet.jsp,
+              javax.servlet.jsp.el,
+              javax.servlet.jsp.jstl.core,
+              javax.servlet.jsp.jstl.fmt,
+              javax.servlet.jsp.jstl.tlv,
+              javax.servlet.jsp.tagext,
+              javax.servlet.resources,
+              javax.xml.parsers,
+              javax.xml.transform,
+              org.apache.commons.logging,
+              org.apache.taglibs.standard.functions,
+              org.apache.taglibs.standard.resources,
+              org.apache.taglibs.standard.tag.common.core,
+              org.apache.taglibs.standard.tag.common.fmt,
+              org.apache.taglibs.standard.tag.rt.core,
+              org.apache.taglibs.standard.tag.rt.fmt,
+              org.apache.taglibs.standard.tei,
+              org.apache.taglibs.standard.tlv,
+              org.codehaus.jackson,
+              org.codehaus.jackson.annotate,
+              org.codehaus.jackson.map,
+              org.codehaus.jackson.map.annotate,
+              org.osgi.framework,
+              org.slf4j,
+              org.springframework.beans,
+              org.springframework.beans.factory.xml,
+              org.springframework.context.config,
+              org.springframework.stereotype,
+              org.springframework.util,
+              org.springframework.web,
+              org.springframework.web.bind.annotation,
+              org.springframework.web.servlet,
+              org.springframework.web.servlet.config,
+              org.springframework.web.servlet.view,
+              org.springframework.web.filter,
+              org.springframework.web.context,
+            </Import-Package>
+            <Web-ContextPath>/controller/web/topology</Web-ContextPath>
+          </instructions>
           <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.opendaylight.controller.thirdparty</groupId>
-                       <artifactId>net.sf.jung2</artifactId>
-                       <version>2.0.1-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>containermanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>configuration</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>           
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>switchmanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>sal</artifactId>
-                       <version>0.5.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>topologymanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>web</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-       </dependencies>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.controller.thirdparty</groupId>
+      <artifactId>net.sf.jung2</artifactId>
+      <version>2.0.1-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>containermanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>configuration</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>switchmanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>topologymanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>web</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
 </project>
index 0d088826fd41a50fa36f282ebb799030a680acc0..26001d60ab6220c4a9432d294722b0a68f3135f1 100644 (file)
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>commons.opendaylight</artifactId>
-               <version>1.4.0-SNAPSHOT</version>
-               <relativePath>../../commons/opendaylight</relativePath>
-       </parent>
-       <artifactId>troubleshoot.web</artifactId>
-       <version>0.4.0-SNAPSHOT</version>
-       <packaging>bundle</packaging>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <version>2.3.6</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <instructions>
-                                               <Export-Package>
-                                               </Export-Package>
-                                               <Import-Package>
-                                                       org.opendaylight.controller.forwardingrulesmanager,
-                                                       org.opendaylight.controller.sal.authorization,
-                                                       org.opendaylight.controller.sal.action,
-                                                       org.opendaylight.controller.sal.core,
-                                                       org.opendaylight.controller.sal.utils,
-                                                       org.opendaylight.controller.containermanager,
-                                                       org.opendaylight.controller.switchmanager,
-                                                       org.opendaylight.controller.statisticsmanager,
-                                                       org.opendaylight.controller.sal.flowprogrammer,
-                                                       org.opendaylight.controller.sal.match,
-                                                       org.opendaylight.controller.sal.reader,
-                                                       org.opendaylight.controller.web,
-                                                       com.google.gson,
-                                                       javax.annotation,
-                                                       javax.naming,
-                                                       javax.servlet,
-                                                       javax.servlet.annotation,
-                                                       javax.servlet.http,
-                                                       javax.servlet.jsp,
-                                                       javax.servlet.jsp.el,
-                                                       javax.servlet.jsp.jstl.core,
-                                                       javax.servlet.jsp.jstl.fmt,
-                                                       javax.servlet.jsp.jstl.tlv,
-                                                       javax.servlet.jsp.tagext,
-                                                       javax.servlet.resources,
-                                                       javax.xml.parsers,
-                                                       javax.xml.transform,
-                                                       org.apache.commons.logging,
-                                                       org.apache.taglibs.standard.functions,
-                                                       org.apache.taglibs.standard.resources,
-                                                       org.apache.taglibs.standard.tag.common.core,
-                                                       org.apache.taglibs.standard.tag.common.fmt,
-                                                       org.apache.taglibs.standard.tag.rt.core,
-                                                       org.apache.taglibs.standard.tag.rt.fmt,
-                                                       org.apache.taglibs.standard.tei,
-                                                       org.apache.taglibs.standard.tlv,
-                                                       org.codehaus.jackson,
-                                                       org.codehaus.jackson.annotate,
-                                                       org.codehaus.jackson.map,
-                                                       org.codehaus.jackson.map.annotate,
-                                                       org.osgi.framework,
-                                                       org.slf4j,
-                                                       org.springframework.beans,
-                                                       org.springframework.beans.factory.xml,
-                                                       org.springframework.context.config,
-                                                       org.springframework.stereotype,
-                                                       org.springframework.web,
-                                                       org.springframework.web.bind.annotation,
-                                                       org.springframework.web.servlet,
-                                                       org.springframework.web.servlet.config,
-                                                       org.springframework.web.servlet.view,
-                                                       org.springframework.web.filter,
-                                                       org.springframework.web.context                                                 
-                                               </Import-Package>
-                                               <Web-ContextPath>/controller/web/troubleshoot</Web-ContextPath>
-                                       </instructions>
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.opendaylight.controller</groupId>
+    <artifactId>commons.opendaylight</artifactId>
+    <version>1.4.0-SNAPSHOT</version>
+    <relativePath>../../commons/opendaylight</relativePath>
+  </parent>
+  <artifactId>troubleshoot.web</artifactId>
+  <version>0.4.0-SNAPSHOT</version>
+  <packaging>bundle</packaging>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>
+            </Export-Package>
+            <Import-Package>
+              org.opendaylight.controller.forwardingrulesmanager,
+              org.opendaylight.controller.sal.authorization,
+              org.opendaylight.controller.sal.action,
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.containermanager,
+              org.opendaylight.controller.switchmanager,
+              org.opendaylight.controller.statisticsmanager,
+              org.opendaylight.controller.sal.flowprogrammer,
+              org.opendaylight.controller.sal.match,
+              org.opendaylight.controller.sal.reader,
+              org.opendaylight.controller.web,
+              com.google.gson,
+              javax.annotation,
+              javax.naming,
+              javax.servlet,
+              javax.servlet.annotation,
+              javax.servlet.http,
+              javax.servlet.jsp,
+              javax.servlet.jsp.el,
+              javax.servlet.jsp.jstl.core,
+              javax.servlet.jsp.jstl.fmt,
+              javax.servlet.jsp.jstl.tlv,
+              javax.servlet.jsp.tagext,
+              javax.servlet.resources,
+              javax.xml.parsers,
+              javax.xml.transform,
+              org.apache.commons.logging,
+              org.apache.taglibs.standard.functions,
+              org.apache.taglibs.standard.resources,
+              org.apache.taglibs.standard.tag.common.core,
+              org.apache.taglibs.standard.tag.common.fmt,
+              org.apache.taglibs.standard.tag.rt.core,
+              org.apache.taglibs.standard.tag.rt.fmt,
+              org.apache.taglibs.standard.tei,
+              org.apache.taglibs.standard.tlv,
+              org.codehaus.jackson,
+              org.codehaus.jackson.annotate,
+              org.codehaus.jackson.map,
+              org.codehaus.jackson.map.annotate,
+              org.osgi.framework,
+              org.slf4j,
+              org.springframework.beans,
+              org.springframework.beans.factory.xml,
+              org.springframework.context.config,
+              org.springframework.stereotype,
+              org.springframework.web,
+              org.springframework.web.bind.annotation,
+              org.springframework.web.servlet,
+              org.springframework.web.servlet.config,
+              org.springframework.web.servlet.view,
+              org.springframework.web.filter,
+              org.springframework.web.context
+            </Import-Package>
+            <Web-ContextPath>/controller/web/troubleshoot</Web-ContextPath>
+          </instructions>
           <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>forwardingrulesmanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>containermanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>switchmanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>sal</artifactId>
-                       <version>0.5.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>statisticsmanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>web</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-       </dependencies>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>forwardingrulesmanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>containermanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>switchmanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>statisticsmanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>web</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
 </project>
index 0cc0597565bea83f57695cef0c3028ab60f72177..f927bf4db8cf79a664b6642c07ffe984cbe4dc6c 100644 (file)
   <build>
     <plugins>
       <plugin>
-       <groupId>org.apache.felix</groupId>
-       <artifactId>maven-bundle-plugin</artifactId>
-       <version>2.3.6</version>
-       <extensions>true</extensions>
-       <configuration>
-         <instructions>
-           <Export-Package>
-             org.openflow.example;version="1.0.1";
-             uses:="org.openflow.example.cli,
-             org.openflow.protocol,
-             org.openflow.io,
-             org.openflow.protocol.factory",
-             org.openflow.io;version="1.0.1";
-             uses:="org.openflow.protocol,
-             org.openflow.protocol.factory",
-             org.openflow.protocol;version="1.0.1";
-             uses:="org.openflow.protocol.statistics,
-             org.openflow.protocol,
-             org.openflow.protocol.factory",
-             org.openflow.protocol.action;version="1.0.1";
-             uses:="org.openflow.protocol",
-             org.openflow.protocol.factory;version="1.0.1";
-             uses:="org.openflow.protocol.statistics,
-             org.openflow.protocol,
-             org.openflow.protocol.action,
-             org.openflow.protocol.queue",
-             org.openflow.protocol.queue;version="1.0.2";
-             uses:="org.openflow.protocol,
-             org.openflow.protocol.factory",
-             org.openflow.protocol.statistics;version="1.0.1";
-             uses:="org.openflow.protocol,
-             org.openflow.protocol.factory",
-             org.openflow.util;version="1.0.1"
-           </Export-Package>
-         </instructions>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>
+              org.openflow.example;version="1.0.1";
+              uses:="org.openflow.example.cli,
+              org.openflow.protocol,
+              org.openflow.io,
+              org.openflow.protocol.factory",
+              org.openflow.io;version="1.0.1";
+              uses:="org.openflow.protocol,
+              org.openflow.protocol.factory",
+              org.openflow.protocol;version="1.0.1";
+              uses:="org.openflow.protocol.statistics,
+              org.openflow.protocol,
+              org.openflow.protocol.factory",
+              org.openflow.protocol.action;version="1.0.1";
+              uses:="org.openflow.protocol",
+              org.openflow.protocol.factory;version="1.0.1";
+              uses:="org.openflow.protocol.statistics,
+              org.openflow.protocol,
+              org.openflow.protocol.action,
+              org.openflow.protocol.queue",
+              org.openflow.protocol.queue;version="1.0.2";
+              uses:="org.openflow.protocol,
+              org.openflow.protocol.factory",
+              org.openflow.protocol.statistics;version="1.0.1";
+              uses:="org.openflow.protocol,
+              org.openflow.protocol.factory",
+              org.openflow.util;version="1.0.1"
+            </Export-Package>
+          </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-       </configuration>
+        </configuration>
       </plugin>
       <plugin>
-       <groupId>org.apache.maven.plugins</groupId>
-       <artifactId>maven-compiler-plugin</artifactId>
-       <version>2.3.2</version>
-       <configuration>
-         <source>1.6</source>
-         <target>1.6</target>
-       </configuration>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
+        <configuration>
+          <source>1.6</source>
+          <target>1.6</target>
+        </configuration>
       </plugin>
     </plugins>
   </build>