Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
Added Readme and dependencies in plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukbukkit committed Jul 18, 2016
1 parent f9bde6a commit cd03e85
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# FastArtifact
With FastArtifact you can quickly create artifacts for modules.

This is very useful: In case you've got a project with very many modules and
you often close or add them, you'll have to add an artifact every time.
Using FastArtifact you only have to click one button to create an artifact.
5 changes: 4 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@
With FastArtifact you can quickly create artifacts for modules. <br/>
This is very useful: In case you've got a project with very many modules and you often close or add them, you'll
have to add an artifact every time. Using FastArtifact you only have to click one button to create an artifact. <br/>
More on <a href="https://github.com/lukweb-de/fast-artifact">GitHub</a>.
]]></description>

<change-notes><![CDATA[
First version
]]>
</change-notes>

<depends>com.intellij.modules.java</depends>
<depends>com.intellij.modules.platform</depends>

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

Expand Down

0 comments on commit cd03e85

Please sign in to comment.