- Revision
- 1075
- Author
- mauro
- Date
- 2009-02-14 11:32:48 -0600 (Sat, 14 Feb 2009)
Log Message
Made failure stacktrace collapsed by default. Removed diff brush.
Modified Paths
- sandbox/jbehave-web/examples/trader-web/pom.xml
- sandbox/jbehave-web/web-waffle/src/main/webapp/ftl/scenario/scenario.ftl
Removed Paths
Diff
Modified: sandbox/jbehave-web/examples/trader-web/pom.xml (1074 => 1075)
--- sandbox/jbehave-web/examples/trader-web/pom.xml 2009-02-14 16:56:31 UTC (rev 1074) +++ sandbox/jbehave-web/examples/trader-web/pom.xml 2009-02-14 17:32:48 UTC (rev 1075) @@ -40,7 +40,6 @@ <outputDirectory>${project.build.directory}/waffle-webapp</outputDirectory> <overWriteReleases>true</overWriteReleases> <overWriteSnapshots>true</overWriteSnapshots> - <includes>**\/*.css,**\/*.ftl,**\/*.js,**\/*.jsp,**\/*.xml</includes> <excludes></excludes> <artifactItems> <artifactItem> @@ -107,13 +106,6 @@ <resources> <resource> <directory>${basedir}/src/main/webapp</directory> - <includes> - <include>**\/*.css</include> - <include>**\/*.ftl</include> - <include>**\/*.js</include> - <include>**\/*.jsp</include> - <include>**\/*.xml</include> - </includes> </resource> </resources> </configuration>
Deleted: sandbox/jbehave-web/web-resources/src/main/resources/js/sh/shBrushDiff.js (1074 => 1075)
--- sandbox/jbehave-web/web-resources/src/main/resources/js/sh/shBrushDiff.js 2009-02-14 16:56:31 UTC (rev 1074) +++ sandbox/jbehave-web/web-resources/src/main/resources/js/sh/shBrushDiff.js 2009-02-14 17:32:48 UTC (rev 1075) @@ -1,35 +0,0 @@ -/** - * SyntaxHighlighter - * http://alexgorbatchev.com/ - * - * @version - * 2.0.287 (February 06 2009) - * - * @author - * Alex Gorbatchev - * - * @copyright - * Copyright (C) 2004-2009 Alex Gorbatchev. - * - * Licensed under a GNU Lesser General Public License. - * http://creativecommons.org/licenses/LGPL/2.1/ - * - * SyntaxHighlighter is donationware. You are allowed to download, modify and distribute - * the source code in accordance with LGPL 2.1 license, however if you want to use - * SyntaxHighlighter on your site or include it in your product, you must donate. - * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate - */ -SyntaxHighlighter.brushes.Diff = function() -{ - this.regexList = [ - { regex: /^\+\+\+.*$/gm, css: 'color2' }, - { regex: /^\-\-\-.*$/gm, css: 'color2' }, - { regex: /^\s.*$/gm, css: 'color1' }, - { regex: /^@@.*@@$/gm, css: 'variable' }, - { regex: /^\+[^\+]{1}.*$/gm, css: 'string' }, - { regex: /^\-[^\-]{1}.*$/gm, css: 'comments' } - ]; -}; - -SyntaxHighlighter.brushes.Diff.prototype = new SyntaxHighlighter.Highlighter(); -SyntaxHighlighter.brushes.Diff.aliases = ['diff', 'patch'];
Modified: sandbox/jbehave-web/web-waffle/src/main/webapp/ftl/scenario/scenario.ftl (1074 => 1075)
--- sandbox/jbehave-web/web-waffle/src/main/webapp/ftl/scenario/scenario.ftl 2009-02-14 16:56:31 UTC (rev 1074) +++ sandbox/jbehave-web/web-waffle/src/main/webapp/ftl/scenario/scenario.ftl 2009-02-14 17:32:48 UTC (rev 1075) @@ -51,7 +51,7 @@ <fieldset> <legend><@i.messageFor "failureStackTrace" "Failure Stack Trace"/></legend> <p> - <pre class="brush: java; gutter: false"> + <pre class="brush: java; gutter: false; collapse: true"> ${failureStackTrace} </pre> </p>
To unsubscribe from this list please visit: