Skip to content

Commit

Permalink
replace project.getProjectRoot() by project.getRootDirectory()
Browse files Browse the repository at this point in the history
  • Loading branch information
koentsje committed Jan 29, 2014
1 parent 1cbcc17 commit a2e5feb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void projectCreated(Project project) {

public void doImport() {
for (Project project : projects) {
DirectoryResource projectRoot = project.getProjectRoot();
DirectoryResource projectRoot = project.getRootDirectory();
String baseDirPath = projectRoot.getParent()
.getFullyQualifiedName();
String moduleLocation = projectRoot.getName();
Expand Down

0 comments on commit a2e5feb

Please sign in to comment.