-
Notifications
You must be signed in to change notification settings - Fork 0
/
ru.biatech.edt.ordinaryapp.iml
27 lines (27 loc) · 1.62 KB
/
ru.biatech.edt.ordinaryapp.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="Osmorc" name="OSGi">
<configuration manifestGenerationMode="Manually" manifestLocation="META-INF/MANIFEST.MF" jarfileLocation="$EDT_PATH$\dropins\boundle.jar" outputPathType="SpecificOutputPath" bndFileLocation="" bundlorFileLocation="" bundleActivator="ru.biatech.edt.ordinaryapp.Activator" bundleSymbolicName="ru.biatech.edt.ordinaryapp;singleton=true" ignoreFilePattern="" useProjectDefaultManifestFileLocation="false" alwaysRebuildBundleJAR="true" doNotSynchronizeWithMaven="false">
<additionalJARContents>
<entry source="$MODULE_DIR$/plugin.xml" dest="plugin.xml" />
<entry source="$MODULE_DIR$/src/main/resources" dest="resources" />
</additionalJARContents>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/META-INF" type="java-resource" />
<excludeFolder url="file://$MODULE_DIR$/eclipse_project" />
<excludeFolder url="file://$MODULE_DIR$/edt_workspace" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="plugins" level="project" />
</component>
</module>