Changes between Version 9 and Version 10 of UpdateVersions
- Timestamp:
- Mar 12, 2008, 3:06:42 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpdateVersions
v9 v10 51 51 FILENAME.file_ref_info 52 52 }}} 53 is found, its contents will be added to the [BoincFiles#file_ref <file_ref>] element describing the file (you can use this for attributes like [BoincFiles#file_ref <copy_file>]). 53 is found, its contents will be added to the [BoincFiles#file_ref <file_ref>] 54 element describing the file (you can use this for attributes like [BoincFiles#file_ref <copy_file>]). 54 55 55 56 If a file of the form … … 57 58 LOGICAL_NAME=PHYSICAL_NAME 58 59 }}} 59 is found, the file will have the given logical and physical names (i.e., the application will be able to access the file by passing the logical name to [BasicApi#Resolvingfilenames boinc_resolve_filename()]). 60 is found, the file will have the given logical and physical names 61 (i.e., the application will be able to access the file 62 by passing the logical name to [BasicApi#Resolvingfilenames boinc_resolve_filename()]). 63 64 == Passing extra information about the app version == 65 66 If a file named '''plan_class''' is found, its contents will be used 67 as the application's [AppPlan planning class].