Skip to content

Add framework for structuring expected results for Example Models #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 13 additions & 2 deletions bundles/org.dataflowanalysis.examplemodels/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ Bundle-Name: DFA Example Models
Bundle-SymbolicName: org.dataflowanalysis.examplemodels
Bundle-Version: 4.0.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
com.google.guava
com.google.guava,
org.dataflowanalysis.analysis,
org.dataflowanalysis.analysis.pcm,
org.dataflowanalysis.analysis.dfd,
org.dataflowanalysis.dfd.dataflowdiagram
Automatic-Module-Name: org.dataflowanalysis.examplemodels
Bundle-RequiredExecutionEnvironment: JavaSE-17
Export-Package: org.dataflowanalysis.examplemodels
Export-Package: org.dataflowanalysis.examplemodels,
org.dataflowanalysis.examplemodels.results,
org.dataflowanalysis.examplemodels.results.pcm,
org.dataflowanalysis.examplemodels.results.pcm.models,
org.dataflowanalysis.examplemodels.results.pcm.scenarios,
org.dataflowanalysis.examplemodels.results.dfd,
org.dataflowanalysis.examplemodels.results.dfd.models,
org.dataflowanalysis.examplemodels.results.dfd.scenarios

This file was deleted.

This file was deleted.

Loading
Loading