{"id":21535652,"url":"https://github.com/libreoffice/loeclipse","last_synced_at":"2025-09-11T05:12:33.423Z","repository":{"id":2672528,"uuid":"45078096","full_name":"LibreOffice/loeclipse","owner":"LibreOffice","description":"Eclipse plugin for LibreOffice Extension Development","archived":false,"fork":false,"pushed_at":"2025-03-27T06:00:55.000Z","size":5274,"stargazers_count":32,"open_issues_count":21,"forks_count":27,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-07T20:50:09.722Z","etag":null,"topics":["eclipse","java","libreoffice","libreoffice-extension","python"],"latest_commit_sha":null,"homepage":"https://libreoffice.github.io/loeclipse/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LibreOffice.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-10-28T00:15:35.000Z","updated_at":"2025-03-27T06:00:59.000Z","dependencies_parsed_at":"2025-01-13T07:28:43.246Z","dependency_job_id":"345f9b64-eab8-41f5-aa14-3539b0ea4644","html_url":"https://github.com/LibreOffice/loeclipse","commit_stats":{"total_commits":459,"total_committers":13,"mean_commits":35.30769230769231,"dds":0.5163398692810457,"last_synced_commit":"567c54c6c9f71532a9e00f913105ec2aa0cdb0a6"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/LibreOffice/loeclipse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreOffice%2Floeclipse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreOffice%2Floeclipse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreOffice%2Floeclipse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreOffice%2Floeclipse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LibreOffice","download_url":"https://codeload.github.com/LibreOffice/loeclipse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreOffice%2Floeclipse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271378680,"owners_count":24749192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eclipse","java","libreoffice","libreoffice-extension","python"],"created_at":"2024-11-24T03:15:52.682Z","updated_at":"2025-08-20T20:32:49.483Z","avatar_url":"https://github.com/LibreOffice.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LOEclipse\n\n## Introduction\n\nThis plugin helps with developing and debugging LibreOffice extensions/components from Eclipse.\n\nPlease visit the https://libreoffice.github.io/loeclipse/ for installation instructions and user documentation.\n\nOnly read further if you want to work on LOEclipse itself.\n\n## Development\n\n### Prerequisites\n\n*LibreOffice 7.0 or newer is required.*\n\n* Ubuntu: Install `libreoffice`,`libreoffice-dev` and `libreoffice-java-common`.\n* Windows: Install LibreOffice and the LibreOffice SDK from https://www.libreoffice.org/download\n* macOS: No support for macOS currently (see [bug #54](https://github.com/LibreOffice/loeclipse/issues/54))\n\n### Setup Eclipse for development\n\n1. Install *[Eclipse IDE for Eclipse Committers](https://www.eclipse.org/downloads/packages/)*. The *Eclipse IDE for Java Developers* will **not** work.\n2. Install [PyDev](https://marketplace.eclipse.org/content/pydev-python-ide-eclipse) (from Help-\u003eEclipse Marketplace)\n3. Clone this repository\n4. Import the three projects `build`, `core` and `java` (using *File-\u003eImport-\u003eGeneral-\u003eExisting projects into workspace*)\n5. Add the LibreOffice jars to the build path\n   * Go to *Window-\u003ePreferences* in Eclipse and open the *Java-\u003eBuild path-\u003eUser Libraries* configuration page.\n   * Add a new library named `LO-Classes`\n   * Select the Library, click *Add External Jars*\n   * Add the LibreOffice jars `libreoffice.jar unoil.jar`. You find them here:\n     * macOS: `/Applications/LibreOffice.app/Contents/Resources/java`\n     * Ubuntu: `/usr/lib/libreoffice/program/classes`\n     * Windows: `C:\\Program Files[ (x86)]\\LibreOffice 5\\program\\classes\\`\n   * Now there should be no more project errors.\n6. Go to *Run-\u003eRun Configurations*, and create a new run configuration of the type *Eclipse Application*. Now you can run or debug the LOEclipse plugin using this run configuration.\n\n### Getting help\n\nPlease open an issue if you experience any problems while working on this project.\n\n## Release Management\n\n### Release new version\n\n* Update `CHANGELOG.md`\n* Bump version in `core/META-INF/MANIFEST.MF` `java/META-INF/MANIFEST.MF` `python/META-INF/MANIFEST.MF`\n  * Use [Semantic Versioning](https://semver.org/) for version number bumps\n* Commit changes with message \"Release x.y.z\"\n* Create a tag: `git tag vX.Y.Z` (e.g. `git tag v4.0.2`)\n* Push changes: `git push \u0026\u0026 git push --tags`\n* Create a new release on https://github.com/LibreOffice/loeclipse/releases\n  * Choose previously created tag\n  * Release title is `vx.y.z` (e.g. v4.0.2)\n  * Copy the changelog as release notes\n\n### Publish new version\n\nAfter releasing a new version, we need to build the update site. To do that, run the following command in the `build` folder:\n\n`ant -Dlibreoffice.home=... -Declipse.home=...`\n\nwhere `libreoffice.home` is the path to the LibreOffice installation and `eclipse.home` the path to the eclipse installation (needs to contain a `plugins` and a `features` directory).\n\nYou can also persist the options by setting the `ANT_ARGS` variable to\n\n`-Dlibreoffice.home=... -Declipse.home=...`.\n\n### Available build targets\n\nRun `ant help` to see the available build targets.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibreoffice%2Floeclipse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibreoffice%2Floeclipse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibreoffice%2Floeclipse/lists"}