mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
The JPS model don't write these attributes since 6494b7f9582 so this is needed to ensure that tests which load a project, save it and compare the results with the original files work properly. GitOrigin-RevId: d2ac3a5e4543829fd95f6e77de0c1f5a396c482c
13 lines
457 B
XML
13 lines
457 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="ProjectModuleManager">
|
|
<modules>
|
|
<module fileurl="file://$PROJECT_DIR$/missingImlFile.iml" filepath="$PROJECT_DIR$/missingImlFile.iml" />
|
|
</modules>
|
|
</component>
|
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" project-jdk-name="1.4" project-jdk-type="JavaSDK">
|
|
<output url="file://$PROJECT_DIR$/out" />
|
|
</component>
|
|
</project>
|
|
|