Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-16075] Remove now-redundant resURL from summary jelly …
…files.

Apparently Jenkins now inserts the 'static' URL itself, so this isn't needed.
  • Loading branch information
orrc committed Dec 30, 2012
1 parent edb9e85 commit 71f1a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler"
xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson"
xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:u="/util">
<u:summary icon="${resURL}/plugin/android-lint/icons/android-48x48.png"/>
<u:summary icon="/plugin/android-lint/icons/android-48x48.png"/>
</j:jelly>
@@ -1,5 +1,5 @@
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler"
xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson"
xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:u="/util">
<u:summary icon="${resURL}/plugin/android-lint/icons/android-48x48.png"/>
<u:summary icon="/plugin/android-lint/icons/android-48x48.png"/>
</j:jelly>

0 comments on commit 71f1a1e

Please sign in to comment.