Skip to content

Instantly share code, notes, and snippets.

@justinedelson
Created February 4, 2010 15:34
Show Gist options
  • Save justinedelson/294758 to your computer and use it in GitHub Desktop.
Save justinedelson/294758 to your computer and use it in GitHub Desktop.
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