Don't check out the old 'sling' project
diff --git a/collect-sling-repos.groovy b/collect-sling-repos.groovy
index c2543a8..d427734 100755
--- a/collect-sling-repos.groovy
+++ b/collect-sling-repos.groovy
@@ -50,7 +50,7 @@
     // add all projects matching naming conventions
     def result = parser.parse(conn.inputStream)    
     slingRepos += result
-        .findAll { it.name.startsWith 'sling' }
+        .findAll { it.name.startsWith 'sling-' }
 
     // find link to next page, if applicable
     link = null
diff --git a/default.xml b/default.xml
index 2bd7000..af94a77 100644
--- a/default.xml
+++ b/default.xml
@@ -2,7 +2,6 @@
 <manifest><!-- Generated by collect-sling-repos.groovy -->
   <remote name='origin' fetch='.' />
   <default revision='master' remote='origin' />
-  <project path='sling' name='sling.git' />
   <project path='adapter-annotations' name='sling-adapter-annotations.git' />
   <project path='apache-sling-jar-resource-bundle' name='sling-apache-sling-jar-resource-bundle.git' />
   <project path='archetype-parent' name='sling-archetype-parent.git' />
@@ -258,4 +257,4 @@
   <project path='taglib-archetype' name='sling-taglib-archetype.git' />
   <project path='tooling-jenkins' name='sling-tooling-jenkins.git' />
   <project path='tooling-scm' name='sling-tooling-scm.git' />
-</manifest>
\ No newline at end of file
+</manifest>