Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Sandonato2013-01-08 15:37:37 +0000
committerNick Sandonato2013-01-08 15:37:37 +0000
commitbbaac02a6165cdede68028aba4c015993c3b0698 (patch)
tree0a6edb4226a1bb19a008a70bab5de3521976c4d1
parenta14a2b1af379d97a8fd192078d2e8e2ee61876fc (diff)
downloadwebtools.maps-bbaac02a6165cdede68028aba4c015993c3b0698.tar.gz
webtools.maps-bbaac02a6165cdede68028aba4c015993c3b0698.tar.xz
webtools.maps-bbaac02a6165cdede68028aba4c015993c3b0698.zip
[397475] DirtyRegionProcessor.BackgroundThread unnecessarily creates a lot of DirtyRegion[] objects
[357677] [parser] Incorrect parsing of XML/HTML escape symbols after editing
-rw-r--r--releng.sourceediting/maps/wst-xml-core.map4
-rw-r--r--releng.sourceediting/maps/wst-xml-ui.map2
2 files changed, 3 insertions, 3 deletions
diff --git a/releng.sourceediting/maps/wst-xml-core.map b/releng.sourceediting/maps/wst-xml-core.map
index 8e473b84f..901e95066 100644
--- a/releng.sourceediting/maps/wst-xml-core.map
+++ b/releng.sourceediting/maps/wst-xml-core.map
@@ -3,8 +3,8 @@
! 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=v201212031606,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=v201212142059,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.git,path=bundles/org.eclipse.wst.xml.core
+plugin@org.eclipse.wst.sse.core=GIT,tag=v201301081519,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=v201301081519,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
plugin@org.eclipse.wst.standard.schemas=GIT,tag=v201111021744,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.git,path=bundles/org.eclipse.wst.standard.schemas
diff --git a/releng.sourceediting/maps/wst-xml-ui.map b/releng.sourceediting/maps/wst-xml-ui.map
index 549470e58..4f8b715fe 100644
--- a/releng.sourceediting/maps/wst-xml-ui.map
+++ b/releng.sourceediting/maps/wst-xml-ui.map
@@ -3,7 +3,7 @@
! These bundles are currently being developed and released from the R3_4_maintenance branch
plugin@org.eclipse.wst.dtd.ui=GIT,tag=v201203081826,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.git,path=bundles/org.eclipse.wst.dtd.ui
-plugin@org.eclipse.wst.sse.ui=GIT,tag=v201212122115,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.git,path=bundles/org.eclipse.wst.sse.ui
+plugin@org.eclipse.wst.sse.ui=GIT,tag=v201301072141,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.git,path=bundles/org.eclipse.wst.sse.ui
plugin@org.eclipse.wst.xml.ui=GIT,tag=v201211262010,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.git,path=bundles/org.eclipse.wst.xml.ui
plugin@org.eclipse.wst.xsd.ui=GIT,tag=v201203081826,repo=git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.git,path=bundles/org.eclipse.wst.xsd.ui

Back to the top