adding command dependency

This commit is contained in:
Thomas Müller 2014-12-02 12:10:04 +01:00
parent b028a6afac
commit 086ec3de15
2 changed files with 17 additions and 1 deletions

View File

@ -32,6 +32,20 @@
"@value": "sqlite"},
"mysql"
]
}
},
"command": [
{
"@attributes" : {
"os": "linux"
},
"@value": "grep"
},
{
"@attributes" : {
"os": "windows"
},
"@value": "notepad.exe"
}
]
}
}

View File

@ -25,5 +25,7 @@
<database min-version="3.0">sqlite</database>
<database>mysql</database>
</databases>
<command os="linux">grep</command>
<command os="windows">notepad.exe</command>
</dependencies>
</info>