You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/22 21:14:56 UTC

[sling-tooling-release] 07/08: SLING-6766 include adapter-annotations in the javadoc for the launchpad

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-tooling-release.git

commit 64e2a7a6879df1942791d78bf17476525155936b
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Apr 3 09:02:43 2017 +0000

    SLING-6766 include adapter-annotations in the javadoc for the launchpad
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1789927 13f79535-47bb-0310-9956-ffa450edef68
---
 generate_javadoc_for_release.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/generate_javadoc_for_release.sh b/generate_javadoc_for_release.sh
index c7f99e4..6515328 100755
--- a/generate_javadoc_for_release.sh
+++ b/generate_javadoc_for_release.sh
@@ -17,9 +17,14 @@ else
     wget https://repo1.maven.org/maven2/org/apache/sling/org.apache.sling.launchpad/$VERSION/org.apache.sling.launchpad-$VERSION-slingfeature.txt -O $WORKDIR/slingfeature.txt
 fi
 
-# checkout tags
+# extract <artifactId>-<version> from slingfeature.txt
 artifacts=$(awk -F '/' '/org.apache.sling\// { print $2"-"$3 }' < $WORKDIR/slingfeature.txt)
 
+# add additional artifacts which are not part of the launchpad
+# https://issues.apache.org/jira/browse/SLING-6766
+artifacts+=" adapter-annotations-1.0.0"
+
+# checkout tags
 for artifact in $artifacts; do
     if [ -d $WORKDIR/$artifact ] ; then
         echo "Not checking out $artifact, already present";

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.