If you go to Idea IDE, and use the tool to export settings, it
generates a file called IDEA-style.jar.
(https://www.jetbrains.com/help/idea/2016.2/exporting-and-importing-settings.html)

If you explode the JAR you will be breaking the file.

This is as useful as org.eclipse.jdt.ui.prefs and
org.eclipse.jdt.core.prefs for Eclipse users. It needs to be kept.


It doesn't also break anything on the release, as these JARs don't
represent any software. They are just IDE settings useful for anyone
dealing with the source code. It's not used to build the software.. so
there's nothing wrong from the document you just pointed.

On Tue, Aug 16, 2016 at 7:15 PM, John D. Ament <[email protected]> wrote:
> These are the contents of the JAR:
>
> options/code.style.schemes.xml
> options/file.template.settings.xml
> fileTemplates/
> fileTemplates/code/
> fileTemplates/includes/
> fileTemplates/includes/ActionScript File Header.as
> fileTemplates/includes/File Header.java
> fileTemplates/internal/
> fileTemplates/internal/Class.java
> fileTemplates/j2ee/
> codestyles/
> codestyles/ActiveMQ_Artemis.xml
> installed.txt
> IntelliJ IDEA Global Settings
>
>
> This JAR and its contents cannot be included as their licensing cannot be
> verified.  See also: http://www.apache.org/dev/release-publishing.html#valid
>
> John
>
> On Tue, Aug 16, 2016 at 7:08 PM Clebert Suconic <[email protected]>
> wrote:
>
>> >
>> > You might want to have the source files checked in, with a simple way to
>> > create the JAR again.
>> >
>> >
>> The jar you see is the source file. That's how IDea works to distribute the
>> settings.  No issue IMO
>>
>>
>> --
>> Clebert Suconic
>>



-- 
Clebert Suconic

Reply via email to