Author: rombert
Date: Tue Jul 1 13:46:09 2014
New Revision: 1607078
URL: http://svn.apache.org/r1607078
Log:
IDE Tooling: added some missing markup
Modified:
sling/site/trunk/content/documentation/development/ide-tooling.mdtext
Modified: sling/site/trunk/content/documentation/development/ide-tooling.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/ide-tooling.mdtext?rev=1607078&r1=1607077&r2=1607078&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/ide-tooling.mdtext
(original)
+++ sling/site/trunk/content/documentation/development/ide-tooling.mdtext Tue
Jul 1 13:46:09 2014
@@ -11,8 +11,9 @@ Installation
The Sling IDE tooling is centered around the Server and Module concepts. A
Server is an instance of a Sling launchpad - or derivatives such as Adobe CQ -
on which you deploy your content. A Module is a collection of resources grouped
into a single Eclipse project which can be deployed onto one or multiple
Servers.
-The tooling supports content and bundle modules. Content modules typically
hold Sling scripts - like JSP and ESP files, client-side resources like CSS and
JSS file, but also arbitrary repository content. Content modules support
support setting JCR properties for nodes other than nodes and files, based on
the FileVault serialization format. You can read mode about FileVault at the
Apache Jackkrabit FileVault docs Bundle modules represent a single OSGi bundle.
-Server definition
+The tooling supports content and bundle modules. Content modules typically
hold Sling scripts - like JSP and ESP files, client-side resources like CSS and
JSS file, but also arbitrary repository content. Content modules support
support setting JCR properties for nodes other than nodes and files, based on
the FileVault serialization format. You can read mode about FileVault at the
[Apache Jackkrabit FileVault docs](https://jackrabbit.apache.org/filevault/).
Bundle modules represent a single OSGi bundle.
+
+### Server definition
To create a new Sling launchpad server you will need to start a Sling
launchpad outside of Eclipse. We do not yet support starting Sling Launchpad
instances from Eclipse.
@@ -76,7 +77,7 @@ Node properties can be edited in a disti
### filter.xml - workspace filter definition
-A content project does not synchronize all its contents to the workspace.
Instead, it looks for a filter.xml file which defines which content is included
in synchronization operations. More information about the filter.xml file
format and semantics can be found at FileVault docs - Workspace Filter
+A content project does not synchronize all its contents to the workspace.
Instead, it looks for a filter.xml file which defines which content is included
in synchronization operations. More information about the filter.xml file
format and semantics can be found at [FileVault docs - Workspace
Filter](https://jackrabbit.apache.org/filevault/filter.html).
### Deploying projects on the server