add intellij project files
This commit is contained in:
parent
6d9d60ccda
commit
8af4afc058
|
@ -16,8 +16,6 @@ nbactions*.xml
|
||||||
*/nbproject/private/
|
*/nbproject/private/
|
||||||
|
|
||||||
# IntelliJ projects
|
# IntelliJ projects
|
||||||
*.iml
|
|
||||||
*.ipr
|
|
||||||
*.iws
|
*.iws
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="JAVA_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
|
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="JAVA_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$/../../gen4">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../gen4" isTestSource="false" />
|
||||||
|
</content>
|
||||||
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||||
|
</content>
|
||||||
|
<content url="file://$MODULE_DIR$/../JavaAnnotations/src">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../JavaAnnotations/src" isTestSource="false" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
<orderEntry type="library" name="ST-4.0.7" level="application" />
|
||||||
|
<orderEntry type="module-library">
|
||||||
|
<library>
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MODULE_DIR$/lib/org.abego.treelayout.core.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC />
|
||||||
|
<SOURCES />
|
||||||
|
</library>
|
||||||
|
</orderEntry>
|
||||||
|
<orderEntry type="library" name="junit-4.11" level="application" />
|
||||||
|
<orderEntry type="library" name="hamcrest-core-1.3" level="application" />
|
||||||
|
</component>
|
||||||
|
<component name="PluginUploader.PluginUploadConfigurable">
|
||||||
|
<option name="ARCHIVE_PATH" />
|
||||||
|
<option name="PLUGIN_ID" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
|
|
|
@ -0,0 +1,38 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="JAVA_MODULE" version="4">
|
||||||
|
<component name="FacetManager">
|
||||||
|
<facet type="Python" name="Python">
|
||||||
|
<configuration sdkName="" />
|
||||||
|
</facet>
|
||||||
|
</component>
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$/..">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../build/generated-sources/antlr4" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../build/generated-sources/antlr3" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../antlr4-maven-plugin/src/main/java" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../gen3" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../antlr4-maven-plugin/resources" type="java-resource" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../.idea" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../build" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../runtime" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
<orderEntry type="module" module-name="runtime" />
|
||||||
|
<orderEntry type="library" name="antlr-3.5.2-complete-no-st3" level="application" />
|
||||||
|
<orderEntry type="library" name="junit-4.11" level="application" />
|
||||||
|
<orderEntry type="library" name="hamcrest-core-1.3" level="application" />
|
||||||
|
<orderEntry type="library" name="maven-3.2.5" level="application" />
|
||||||
|
<orderEntry type="library" name="maven-plugin-annotations-3.4" level="application" />
|
||||||
|
<orderEntry type="library" name="plexus-compiler-api-1.5.3" level="application" />
|
||||||
|
<orderEntry type="library" name="plexus-build-api-0.0.7" level="application" />
|
||||||
|
</component>
|
||||||
|
<component name="PluginUploader.PluginUploadConfigurable">
|
||||||
|
<option name="ARCHIVE_PATH" />
|
||||||
|
<option name="PLUGIN_ID" />
|
||||||
|
</component>
|
||||||
|
</module>
|
Loading…
Reference in New Issue