Subversion Repositories DevTools

Rev

Rev 924 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 924 Rev 926
Line 789... Line 789...
789
        else
789
        else
790
        {
790
        {
791
          addCommand( packageVersion );
791
          addCommand( packageVersion );
792
        }
792
        }
793
 
793
 
794
        addCommand( "-infofile" );
-
 
795
        addCommand( saveinfo.getAbsolutePath() );
-
 
796
 
-
 
797
        if ( directChange != null )
794
        if ( directChange != null )
798
        {
795
        {
799
          // its a WIP. Pass in existing Label
-
 
800
          addCommand( "-wiplabel" );
796
          addCommand( "-isawip" );
801
          addCommand( packageVcsTag );
-
 
802
        }
797
        }
-
 
798
        
-
 
799
        addCommand( "-infofile" );
-
 
800
        addCommand( saveinfo.getAbsolutePath() );
803
 
801
 
804
          addCommand( "-baselabel" );
802
        addCommand( "-baselabel" );
805
          addCommand( packageVcsTag );
803
        addCommand( packageVcsTag );
806
        
804
        
807
 
805
 
808
        if ( oldExtension != null && newExtension != null && packageExtension.compareTo( newExtension ) == 0 )
806
        if ( oldExtension != null && newExtension != null && packageExtension.compareTo( newExtension ) == 0 )
809
        {
807
        {
810
          // only branch build.pl where its extension is being migrated
808
          // only branch build.pl where its extension is being migrated