Created
February 4, 2010 15:34
-
-
Save justinedelson/294758 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/maven/maven-launchpad-plugin/src/main/java/org/apache/sling/maven/projectsupport/bundlelist/BaseBundleList.java b/maven/mave | |
index cd838c8..43b78fc 100644 | |
--- a/maven/maven-launchpad-plugin/src/main/java/org/apache/sling/maven/projectsupport/bundlelist/BaseBundleList.java | |
+++ b/maven/maven-launchpad-plugin/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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment