Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
086ec3de
Commit
086ec3de
authored
Dec 02, 2014
by
Thomas Müller
Browse files
adding command dependency
parent
b028a6af
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/data/app/expected-info.json
View file @
086ec3de
...
...
@@ -32,6 +32,20 @@
"@value"
:
"sqlite"
},
"mysql"
]
}
},
"command"
:
[
{
"@attributes"
:
{
"os"
:
"linux"
},
"@value"
:
"grep"
},
{
"@attributes"
:
{
"os"
:
"windows"
},
"@value"
:
"notepad.exe"
}
]
}
}
tests/data/app/valid-info.xml
View file @
086ec3de
...
...
@@ -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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment