You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
Allows using Eclipse's Java code formatter directly from IntelliJ. Solves the problem of maintaining a common code style
4
4
in team environments where both IDEA and Eclipse are used.
5
5
6
+
***Note:*** This project utilizes (and in some manners modifies) code licensed under [EPL-2.0](https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html). For more information see [lib/eclipse](lib/eclipse/README.md).
7
+
6
8
---
7
9
8
10
### Sponsored by
@@ -19,10 +21,11 @@ Manage pull requests and conduct code reviews in your IDE with full source-tree
19
21
-[Tutorial: Installing, Updating and Uninstalling Repository Plugins](http://www.jetbrains.com/idea/webhelp/installing-updating-and-uninstalling-repository-plugins.html)
This directory contains a repackaged version of [`org.eclipse.jdt.core`](https://www.eclipse.org/jdt/core/) (sources can be found [here](https://git.eclipse.org/c/jdt/eclipse.jdt.core.git/tree/org.eclipse.jdt.core)), which is licensed under [EPL-2.0](https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html).
2
+
3
+
The original version was changed as follows:
4
+
* It is repackaged together with all its dependencies into a single jar file ([`eclipse.jar`](eclipse.jar))
5
+
* From all modules, the `META-INF/*.SF`, `META-INF/*.DSA`, `META-INF/*.RSA` and `plugin.xml` are removed
6
+
7
+
The "modified" source code can be found in [`eclipse-sources.jar`](eclipse-sources.jar).
0 commit comments