summaryrefslogtreecommitdiff
path: root/navit/xslt/pedestrian_plugin.xslt
diff options
context:
space:
mode:
authorCircle CI <circleci@navit-project.org>2017-10-30 00:23:00 +0000
committerCircle CI <circleci@navit-project.org>2017-10-30 00:23:00 +0000
commit82b0529430d6bbfa9d1ebe3c8706c2a37a033b12 (patch)
treea7d8c6e13a25a4add493f7ab74bbd45530d5bfb5 /navit/xslt/pedestrian_plugin.xslt
parent3d234b7049c094314ae60de2779cd6672a04d90c (diff)
downloadnavit-82b0529430d6bbfa9d1ebe3c8706c2a37a033b12.tar.gz
Update doc for commit c4e55b27cca91d761c9f4385cddb65b2eb5f8e3c
Diffstat (limited to 'navit/xslt/pedestrian_plugin.xslt')
-rw-r--r--navit/xslt/pedestrian_plugin.xslt9
1 files changed, 0 insertions, 9 deletions
diff --git a/navit/xslt/pedestrian_plugin.xslt b/navit/xslt/pedestrian_plugin.xslt
deleted file mode 100644
index 7eb982653..000000000
--- a/navit/xslt/pedestrian_plugin.xslt
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0"?>
-<xsl:transform version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xi="http://www.w3.org/2001/XInclude">
- <xsl:template match="/config/plugins/plugin[last()]">
- <xsl:copy><xsl:copy-of select="@*|node()"/></xsl:copy>
- <xsl:text>&#x0A; </xsl:text>
- <plugin path="$NAVIT_PREFIX/lib/libplugin_pedestrian.so" ondemand="no"/>
- </xsl:template>
- <xsl:template match="@*|node()"><xsl:copy><xsl:apply-templates select="@*|node()"/></xsl:copy></xsl:template>
-</xsl:transform>