SystemTray/SystemTray.iml

21 lines
1.1 KiB
Plaintext
Raw Normal View History

2014-11-16 22:01:36 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
2015-06-28 01:45:47 +02:00
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="true">
2014-11-16 22:01:36 +01:00
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="false" />
2014-11-16 22:01:36 +01:00
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="jdk" jdkName="1.7" jdkType="JavaSDK" />
<orderEntry type="module" module-name="Utilities" />
2016-03-12 11:58:13 +01:00
<orderEntry type="library" name="logging slf4j-api" level="application" />
<orderEntry type="library" name="logging logback" level="application" />
<orderEntry type="library" name="jna" level="application" />
2017-07-12 00:32:31 +02:00
<orderEntry type="library" name="jna platform" level="application" />
<orderEntry type="library" name="asm" level="application" />
<orderEntry type="library" name="javassist" level="application" />
2017-02-26 00:10:21 +01:00
<orderEntry type="library" name="swt" level="application" />
2014-11-16 22:01:36 +01:00
</component>
2017-09-03 17:48:14 +02:00
</module>