Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-studio
Commits
f3d3894b
Commit
f3d3894b
authored
Oct 12, 2015
by
Aurelien Pupier
Browse files
Merge pull request #317 from bonitasoft/fix/BS-14453-errorAtRuntimeWhenGroovyScriptWithError
BS-14553: fix compiltation of tests
parents
996d2308
8c8aa068
Changes
2
Hide whitespace changes
Inline
Side-by-side
bundles/plugins/org.bonitasoft.studio.groovy/.classpath
View file @
f3d3894b
...
...
@@ -3,5 +3,6 @@
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.pde.core.requiredPlugins"
/>
<classpathentry
kind=
"src"
path=
"src"
/>
<classpathentry
kind=
"src"
path=
"src-test/java"
/>
<classpathentry
kind=
"output"
path=
"bin"
/>
</classpath>
bundles/plugins/org.bonitasoft.studio.groovy/META-INF/MANIFEST.MF
View file @
f3d3894b
...
...
@@ -33,7 +33,9 @@ Require-Bundle: org.eclipse.ui,
org.codehaus.groovy.eclipse.refactoring;bundle-version="2.8.0",
org.codehaus.groovy.eclipse.quickfix;bundle-version="2.9.1",
com.google.guava;bundle-version="11.0.1",
org.eclipse.e4.core.di
org.eclipse.e4.core.di,
org.junit;bundle-version="4.11.0";resolution:=optional,
assertj-core;bundle-version="1.5.0";resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.bonitasoft.engine.api,
org.bonitasoft.engine.bpm,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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