- Revision
- 1312
- Author
- mauro
- Date
- 2009-10-11 05:17:28 -0500 (Sun, 11 Oct 2009)
Log Message
Added resources and templates from JBehave Core.
Modified Paths
Added Paths
- trunk/site/site-resources/src/main/resources/images/
- trunk/site/site-resources/src/main/resources/js/
- trunk/site/site-resources/src/main/resources/style/
- trunk/site/site-templates/src/main/resources/skin.html
Diff
Modified: trunk/site/pom.xml (1311 => 1312)
--- trunk/site/pom.xml 2009-10-11 09:52:58 UTC (rev 1311) +++ trunk/site/pom.xml 2009-10-11 10:17:28 UTC (rev 1312) @@ -18,6 +18,10 @@ <directory>${basedir}/src/main/resources</directory> <filtering>false</filtering> </resource> + <resource> + <directory>${project.build.directory}/resources</directory> + <filtering>false</filtering> + </resource> </resources> <extensions> <extension>
Modified: trunk/site/site-resources/pom.xml (1311 => 1312)
--- trunk/site/site-resources/pom.xml 2009-10-11 09:52:58 UTC (rev 1311) +++ trunk/site/site-resources/pom.xml 2009-10-11 10:17:28 UTC (rev 1312) @@ -18,7 +18,7 @@ <executions> <execution> <id>unpack-xsite-resources</id> - <phase>install</phase> + <phase>generate-resources</phase> <goals> <goal>unpack</goal> </goals> @@ -30,7 +30,7 @@ <groupId>org.codehaus.xsite</groupId> <artifactId>xsite-resources</artifactId> <version>1.1</version> - <outputDirectory>${project.build.outputDirectory}</outputDirectory> + <outputDirectory>${project.build.directory}/resources</outputDirectory> </artifactItem> </artifactItems> </configuration>
Copied: trunk/site/site-resources/src/main/resources/images (from rev 1278, trunk/core/distribution/src/site/resources/images) ( => )
Copied: trunk/site/site-resources/src/main/resources/js (from rev 1278, trunk/core/distribution/src/site/resources/js)
Copied: trunk/site/site-resources/src/main/resources/style (from rev 1278, trunk/core/distribution/src/site/resources/style) ( => )
Copied: trunk/site/site-templates/src/main/resources/skin.html (from rev 1291, trunk/core/distribution/src/site/templates/skin.html) =================================================================== --- trunk/site/site-templates/src/main/resources/skin.html (rev 0) +++ trunk/site/site-templates/src/main/resources/skin.html 2009-10-11 10:17:28 UTC (rev 1312) @@ -0,0 +1,93 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> +<head> +<title>${title}</title> + +<style type="text/css" media="all"> +...@import url( "./style/jbehave.css" ); +</style> + +<script type="text/_javascript_" src="" +<script type="text/_javascript_" src="" +<script type="text/_javascript_" src="" +<style media="screen" type="text/css"> +div.MGroupContent { + display: none +} +</style> +<meta name="verify-v1" + content="UsIBiaQhhmjFrBwcJ2n4XIvEImPNG4SMVP365rRcpxE=" /> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> +</head> + +<body class="composite"> +<div id="banner"><img src="" alt="jbehave" /> +<div class="clear"></div> +</div> + +<div id="Menu"><#list sitemap.sections as section> +<div class="MGroup MEntry"><a>${section.name}</a> +<div id="MGroupContent${section_index}" class="MGroupContent" + style="display: block;"><#list section.entries as entry> <#if +entry=page> +<div class="MFile MEntry" id="MSelected">${entry.title}</div> +<#else> +<div class="MFile MEntry"><a href="" +</div> +</#if> </#list></div> +</div> +</#list> + +<script type="text/_javascript_"><!-- + google_ad_client = "pub-8973208330688044"; + google_ad_width = 125; + google_ad_height = 125; + google_ad_format = "125x125_as_rimg"; + google_cpa_choice = "CAAQ0f2XhAIaCA6IC4oIlz0_KK2293M"; + google_ad_channel = ""; + //--></script> <script type="text/_javascript_" + src="" + // + </script></div> + +<div id="bodyColumn"> +<div id="contentBox"> +<div class="section">${body} <br /> +<br /> +</div> +</div> +</div> +<div class="clear"></div> +<div id="footer"> +<div class="left">Version ${publishedVersion} published on ${publishedDate?string("dd/MM/yyyy")}</div> +<div class="right">© 2003-2009</div> +<div class="clear"></div> +</div> + +</body> + +<script src="" + type="text/_javascript_"></script> +<script type="text/_javascript_"> + _uacct = "UA-759606-2"; + urchinTracker(); +</script> + +<!-- SyntaxHighlighter resources: should be included at end of body --> +<link rel="stylesheet" type="text/css" href="" +<link rel="stylesheet" type="text/css" href="" +<script language="_javascript_" src="" +<script language="_javascript_" src="" +<script language="_javascript_" src="" +<script language="_javascript_" src="" +<script language="_javascript_" src="" +<script language="_javascript_" src="" +<script type="text/_javascript_"> + SyntaxHighlighter.config.clipboardSwf = './js/sh-2.0.320/clipboard.swf'; + SyntaxHighlighter.defaults['gutter'] = false; + SyntaxHighlighter.defaults['toolbar'] = true; + SyntaxHighlighter.all(); +</script> + +</html>
To unsubscribe from this list please visit:
