mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
*AnimationState.java *AnimationStateTest.java Updated: *Git ignore to ignore all LibGDX libs. *MixTest.Java -- Reverted back to LWJGL *SkeletonTest.java -- Reverted back to LWJGL A few Idea project files where added. I left these in for easy future development with Intellij Idea.
25 lines
872 B
XML
25 lines
872 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<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="jdk" jdkName="1.7" jdkType="JavaSDK" />
|
|
<orderEntry type="module-library" exported="">
|
|
<library>
|
|
<CLASSES>
|
|
<root url="file://$MODULE_DIR$/libs" />
|
|
</CLASSES>
|
|
<JAVADOC />
|
|
<SOURCES />
|
|
<jarDirectory url="file://$MODULE_DIR$/libs" recursive="false" />
|
|
</library>
|
|
</orderEntry>
|
|
</component>
|
|
</module>
|
|
|