Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Jaun2013-11-20 17:40:57 +0000
committerChris Jaun2013-11-20 17:40:57 +0000
commit7c64c62e8fd586471ebf70df8da0370f020a1b1b (patch)
treed0bb1b6a80c0548439ee217325e6bf570cc486a4
parenta2eef62eff138269dce74a1a6b7db576d87a683d (diff)
downloadwebtools.maps-7c64c62e8fd586471ebf70df8da0370f020a1b1b.tar.gz
webtools.maps-7c64c62e8fd586471ebf70df8da0370f020a1b1b.tar.xz
webtools.maps-7c64c62e8fd586471ebf70df8da0370f020a1b1b.zip
[325809] [misc] unit tests produce a "comptest" directory in user.home
[387716] JavaScript and JSON content type extensions should be overrideable or specify a default encoding = UTF-8 [384319] CPU utilization to 100% when this is appended to new object definition [349020] [hotbug] [validation] Eclipse complains about jquery minified JS files [420333] Remove JSDT semantic validation
-rw-r--r--releng.jsdt/maps/wst-jsdt-tests.map2
-rw-r--r--releng.jsdt/maps/wst-jsdt.map4
2 files changed, 3 insertions, 3 deletions
diff --git a/releng.jsdt/maps/wst-jsdt-tests.map b/releng.jsdt/maps/wst-jsdt-tests.map
index 8b37163fc..9022527a6 100644
--- a/releng.jsdt/maps/wst-jsdt-tests.map
+++ b/releng.jsdt/maps/wst-jsdt-tests.map
@@ -2,7 +2,7 @@
! This map file is for the WTP 3.6 release
! These bundles are currently being developed and released from the HEAD branch
-plugin@org.eclipse.wst.jsdt.core.tests.compiler=GIT,tag=v201308282108,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.tests.git,path=tests/org.eclipse.wst.jsdt.core.tests.compiler
+plugin@org.eclipse.wst.jsdt.core.tests.compiler=GIT,tag=v201311201729,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.tests.git,path=tests/org.eclipse.wst.jsdt.core.tests.compiler
plugin@org.eclipse.wst.jsdt.core.tests.model=GIT,tag=v201307161720,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.tests.git,path=tests/org.eclipse.wst.jsdt.core.tests.model
plugin@org.eclipse.wst.jsdt.ui.tests=GIT,tag=v201308211905,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.tests.git,path=tests/org.eclipse.wst.jsdt.ui.tests
diff --git a/releng.jsdt/maps/wst-jsdt.map b/releng.jsdt/maps/wst-jsdt.map
index 3d5b89b8e..c6492849d 100644
--- a/releng.jsdt/maps/wst-jsdt.map
+++ b/releng.jsdt/maps/wst-jsdt.map
@@ -3,11 +3,11 @@
! These bundles are currently being developed and released from the master branch
plugin@org.eclipse.wst.jsdt.doc=GIT,tag=v201202031526,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.core.git,path=docs/org.eclipse.wst.jsdt.doc
-plugin@org.eclipse.wst.jsdt.core=GIT,tag=v201311062114,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.core.git,path=bundles/org.eclipse.wst.jsdt.core
+plugin@org.eclipse.wst.jsdt.core=GIT,tag=v201311201729,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.core.git,path=bundles/org.eclipse.wst.jsdt.core
plugin@org.eclipse.wst.jsdt.manipulation=GIT,tag=v201204261600,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.core.git,path=bundles/org.eclipse.wst.jsdt.manipulation
plugin@org.eclipse.wst.jsdt.support.firefox=GIT,tag=v201208171701,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.core.git,path=bundles/org.eclipse.wst.jsdt.support.firefox
plugin@org.eclipse.wst.jsdt.support.ie=GIT,tag=v201208171701,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.core.git,path=bundles/org.eclipse.wst.jsdt.support.ie
-plugin@org.eclipse.wst.jsdt.ui=GIT,tag=v201311062114,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.core.git,path=bundles/org.eclipse.wst.jsdt.ui
+plugin@org.eclipse.wst.jsdt.ui=GIT,tag=v201311201729,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.core.git,path=bundles/org.eclipse.wst.jsdt.ui
plugin@org.eclipse.wst.jsdt.debug.core=GIT,tag=v201208171701,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.debug.git,path=bundles/org.eclipse.wst.jsdt.debug.core
plugin@org.eclipse.wst.jsdt.debug.crossfire=GIT,tag=v201208171701,repo=git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.debug.git,path=bundles/org.eclipse.wst.jsdt.debug.crossfire

Back to the top