Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-02-25 16:48:57 +0000
committerPaul Webster2013-02-25 16:48:57 +0000
commita8d572ada12866d038266826003b7ce7dea990a9 (patch)
tree01ed08679b35ab67f0982ef6a31312c81c26095b /scripts
parentd755875b68df526956778c1eb1ae5de4f44c5b5f (diff)
downloadeclipse.platform.releng.aggregator-a8d572ada12866d038266826003b7ce7dea990a9.tar.gz
eclipse.platform.releng.aggregator-a8d572ada12866d038266826003b7ce7dea990a9.tar.xz
eclipse.platform.releng.aggregator-a8d572ada12866d038266826003b7ce7dea990a9.zip
Update version of XSL to reflect it really is 1.0
Diffstat (limited to 'scripts')
-rw-r--r--scripts/xsl/fix-feature-pom.xsl2
-rw-r--r--scripts/xsl/fix-pom.xsl2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/xsl/fix-feature-pom.xsl b/scripts/xsl/fix-feature-pom.xsl
index 2b8dcb1a9..4bc444271 100644
--- a/scripts/xsl/fix-feature-pom.xsl
+++ b/scripts/xsl/fix-feature-pom.xsl
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:my="http://maven.apache.org/POM/4.0.0" exclude-result-prefixes="my xs" version="2.0">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:my="http://maven.apache.org/POM/4.0.0" exclude-result-prefixes="my xs" version="1.0">
<!--xsl:output omit-xml-declaration="yes" indent="yes"/>
<xsl:output indent="yes"/>
<xsl:strip-space elements="*"/-->
diff --git a/scripts/xsl/fix-pom.xsl b/scripts/xsl/fix-pom.xsl
index ed1f0ed4b..7bfd72f40 100644
--- a/scripts/xsl/fix-pom.xsl
+++ b/scripts/xsl/fix-pom.xsl
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:my="http://maven.apache.org/POM/4.0.0" exclude-result-prefixes="my xs" version="2.0">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:my="http://maven.apache.org/POM/4.0.0" exclude-result-prefixes="my xs" version="1.0">
<!--xsl:output omit-xml-declaration="yes" indent="yes"/>
<xsl:output indent="yes"/>
<xsl:strip-space elements="*"/-->

Back to the top