Skip to content
Snippets Groups Projects
Commit e1e321dd authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Added missing method.

parent 1be17b93
No related branches found
No related tags found
No related merge requests found
......@@ -614,6 +614,10 @@ public class FSProjectDAOImpl implements IProjectDAO, ReleaseListener {
}
}
private boolean projectExists(final String projectName) throws ProjectNotExistingException {
return FSProjectDAOImpl.assembleKaxFile(projectName).exists();
}
/**
* Delivers the url of the given library to the given project.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment