[sandbox.akabana]/tags/2012-02-20/yui-frameworks-1.5.0/yui-frameworks-builds/build.xml
Parent Directory
|
Revision Log
Revision 1718 -
(show annotations)
Mon Feb 20 11:46:07 2012 JST (15 months, 4 weeks ago) by e1arkw
File MIME type: text/xml
File size: 3463 byte(s)
Mon Feb 20 11:46:07 2012 JST (15 months, 4 weeks ago) by e1arkw
File MIME type: text/xml
File size: 3463 byte(s)
ver.1.5 release
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <project name="yui-frameworks" basedir="." default="all"> |
| 3 | <!-- --> |
| 4 | <target name="all" depends="flex3,flex45,logging,rb"> |
| 5 | </target> |
| 6 | <target name="flex3"> |
| 7 | <ant antfile="build-fx3.xml"/> |
| 8 | </target> |
| 9 | <target name="flex45"> |
| 10 | <ant antfile="build-fx45.xml"/> |
| 11 | </target> |
| 12 | <target name="logging"> |
| 13 | <ant antfile="build-logging.xml"/> |
| 14 | </target> |
| 15 | <target name="rb"> |
| 16 | <ant antfile="build-rb.xml"/> |
| 17 | </target> |
| 18 | <target name="distAll"> |
| 19 | <property file="build.properties" /> |
| 20 | <!-- --> |
| 21 | <dist libname="fx3/yui-frameworks-fx3-fp10" libver="${LIB_VERSION}" /> |
| 22 | <dist libname="fx3/yui-frameworks-fx3-fp9" libver="${LIB_VERSION}" /> |
| 23 | <dist libname="fx3/yui-frameworks-fx3-ds-fp10" libver="${LIB_VERSION}" /> |
| 24 | <dist libname="fx3/yui-frameworks-fx3-ds-fp9" libver="${LIB_VERSION}" /> |
| 25 | <dist libname="fx3/yui-frameworks-fx3-rpc-fp10" libver="${LIB_VERSION}" /> |
| 26 | <dist libname="fx3/yui-frameworks-fx3-rpc-fp9" libver="${LIB_VERSION}" /> |
| 27 | <!-- --> |
| 28 | <dist libname="fx3/yui-frameworks-fx3-air-fp10" libver="${LIB_VERSION}" /> |
| 29 | <dist libname="fx3/yui-frameworks-fx3-air-fp9" libver="${LIB_VERSION}" /> |
| 30 | <dist libname="fx3/yui-frameworks-fx3-airds-fp10" libver="${LIB_VERSION}" /> |
| 31 | <dist libname="fx3/yui-frameworks-fx3-airds-fp9" libver="${LIB_VERSION}" /> |
| 32 | <dist libname="fx3/yui-frameworks-fx3-airrpc-fp10" libver="${LIB_VERSION}" /> |
| 33 | <dist libname="fx3/yui-frameworks-fx3-airrpc-fp9" libver="${LIB_VERSION}" /> |
| 34 | <!-- --> |
| 35 | <dist libname="fx45/yui-frameworks-fx4-fp10" libver="${LIB_VERSION}" /> |
| 36 | <dist libname="fx45/yui-frameworks-fx4-ds-fp10" libver="${LIB_VERSION}" /> |
| 37 | <dist libname="fx45/yui-frameworks-fx4-rpc-fp10" libver="${LIB_VERSION}" /> |
| 38 | <!-- --> |
| 39 | <dist libname="fx45/yui-frameworks-fx4-air-fp10" libver="${LIB_VERSION}" /> |
| 40 | <dist libname="fx45/yui-frameworks-fx4-airds-fp10" libver="${LIB_VERSION}" /> |
| 41 | <dist libname="fx45/yui-frameworks-fx4-airrpc-fp10" libver="${LIB_VERSION}" /> |
| 42 | <!-- --> |
| 43 | <dist libname="yui-logging" libver="${LIB_VERSION}" /> |
| 44 | <dist libname="yui-frameworks-rb" libver="${LIB_VERSION}" /> |
| 45 | </target> |
| 46 | <!-- ================================= |
| 47 | macro: dist |
| 48 | ================================= --> |
| 49 | <macrodef name="dist" description="dist the project.."> |
| 50 | <attribute name="libname"/> |
| 51 | <attribute name="libver"/> |
| 52 | <sequential> |
| 53 | <echo>libname:@{libname}</echo> |
| 54 | <echo>target/@{libname}-@{libver}.zip</echo> |
| 55 | <echo>target/${basedir}</echo> |
| 56 | <zip zipfile="target/@{libname}-@{libver}-sources.zip"> |
| 57 | <zipfileset prefix="@{libname}" dir="${basedir}${file.separator}target${file.separator}@{libname}${FLEX_SRC}"/> |
| 58 | <zipfileset prefix="@{libname}" dir="${basedir}${file.separator}target${file.separator}@{libname}${FLEX_RESOURCES}"/> |
| 59 | </zip> |
| 60 | <zip zipfile="target/@{libname}-@{libver}-swc.zip"> |
| 61 | <zipfileset prefix="@{libname}" dir="${basedir}${file.separator}target${file.separator}@{libname}${FLEX_OUTPUT}"> |
| 62 | <include name="**/*.swc"/> |
| 63 | <include name="**/*.swf"/> |
| 64 | </zipfileset> |
| 65 | </zip> |
| 66 | </sequential> |
| 67 | </macrodef> |
| 68 | </project> |
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

