source: osm/applications/editors/josm/plugins/pmtiles/org.openstreetmap.josm.plugins.pmtiles.iml@ 36219

Last change on this file since 36219 was 36162, checked in by taylor.smock, 15 months ago

PMTiles: Fix unit test location

File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<module type="JAVA_MODULE" version="4">
3 <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_17">
4 <output url="file://$MODULE_DIR$/bin" />
5 <exclude-output />
6 <content url="file://$MODULE_DIR$">
7 <sourceFolder url="file://$MODULE_DIR$/data" type="java-resource" />
8 <sourceFolder url="file://$MODULE_DIR$/images" type="java-resource" />
9 <sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
10 <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
11 <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
12 <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
13 </content>
14 <orderEntry type="jdk" jdkName="temurin-17" jdkType="JavaSDK" />
15 <orderEntry type="sourceFolder" forTests="false" />
16 <orderEntry type="module" module-name="org.openstreetmap.josm.plugins.commons" />
17 <orderEntry type="module" module-name="org.openstreetmap.josm" />
18 </component>
19 <component name="SonarLintModuleSettings">
20 <option name="uniqueId" value="7819a276-9077-412b-9b73-174c14ba84c1" />
21 </component>
22</module>
Note: See TracBrowser for help on using the repository browser.