Subversion Repositories DevTools

Rev

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

Rev 7033 Rev 7082
Line 57... Line 57...
57
				int baseline) throws SQLException, Exception
57
				int baseline) throws SQLException, Exception
58
		{
58
		{
59
			BuildStandard	bs = null;
59
			BuildStandard	bs = null;
60
			Package p = null;
60
			Package p = null;
61
		
61
		
62
			//	Flag packages in the full release - by pv_id
-
 
63
			rippleEngine.mReleasedPvIDCollection.add(1);
-
 
64
			rippleEngine.mReleasedPvIDCollection.add(2);
-
 
65
			
-
 
66
			p = new Package(76, 1, "Package1", "1.0.0000", ".p1","Package1.p1", "Package1_vcstag", 'b', 'P');
62
			p = new Package(76, 1, "Package1", "1.0.0000", ".p1","Package1.p1", "Package1_vcstag", 'b', 'P');
67
			//p.mDirectlyPlanned = true;
63
			//p.mDirectlyPlanned = true;
68
			bs = new BuildStandard(rippleEngine, "Linux", "Java 1.6");
64
			bs = new BuildStandard(rippleEngine, "Linux", "Java 1.6");
69
			p.mBuildStandardCollection.add(bs);
65
			p.mBuildStandardCollection.add(bs);
70
			packageCollection.add(p);
66
			packageCollection.add(p);