Subversion Repositories DevTools

Rev

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

Rev 7044 Rev 7046
Line 713... Line 713...
713
 
713
 
714
            //  Daemon Mode Only
714
            //  Daemon Mode Only
715
            //  Process packages which do not exist in the archive
715
            //  Process packages which do not exist in the archive
716
            //  For unit test purposes, assume all packages exist in the archive if released
716
            //  For unit test purposes, assume all packages exist in the archive if released
717
            mLogger.debug("planRelease process packages which do not exist in the archive");
717
            mLogger.debug("planRelease process packages which do not exist in the archive");
718
            if ( ReleaseManager.mUseDatabase )
718
            if ( mReleaseManager.mUseDatabase )
719
            {
719
            {
720
                for (Iterator<Package> it = mPackageCollection.iterator(); it.hasNext(); )
720
                for (Iterator<Package> it = mPackageCollection.iterator(); it.hasNext(); )
721
                {
721
                {
722
                    Package p = it.next();
722
                    Package p = it.next();
723
 
723
 
Line 1530... Line 1530...
1530
            }
1530
            }
1531
 
1531
 
1532
            //	UTF Support
1532
            //	UTF Support
1533
            //	Insert additional info into the build file to provide extra checking
1533
            //	Insert additional info into the build file to provide extra checking
1534
            //
1534
            //
1535
            if ( ! ReleaseManager.mUseDatabase )
1535
            if ( ! mReleaseManager.mUseDatabase )
1536
            {
1536
            {
1537
                // UTF Support
1537
                // UTF Support
1538
                // Insert per-package planning information
1538
                // Insert per-package planning information
1539
                //
1539
                //
1540
                xml.addComment("mPackageCollection");
1540
                xml.addComment("mPackageCollection");