commit | e2c5b57b567c5846ae81008ec18c1dc542390ca2 | [log] [tgz] |
---|---|---|
author | Stuart McCulloch <mcculls@apache.org> | Sat Feb 11 14:26:57 2012 +0000 |
committer | Stuart McCulloch <mcculls@apache.org> | Sat Feb 11 14:26:57 2012 +0000 |
tree | 895e3fb1a361ff806542847e8fd93b1943699fb9 | |
parent | d46778138a7614ecfb2684bcbcdbb99b5f2f813c [diff] |
Cleanup comment git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1243070 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 083142d..733e006 100644 --- a/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java +++ b/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
@@ -1185,10 +1185,10 @@ { try { + // don't pass upper-case session settings to bnd as they end up in the manifest Properties sessionProperties = m_mavenSession.getExecutionProperties(); for ( Enumeration e = sessionProperties.propertyNames(); e.hasMoreElements(); ) { - // don't pass upper-case settings to bnd String key = ( String ) e.nextElement(); if ( key.length() > 0 && !Character.isUpperCase( key.charAt( 0 ) ) ) {