Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2010-11-17 22:30:15 +0000
committerJesse McConnell2010-11-17 22:30:15 +0000
commit6f74058e60cd79f6896337b69ea6aebea89d0ce8 (patch)
tree63aaed46dbc8e96a9acda7b6def932e2eb01796f
parent7bf37f142cacc1ec4c7bc613516457450171b5ed (diff)
downloadorg.eclipse.jetty.wtp-6f74058e60cd79f6896337b69ea6aebea89d0ce8.tar.gz
org.eclipse.jetty.wtp-6f74058e60cd79f6896337b69ea6aebea89d0ce8.tar.xz
org.eclipse.jetty.wtp-6f74058e60cd79f6896337b69ea6aebea89d0ce8.zip
[Bug 330525] address license display from html -> txt
-rw-r--r--org.eclipse.jst.server.jetty.core/plugin.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jst.server.jetty.core/plugin.xml b/org.eclipse.jst.server.jetty.core/plugin.xml
index dab3f61..894c8c0 100644
--- a/org.eclipse.jst.server.jetty.core/plugin.xml
+++ b/org.eclipse.jst.server.jetty.core/plugin.xml
@@ -204,12 +204,12 @@
<extension point="org.eclipse.wst.server.core.installableRuntimes">
<runtime
id="org.eclipse.jst.server.jetty.runtime.70"
- licenseUrl="http://www.apache.org/licenses/LICENSE-2.0"
- archiveUrl="http://download.eclipse.org/jetty/7.2.0.v20101020/dist/jetty-distribution-7.2.0.v20101020.zip"
- archivePath="jetty-distribution-7.2.0.v20101020" />
+ licenseUrl="http://www.apache.org/licenses/LICENSE-2.0.txt"
+ archiveUrl="http://download.eclipse.org/jetty/7.2.1.v20101111/dist/jetty-distribution-7.2.0.v20101020.zip"
+ archivePath="jetty-distribution-7.2.1.v20101111" />
<runtime
id="org.eclipse.jst.server.jetty.runtime.80"
- licenseUrl="http://www.apache.org/licenses/LICENSE-2.0"
+ licenseUrl="http://www.apache.org/licenses/LICENSE-2.0.txt"
archiveUrl="http://download.eclipse.org/jetty/8.0.0.M1/dist/jetty-distribution-8.0.0.M1.zip"
archivePath="jetty-distribution-8.0.0.M1" />
</extension>

Back to the top