Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreyuen2017-05-17 21:17:04 +0000
committereyuen2017-05-17 21:17:04 +0000
commitd74e5176bb14ed660acbdef6ddd82ef74704c7d5 (patch)
treeed1accd6f3efa64196bfd270f8c5f71f62de4b3c
parent5f51217e54fe03f2490c7e4c0682a0e51f81df5a (diff)
downloadwebtools.servertools-d74e5176bb14ed660acbdef6ddd82ef74704c7d5.tar.gz
webtools.servertools-d74e5176bb14ed660acbdef6ddd82ef74704c7d5.tar.xz
webtools.servertools-d74e5176bb14ed660acbdef6ddd82ef74704c7d5.zip
[472933] Download and install button not enabledR3_9_0
-rw-r--r--plugins/org.eclipse.jst.server.tomcat.core/plugin.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/org.eclipse.jst.server.tomcat.core/plugin.xml b/plugins/org.eclipse.jst.server.tomcat.core/plugin.xml
index 1ee3d67ea..9db482cff 100644
--- a/plugins/org.eclipse.jst.server.tomcat.core/plugin.xml
+++ b/plugins/org.eclipse.jst.server.tomcat.core/plugin.xml
@@ -692,5 +692,21 @@
archiveSize="8234674"
fileCount="629"
os="linux"/>
+ <runtime
+ id="org.eclipse.jst.server.tomcat.runtime.80"
+ licenseUrl="http://www.apache.org/licenses/LICENSE-2.0.txt"
+ archiveUrl="http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.36/bin/apache-tomcat-8.0.36-windows-x86.zip"
+ archivePath="apache-tomcat-8.0.36"
+ archiveSize="10562332"
+ fileCount="645"
+ os="win32"/>
+ <runtime
+ id="org.eclipse.jst.server.tomcat.runtime.80"
+ licenseUrl="http://www.apache.org/licenses/LICENSE-2.0.txt"
+ archiveUrl="http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.36/bin/apache-tomcat-8.0.36.tar.gz"
+ archivePath="apache-tomcat-8.0.36"
+ archiveSize="9277365"
+ fileCount="641"
+ os="linux"/>
</extension>
</plugin>

Back to the top