利用者向け情報

開発者向け情報

[sandbox.akabana]/trunk/yui-frameworks/yui-frameworks-builds/build.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1726 - (hide annotations)
Mon Feb 20 11:55:50 2012 JST (14 months, 4 weeks ago) by e1arkw
File MIME type: text/xml
File size: 2344 byte(s)
ver.2.0 alpha1
1 nod 622 <?xml version="1.0" encoding="utf-8"?>
2 e1arkw 996 <project name="yui-frameworks" basedir="." default="all">
3 e1arkw 1305 <!-- -->
4 e1arkw 1726 <target name="all" depends="flex45,logging,rb">
5 e1arkw 1359 </target>
6 e1arkw 1489 <target name="flex45">
7     <ant antfile="build-fx45.xml"/>
8     </target>
9 e1arkw 1465 <target name="logging">
10     <ant antfile="build-logging.xml"/>
11     </target>
12     <target name="rb">
13     <ant antfile="build-rb.xml"/>
14     </target>
15 e1arkw 1305 <target name="distAll">
16     <property file="build.properties" />
17     <!-- -->
18 e1arkw 1561 <dist libname="fx45/yui-frameworks-fx4-fp10" libver="${LIB_VERSION}" />
19     <dist libname="fx45/yui-frameworks-fx4-ds-fp10" libver="${LIB_VERSION}" />
20     <dist libname="fx45/yui-frameworks-fx4-rpc-fp10" libver="${LIB_VERSION}" />
21 e1arkw 1305 <!-- -->
22 e1arkw 1561 <dist libname="fx45/yui-frameworks-fx4-air-fp10" libver="${LIB_VERSION}" />
23     <dist libname="fx45/yui-frameworks-fx4-airds-fp10" libver="${LIB_VERSION}" />
24     <dist libname="fx45/yui-frameworks-fx4-airrpc-fp10" libver="${LIB_VERSION}" />
25 e1arkw 1305 <!-- -->
26 e1arkw 1466 <dist libname="yui-logging" libver="${LIB_VERSION}" />
27     <dist libname="yui-frameworks-rb" libver="${LIB_VERSION}" />
28 e1arkw 1305 </target>
29 nod 1113 <!-- =================================
30     macro: dist
31     ================================= -->
32 e1arkw 1305 <macrodef name="dist" description="dist the project..">
33     <attribute name="libname"/>
34     <attribute name="libver"/>
35     <sequential>
36     <echo>libname:@{libname}</echo>
37     <echo>target/@{libname}-@{libver}.zip</echo>
38     <echo>target/${basedir}</echo>
39     <zip zipfile="target/@{libname}-@{libver}-sources.zip">
40     <zipfileset prefix="@{libname}" dir="${basedir}${file.separator}target${file.separator}@{libname}${FLEX_SRC}"/>
41     <zipfileset prefix="@{libname}" dir="${basedir}${file.separator}target${file.separator}@{libname}${FLEX_RESOURCES}"/>
42     </zip>
43     <zip zipfile="target/@{libname}-@{libver}-swc.zip">
44     <zipfileset prefix="@{libname}" dir="${basedir}${file.separator}target${file.separator}@{libname}${FLEX_OUTPUT}">
45 e1arkw 1466 <include name="**/*.swc"/>
46     <include name="**/*.swf"/>
47 e1arkw 1305 </zipfileset>
48     </zip>
49     </sequential>
50     </macrodef>
51 nod 540 </project>

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC