You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/06/09 19:09:32 UTC

svn commit: r665780 - /geronimo/server/trunk/framework/modules/geronimo-plugin/src/main/java/org/apache/geronimo/system/plugin/DownloadResults.java

Author: gawor
Date: Mon Jun  9 10:09:32 2008
New Revision: 665780

URL: http://svn.apache.org/viewvc?rev=665780&view=rev
Log:
copy skipped plugins list

Modified:
    geronimo/server/trunk/framework/modules/geronimo-plugin/src/main/java/org/apache/geronimo/system/plugin/DownloadResults.java

Modified: geronimo/server/trunk/framework/modules/geronimo-plugin/src/main/java/org/apache/geronimo/system/plugin/DownloadResults.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-plugin/src/main/java/org/apache/geronimo/system/plugin/DownloadResults.java?rev=665780&r1=665779&r2=665780&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-plugin/src/main/java/org/apache/geronimo/system/plugin/DownloadResults.java (original)
+++ geronimo/server/trunk/framework/modules/geronimo-plugin/src/main/java/org/apache/geronimo/system/plugin/DownloadResults.java Mon Jun  9 10:09:32 2008
@@ -51,6 +51,7 @@
         other.installedConfigIDs.addAll(installedConfigIDs);
         other.dependenciesPresent.addAll(dependenciesPresent);
         other.dependenciesInstalled.addAll(dependenciesInstalled);
+        other.skippedPlugins.addAll(skippedPlugins);
         other.currentFile = currentFile;
         other.currentMessage = currentMessage;
         other.currentFileProgress = currentFileProgress;