summaryrefslogtreecommitdiff
path: root/scalalib/src/test/resources/gen-idea/idea/modules.xml
Commit message (Collapse)AuthorAgeFilesLines
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-201-8/+0
| | | | Removes a lot of useless folders and gives us a chance to exercise this simplified layout. Support for the SBT layout is still verified by our integration tests
* add a basic test for gen-idea (#114)Stephen Nancekivell2018-01-191-0/+8
* add a basic test for gen-idea * update GenIdeaTest with resources as source. * change .gitignore to allow .iml under src/test/resources. Ignore .idea_modules. * normalise library paths in GenIdeaTests