mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
New build for Python community plugin
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<id>PythonCore</id>
|
||||
<name>Python Community Edition</name>
|
||||
<idea-version since-build="138.0" until-build="143.0"/>
|
||||
<idea-version since-build="SNAPSHOT"/>
|
||||
|
||||
<description><![CDATA[
|
||||
The Python plug-in provides smart editing for Python scripts. The feature set of the plugin
|
||||
|
||||
18
python/python-community-plugin-resources.iml
Normal file
18
python/python-community-plugin-resources.iml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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$/pluginResources">
|
||||
<sourceFolder url="file://$MODULE_DIR$/pluginResources" type="java-resource" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="testFramework-java" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit3" level="project" />
|
||||
<orderEntry type="module" module-name="java-impl" />
|
||||
<orderEntry type="module" module-name="IntelliLang-java" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="python-community-plugin" />
|
||||
<orderEntry type="module" module-name="python-community" />
|
||||
<orderEntry type="module" module-name="IntelliLang-xml" scope="RUNTIME" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -2,8 +2,8 @@
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$/pluginResources">
|
||||
<sourceFolder url="file://$MODULE_DIR$/pluginResources" type="java-resource" />
|
||||
<content url="file://$MODULE_DIR$/pluginTestResources">
|
||||
<sourceFolder url="file://$MODULE_DIR$/pluginTestResources" type="java-resource" />
|
||||
</content>
|
||||
<content url="file://$MODULE_DIR$/pluginTestSrc">
|
||||
<sourceFolder url="file://$MODULE_DIR$/pluginTestSrc" isTestSource="true" />
|
||||
|
||||
Reference in New Issue
Block a user