Skip to content
/ lo-sdk Public

Wrap up LibreOffice java SDK jars for easier use with Leiningen.

License

Notifications You must be signed in to change notification settings

tulos/lo-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lo-sdk

This project's purpose is to simplify the process of making LibreOffice SDK available via Maven/Leiningen/Clojars by packing the contents of the JARs in the LibreOffice Java SDK jar files into one single JAR, and pushing that as an artifact to the public Clojars Maven repository

Usage

This project is based on the excellent Leiningen tool, which you need to install first. Furthermore, you need an account at Clojars.

Once these requirements are met, this is the procedure to create a new lo-sdk release and push it to Clojars.

  1. Copy the current LibreOffice jars from your LibreOffice install into the input-jars/ folder.

  2. Adjust the version number in project.clj to match the LibreOffice release.

  3. Run the do-release.sh script.

That will create one single JAR containing all LibreOffice SDK classes and upload it to clojars.

License

This packaging: Copyright (C) 2013 Tulos Capital

Distributed under the MIT License, see http://tulos.mit-license.org for details.

The underlying jars: Various, see LICENSE.txt for details.

About

Wrap up LibreOffice java SDK jars for easier use with Leiningen.

Resources

License

Stars

Watchers

Forks

Packages

No packages published