author | Rich Burridge <rich.burridge@oracle.com> |
Fri, 15 Jan 2016 06:30:32 -0800 | |
changeset 5281 | abf5e45362e2 |
parent 5280 | a1d5d3816967 |
child 5282 | b4df500d2f24 |
--- a/make-rules/component-report Thu Jan 14 14:20:29 2016 -0800 +++ b/make-rules/component-report Fri Jan 15 06:30:32 2016 -0800 @@ -31,7 +31,7 @@ echo "$$license<br>" >>[email protected] ; \ done ; echo "</td>" >>[email protected] @echo "<td>" >>[email protected] ; for tpno in $(ALL_TPNOS) ; do \ - echo "$${tpno}<br>" >>[email protected] ; \ + echo "<a href='https://pls.us.oracle.com/PLS/faces/ThirdPartyHome?itemDetail=Y&aid=$$tpno'>$${tpno}</a><br>" >>[email protected] ; \ done ; echo "</td>" >>[email protected] @echo "<td>" >>[email protected] ; for bugdb in $(COMPONENT_BUGDB) ; do \ echo "<a href='$(BUGDB_URL)$$bugdb'>$$bugdb</a><br>" >>[email protected] ; \