-
Notifications
You must be signed in to change notification settings - Fork 0
/
EI-Monitor.iml
41 lines (41 loc) · 3.56 KB
/
EI-Monitor.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="Osmorc" name="OSGi">
<configuration manifestGenerationMode="OsmorcControlled" manifestLocation="" jarfileLocation="EI-Monitor-0.3.jar" outputPathType="CompilerOutputPath" bndFileLocation="" bundlorFileLocation="" bundleActivator="org.wso2.carbon.eimonitor.initial.Activator" bundleSymbolicName="EI-Monitor" bundleVersion="0.3.0" ignoreFilePattern="" useProjectDefaultManifestFileLocation="true" alwaysRebuildBundleJAR="false" doNotSynchronizeWithMaven="false">
<additionalProperties>
<property key="Bundle-Name" value="EI-Monitor" />
<property key="Private-Package" value="org.apache.commons.*,org.json.simple.*" />
<property key="Import-Package" value="org.osgi.framework.*,org.osgi.service.*" />
<property key="Export-Package" value="org.wso2.carbon.eimonitor.*" />
<property key="Include-Resource" value="report/test.html=$MODULE_DIR$/src/main/resources/report/test.html,report/report.html=$MODULE_DIR$/src/main/resources/report/report.html,report/threadStatusData.json=$MODULE_DIR$/src/main/resources/report/threadStatusData.json,report/heapMemoryData.json=$MODULE_DIR$/src/main/resources/report/heapMemoryData.json,report/wso2-logo.png=$MODULE_DIR$/src/main/resources/report/wso2-logo.png,report/data.json=$MODULE_DIR$/src/main/resources/report/data.json,report/loadAverageData.json=$MODULE_DIR$/src/main/resources/report/loadAverageData.json,report/cpuMemoryData.json=$MODULE_DIR$/src/main/resources/report/cpuMemoryData.json,EI_Monitor_Configurations.properties=$MODULE_DIR$/src/main/resources/EI_Monitor_Configurations.properties,log4j2.properties=$MODULE_DIR$/src/main/resources/log4j2.properties" />
</additionalProperties>
<additionalJARContents />
</configuration>
</facet>
<facet type="osgiBundleFacet" name="OSGi Bundle">
<configuration />
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<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" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: com.googlecode.json-simple:json-simple:1.1.1" level="project" />
<orderEntry type="library" name="Maven: junit:junit:4.10" level="project" />
<orderEntry type="library" name="Maven: org.awaitility:awaitility:3.0.0" level="project" />
<orderEntry type="library" name="Maven: org.hamcrest:hamcrest-library:1.3" level="project" />
<orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="library" name="Maven: org.objenesis:objenesis:2.5.1" level="project" />
<orderEntry type="library" name="Maven: org.apache.felix:org.osgi.core:1.0.0" level="project" />
<orderEntry type="library" name="Maven: org.osgi:org.osgi.framework:1.9.0" level="project" />
<orderEntry type="library" name="Maven: commons-io:commons-io:2.5" level="project" />
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
</component>
</module>