Merge "Bug 2273: Removed unbuilt third-party code."
authorTony Tkacik <ttkacik@cisco.com>
Thu, 20 Nov 2014 08:50:51 +0000 (08:50 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 20 Nov 2014 08:50:52 +0000 (08:50 +0000)
1  2 
pom.xml

diff --combined pom.xml
index 5ac8087e2ee856c94fa298f0431b3d51a1145803,bce34763b3f77c8c82e8e40b9e279f2e9fe72039..87a69e00c983bd5da9a232b7a2ace8327bfea792
+++ b/pom.xml
      <maven>3.0</maven>
    </prerequisites>
    <modules>
 -    <module>opendaylight/distribution/opendaylight</module>
  
-     <!-- third-parties uncomment them if you need snapshot version of it -->
-     <!-- <module>third-party/openflowj</module> -->
-     <!-- <module>third-party/net.sf.jung2</module> -->
-     <!-- <module>third-party/jersey-servlet</module> -->
-     <!-- <module>third-party/org.apache.catalina.filters.CorsFilter</module> -->
-     <module>third-party/commons/thirdparty</module>
      <!-- md-sal -->
      <module>opendaylight/md-sal</module>
      <!-- config -->
      <tag>HEAD</tag>
      <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
    </scm>
 -
 -  <profiles>
 -    <profile>
 -      <id>integrationtests</id>
 -      <activation>
 -        <activeByDefault>false</activeByDefault>
 -      </activation>
 -      <modules>
 -        <module>opendaylight/distribution/sanitytest/</module>
 -      </modules>
 -    </profile>
 -  </profiles>
  </project>