Subversion Repositories DevTools

Rev

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

Rev 7107 Rev 7114
Line 1330... Line 1330...
1330
                
1330
                
1331
                for (Iterator<String> it = pkg.mDependencyCollection.iterator(); it.hasNext(); )
1331
                for (Iterator<String> it = pkg.mDependencyCollection.iterator(); it.hasNext(); )
1332
                {
1332
                {
1333
                    String alias = it.next();
1333
                    String alias = it.next();
1334
                    if ( p.mAlias.compareTo( alias ) == 0 ) {
1334
                    if ( p.mAlias.compareTo( alias ) == 0 ) {
-
 
1335
                        if (!pkg.mProcessed) {
1335
                        exclude.add(pkg);
1336
                            exclude.add(pkg);
-
 
1337
                        }
1336
                    }
1338
                    }
1337
                }
1339
                }
1338
            }
1340
            }
1339
        }
1341
        }
1340
        
1342