Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103711 Details for
Bug 50972
Requested: ebuild for cruisecontrol
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/2.5/cruisecontrol-2.5-jsp12.patch
cruisecontrol-2.5-jsp12.patch (text/plain), 6.91 KB, created by
Kristian
on 2006-12-09 12:08:37 UTC
(
hide
)
Description:
files/2.5/cruisecontrol-2.5-jsp12.patch
Filename:
MIME Type:
Creator:
Kristian
Created:
2006-12-09 12:08:37 UTC
Size:
6.91 KB
patch
obsolete
>diff -urN cruisecontrol-2.5.orig/reporting/jsp/webcontent/buildresults.jsp cruisecontrol-2.5/reporting/jsp/webcontent/buildresults.jsp >--- cruisecontrol-2.5.orig/reporting/jsp/webcontent/buildresults.jsp 2005-08-17 11:23:20.000000000 -0500 >+++ cruisecontrol-2.5/reporting/jsp/webcontent/buildresults.jsp 2005-11-15 16:36:29.000000000 -0600 >@@ -34,7 +34,7 @@ > * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS > * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > ********************************************************************************--%> >-<%@ taglib uri="/WEB-INF/cruisecontrol-jsp11.tld" prefix="cruisecontrol"%> >+<%@ taglib uri="/WEB-INF/cruisecontrol-jsp12.tld" prefix="cruisecontrol"%> > <%-- > The stylesheets used should match the XSL file list in HTMLEmailPublisher > --%> >diff -urN cruisecontrol-2.5.orig/reporting/jsp/webcontent/checkstyle.jsp cruisecontrol-2.5/reporting/jsp/webcontent/checkstyle.jsp >--- cruisecontrol-2.5.orig/reporting/jsp/webcontent/checkstyle.jsp 2005-09-29 00:00:34.000000000 -0500 >+++ cruisecontrol-2.5/reporting/jsp/webcontent/checkstyle.jsp 2005-11-15 16:36:31.000000000 -0600 >@@ -35,7 +35,7 @@ > * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > ********************************************************************************--%> > <%@page errorPage="/error.jsp"%> >-<%@ taglib uri="/WEB-INF/cruisecontrol-jsp11.tld" prefix="cruisecontrol"%> >+<%@ taglib uri="/WEB-INF/cruisecontrol-jsp12.tld" prefix="cruisecontrol"%> > <!-- > CruiseControl''s Style Sheet for CheckStyle > --> >diff -urN cruisecontrol-2.5.orig/reporting/jsp/webcontent/controlpanel.jsp cruisecontrol-2.5/reporting/jsp/webcontent/controlpanel.jsp >--- cruisecontrol-2.5.orig/reporting/jsp/webcontent/controlpanel.jsp 2005-09-29 00:00:34.000000000 -0500 >+++ cruisecontrol-2.5/reporting/jsp/webcontent/controlpanel.jsp 2005-11-15 16:36:31.000000000 -0600 >@@ -35,7 +35,7 @@ > * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > ********************************************************************************--%> > <%@page import="java.net.*,java.io.*"%> >-<%@ taglib uri="/WEB-INF/cruisecontrol-jsp11.tld" prefix="cruisecontrol"%> >+<%@ taglib uri="/WEB-INF/cruisecontrol-jsp12.tld" prefix="cruisecontrol"%> > <% > String hostname = ""; > try >diff -urN cruisecontrol-2.5.orig/reporting/jsp/webcontent/main.jsp cruisecontrol-2.5/reporting/jsp/webcontent/main.jsp >--- cruisecontrol-2.5.orig/reporting/jsp/webcontent/main.jsp 2005-10-10 09:16:08.000000000 -0500 >+++ cruisecontrol-2.5/reporting/jsp/webcontent/main.jsp 2005-11-15 16:36:33.000000000 -0600 >@@ -36,7 +36,7 @@ > ********************************************************************************--%> > <%@page contentType="text/html; charset=utf-8"%> > <%@page errorPage="/error.jsp"%> >-<%@ taglib uri="/WEB-INF/cruisecontrol-jsp11.tld" prefix="cruisecontrol"%> >+<%@ taglib uri="/WEB-INF/cruisecontrol-jsp12.tld" prefix="cruisecontrol"%> > <% > String rmiPort = System.getProperty("cruisecontrol.rmiport"); > boolean rmiEnabled = rmiPort != null; >diff -urN cruisecontrol-2.5.orig/reporting/jsp/webcontent/metrics.jsp cruisecontrol-2.5/reporting/jsp/webcontent/metrics.jsp >--- cruisecontrol-2.5.orig/reporting/jsp/webcontent/metrics.jsp 2005-02-01 00:42:30.000000000 -0600 >+++ cruisecontrol-2.5/reporting/jsp/webcontent/metrics.jsp 2005-11-15 16:36:34.000000000 -0600 >@@ -1,6 +1,6 @@ > <%@page import="net.sourceforge.cruisecontrol.*, net.sourceforge.cruisecontrol.chart.*"%> > <%@ taglib uri="/WEB-INF/lib/cewolf.jar" prefix="cewolf" %> >-<%@ taglib uri="/WEB-INF/cruisecontrol-jsp11.tld" prefix="cruisecontrol"%> >+<%@ taglib uri="/WEB-INF/cruisecontrol-jsp12.tld" prefix="cruisecontrol"%> > > <cruisecontrol:buildInfo /> > >diff -urN cruisecontrol-2.5.orig/reporting/jsp/webcontent/navigation.jsp cruisecontrol-2.5/reporting/jsp/webcontent/navigation.jsp >--- cruisecontrol-2.5.orig/reporting/jsp/webcontent/navigation.jsp 2005-09-29 00:00:34.000000000 -0500 >+++ cruisecontrol-2.5/reporting/jsp/webcontent/navigation.jsp 2005-11-15 16:36:36.000000000 -0600 >@@ -35,7 +35,7 @@ > * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > ********************************************************************************--%> > <%@page import="java.io.File, java.util.Arrays"%> >-<%@ taglib uri="/WEB-INF/cruisecontrol-jsp11.tld" prefix="cruisecontrol"%> >+<%@ taglib uri="/WEB-INF/cruisecontrol-jsp12.tld" prefix="cruisecontrol"%> > <img src="images/blank8.gif" border="0"/><br/> > <a href="http://cruisecontrol.sourceforge.net" border="0"><img src="images/logo.gif" border="0"/></a><p> > <table border="0" align="center" width="98%"> >diff -urN cruisecontrol-2.5.orig/reporting/jsp/webcontent/pmd.jsp cruisecontrol-2.5/reporting/jsp/webcontent/pmd.jsp >--- cruisecontrol-2.5.orig/reporting/jsp/webcontent/pmd.jsp 2005-09-29 00:00:34.000000000 -0500 >+++ cruisecontrol-2.5/reporting/jsp/webcontent/pmd.jsp 2005-11-15 16:36:36.000000000 -0600 >@@ -35,5 +35,5 @@ > * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > ********************************************************************************--%> > <%@page errorPage="/error.jsp"%> >-<%@ taglib uri="/WEB-INF/cruisecontrol-jsp11.tld" prefix="cruisecontrol"%> >+<%@ taglib uri="/WEB-INF/cruisecontrol-jsp12.tld" prefix="cruisecontrol"%> > <cruisecontrol:xsl xslFile="/xsl/pmd-details.xsl"/> >diff -urN cruisecontrol-2.5.orig/reporting/jsp/webcontent/rss.jsp cruisecontrol-2.5/reporting/jsp/webcontent/rss.jsp >--- cruisecontrol-2.5.orig/reporting/jsp/webcontent/rss.jsp 2005-05-17 21:47:44.000000000 -0500 >+++ cruisecontrol-2.5/reporting/jsp/webcontent/rss.jsp 2005-11-15 16:36:38.000000000 -0600 >@@ -40,7 +40,7 @@ > * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS > * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > ********************************************************************************--%> >-<%@ taglib uri="/WEB-INF/cruisecontrol-jsp11.tld" prefix="cruisecontrol"%> >+<%@ taglib uri="/WEB-INF/cruisecontrol-jsp12.tld" prefix="cruisecontrol"%> > <jsp:useBean id="statusHelper" scope="page" class="net.sourceforge.cruisecontrol.StatusHelper" /> > <%@ page contentType="text/xml" %> > >diff -urN cruisecontrol-2.5.orig/reporting/jsp/webcontent/testdetails.jsp cruisecontrol-2.5/reporting/jsp/webcontent/testdetails.jsp >--- cruisecontrol-2.5.orig/reporting/jsp/webcontent/testdetails.jsp 2005-02-01 00:42:30.000000000 -0600 >+++ cruisecontrol-2.5/reporting/jsp/webcontent/testdetails.jsp 2005-11-15 16:36:41.000000000 -0600 >@@ -34,6 +34,6 @@ > * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS > * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > ********************************************************************************--%> >-<%@ taglib uri="/WEB-INF/cruisecontrol-jsp11.tld" prefix="cruisecontrol"%> >+<%@ taglib uri="/WEB-INF/cruisecontrol-jsp12.tld" prefix="cruisecontrol"%> > > <cruisecontrol:xsl xslFile="/xsl/testdetails.xsl"/>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 50972
:
41278
|
41279
|
41280
|
58438
|
58597
|
58602
|
58604
|
58674
|
58675
|
58677
|
58685
|
58686
|
59411
|
59412
|
59413
|
59414
|
59416
|
59629
|
59630
|
72708
|
72709
|
72711
|
72712
|
72972
|
72973
|
72974
|
103707
|
103708
|
103709
|
103710
| 103711