Ignore:
Timestamp:
05/11/16 08:55:19 (9 years ago)
Author:
sherbold
Message:
  • software version is now the same as the Instances relation name, not as the file name that the instances that were load from
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/src/de/ugoe/cs/cpdp/loader/AbstractFolderLoader.java

    r74 r83  
    6464                            instancesLoader.filenameFilter(versionFile.getName())) 
    6565                        { 
    66                             String versionName = versionFile.getName(); 
    6766                            Instances data = instancesLoader.load(versionFile); 
     67                            String versionName = data.relationName(); 
    6868                            versions.add(new SoftwareVersion(projectName, versionName, data)); 
    6969                        } 
Note: See TracChangeset for help on using the changeset viewer.