Changes between Version 2 and Version 3 of Ticket #15856, comment 1
- Timestamp:
- Sep 1, 2016 1:38:42 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15856, comment 1
v2 v3 1 1 This is similar to #15623. The OVF is here: 2 2 {{{ 3 3 https://gist.github.com/anonymous/f2f7da7638b7cf81a47a127d64662844 4 4 }}} 5 5 Line 71 looks like this: 6 6 {{{ 7 7 <vbox:Machine ovf:required="false" uuid="{00000000-0000-4000-8000-000000000000}" name="SAS University Edition"> 8 8 }}} 9 9 and it is missing the version attribute. I think this was due to commit 62602, see: 10 10