Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
bonita
bonita-studio
Commits
ccf1faf4
Commit
ccf1faf4
authored
Feb 29, 2016
by
Romain Bioteau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add log file
parent
bcb69884
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
bundles/plugins/org.bonitasoft.studio.common.repository/src/org/bonitasoft/studio/common/repository/core/ProjectClasspathFactory.java
...tudio/common/repository/core/ProjectClasspathFactory.java
+1
-0
No files found.
bundles/plugins/org.bonitasoft.studio.common.repository/src/org/bonitasoft/studio/common/repository/core/ProjectClasspathFactory.java
View file @
ccf1faf4
...
...
@@ -50,6 +50,7 @@ public class ProjectClasspathFactory {
public
void
create
(
final
Repository
repository
,
final
IProgressMonitor
monitor
)
throws
CoreException
{
if
(!
classpathExists
(
repository
))
{
BonitaStudioLog
.
log
(
Messages
.
initializingProjectClasspath
);
monitor
.
subTask
(
Messages
.
initializingProjectClasspath
);
final
IJavaProject
javaProject
=
asJavaProject
(
repository
);
final
Set
<
IClasspathEntry
>
entries
=
addClasspathEntries
(
repository
);
...
...
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