Changes between Version 4 and Version 5 of XaddTool
- Timestamp:
- Aug 4, 2007, 9:14:08 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XaddTool
v4 v5 1 1 = xadd - tool for adding database items = 2 2 3 '''xadd''' adds platform and application records to the BOINC database. Information is read from an XML file '''project.xml''' in the project's root directory. Run xaddfrom the project root directory, i.e.:3 '''xadd''' adds platform and application records to the BOINC database. Information is read from an XML file '''project.xml''' in the project's root directory. Run `xadd` from the project root directory, i.e.: 4 4 5 5 {{{ 6 6 cd ~/projects/project_name 7 bin/xadd7 ./bin/xadd 8 8 }}} 9 9