In IntelliJ IDEA 14.1.4 you can import a project with the following existing sources:
- Eclipse project (
.project) or classpath (.classpath) file - Maven project file (
pom.xml) - Bnd/Bndtools workspace (
workspace/cnf) - Flash Builder project file (
.project,*.fxp,*.fxpl) - Gradle build script (
*.gradle)
Go to File → New → Project from Existing Sources… and a dialog will open that allows you to open one of the supported files or directories.
