Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-07-01 15:47:29 +0000
committerJesse McConnell2011-07-01 15:47:29 +0000
commit6841ba6296553144ea9e7a0384c739429b156884 (patch)
tree9e44430962f29173f6ff1d100ec72b6ccc549222
parent31e67dc49937dbd612ff7d47c4c45c9c79f82de2 (diff)
downloadorg.eclipse.jetty.wtp-6841ba6296553144ea9e7a0384c739429b156884.tar.gz
org.eclipse.jetty.wtp-6841ba6296553144ea9e7a0384c739429b156884.tar.xz
org.eclipse.jetty.wtp-6841ba6296553144ea9e7a0384c739429b156884.zip
update 7.4.x runtime to 7.4.3
-rw-r--r--org.eclipse.jst.server.jetty.core/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jst.server.jetty.core/plugin.xml b/org.eclipse.jst.server.jetty.core/plugin.xml
index dde573c..40faaae 100644
--- a/org.eclipse.jst.server.jetty.core/plugin.xml
+++ b/org.eclipse.jst.server.jetty.core/plugin.xml
@@ -354,8 +354,8 @@
licenseUrl="http://www.apache.org/licenses/LICENSE-2.0.txt">
</runtime>
<runtime
- archivePath="jetty-distribution-7.4.2.v20110526"
- archiveUrl="http://download.eclipse.org/jetty/7.4.2.v20110526/dist/jetty-distribution-7.4.2.v20110526.zip"
+ archivePath="jetty-distribution-7.4.3.v20110701"
+ archiveUrl="http://download.eclipse.org/jetty/7.4.3.v20110701/dist/jetty-distribution-7.4.3.v20110701.zip"
id="org.eclipse.jst.server.jetty.runtime.74"
licenseUrl="http://www.apache.org/licenses/LICENSE-2.0.txt">
</runtime>

Back to the top