Skip to content

Commit

Permalink
wrangler: make dependency on graphviz optional
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdu committed Apr 13, 2014
1 parent c9e904a commit 2b7f379
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@ Bundle-Vendor: UKC
Fragment-Host: org.erlide.wrangler.refactoring;bundle-version="0.10.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.ui
Import-Package: com.abstratt.graphviz,
Import-Package: com.abstratt.graphviz;resolution:=optional,
org.apache.commons.io
Export-Package: org.erlide.wrangler.refactoring.codeinspection;x-internal:=true,
org.erlide.wrangler.refactoring.codeinspection.ui;x-internal:=true,
Expand Down

0 comments on commit 2b7f379

Please sign in to comment.