-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve idea plugin description, move static config pieces to plugin.…
…xml (#310)
- Loading branch information
1 parent
2bca0d6
commit 8f0637c
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin url="https://github.com/palantir/witchcraft-api"> | ||
<id>com.palantir.witchcraft.api.logging.idea</id> | ||
<name>Witchcraft Logging</name> | ||
<version>0.0.0</version> | ||
<description>Automatically renders witchcraft-logging-api structured log events from the idea console into color-coded human-readable text.</description> | ||
<vendor email="[email protected]" url="http://www.palantir.com">Palantir Technologies, Inc.</vendor> | ||
<depends>com.intellij.modules.platform</depends> | ||
<extensions defaultExtensionNs="com.intellij"> | ||
|