Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravera2011-04-19 19:31:29 +0000
committeravera2011-04-19 19:31:29 +0000
commit7af51f7d12bc65a6af2db57a60d9c8a5f484a573 (patch)
tree7bfabf9b5b58d4a86782363095218d950fd4b559
parent9bc041dbf4705ddc1f24eef6da752e4f5a2a6870 (diff)
downloadwebtools.maps-7af51f7d12bc65a6af2db57a60d9c8a5f484a573.tar.gz
webtools.maps-7af51f7d12bc65a6af2db57a60d9c8a5f484a573.tar.xz
webtools.maps-7af51f7d12bc65a6af2db57a60d9c8a5f484a573.zip
[338630] Dnd-ing a project does not republish it
[337907] Reduce the amount of Strings created when tracing is disabled [338940] IServer#start(String, IOperationListener) does not notify the listener in error situations [337349] org.eclipse.wst.server.ui.editorPageSection property tester not called on first open [337777] ServerClasspathContainerPage not initialized properly, leads to error when changing page [337210] Need hook in RunOnServerAction to pass information to LaunchableAdapterDelegate extensions [291664] Server view tool bar contributions are ignored
-rw-r--r--releng.servertools/maps/jst-server.map4
-rw-r--r--releng.servertools/maps/wst-server-core.map4
-rw-r--r--releng.servertools/maps/wst-server-ui.map4
3 files changed, 6 insertions, 6 deletions
diff --git a/releng.servertools/maps/jst-server.map b/releng.servertools/maps/jst-server.map
index d4ace6af7..400e6a113 100644
--- a/releng.servertools/maps/jst-server.map
+++ b/releng.servertools/maps/jst-server.map
@@ -3,8 +3,8 @@
! This map file is for the WTP 3.3.x releases. These bundles are currently
! being developed and released from the HEAD stream
-plugin@org.eclipse.jst.server.core=v20100421,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.jst.server.core
-plugin@org.eclipse.jst.server.ui=v20100823,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.jst.server.ui
+plugin@org.eclipse.jst.server.core=v20110419,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.jst.server.core
+plugin@org.eclipse.jst.server.ui=v20110419,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.jst.server.ui
plugin@org.eclipse.jst.server.preview.adapter=v20100308,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.jst.server.preview.adapter
plugin@org.eclipse.jst.server.generic.core=v20101219,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.jst.server.generic.core
diff --git a/releng.servertools/maps/wst-server-core.map b/releng.servertools/maps/wst-server-core.map
index 717edfb61..d5b5801ce 100644
--- a/releng.servertools/maps/wst-server-core.map
+++ b/releng.servertools/maps/wst-server-core.map
@@ -3,9 +3,9 @@
! This map file is for the WTP 3.3.x releases. These bundles are currently
! being developed and released from the HEAD stream
-plugin@org.eclipse.wst.internet.monitor.core=v20090609,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.wst.internet.monitor.core
+plugin@org.eclipse.wst.internet.monitor.core=v20110419,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.wst.internet.monitor.core
-plugin@org.eclipse.wst.server.core=v20110401_1515,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.wst.server.core
+plugin@org.eclipse.wst.server.core=v20110419,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.wst.server.core
plugin@org.eclipse.wst.server.http.core=v20090429,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.wst.server.http.core
plugin@org.eclipse.wst.server.preview=v20091208,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.wst.server.preview
diff --git a/releng.servertools/maps/wst-server-ui.map b/releng.servertools/maps/wst-server-ui.map
index 6b15f096e..7b1829480 100644
--- a/releng.servertools/maps/wst-server-ui.map
+++ b/releng.servertools/maps/wst-server-ui.map
@@ -3,9 +3,9 @@
! This map file is for the WTP 3.3.x releases. These bundles are currently
! being developed and released from the HEAD stream
-plugin@org.eclipse.wst.internet.monitor.ui=v20100309,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.wst.internet.monitor.ui
+plugin@org.eclipse.wst.internet.monitor.ui=v20110419,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.wst.internet.monitor.ui
-plugin@org.eclipse.wst.server.ui=v20110412b,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.wst.server.ui
+plugin@org.eclipse.wst.server.ui=v20110419,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.wst.server.ui
plugin@org.eclipse.wst.server.http.ui=v20090113,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.wst.server.http.ui
plugin@org.eclipse.wst.server.discovery=v20100707b,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,servertools/plugins/org.eclipse.wst.server.discovery

Back to the top