HoneyNode Java 11 support for 121 devices
[transportpce.git] / tests / honeynode / 2.1 / honeynode-plugin-impl / src / main / resources / honeycomb-minimal-resources / config / device / config.xsl
diff --git a/tests/honeynode/2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/config.xsl b/tests/honeynode/2.1/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/config.xsl
deleted file mode 100644 (file)
index 50350a8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-    <xsl:template match="@* | node()">
-        <xsl:copy>
-            <xsl:apply-templates select="@* | node()"/>
-        </xsl:copy>
-    </xsl:template>
-    <xsl:template match="/">
-        <config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
-            <xsl:apply-templates/>
-        </config>
-    </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file