Browse Source

Improve project.clj.

master
YJC 3 years ago
parent
commit
68492d358d
7 changed files with 5 additions and 1 deletions
  1. +5
    -1
      project.clj
  2. BIN
      resources/xps2pdf.tar.gz
  3. BIN
      resources/xps2pdf/bin/xpstojpeg
  4. BIN
      resources/xps2pdf/bin/xpstopdf
  5. BIN
      resources/xps2pdf/bin/xpstopng
  6. BIN
      resources/xps2pdf/bin/xpstops
  7. BIN
      resources/xps2pdf/bin/xpstosvg

+ 5
- 1
project.clj View File

@@ -1,4 +1,8 @@
(defproject tservice/xps2pdf "v0.2.0"
:description "Convert xps to pdf."
:url "https://github.com/tservice-plugins/xps2pdf"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:min-lein-version "2.5.0"
:deployable true

@@ -18,7 +22,7 @@
{:provided
{:dependencies
[[org.clojure/clojure "1.10.1"]
[org.clojars.yjcyxky/tservice "0.5.6"]]}
[org.clojars.yjcyxky/tservice "0.5.8"]]}

:uberjar
{:auto-clean true

BIN
resources/xps2pdf.tar.gz View File


BIN
resources/xps2pdf/bin/xpstojpeg View File


BIN
resources/xps2pdf/bin/xpstopdf View File


BIN
resources/xps2pdf/bin/xpstopng View File


BIN
resources/xps2pdf/bin/xpstops View File


BIN
resources/xps2pdf/bin/xpstosvg View File


Loading…
Cancel
Save