Author: mcculls
Date: Sat Feb 11 14:26:57 2012
New Revision: 1243070

URL: http://svn.apache.org/viewvc?rev=1243070&view=rev
Log:
Cleanup comment

Modified:
    
felix/trunk/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java

Modified: 
felix/trunk/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
URL: 
http://svn.apache.org/viewvc/felix/trunk/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java?rev=1243070&r1=1243069&r2=1243070&view=diff
==============================================================================
--- 
felix/trunk/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
 (original)
+++ 
felix/trunk/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
 Sat Feb 11 14:26:57 2012
@@ -1185,10 +1185,10 @@ public class BundlePlugin extends Abstra
         {
             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 ) ) )
                     {


Reply via email to