editorconfig added as a module

This commit is contained in:
Dennis Ushakov
2014-08-08 11:54:07 +04:00
parent 55210cacfe
commit 7d9a2cd097
13 changed files with 10 additions and 5 deletions
+2
View File
@@ -218,6 +218,8 @@
<module fileurl="file://$PROJECT_DIR$/plugins/xslt-debugger/engine/xslt-debugger-engine.iml" filepath="$PROJECT_DIR$/plugins/xslt-debugger/engine/xslt-debugger-engine.iml" group="plugins" />
<module fileurl="file://$PROJECT_DIR$/plugins/xslt-debugger/engine/impl/xslt-debugger-engine-impl.iml" filepath="$PROJECT_DIR$/plugins/xslt-debugger/engine/impl/xslt-debugger-engine-impl.iml" group="plugins" />
<module fileurl="file://$PROJECT_DIR$/plugins/xpath/xslt-rt/xslt-rt.iml" filepath="$PROJECT_DIR$/plugins/xpath/xslt-rt/xslt-rt.iml" group="plugins" />
<module fileurl="file://$PROJECT_DIR$/plugins/editorconfig/editorconfig.iml" filepath="$PROJECT_DIR$/plugins/editorconfig/editorconfig.iml" group="plugins"/>
</modules>
</component>
</project>
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PLUGIN_MODULE" version="4">
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/META-INF/plugin.xml" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
@@ -8,18 +8,21 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/../editorconfig-core-java/lib/editorconfig-core-java.jar!/" />
<root url="jar://$MODULE_DIR$/lib/editorconfig-core-java.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/../editorconfig-core-java/lib/editorconfig-core-java.jar!/" />
<root url="jar://$MODULE_DIR$/../editorconfig-core-java/lib/editorconfig-core-java.jar!/" />
<root url="jar://$MODULE_DIR$/lib/editorconfig-core-java.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module" module-name="core-api" />
<orderEntry type="module" module-name="platform-api" />
<orderEntry type="module" module-name="platform-impl" />
<orderEntry type="module" module-name="lang-api" />
</component>
</module>
Binary file not shown.