diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-12-15 23:46:48 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-12-15 23:46:48 +0100 |
commit | b773ef08afff14bf0e342578c21122758c26b680 (patch) | |
tree | a9a647743fff9af3c9fa5169f6382d59ca9470b0 /mmc_updater/src/tests/file_list.xml | |
parent | b0e8037feb5b9d48defe6b8263d068f87bdb141c (diff) | |
download | MultiMC-b773ef08afff14bf0e342578c21122758c26b680.tar MultiMC-b773ef08afff14bf0e342578c21122758c26b680.tar.gz MultiMC-b773ef08afff14bf0e342578c21122758c26b680.tar.lz MultiMC-b773ef08afff14bf0e342578c21122758c26b680.tar.xz MultiMC-b773ef08afff14bf0e342578c21122758c26b680.zip |
Fix/remove tests from the gutted updater
Diffstat (limited to 'mmc_updater/src/tests/file_list.xml')
-rw-r--r-- | mmc_updater/src/tests/file_list.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mmc_updater/src/tests/file_list.xml b/mmc_updater/src/tests/file_list.xml index dff4b54f..06ba501d 100644 --- a/mmc_updater/src/tests/file_list.xml +++ b/mmc_updater/src/tests/file_list.xml @@ -1,20 +1,5 @@ <?xml version="1.0"?> <update version="3"> - <targetVersion>2.0</targetVersion> - <platform>Test</platform> - <dependencies> - <!-- The new updater is standalone and has no dependencies, - except for standard system libraries. - !--> - </dependencies> - <packages> - <package> - <name>app-pkg</name> - <hash>$APP_PACKAGE_HASH</hash> - <size>$APP_PACKAGE_SIZE</size> - <source>http://some/dummy/URL</source> - </package> - </packages> <install> <file> <name>$APP_FILENAME</name> |