Skip to content

Commit

Permalink
STS-2813: making the dashboard dependency optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Lippert committed Aug 6, 2012
1 parent e3369f1 commit acc9289
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Require-Bundle: org.eclipse.ui,
org.springsource.ide.eclipse.commons.content.core,
org.eclipse.mylyn.commons.core,
org.springsource.ide.eclipse.commons.ui,
org.springsource.ide.eclipse.dashboard.ui,
org.springsource.ide.eclipse.dashboard.ui;resolution:=optional,
org.springframework.ide.eclipse.maven
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Eclipse-LazyStart: true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Specify the dashboard bundle as optional as well as non-greedy
requires.0.namespace=osgi.bundle
requires.0.name=org.springsource.ide.eclipse.dashboard.ui
requires.0.greedy=false
requires.0.optional=true

0 comments on commit acc9289

Please sign in to comment.