Subversion Repositories DevTools

Rev

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

Rev 299 Rev 369
Line 109... Line 109...
109
    Require ( "$::ScmRoot/$::ScmInterface", "Dpackage.cfg",
109
    Require ( "$::ScmRoot/$::ScmInterface", "Dpackage.cfg",
110
                "JATS internal file missing. Rebuild required" )
110
                "JATS internal file missing. Rebuild required" )
111
        if ( -f "$::ScmRoot/$::ScmInterface/Dpackage.cfg" );
111
        if ( -f "$::ScmRoot/$::ScmInterface/Dpackage.cfg" );
112
 
112
 
113
#    DebugDumpData("%DPackageLibraryDataStore",\%DPackageLibraryDataStore );
113
#    DebugDumpData("%DPackageLibraryDataStore",\%DPackageLibraryDataStore );
114
    if ( defined %DPackageLibraryData )                 # Add this makefile.pl data
114
    if ( %DPackageLibraryData )                 # Add this makefile.pl data
115
    {
115
    {
116
 
116
 
117
        #
117
        #
118
        #   Detect changes in the data
118
        #   Detect changes in the data
119
        #   Serialise the stored element and the element we wish to store
119
        #   Serialise the stored element and the element we wish to store