浏览代码

Improve project.clj.

master
YJC 3 年前
父节点
当前提交
68492d358d
共有 7 个文件被更改,包括 5 次插入1 次删除
  1. +5
    -1
      project.clj
  2. 二进制
      resources/xps2pdf.tar.gz
  3. 二进制
      resources/xps2pdf/bin/xpstojpeg
  4. 二进制
      resources/xps2pdf/bin/xpstopdf
  5. 二进制
      resources/xps2pdf/bin/xpstopng
  6. 二进制
      resources/xps2pdf/bin/xpstops
  7. 二进制
      resources/xps2pdf/bin/xpstosvg

+ 5
- 1
project.clj 查看文件

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

二进制
resources/xps2pdf.tar.gz 查看文件


二进制
resources/xps2pdf/bin/xpstojpeg 查看文件


二进制
resources/xps2pdf/bin/xpstopdf 查看文件


二进制
resources/xps2pdf/bin/xpstopng 查看文件


二进制
resources/xps2pdf/bin/xpstops 查看文件


二进制
resources/xps2pdf/bin/xpstosvg 查看文件


正在加载...
取消
保存