Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-02-01 23:25:53 +0000
committerJesse McConnell2012-02-01 23:25:53 +0000
commit2ced86c9dd75d499c3bf31dbc783f607da687878 (patch)
treeea6800a451c113cf1282861733d23484b0b3ded4 /jetty-aggregate/jetty-all/pom.xml
parent0797e8a23d10677ebdac8fd143c10e31ae7ad65b (diff)
parent2559c0558bc70a9ef667a4378c3aa46561a845cf (diff)
downloadorg.eclipse.jetty.project-2ced86c9dd75d499c3bf31dbc783f607da687878.tar.gz
org.eclipse.jetty.project-2ced86c9dd75d499c3bf31dbc783f607da687878.tar.xz
org.eclipse.jetty.project-2ced86c9dd75d499c3bf31dbc783f607da687878.zip
Merge branch 'master' into jetty-8
Diffstat (limited to 'jetty-aggregate/jetty-all/pom.xml')
-rw-r--r--jetty-aggregate/jetty-all/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-aggregate/jetty-all/pom.xml b/jetty-aggregate/jetty-all/pom.xml
index 41d3268364..105db34a78 100644
--- a/jetty-aggregate/jetty-all/pom.xml
+++ b/jetty-aggregate/jetty-all/pom.xml
@@ -68,7 +68,7 @@
<url>http://eclipse.org/jetty</url>
<Built-By>${user.name}</Built-By>
<package>org.eclipse.jetty</package>
- <Bundle-License>http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk/NOTICE.txt</Bundle-License>
+ <Bundle-License>http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/NOTICE.txt</Bundle-License>
<Bundle-Name>Jetty</Bundle-Name>
</manifestEntries>
</archive>

Back to the top