Subversion Repositories DevTools

Rev

Rev 7123 | Rev 7129 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7123 Rev 7128
Line 1141... Line 1141...
1141
                             //  Process packages that we need to exclude indirectly
1141
                             //  Process packages that we need to exclude indirectly
1142
                             //
1142
                             //
1143
                             while ( ! toExclude.isEmpty())
1143
                             while ( ! toExclude.isEmpty())
1144
                             {
1144
                             {
1145
                                 Package pkg = toExclude.remove(0);
1145
                                 Package pkg = toExclude.remove(0);
-
 
1146
                                 toExclude.addAll(usedByAnyPackages(pkg, mPackageCollection ));
1146
                                 
1147
                                 
1147
                                 // If this package has not been excluded (for whatever reason), than add it
1148
                                 // If this package has not been excluded (for whatever reason), than add it
1148
                                 boolean found = false;
1149
                                 boolean found = false;
1149
                                 for (Iterator<BuildExclusion> it2 = mBuildExclusionCollection.iterator(); it2.hasNext(); )
1150
                                 for (Iterator<BuildExclusion> it2 = mBuildExclusionCollection.iterator(); it2.hasNext(); )
1150
                                 {
1151
                                 {