Ver código fonte

Improve project.clj.

master
YJC 3 anos atrás
pai
commit
68492d358d
7 arquivos alterados com 5 adições e 1 exclusões
  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 Ver arquivo

@@ -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 Ver arquivo


BIN
resources/xps2pdf/bin/xpstojpeg Ver arquivo


BIN
resources/xps2pdf/bin/xpstopdf Ver arquivo


BIN
resources/xps2pdf/bin/xpstopng Ver arquivo


BIN
resources/xps2pdf/bin/xpstops Ver arquivo


BIN
resources/xps2pdf/bin/xpstosvg Ver arquivo


Carregando…
Cancelar
Salvar