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="Osmorc" name="OSGi">
|
|
|
|
<configuration manifestGenerationMode="OsmorcControlled" manifestLocation="" jarfileLocation="teavm-core-1.0.0-SNAPSHOT.jar" outputPathType="CompilerOutputPath" bndFileLocation="" bundlorFileLocation="" bundleActivator="" bundleSymbolicName="teavm-core" bundleVersion="1.0.0.SNAPSHOT" ignoreFilePattern="" useProjectDefaultManifestFileLocation="true" alwaysRebuildBundleJAR="false" doNotSynchronizeWithMaven="false">
|
|
|
|
<additionalProperties>
|
2016-09-17 00:42:46 -07:00
|
|
|
<property key="Bundle-Description" value="TeaVM compiler and SPI" />
|
2016-02-07 03:28:50 -08:00
|
|
|
<property key="Export-Package" value="org.teavm.*" />
|
|
|
|
<property key="Bundle-Name" value="TeaVM core" />
|
2016-08-20 04:17:03 -07:00
|
|
|
<property key="Include-Resource" value="org/teavm/backend/javascript/runtime.js=$MODULE_DIR$/src/main/resources/org/teavm/backend/javascript/runtime.js" />
|
2016-02-07 03:28:50 -08:00
|
|
|
</additionalProperties>
|
|
|
|
<additionalJARContents />
|
|
|
|
</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/java" isTestSource="false" />
|
|
|
|
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
|
|
|
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
|
|
|
|
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
|
|
|
|
<excludeFolder url="file://$MODULE_DIR$/target" />
|
|
|
|
</content>
|
|
|
|
<orderEntry type="inheritedJdk" />
|
|
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
|
|
<orderEntry type="library" scope="PROVIDED" name="Maven: junit:junit:4.11" level="project" />
|
|
|
|
<orderEntry type="library" scope="PROVIDED" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
|
2016-07-28 09:57:16 -07:00
|
|
|
<orderEntry type="module" module-name="teavm-interop" />
|
2016-02-07 03:28:50 -08:00
|
|
|
<orderEntry type="library" name="Maven: commons-io:commons-io:2.4" level="project" />
|
2016-02-21 11:36:45 -08:00
|
|
|
<orderEntry type="library" name="Maven: org.ow2.asm:asm-debug-all:5.0.4" level="project" />
|
|
|
|
<orderEntry type="library" name="Maven: com.carrotsearch:hppc:0.6.1" level="project" />
|
|
|
|
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.6.2" level="project" />
|
2016-06-05 10:58:23 -07:00
|
|
|
<orderEntry type="library" name="Maven: org.objenesis:objenesis:2.4" level="project" />
|
2016-02-07 03:28:50 -08:00
|
|
|
</component>
|
|
|
|
</module>
|