https://github.com/jmini/jdt-experiments
Experiments with Eclipse JDT (Java development tools)
https://github.com/jmini/jdt-experiments
Last synced: 4 months ago
JSON representation
Experiments with Eclipse JDT (Java development tools)
- Host: GitHub
- URL: https://github.com/jmini/jdt-experiments
- Owner: jmini
- License: epl-2.0
- Created: 2016-08-05T04:33:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T08:18:14.000Z (about 1 year ago)
- Last Synced: 2025-05-08T20:41:39.634Z (8 months ago)
- Language: Java
- Size: 371 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: jdt-experiments
:project-name: Eclipse JDT Experiments
:branch: master
:twitter-handle: j2r2b
:license: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
:license-name: Eclipse Public License - v 2.0
:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}
:issues: https://github.com/{git-repository}/issues
//end::vardef[]
//tag::header[]
= {project-name}
Experiments with Eclipse JDT (Java development tools).
//end::header[]
//tag::description[]
== Description
This repository contains some experiments I do with Eclipse JDT.
* java-formatter (maven or jbang)
* programcreek examples
** programcreek-osgi
** programcreek-standalone
* run-ecj-with-jbang
//end::description[]
Read more on the link:{homepage}[project home page].
//tag::contact-section[]
== Get in touch
Use the link:{issues}[{project-name} issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]
//tag::license-section[]
== License
link:{license}[{license-name}]
//end::license-section[]