commit | 15fd0906465d503c3379eef91dc0cebe2c9c5e2f | [log] [tgz] |
---|---|---|
author | Stuart McCulloch <mcculls@apache.org> | Wed Jan 30 07:20:19 2008 +0000 |
committer | Stuart McCulloch <mcculls@apache.org> | Wed Jan 30 07:20:19 2008 +0000 |
tree | 2e48e887168dc370228375fe31a5f4aa127f84d5 | |
parent | 48fcb1e47ef2f74448a2e43ac29d4907d2d656f3 [diff] |
FELIX-461: refactor the large execute method into other methods to enable re-use git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@616665 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java b/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java index 2539a8b..f12e37e 100644 --- a/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java +++ b/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
@@ -857,7 +857,7 @@ } - private static Collection getEmbeddableArtifacts( MavenProject project, Properties properties ) + protected static Collection getEmbeddableArtifacts( MavenProject project, Properties properties ) { String embedTransitive = properties.getProperty( DependencyEmbedder.EMBED_TRANSITIVE ); if ( Boolean.valueOf( embedTransitive ).booleanValue() )