mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
[code] project wizard stub
This commit is contained in:
parent
4a341a56e4
commit
01b557b1cb
30
project_wizard/META-INF/plugin.xml
Normal file
30
project_wizard/META-INF/plugin.xml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
<idea-plugin version="2" url="www.jetbrains.com">
|
||||||
|
<id>org.jetbrains.tutorials.ProjectWizard</id>
|
||||||
|
<name>Project Wizard Demo</name>
|
||||||
|
<version>1.0</version>
|
||||||
|
<vendor email="support@jetbrains.com" url="http://www.jetbrains.com">JetBrains</vendor>
|
||||||
|
|
||||||
|
<description>Illustration of working with Project Wizard</description>
|
||||||
|
|
||||||
|
<change-notes>Initial commit</change-notes>
|
||||||
|
|
||||||
|
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
|
||||||
|
<idea-version since-build="131"/>
|
||||||
|
<depends>com.intellij.modules.lang</depends>
|
||||||
|
|
||||||
|
<extensions defaultExtensionNs="com.intellij">
|
||||||
|
<!-- Add your extensions here -->
|
||||||
|
</extensions>
|
||||||
|
|
||||||
|
<application-components>
|
||||||
|
<!-- Add your application components here -->
|
||||||
|
</application-components>
|
||||||
|
|
||||||
|
<project-components>
|
||||||
|
<!-- Add your project components here -->
|
||||||
|
</project-components>
|
||||||
|
|
||||||
|
<actions>
|
||||||
|
</actions>
|
||||||
|
|
||||||
|
</idea-plugin>
|
12
project_wizard/project_wizard.iml
Normal file
12
project_wizard/project_wizard.iml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module 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 />
|
||||||
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
Loading…
x
Reference in New Issue
Block a user