mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +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
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="CompilerConfiguration">
|
|
<option name="DEFAULT_COMPILER" value="Javac" />
|
|
<resourceExtensions />
|
|
<wildcardResourcePatterns>
|
|
<entry name="?*.properties" />
|
|
<entry name="?*.xml" />
|
|
<entry name="?*.gif" />
|
|
<entry name="?*.png" />
|
|
<entry name="?*.jpeg" />
|
|
<entry name="?*.jpg" />
|
|
<entry name="?*.html" />
|
|
<entry name="?*.dtd" />
|
|
<entry name="?*.tld" />
|
|
<entry name="?*.ftl" />
|
|
</wildcardResourcePatterns>
|
|
<annotationProcessing>
|
|
<profile default="true" name="Default" enabled="false">
|
|
<processorPath useClasspath="true" />
|
|
</profile>
|
|
</annotationProcessing>
|
|
</component>
|
|
<component name="ProjectModuleManager">
|
|
<modules>
|
|
<module fileurl="file://$PROJECT_DIR$/pluginProject.iml" filepath="$PROJECT_DIR$/pluginProject.iml" />
|
|
</modules>
|
|
</component>
|
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" project-jdk-name="IDEA IU-111.277" project-jdk-type="IDEA JDK">
|
|
<output url="file://$PROJECT_DIR$/out" />
|
|
</component>
|
|
</project>
|
|
|