Subversion Repositories DevTools

Rev

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

Rev 161 Rev 163
Line 62... Line 62...
62
   'BuildPkgArchive ( 'linux_kernel_viper'  , '2.6.24.6.5000.cots' );
62
   'BuildPkgArchive ( 'linux_kernel_viper'  , '2.6.24.6.5000.cots' );
63
   '
63
   '
64
   '#   Packages for creating the debian package
64
   '#   Packages for creating the debian package
65
   '#LinkPkgArchive  ( 'debian_dpkg'         , '1.13.25000.cots' );
65
   '#LinkPkgArchive  ( 'debian_dpkg'         , '1.13.25000.cots' );
66
   'LinkPkgArchive  ( 'debian_packager'     , '1.1.0000.cr' );
66
   'LinkPkgArchive  ( 'debian_packager'     , '1.1.0000.cr' );
-
 
67
   'LinkPkgArchive  ( 'Jasper Patch (JBoss/Tomcat Hotfix)' , '1.6.0,REV=2006.11.29.02.51' );
-
 
68
   'LinkPkgArchive  ( 'Java 2 SDK, Enterprise Edition (J2EE)' , '1.6.0,REV=2006.11.29.02.51' );
67
 
69
 
68
   re.Pattern = "(^|\n)\s*([_A-Za-z0-9]+)\s*\(\s*\'([-_A-Za-z0-9 ]*)\'\s*\,\s*\'([-_.A-Za-z0-9 ]*)\'\s*\)"
70
   re.Pattern = "(^|\n)\s*([_A-Za-z0-9]+)\s*\(\s*\'([^\']*)\'\s*\,\s*\'([^\']*)\'\s*\)"
69
   Set Matches = re.Execute(SSdep_import)
71
   Set Matches = re.Execute(SSdep_import)
70
 
72
 
71
   recCnt=0
73
   recCnt=0
72
   For Each Match in Matches
74
   For Each Match in Matches
73
     build_type = Match.SubMatches(1)
75
     build_type = Match.SubMatches(1)