JavaCompilerCore/JavaCompilerCore.iml

93 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
<libelement value="jar://$MODULE_DIR$/lib/bcel-6.1-SNAPSHOT.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/guava-10.0.1.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/antlr-complete.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/reflections-0.9.10-javadoc.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/reflections-0.9.10-sources.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/reflections-0.9.10.jar!/" />
<src_description expected_position="0">
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
<src_folder value="file://$MODULE_DIR$/test" expected_position="1" />
</src_description>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/bin" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="false" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library name="bcel-6.1-SNAPSHOT.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/bcel-6.1-SNAPSHOT.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/lib/bcel-6.1-SNAPSHOT-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="antlr-complete.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/antlr-complete.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="guava-10.0.1.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/guava-10.0.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="reflections-0.9.10-javadoc.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/reflections-0.9.10-javadoc.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="reflections-0.9.10-sources.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/reflections-0.9.10-sources.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="reflections-0.9.10.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/reflections-0.9.10.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="junit4">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.12.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="inheritedJdk" />
<orderEntry type="library" name="org.antlr:antlr4:4.6" level="project" />
<orderEntry type="library" name="org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="library" name="annotations-2.0.1" level="project" />
</component>
</module>