|
1 | | -# JDT Core |
2 | | - |
3 | | -This is the core part of Eclipse's Java development tools. It contains the non-UI support for compiling and working with Java code, including the following: |
4 | | - |
5 | | -* an incremental or batch Java compiler that can run standalone or as part of the Eclipse IDE |
6 | | -* Java source and class file indexer and search infrastructure |
7 | | -* a Java source code formatter |
8 | | -* APIs for code assist, access to the AST and structured manipulation of Java source. |
9 | | - |
10 | | -For more information and important links, refer to the [JDT wiki page](https://github.com/eclipse-jdt/eclipse.jdt.core/wiki) or the [JDT project overview page](https://projects.eclipse.org/projects/eclipse.jdt). |
11 | | - |
12 | | -## Snapshot builds |
13 | | - |
14 | | -- Latest nightly, milestone and release SDK and ECJ builds are available at https://download.eclipse.org/eclipse/downloads/ |
15 | | -- Weekly maven snapshot builds are available at https://repo.eclipse.org/content/repositories/eclipse-snapshots/ |
16 | | - |
17 | | -## Contributing |
18 | | - |
19 | | -[Contributions are always welcome!](https://github.com/eclipse-jdt/.github/blob/main/CONTRIBUTING.md) |
20 | | - |
21 | | -Please bear in mind that this project is almost entirely developed by volunteers. |
22 | | -If you do not provide the implementation yourself (or pay someone to do it for you), the bug might never get fixed. |
23 | | -If it is a serious bug, other people than you might care enough to provide a fix. |
24 | | - |
25 | | -[]( |
26 | | -https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-jdt/eclipse.jdt.core/master/org.eclipse.jdt.core.setup/JdtCoreConfiguration.setup&show=true |
27 | | -"Click to open Eclipse-Installer Auto Launch or drag into your running installer") |
28 | | - |
29 | | -## License |
30 | | - |
31 | | -[Eclipse Public License (EPL) v2.0](https://www.eclipse.org/legal/epl-2.0/) |
32 | | - |
33 | | -## Links |
34 | | - |
35 | | -- https://github.com/eclipse-jdt/eclipse.jdt.core/wiki |
36 | | -- https://github.com/eclipse-jdt/.github/blob/main/CONTRIBUTING.md |
37 | | -- https://projects.eclipse.org/projects/eclipse.jdt |
| 1 | +This is a companion repository for https://github.com/eclipse-jdtls/eclipse.jdt.javac . |
| 2 | +This current repository is a fork of https://github.com/eclipse-jdt/eclipse.jdt.core which hosts |
| 3 | +in the `dom-with-javac` some modification to test cases in order to make them compatible with Javac |
| 4 | +backend. |
| 5 | + |
| 6 | +This repository is only meant to host the tweaks for the tests to pass with Javac backend. |
| 7 | + |
| 8 | +It is not meant to: |
| 9 | +* publish any artifact: https://github.com/eclipse-jdtls/eclipse.jdt.javac is where artifact development |
| 10 | +and publication is maintained |
| 11 | +* host parallel development of JDT-Core (beyond exceptional testing): changes to other bits of |
| 12 | +JDT-Core should be pushed upstream |
0 commit comments