Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
plantuml-bundle
Commits
5eb72831
Commit
5eb72831
authored
May 12, 2016
by
Guillaume Perréal
Browse files
Fournit une version de PlantUML.jar.
parent
e03a147c
Changes
2
Hide whitespace changes
Inline
Side-by-side
DependencyInjection/Configuration.php
View file @
5eb72831
...
@@ -48,7 +48,7 @@ class Configuration implements ConfigurationInterface
...
@@ -48,7 +48,7 @@ class Configuration implements ConfigurationInterface
->
end
()
->
end
()
->
scalarNode
(
'plamtuml_jar'
)
->
scalarNode
(
'plamtuml_jar'
)
->
info
(
"Archive du logiciel PlantUML"
)
->
info
(
"Archive du logiciel PlantUML"
)
->
defaultValue
(
"
plantuml.jar
"
)
->
defaultValue
(
__DIR__
.
'/../vendor/plantuml/
plantuml.jar
'
)
->
end
()
->
end
()
->
scalarNode
(
'dot'
)
->
scalarNode
(
'dot'
)
->
info
(
"Commande 'dot' du package 'graphviz'"
)
->
info
(
"Commande 'dot' du package 'graphviz'"
)
...
...
vendor/plantuml/plantuml.jar
0 → 100644
View file @
5eb72831
File added
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