Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Sandonato2012-10-10 17:56:12 +0000
committerNick Sandonato2012-10-10 17:56:12 +0000
commit3616f5168925862f0211d5bb28b8da7acc086ff4 (patch)
tree16c707b7961ebe975e016b7a7746cf99757d8016
parent4d741e25c4102499b8204c78ea2773072a93f0b2 (diff)
downloadwebtools.maps-3616f5168925862f0211d5bb28b8da7acc086ff4.tar.gz
webtools.maps-3616f5168925862f0211d5bb28b8da7acc086ff4.tar.xz
webtools.maps-3616f5168925862f0211d5bb28b8da7acc086ff4.zip
[371430] Wrong encoding type returned for XHTML file without 'html' as document root
-rw-r--r--releng.sourceediting/maps/wst-web-core.map2
-rw-r--r--releng.sourceediting/maps/wst-web-tests.map2
-rw-r--r--releng.sourceediting/maps/wst-xml-core.map2
3 files changed, 3 insertions, 3 deletions
diff --git a/releng.sourceediting/maps/wst-web-core.map b/releng.sourceediting/maps/wst-web-core.map
index aab76ba1a..5312359d0 100644
--- a/releng.sourceediting/maps/wst-web-core.map
+++ b/releng.sourceediting/maps/wst-web-core.map
@@ -4,6 +4,6 @@
plugin@org.eclipse.wst.web=GIT,tag=v201204190200,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=plugins/org.eclipse.wst.web
plugin@org.eclipse.wst.css.core=GIT,tag=v201210091717,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.git,path=bundles/org.eclipse.wst.css.core
-plugin@org.eclipse.wst.html.core=GIT,tag=v201210091807,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.git,path=bundles/org.eclipse.wst.html.core
+plugin@org.eclipse.wst.html.core=GIT,tag=v201210101749,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.git,path=bundles/org.eclipse.wst.html.core
!***************
diff --git a/releng.sourceediting/maps/wst-web-tests.map b/releng.sourceediting/maps/wst-web-tests.map
index c01806b77..3dcb7ab0f 100644
--- a/releng.sourceediting/maps/wst-web-tests.map
+++ b/releng.sourceediting/maps/wst-web-tests.map
@@ -6,7 +6,7 @@ plugin@org.eclipse.wst.css.core.tests=GIT,tag=v201210091733,repo=git://git.eclip
plugin@org.eclipse.wst.css.tests.encoding=GIT,tag=v201008251737,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.tests.git,path=tests/org.eclipse.wst.css.tests.encoding
plugin@org.eclipse.wst.css.ui.tests=GIT,tag=v201204260100,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.tests.git,path=tests/org.eclipse.wst.css.ui.tests
-plugin@org.eclipse.wst.html.core.tests=GIT,tag=v201204260100,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.tests.git,path=tests/org.eclipse.wst.html.core.tests
+plugin@org.eclipse.wst.html.core.tests=GIT,tag=v201210101727,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.tests.git,path=tests/org.eclipse.wst.html.core.tests
plugin@org.eclipse.wst.html.ui.tests=GIT,tag=v201204260100,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.tests.git,path=tests/org.eclipse.wst.html.ui.tests
plugin@org.eclipse.wst.html.tests.encoding=GIT,tag=v201008161756,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.tests.git,path=tests/org.eclipse.wst.html.tests.encoding
diff --git a/releng.sourceediting/maps/wst-xml-core.map b/releng.sourceediting/maps/wst-xml-core.map
index df2fff61c..b0841d1e7 100644
--- a/releng.sourceediting/maps/wst-xml-core.map
+++ b/releng.sourceediting/maps/wst-xml-core.map
@@ -3,7 +3,7 @@
! These bundles are currently being developed and released from the R3_4_maintenance branch
plugin@org.eclipse.wst.dtd.core=GIT,tag=v201205171933,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.git,path=bundles/org.eclipse.wst.dtd.core
-plugin@org.eclipse.wst.sse.core=GIT,tag=v201208170345,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.git,path=bundles/org.eclipse.wst.sse.core
+plugin@org.eclipse.wst.sse.core=GIT,tag=v201210101749,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.git,path=bundles/org.eclipse.wst.sse.core
plugin@org.eclipse.wst.xml.core=GIT,tag=v201204241737,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.git,path=bundles/org.eclipse.wst.xml.core
plugin@org.eclipse.wst.xsd.core=GIT,tag=v201204102147,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.git,path=bundles/org.eclipse.wst.xsd.core

Back to the top