diff options
Diffstat (limited to 'tools/fluorine2neon.sh')
-rwxr-xr-x | tools/fluorine2neon.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fluorine2neon.sh b/tools/fluorine2neon.sh index 4a513435..504128e5 100755 --- a/tools/fluorine2neon.sh +++ b/tools/fluorine2neon.sh @@ -31,7 +31,7 @@ cat <<END > /tmp/rebase-pom.xslt <dependency><xsl:text>
 </xsl:text> <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId><xsl:text>
 </xsl:text> <artifactId>rfc6991</artifactId><xsl:text>
 </xsl:text> - </dependency><xsl:text>
</xsl:text> + </dependency><xsl:text>
</xsl:text> </xsl:template> <xsl:template match="//pom:dependency[pom:groupId='org.opendaylight.mdsal.model' and pom:artifactId='ietf-yang-types-20130715']"> |