Author: bdelacretaz
Date: Wed Jun 5 15:28:36 2013
New Revision: 1489916
URL: http://svn.apache.org/r1489916
Log:
junit is optional now
Modified:
sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext
Modified:
sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext?rev=1489916&r1=1489915&r2=1489916&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext
(original)
+++
sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext
Wed Jun 5 15:28:36 2013
@@ -15,7 +15,7 @@ The health check tool is currently (June
the required bundles to a Sling trunk instance to run the demo, as follows:
1. Start a standalone Sling instance from _launchpad/builder_
-1. Install the _org.apache.sling.junit.core_ bundle, version 1.0.8 or later.
+1. Optionally install the _org.apache.sling.junit.core_ bundle, version 1.0.8
or later, if you want to enable JUnit-based rules.
1. Build the _contrib/extensions/healthcheck_ modules.
1. From that module, install the _org.apache.sling.hc.core_ ,
_org.apache.sling.hc.rules_ , _org.apache.sling.hc.sling_ and
_org.apache.sling.hc.slingdemo_ bundles.
1. Open the health check webconsole plugin at _/system/console/healthcheck_
and follow the instructions. The _org.apache.sling.hc.slingdemo_ bundle
provides a set of example rules under _/apps/hc_ , you can use that for testing.