Skip to content
Snippets Groups Projects
Commit 99555012 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Create IntelliJ Project for PlayWallPad and PlayWallCore

parent 1c93081f
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/PlayWall/PlayWall.iml" filepath="$PROJECT_DIR$/PlayWall/PlayWall.iml" />
<module fileurl="file://$PROJECT_DIR$/PlayWallCore/PlayWallCore.iml" filepath="$PROJECT_DIR$/PlayWallCore/PlayWallCore.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
This diff is collapsed.
<?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" />
<output-test url="file://$MODULE_DIR$/bin-test" />
<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$/assets" type="java-resource" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="inheritedJdk" />
<orderEntry type="module" module-name="PlayWallCore" exported="" />
<orderEntry type="module-library" exported="">
<library name="junit4">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.12.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" exported="" name="ControlsFX" level="application" />
<orderEntry type="library" exported="" name="XML" level="application" />
<orderEntry type="library" exported="" name="YML" level="application" />
<orderEntry type="library" exported="" name="Plugins" level="application" />
<orderEntry type="library" exported="" name="JLayer" level="application" />
<orderEntry type="library" exported="" name="TinySound" level="application" />
<orderEntry type="library" exported="" name="JNA" level="application" />
<orderEntry type="library" exported="" name="HTML Builder" level="application" />
<orderEntry type="library" exported="" name="libUtils" level="application" />
<orderEntry type="library" exported="" name="Updater" level="application" />
<orderEntry type="library" exported="" name="scala-sdk-2.12.1" level="application" />
</component>
</module>
\ No newline at end of file
<?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" />
<output-test url="file://$MODULE_DIR$/bin-test" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="inheritedJdk" />
<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="library" name="XML" level="application" />
<orderEntry type="library" name="YML" level="application" />
<orderEntry type="library" name="Plugins" level="application" />
<orderEntry type="library" name="JLayer" level="application" />
<orderEntry type="library" name="TinySound" level="application" />
<orderEntry type="library" name="Json" level="application" />
<orderEntry type="library" name="libUtils" level="application" />
<orderEntry type="library" name="Updater" level="application" />
</component>
</module>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment