Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
on-delete committed Mar 10, 2016
1 parent b94a6cf commit 74a6af2
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# intellij
*.iml
.idea/
out/
28 changes: 28 additions & 0 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<idea-plugin version="2">
<id>de.saxsys</id>
<name>mvvmFX-plugin</name>
<version>1.0-SNAPSHOT</version>
<vendor email="[email protected]" url="http://www.saxsys.de">Saxonia Systems</vendor>

<description><![CDATA[
A pugin to create mvvmFX-Projects.
]]></description>

<change-notes><![CDATA[
Initial version.
]]>
</change-notes>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="141.0"/>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
<!-- uncomment to enable plugin in all products
<depends>com.intellij.modules.lang</depends>
-->

<extensions defaultExtensionNs="com.intellij">
<projectTemplate projectType="mvvmFX" templatePath="resources/projectTemplates/mvvmFX/mvvmFX Application.zip" category="true"/>
</extensions>
</idea-plugin>
Binary file not shown.

0 comments on commit 74a6af2

Please sign in to comment.