Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng/xsl/bom2bookmarks.xsl')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/xsl/bom2bookmarks.xsl22
1 files changed, 0 insertions, 22 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/xsl/bom2bookmarks.xsl b/plugins/org.eclipse.emf.cdo.releng/xsl/bom2bookmarks.xsl
deleted file mode 100644
index eff2705097..0000000000
--- a/plugins/org.eclipse.emf.cdo.releng/xsl/bom2bookmarks.xsl
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:md="http://www.eclipse.org/buckminster/MetaData-1.0" exclude-result-prefixes="md">
- <xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
-
- <xsl:template match="/">
- <xsl:apply-templates select="//md:resolution"/>
- </xsl:template>
-
- <xsl:template match="md:resolution">
- <site>
- <xsl:attribute name="url">
- <xsl:value-of select="@repository"/>
- </xsl:attribute>
- <xsl:attribute name="selected">true</xsl:attribute>
- <xsl:attribute name="name">
- <xsl:value-of select="@repository"/>
- </xsl:attribute>
- </site>
- </xsl:template>
-
-</xsl:stylesheet> \ No newline at end of file

Back to the top