3 Star 13 Fork 7

Tong Yanqun / jAlbum

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_for_Raspberry3.xml 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
Shentar 提交于 2019-05-04 17:57 . add jalbum.sh
<?xml version="1.0" encoding="utf-8"?>
<project name="jAlbum" basedir="." default="cpfiles">
<property name="dedup.dir" location="dedup"/>
<property name="photoweb.dir" location="photoweb"/>
<property name="distribute.dir" location="distribute"/>
<property name="scripts.dir" location="scripts"/>
<property name="jdbc.dir" location="jdbcsqlitenative"/>
<target name="jdbc">
<exec dir="${jdbc.dir}" executable="make" os="Linux" failonerror="true"/>
</target>
<target name="cpfiles">
<mkdir dir="${distribute.dir}"/>
<mkdir dir="${distribute.dir}/lib"/>
<mkdir dir="${distribute.dir}/lib/extra"/>
<mkdir dir="${distribute.dir}/log"/>
<move todir="${distribute.dir}" overwrite="true">
<fileset dir="${dedup.dir}/target">
<include name="start.jar"/>
</fileset>
<fileset dir="${photoweb.dir}/target">
<include name="root.war"/>
</fileset>
<fileset dir="${jdbc.dir}">
<include name="libsqlite.so"/>
</fileset>
</move>
<copy todir="${distribute.dir}" overwrite="false">
<fileset dir="${dedup.dir}">
<include name="dedup.db"/>
<include name="favicon.ico"/>
<include name="jalbum.xml"/>
<include name="log4j.xml"/>
<include name="keystore"/>
</fileset>
<fileset dir="${scripts.dir}">
<include name="jalbum_for_Raspberry3.sh"/>
<include name="jalbum.sh"/>
<include name="readme.txt"/>
</fileset>
</copy>
<copy todir="${distribute.dir}/lib/extra" overwrite="true">
<fileset dir="${photoweb.dir}/target/dependency"/>
</copy>
<copy todir="${distribute.dir}/js" overwrite="true">
<fileset dir="${dedup.dir}/js"/>
</copy>
</target>
</project>
Java
1
https://gitee.com/shentar/jAlbum.git
git@gitee.com:shentar/jAlbum.git
shentar
jAlbum
jAlbum
master

搜索帮助