Subversion Repositories DevTools

Rev

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

Rev 7147 Rev 7155
Line 2287... Line 2287...
2287
                    element.addProperty("abt_is_ripple", p.mDirectlyPlanned ? "0" : "1");
2287
                    element.addProperty("abt_is_ripple", p.mDirectlyPlanned ? "0" : "1");
2288
                    element.addProperty("abt_build_reason", p.mBuildReason.toString());
2288
                    element.addProperty("abt_build_reason", p.mBuildReason.toString());
2289
                    element.addProperty("abt_package_version_id", p.mId);
2289
                    element.addProperty("abt_package_version_id", p.mId);
2290
                    element.addProperty("abt_does_not_require_source_control_interaction", ! p.mRequiresSourceControlInteraction ? "true" : "false" );
2290
                    element.addProperty("abt_does_not_require_source_control_interaction", ! p.mRequiresSourceControlInteraction ? "true" : "false" );
2291
                    element.addProperty("abt_test_build_instruction", p.mTestBuildInstruction);
2291
                    element.addProperty("abt_test_build_instruction", p.mTestBuildInstruction);
-
 
2292
                    element.addProperty("abt_vcs_tag", p.mVcsTag);
2292
                }
2293
                }
2293
            }
2294
            }
2294
        }
2295
        }
2295
        else
2296
        else
2296
        {
2297
        {