Skip to content

Commit

Permalink
Update plugin code samples to use canonical project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Dec 5, 2015
1 parent 049618a commit 75ac21b
Show file tree
Hide file tree
Showing 48 changed files with 26 additions and 2,197 deletions.
2 changes: 1 addition & 1 deletion .idea/runConfigurations/tool_window.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion code_samples/MaxOpenedProjects/MaxOpenedProjects.iml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PLUGIN_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/META-INF/plugin.xml" />
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/resources/META-INF/plugin.xml" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
Expand Down
1 change: 1 addition & 0 deletions code_samples/editor_basics/editor_basics.iml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<component name="NewModuleRootManager" inherit-compiler-output="true">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
Expand Down
3 changes: 2 additions & 1 deletion code_samples/facet_basics/facet_basics.iml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PLUGIN_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/META-INF/plugin.xml" />
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/resources/META-INF/plugin.xml" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
Expand Down
3 changes: 2 additions & 1 deletion code_samples/framework/framework.iml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PLUGIN_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/META-INF/plugin.xml" />
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/resources/META-INF/plugin.xml" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion code_samples/gradle_plugin_demo/.idea/.name

This file was deleted.

23 changes: 0 additions & 23 deletions code_samples/gradle_plugin_demo/.idea/compiler.xml

This file was deleted.

6 changes: 0 additions & 6 deletions code_samples/gradle_plugin_demo/.idea/encodings.xml

This file was deleted.

23 changes: 0 additions & 23 deletions code_samples/gradle_plugin_demo/.idea/gradle.xml

This file was deleted.

19 changes: 0 additions & 19 deletions code_samples/gradle_plugin_demo/.idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions code_samples/gradle_plugin_demo/.idea/modules.xml

This file was deleted.

Loading

0 comments on commit 75ac21b

Please sign in to comment.