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/07 09:14:50 UTC

[sling-maven-launchpad-plugin] 07/49: SLING-1351 Fixed, added the Start levels in when there are none defined.

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag maven-launchpad-plugin-2.0.10
in repository https://gitbox.apache.org/repos/asf/sling-maven-launchpad-plugin.git

commit bb29c9bbff1f6ecd67ace7958e3112be687b1c03
Author: Ian Boston <ie...@apache.org>
AuthorDate: Thu Feb 4 15:44:57 2010 +0000

    SLING-1351 Fixed, added the Start levels in when there are none defined.
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/maven/maven-launchpad-plugin@906531 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/maven/projectsupport/bundlelist/BaseBundleList.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/sling/maven/projectsupport/bundlelist/BaseBundleList.java b/src/main/java/org/apache/sling/maven/projectsupport/bundlelist/BaseBundleList.java
index cd838c8..43b78fc 100644
--- a/src/main/java/org/apache/sling/maven/projectsupport/bundlelist/BaseBundleList.java
+++ b/src/main/java/org/apache/sling/maven/projectsupport/bundlelist/BaseBundleList.java
@@ -85,6 +85,7 @@ public abstract class BaseBundleList {
         }
 
         StartLevel sl = new StartLevel();
+        getStartLevels().add(sl);
         sl.setLevel(startLevel);
         return sl;
     }

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