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:10:03 UTC

svn commit: r665781 - /geronimo/server/branches/2.1/framework/modules/geronimo-plugin/src/main/java/org/apache/geronimo/system/plugin/DownloadResults.java

Author: gawor
Date: Mon Jun  9 10:10:02 2008
New Revision: 665781

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

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

Modified: geronimo/server/branches/2.1/framework/modules/geronimo-plugin/src/main/java/org/apache/geronimo/system/plugin/DownloadResults.java
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/framework/modules/geronimo-plugin/src/main/java/org/apache/geronimo/system/plugin/DownloadResults.java?rev=665781&r1=665780&r2=665781&view=diff
==============================================================================
--- geronimo/server/branches/2.1/framework/modules/geronimo-plugin/src/main/java/org/apache/geronimo/system/plugin/DownloadResults.java (original)
+++ geronimo/server/branches/2.1/framework/modules/geronimo-plugin/src/main/java/org/apache/geronimo/system/plugin/DownloadResults.java Mon Jun  9 10:10:02 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;