Subversion Repositories DevTools

Rev

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

Rev 7048 Rev 7050
Line 1046... Line 1046...
1046
            {
1046
            {
1047
                Package p = it.next();
1047
                Package p = it.next();
1048
 
1048
 
1049
                if ( p.mBuildFile >= 0 )
1049
                if ( p.mBuildFile >= 0 )
1050
                {
1050
                {
1051
                    int pvApplied = p.applyPV(mReleaseManager, mBaseline);
1051
                    int pvApplied = p.applyPV(mReleaseManager);
1052
 
1052
 
1053
                    if ( pvApplied == 1 )
1053
                    if ( pvApplied == 1 )
1054
                    {
1054
                    {
1055
                        // max 50 chars
1055
                        // max 50 chars
1056
                        rippleBuildExclude(p, p.mId, "Package has non standard versioning", null, null, true);
1056
                        rippleBuildExclude(p, p.mId, "Package has non standard versioning", null, null, true);