You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2008/03/06 09:30:29 UTC

svn commit: r634191 - /felix/trunk/scrplugin/src/main/java/org/apache/felix/scrplugin/tags/JavaClassDescriptorManager.java

Author: cziegeler
Date: Thu Mar  6 00:30:26 2008
New Revision: 634191

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

Modified:
    felix/trunk/scrplugin/src/main/java/org/apache/felix/scrplugin/tags/JavaClassDescriptorManager.java

Modified: felix/trunk/scrplugin/src/main/java/org/apache/felix/scrplugin/tags/JavaClassDescriptorManager.java
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/src/main/java/org/apache/felix/scrplugin/tags/JavaClassDescriptorManager.java?rev=634191&r1=634190&r2=634191&view=diff
==============================================================================
--- felix/trunk/scrplugin/src/main/java/org/apache/felix/scrplugin/tags/JavaClassDescriptorManager.java (original)
+++ felix/trunk/scrplugin/src/main/java/org/apache/felix/scrplugin/tags/JavaClassDescriptorManager.java Thu Mar  6 00:30:26 2008
@@ -131,6 +131,8 @@
                         throw new MojoExecutionException("Unable to get manifest from artifact " + artifact, ioe);
                     }
                     this.log.debug("Trying to get scrinfo from artifact " + artifact);
+                    // now read the scr private file - components stored there overwrite components already
+                    // read from the service component section.
                     try {
                         final File scrInfoFile = this.getFile(artifact, Constants.ABSTRACT_DESCRIPTOR_ARCHIV_PATH);
                         if ( scrInfoFile != null ) {