This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-aggregator.git
The following commit(s) were added to refs/heads/master by this push:
new 45a1e83 Don't check out the old 'sling' project
45a1e83 is described below
commit 45a1e832b8187fc725a16c787756fe0faf8e05cf
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Oct 25 22:40:22 2017 +0200
Don't check out the old 'sling' project
---
collect-sling-repos.groovy | 2 +-
default.xml | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
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 @@ while ( link ) {
// 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>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].