SLING-4728 - TODO for nested.models variable

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1686153 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/test/resources/provisioning-model/crankstart-tests.txt b/src/test/resources/provisioning-model/crankstart-tests.txt
index f6df842..ad7a992 100644
--- a/src/test/resources/provisioning-model/crankstart-tests.txt
+++ b/src/test/resources/provisioning-model/crankstart-tests.txt
@@ -20,6 +20,8 @@
 [feature name=crankstart.tests]
 
 [variables]
+  # TODO shouldn't be needed, remove once the mapping of slingfeature/slingstart
+  # artifact types to txt extension is implemented.
   nested.models=org.apache.sling.cransktart.test.model
 
 [artifacts]
@@ -64,4 +66,4 @@
     service.ranking.launcher.test=I"54321"
     array=["foo","bar.from.launcher.test"]
   
-  empty.config.should.work
\ No newline at end of file
+  empty.config.should.work
diff --git a/src/test/resources/sling-launchpad.txt b/src/test/resources/sling-launchpad.txt
index 4eb364f..74b99e8 100644
--- a/src/test/resources/sling-launchpad.txt
+++ b/src/test/resources/sling-launchpad.txt
@@ -31,6 +31,8 @@
 [feature name=sling.launchpad]
 
 [variables]
+  # TODO shouldn't be needed, remove once the mapping of slingfeature/slingstart
+  # artifact types to txt extension is implemented.
   nested.models=org.apache.sling.launchpad,org.apache.sling.launchpad.test-bundles
 
 [settings]
@@ -66,4 +68,4 @@
 
   org.apache.sling.servlets.resolver.SlingServletResolver
     # Set the servlet resolver's cache size to zero for testing
-    servletresolver.cacheSize=I"0"
\ No newline at end of file
+    servletresolver.cacheSize=I"0"