|
Friki example source code file (export-src.xml)
The Friki export-src.xml source code
<project default="export-src">
<target name="export-local">
<tstamp/>
<property file="src/relnum.prp"/>
<property name="version" value="${version.major}.${version.minor}.${version.step}-${version.build}" />
<property name="stamp" value="${DSTAMP}-${TSTAMP}" />
<zip zipfile="${APP}-${version}-src.zip" basedir=".">
<include name="src/**"/>
<include name="ant/**"/>
<include name="_lib/**"/>
<include name="README*"/>
<exclude name="${exclude}"/>
</zip>
</target>
<target name="export-up" depends="export-local" if="at.home">
<copy file="${APP}-${version}-src.zip" tofile="../_dist/${APP}-${version}-src.zip" filtering="off" overwrite="true"/>
</target>
<target name="export-src" depends="export-local,export-up"/>
</project>
Other Friki examples (source code examples)Here is a short list of links related to this Friki export-src.xml source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.