Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornsandonato2010-12-03 19:24:20 +0000
committernsandonato2010-12-03 19:24:20 +0000
commitc1d3683604fff78afd8404a0a9aba39ff15925cc (patch)
tree301ac6ba4e9746442e50e4aeb1212375c96d68e8
parentc26bf91fe91bc4a19d8d1c923c1c1ff217a2a0dc (diff)
downloadwebtools.maps-c1d3683604fff78afd8404a0a9aba39ff15925cc.tar.gz
webtools.maps-c1d3683604fff78afd8404a0a9aba39ff15925cc.tar.xz
webtools.maps-c1d3683604fff78afd8404a0a9aba39ff15925cc.zip
[331084] Missing break statement in HTMLDocumentAdapter can cause ClassCastException.
[330986] The "return;" in the end of a jsp cause a compile error, but the ide doesn't show any warning. [331687] Proposal replacement length not properly adjusted [331590] ModelManager overly-synchronized for getting referenceCounts
-rw-r--r--releng.sourceediting/maps/jst-jsp.map2
-rw-r--r--releng.sourceediting/maps/wst-web-core.map2
-rw-r--r--releng.sourceediting/maps/wst-xml-core.map2
-rw-r--r--releng.sourceediting/maps/wst-xml-ui.map2
4 files changed, 4 insertions, 4 deletions
diff --git a/releng.sourceediting/maps/jst-jsp.map b/releng.sourceediting/maps/jst-jsp.map
index 3ed8f3420..0057a1104 100644
--- a/releng.sourceediting/maps/jst-jsp.map
+++ b/releng.sourceediting/maps/jst-jsp.map
@@ -2,7 +2,7 @@
! This map file is for the WTP 3.3 release
! These bundles are currently being developed and released from the HEAD branch
-plugin@org.eclipse.jst.jsp.core=v201011191934,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.jst.jsp.core
+plugin@org.eclipse.jst.jsp.core=v201012031923,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.jst.jsp.core
plugin@org.eclipse.jst.jsp.ui=v201011151456,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.jst.jsp.ui
!*************** \ No newline at end of file
diff --git a/releng.sourceediting/maps/wst-web-core.map b/releng.sourceediting/maps/wst-web-core.map
index 9806cfc2b..2e45914c8 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=v201007151900,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,jeetools/plugins/org.eclipse.wst.web
plugin@org.eclipse.wst.css.core=v201010292144,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.css.core
-plugin@org.eclipse.wst.html.core=v201011052107,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.html.core
+plugin@org.eclipse.wst.html.core=v201012031923,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.html.core
!*************** \ No newline at end of file
diff --git a/releng.sourceediting/maps/wst-xml-core.map b/releng.sourceediting/maps/wst-xml-core.map
index 66eecda94..2a46b7d3a 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 HEAD branch
plugin@org.eclipse.wst.dtd.core=v201010292144,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.dtd.core
-plugin@org.eclipse.wst.sse.core=v201011171831,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.sse.core
+plugin@org.eclipse.wst.sse.core=v201012031923,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.sse.core
plugin@org.eclipse.wst.xml.core=v201011151623,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.xml.core
plugin@org.eclipse.wst.xsd.core=v201011122042,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.xsd.core
diff --git a/releng.sourceediting/maps/wst-xml-ui.map b/releng.sourceediting/maps/wst-xml-ui.map
index 72b64c1f4..9af94c636 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 HEAD branch
plugin@org.eclipse.wst.dtd.ui=v201010291852,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.dtd.ui
-plugin@org.eclipse.wst.sse.ui=v201011300715,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.sse.ui
+plugin@org.eclipse.wst.sse.ui=v201012031923,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.sse.ui
plugin@org.eclipse.wst.xml.ui=v201011151911,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.xml.ui
plugin@org.eclipse.wst.xsd.ui=v201011300734,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wst.xsd.ui

Back to the top