Commit Graph

6 Commits

Author SHA1 Message Date
Nikolay Chashnikov
f3805da91a [intellij project configuration] convert source roots without sources to resource roots
It should speed up compilation a little, and also makes it simpler to write tests which analyze class files in the module output (we can report an error if there are no class files in a module with source roots).

GitOrigin-RevId: 69ad9a23b1c4d7695e6d8715563d6630d3ae1a00
2023-03-10 14:51:42 +00:00
Nikolay Chashnikov
b226dbfbe6 [IntelliJ project configuration] remove unused dependency from java.resources to idea.community.resources
It won't work at runtime anyway since Java plugin may be used in IDEA Ultimate which doesn't include idea.community.resources.

GitOrigin-RevId: 270077f2b3474badacdcbfd4a5d2c9b6f6e34bff
2021-04-19 18:21:45 +03:00
Vladimir Krivosheev
5f21c9013f images module as implementation-detail plugin
GitOrigin-RevId: e5f6b4687c72d7697354bb635d40cb0eb0ce65e9
2020-02-18 07:32:43 +00:00
nik
43d6d568c8 IDEA project configuration: the great module rename
Improve names for product-specific modules: change 'intellij.productEdition' to 'intellij.product.edition' (e.g. 'intellij.ideaUltimate' -> 'intellij.idea.ultimate'). This makes names of these modules consistent with other names and groups modules related to the same product together.
2018-01-25 12:59:04 +03:00
nik
c9620ce099 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Update *.iml files.
2018-01-25 12:59:02 +03:00
nik
16410c2321 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Rename iml files.
2018-01-25 12:59:02 +03:00