Skip to content

Commit a9a6688

Browse files
committed
description note
1 parent 55a5829 commit a9a6688

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

META-INF/plugin.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,24 @@
1111

1212
<description><![CDATA[
1313
Allows using Eclipse's Java code formatter directly from IntelliJ.<br>
14-
Solves the problem of maintaining a common code style in team environments where both IDEA and Eclipse are used. <br>
15-
<br>
14+
Solves the problem of maintaining a common code style in team environments where both IDEA and Eclipse are used.
15+
<br><br>
1616
1717
Go to <a href="https://github.com/krasa/EclipseCodeFormatter#instructions">https://github.com/krasa/EclipseCodeFormatter#instructions</a>
18-
for instructions how to use it. <br><br>
18+
for instructions how to use it.
1919
2020
<br><br>
2121
Sponsored by:<br>
2222
<p><a title="Try CodeStream" href="https://sponsorlink.codestream.com/?utm_source=jbmarket&amp;utm_campaign=vojta_eclipse&amp;utm_medium=banner"><img src="https://alt-images.codestream.com/codestream_logo_vojta_eclipse.png"></a><br>
2323
Manage pull requests and conduct code reviews in your IDE with full source-tree context. Comment on any line, not just the diffs. Use jump-to-definition, your favorite keybindings, and code intelligence with more of your workflow.<br>
2424
<a title="Try CodeStream" href="https://sponsorlink.codestream.com/?utm_source=jbmarket&amp;utm_campaign=vojta_eclipse&amp;utm_medium=banner">Learn More</a></p>
2525
26-
<br> <br>
27-
<a href="https://www.paypal.me/VojtechKrasa">Donations</a> | <a href="https://github.com/krasa/EclipseCodeFormatter/">GitHub</a> | <a href="https://github.com/krasa/EclipseCodeFormatter/issues">Issues</a>
26+
<br> <br>
27+
28+
<b>Note:</b> This project utilizes (and in some manners modifies) code licensed under <a href="https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html">EPL-2.0</a>.
29+
For more information see <a href="https://github.com/krasa/EclipseCodeFormatter/blob/master/lib/eclipse/README.md">lib/eclipse/README.md</a>.
30+
<br> <br>
31+
<a href="https://www.paypal.me/VojtechKrasa">Donations</a> | <a href="https://github.com/krasa/EclipseCodeFormatter/">GitHub</a> | <a href="https://github.com/krasa/EclipseCodeFormatter/issues">Issues</a>
2832
]]></description>
2933
<category>Formatting</category>
3034

0 commit comments

Comments
 (0)