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
16 lines
602 B
XML
16 lines
602 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="true" defaultCharsetForPropertiesFiles="UTF-8">
|
|
<file url="file://$PROJECT_DIR$/dir" charset="windows-1251" />
|
|
<file url="PROJECT" charset="UTF-8" />
|
|
</component>
|
|
<component name="ProjectModuleManager">
|
|
<modules>
|
|
</modules>
|
|
</component>
|
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" project-jdk-name="1.7" project-jdk-type="JavaSDK">
|
|
<output url="file://$PROJECT_DIR$/out" />
|
|
</component>
|
|
</project>
|
|
|