mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
It now preserves order of source roots, generates unique names for module libraries, attaches JavaSourceRootEntity to source roots, uses JAR urls for library roots. More tests are converted to use high-level methods to load and save project configuration to check how implementation from workspace model works. GitOrigin-RevId: b5796689c4d553deb5c573e651321e340c7c59af
7 lines
255 B
XML
7 lines
255 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
</module> |