Author: kwin
Date: Thu Feb 25 14:28:39 2016
New Revision: 1732311
URL: http://svn.apache.org/viewvc?rev=1732311&view=rev
Log:
complete toc
Modified:
sling/site/trunk/content/documentation/development/sling.mdtext
Modified: sling/site/trunk/content/documentation/development/sling.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/sling.mdtext?rev=1732311&r1=1732310&r2=1732311&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/sling.mdtext (original)
+++ sling/site/trunk/content/documentation/development/sling.mdtext Thu Feb 25
14:28:39 2016
@@ -6,7 +6,10 @@ The Maven Sling Plugin provides a number
|--|--|
| [sling:deploy](#the-deploy-goal) | Deploy an OSGi-bundle into the OBR
running on a Sling instance. |
| [sling:deploy-file](#the-deploy-file-goal) | Deploy an OSGi-bundle into the
OBR running on a Sling instance without requiring a project descriptor file. |
+| [sling:install](#the-install-goal) | Install an OSGi-bundle into a running
Sling instance. |
| [sling:install-file](#the-install-file-goal) | Install an OSGi-bundle into a
running Sling instance without requiring a project descriptor file. |
+| [sling:install-file](#the-install-file-goal) | Uninstall an OSGi-bundle from
a running Sling instance. |
+| [sling:validate](#the-validate-goal) | Validate JSON files in module (used
for initial content loading). |
## Usage