2016-02-07 03:28:50 -08:00
|
|
|
<?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="web" name="Web">
|
|
|
|
<configuration>
|
|
|
|
<descriptors>
|
|
|
|
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/src/main/webapp/WEB-INF/web.xml" />
|
|
|
|
</descriptors>
|
|
|
|
<webroots>
|
|
|
|
<root url="file://$MODULE_DIR$/target/generated/js" relative="/" />
|
|
|
|
<root url="file://$MODULE_DIR$/src/main/webapp" relative="/" />
|
|
|
|
</webroots>
|
|
|
|
</configuration>
|
|
|
|
</facet>
|
|
|
|
</component>
|
|
|
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
|
|
|
|
<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/scala" isTestSource="false" />
|
|
|
|
<excludeFolder url="file://$MODULE_DIR$/target" />
|
|
|
|
</content>
|
|
|
|
<orderEntry type="inheritedJdk" />
|
|
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
|
|
<orderEntry type="module" module-name="teavm-classlib" scope="PROVIDED" />
|
|
|
|
<orderEntry type="module" module-name="teavm-platform" scope="PROVIDED" />
|
|
|
|
<orderEntry type="module" module-name="teavm-core" scope="PROVIDED" />
|
2016-02-22 12:59:54 -08:00
|
|
|
<orderEntry type="module" module-name="teavm-metaprogramming-api" scope="PROVIDED" />
|
2016-02-07 03:28:50 -08:00
|
|
|
<orderEntry type="library" scope="PROVIDED" name="Maven: commons-io:commons-io:2.4" level="project" />
|
|
|
|
<orderEntry type="library" scope="PROVIDED" name="Maven: com.carrotsearch:hppc:0.6.1" level="project" />
|
2016-06-05 10:58:23 -07:00
|
|
|
<orderEntry type="library" scope="PROVIDED" name="Maven: org.objenesis:objenesis:2.4" level="project" />
|
2016-02-07 03:28:50 -08:00
|
|
|
<orderEntry type="module" module-name="teavm-jso-apis" scope="PROVIDED" />
|
|
|
|
<orderEntry type="module" module-name="teavm-jso-impl" scope="PROVIDED" />
|
|
|
|
<orderEntry type="library" scope="PROVIDED" name="Maven: org.mozilla:rhino:1.7.7" level="project" />
|
2016-02-21 11:36:45 -08:00
|
|
|
<orderEntry type="library" scope="PROVIDED" name="Maven: org.ow2.asm:asm-debug-all:5.0.4" level="project" />
|
2016-02-07 03:28:50 -08:00
|
|
|
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.code.gson:gson:2.2.4" level="project" />
|
|
|
|
<orderEntry type="library" scope="PROVIDED" name="Maven: com.jcraft:jzlib:1.1.3" level="project" />
|
|
|
|
<orderEntry type="library" scope="PROVIDED" name="Maven: joda-time:joda-time:2.7" level="project" />
|
|
|
|
<orderEntry type="module" module-name="teavm-jso" />
|
|
|
|
<orderEntry type="library" name="Maven: org.scala-lang:scala-library:2.11.7" level="project" />
|
|
|
|
</component>
|
2016-06-25 13:43:29 -07:00
|
|
|
<component name="teavm">
|
|
|
|
<option name="enabled" value="true" />
|
|
|
|
<option name="mainClass" value="org.teavm.samples.scala.Client" />
|
|
|
|
<option name="targetDirectory" value="$MODULE_DIR$/target/generated/js/teavm" />
|
|
|
|
</component>
|
2016-02-07 03:28:50 -08:00
|
|
|
</module>
|