Create smalidea module

This commit is contained in:
Ben Gruver 2014-03-10 10:56:23 -07:00
parent bc5ad6ab70
commit 5c14179d8b
2 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,29 @@
<idea-plugin version="2">
<id>org.jf.smalidea</id>
<name>Smalidea</name>
<version>0.01</version>
<vendor email="jesusfreke@jesusfreke.com" url="http://smali.org">JesusFreke</vendor>
<description><![CDATA[
A smali language plugin for IDEA
]]></description>
<change-notes><![CDATA[
]]>
</change-notes>
<idea-version since-build="131"/>
<extensions defaultExtensionNs="com.intellij">
</extensions>
<application-components>
</application-components>
<project-components>
</project-components>
<actions>
</actions>
</idea-plugin>

13
smalidea/smalidea.iml Normal file
View File

@ -0,0 +1,13 @@
<?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="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="IDEA Plugin jdk" jdkType="IDEA JDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>