Hi all, I'm using IntelliJ 13.1.1 version and I'm trying to import a module to a project that has this structure:
module
- some files
|- src
|- Java packages
|-xsl
|- XSL files
Well, when IntelliJ is importing the source code, it only recognizes the 'src' directory, so I can't see the 'xsl' directory
within the IDE because .xsl files are not recognized as source code files. I have already enabled XPath + XSLT plugin...
How could I import that directory into the project?