hal/Hal.iml

71 lines
3.1 KiB
Text
Raw Normal View History

2015-03-26 21:22:26 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/resource" type="java-resource" relativeOutputPath="resource" />
2019-11-12 14:26:37 +01:00
<sourceFolder url="file://$MODULE_DIR$/plugins/hal-zwave/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/plugins/hal-tellstick/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/plugins/hal-tellstick/test" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/plugins/hal-raspberry/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/plugins/hal-zigbee/src" isTestSource="false" />
2019-11-22 21:05:55 +01:00
<sourceFolder url="file://$MODULE_DIR$/plugins/hal-zwave/test" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/build" />
2019-11-12 14:26:37 +01:00
<excludeFolder url="file://$MODULE_DIR$/plugins/hal-raspberry/build" />
<excludeFolder url="file://$MODULE_DIR$/plugins/hal-tellstick/build" />
<excludeFolder url="file://$MODULE_DIR$/plugins/hal-zigbee/build" />
<excludeFolder url="file://$MODULE_DIR$/plugins/hal-zwave/build" />
2015-03-26 21:22:26 +00:00
</content>
<orderEntry type="inheritedJdk" />
2015-03-26 21:22:26 +00:00
<orderEntry type="sourceFolder" forTests="false" />
2017-07-03 19:55:47 +02:00
<orderEntry type="module" module-name="Zutil" exported="" />
<orderEntry type="module-library" exported="">
<library name="lib">
2017-07-03 19:55:47 +02:00
<CLASSES>
<root url="file://$MODULE_DIR$/lib" />
2017-07-03 19:55:47 +02:00
</CLASSES>
<JAVADOC />
<NATIVE>
<root url="file://$MODULE_DIR$/lib" />
2017-07-03 19:55:47 +02:00
</NATIVE>
<SOURCES>
<root url="jar://$USER_HOME$/.ideaLibSources/wzwave-0.0.3-sources.jar!/" />
<root url="jar://$USER_HOME$/.ideaLibSources/netty-all-4.0.46.Final-sources.jar!/" />
2017-07-03 19:55:47 +02:00
</SOURCES>
<jarDirectory url="file://$MODULE_DIR$/lib" recursive="false" />
2017-07-03 19:55:47 +02:00
</library>
</orderEntry>
2015-03-26 21:22:26 +00:00
<orderEntry type="module-library" exported="">
2019-11-12 14:26:37 +01:00
<library>
2015-03-26 21:22:26 +00:00
<CLASSES>
2019-11-12 14:26:37 +01:00
<root url="file://$MODULE_DIR$/plugins/hal-raspberry/lib" />
2015-03-26 21:22:26 +00:00
</CLASSES>
<JAVADOC />
2019-11-12 14:26:37 +01:00
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/plugins/hal-raspberry/lib" recursive="false" />
2015-03-26 21:22:26 +00:00
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
2019-11-12 14:26:37 +01:00
<library>
<CLASSES>
2019-11-12 14:26:37 +01:00
<root url="file://$MODULE_DIR$/plugins/hal-zwave/lib" />
</CLASSES>
<JAVADOC />
<SOURCES />
2019-11-12 14:26:37 +01:00
<jarDirectory url="file://$MODULE_DIR$/plugins/hal-zwave/lib" recursive="false" />
</library>
</orderEntry>
<orderEntry type="module-library" scope="TEST">
<library name="JUnit4">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.12.jar!/" />
<root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-core-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
2015-03-26 21:22:26 +00:00
</component>
</module>