BUG-5222: remove xsql from archetype 57/54157/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 31 Mar 2017 09:05:27 +0000 (11:05 +0200)
committerTom Pantelis <tompantelis@gmail.com>
Fri, 31 Mar 2017 10:56:53 +0000 (10:56 +0000)
XSQL should not be here, kill it.

Change-Id: I68bafa8961598f3407763661c1c3a294c6209774
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/src/main/features/features.xml

index a8096bb3f3de97cab1cfaefcba4279b5278693ea..b744ad73d076cd5eaddacdfbf1ce549ba89712e1 100644 (file)
@@ -34,7 +34,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <feature name='odl-${artifactId}-ui' version='${symbol_dollar}{project.version}' description='OpenDaylight :: ${artifactId} :: UI'>
     <feature version="${symbol_dollar}{project.version}">odl-${artifactId}-rest</feature>
     <feature version="${symbol_dollar}{restconf.version}">odl-mdsal-apidocs</feature>
-    <feature version="${symbol_dollar}{mdsal.version}">odl-mdsal-xsql</feature>
     <feature version="${symbol_dollar}{dluxapps.version}">odl-dluxapps-yangman</feature>
   </feature>
   <feature name='odl-${artifactId}-cli' version='${symbol_dollar}{project.version}' description='OpenDaylight :: ${artifactId} :: CLI'>