Author: juanpablo
Date: Wed Aug 29 18:24:56 2012
New Revision: 1378670
URL: http://svn.apache.org/viewvc?rev=1378670&view=rev
Log:
added CI build information.
Modified:
incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext
incubator/jspwiki/site/trunk/templates/sidenav.mdtext
incubator/jspwiki/site/trunk/templates/skeleton.html
Modified:
incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext?rev=1378670&r1=1378669&r2=1378670&view=diff
==============================================================================
--- incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext
(original)
+++ incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext
Wed Aug 29 18:24:56 2012
@@ -42,6 +42,9 @@ call it "`my_build.sh`":
#!/bin/sh
ant -Dbuild.properties=/path/to/my.properties
+
+There is also a CI job running `ant clean dist` on a daily basis at
+<a href="https://builds.apache.org/job/JSPWiki/"
class="external">builds.apache.org</a>.
### Eclipse
Modified: incubator/jspwiki/site/trunk/templates/sidenav.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/site/trunk/templates/sidenav.mdtext?rev=1378670&r1=1378669&r2=1378670&view=diff
==============================================================================
--- incubator/jspwiki/site/trunk/templates/sidenav.mdtext (original)
+++ incubator/jspwiki/site/trunk/templates/sidenav.mdtext Wed Aug 29 18:24:56
2012
@@ -24,6 +24,7 @@
* [Source and Guide](/jspwiki/development/source_and_guide.html)
* [Building](/jspwiki/development/building.html)
* <a
href="https://issues.apache.org/jira/browse/JSPWIKI#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap*panel"
class="external">Road Map</a>
+ * <a href="https://builds.apache.org/job/JSPWiki/" class="external">CI
build</a>
* [Edit Website](/jspwiki/development/edit_website.html)
**PPMC**
Modified: incubator/jspwiki/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/site/trunk/templates/skeleton.html?rev=1378670&r1=1378669&r2=1378670&view=diff
==============================================================================
--- incubator/jspwiki/site/trunk/templates/skeleton.html (original)
+++ incubator/jspwiki/site/trunk/templates/skeleton.html Wed Aug 29 18:24:56
2012
@@ -99,7 +99,7 @@
<div class="leftmenufooter">
<br /><hr>
</div>
- <div class="wikiversion">JSPWiki v2.9.0-incubating-7</div>
+ <div class="wikiversion">JSPWiki v2.9.0-incubating-10</div>
</div>
<div class="clearbox"></div>
@@ -107,7 +107,7 @@
<div id="footer">
<div class="copyright">
- Copyright © 2011 The Apache Software Foundation, Licensed under
+ Copyright © 2012 The Apache Software Foundation, Licensed under
the <a href="http://www.apache.org/licenses/LICENSE-2.0"
class="external">Apache License, Version 2.0</a>.
<br />Apache and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>