Author: bdelacretaz
Date: Wed Nov  6 09:20:45 2013
New Revision: 1539285

URL: http://svn.apache.org/r1539285
Log:
remove translation_pending according to /site cleanups

Modified:
    
sling/site/trunk/content/documentation/development/getting-and-building-sling.mdtext
    sling/site/trunk/content/documentation/getting-started.mdtext

Modified: 
sling/site/trunk/content/documentation/development/getting-and-building-sling.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/getting-and-building-sling.mdtext?rev=1539285&r1=1539284&r2=1539285&view=diff
==============================================================================
--- 
sling/site/trunk/content/documentation/development/getting-and-building-sling.mdtext
 (original)
+++ 
sling/site/trunk/content/documentation/development/getting-and-building-sling.mdtext
 Wed Nov  6 09:20:45 2013
@@ -1,4 +1,3 @@
-translation_pending: true
 Title: Getting and Building Sling
 Excerpt: A quick guide for getting the Sling source, then building and running 
the resulting Sling instance; either without or with Eclipse.
 
@@ -239,4 +238,4 @@ The easiest way that I found is to creat
 * To create the bundle jar and install it, just use the command line "mvn 
clean install" in the project directory
 * If you have a running Sling app you can install the bundle from the command 
line with "mvn \-P autoInstallBundle clean install 
\-Dsling.url=http://localhost:8080/system/console";
 
-If adding dependencies to the poms, run mvn eclipse:eclipse again and refresh 
the project in Eclipse. Debugging works as described above.
\ No newline at end of file
+If adding dependencies to the poms, run mvn eclipse:eclipse again and refresh 
the project in Eclipse. Debugging works as described above.

Modified: sling/site/trunk/content/documentation/getting-started.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/getting-started.mdtext?rev=1539285&r1=1539284&r2=1539285&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/getting-started.mdtext (original)
+++ sling/site/trunk/content/documentation/getting-started.mdtext Wed Nov  6 
09:20:45 2013
@@ -1,4 +1,3 @@
-translation_pending: true
 Title: Getting Started
 
 We're on the way to update the documentation to make it more easy to get in 
touch with Sling. At the moment we can give you the following starting points:
@@ -18,4 +17,4 @@ We recommend you read through following 
 * [Manipulating Content - The SlingPostServlet (servlets.post)]({{ 
refs.manipulating-content-the-slingpostservlet-servlets-post.path }})
 * [Request Parameters]({{ refs.request-parameters.path }})
 * [Authentication]({{ refs.authentication.path }})
-* [Eventing and Jobs]({{ refs.eventing-and-jobs.path }})
\ No newline at end of file
+* [Eventing and Jobs]({{ refs.eventing-and-jobs.path }})


Reply via email to