亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? build-impl.xml

?? GameCanvas 課堂的一個小小j2me 設計
?? XML
?? 第 1 頁 / 共 5 頁
字號:
<?xml version="1.0" encoding="UTF-8"?>
<!-- *** GENERATED FROM project.xml - DO NOT EDIT *** -->
<project name="GameCanvasTest-impl" default="jar" basedir="..">
    <!--load-properties-->
    <target name="pre-load-properties">
        <property file="nbproject/private/private.properties"/>
        <property name="user.properties.file" location="${netbeans.user}/build.properties"/>
        <available property="user.properties.file.exists" file="${user.properties.file}"/>
    </target>
    <target name="exists.config.active" unless="config.active">
        <echo level="warning" message="Active configuration (config.active property) is not set - using default."/>
        <property value="" name="config.active"/>
    </target>
    <target name="exists.netbeans.user" unless="netbeans.user">
        <echo level="warning" message="NetBeans IDE user directory (netbeans.user property) is not set. By specifying this property many properties required by the project will be automatically evaluated (e.g.: ant-ext library home, ...). You could also open this project in the NetBeans IDE - in this case this property would be set automatically."/>
    </target>
    <target name="exists.user.properties.file" unless="user.properties.file.exists">
        <echo level="warning" message="User properties file (user.properties.file) property is not set. By specifying this property many properties required by the project will be automatically evaluated (e.g.: libraries, platforms, ...)."/>
    </target>
    <target name="load-properties" depends="pre-load-properties,exists.config.active,exists.netbeans.user,exists.user.properties.file">
        <loadproperties srcfile="nbproject/project.properties">
            <filterchain>
                <containsregex pattern="^configs\.${config.active}\.(.*)" replace="\1"/>
                <concatfilter prepend="nbproject/project.properties"/>
                <containsregex pattern="^platform.active=|^deployment.method=|^deployment.instance="/>
            </filterchain>
        </loadproperties>
        <property name="deployment.instance" value="default"/>
        <loadproperties srcfile="${user.properties.file}">
            <filterchain>
                <replaceregex pattern="^platforms\.${platform.active}\." replace="platform."/>
                <replaceregex pattern="^deployment\.${deployment.method}\.scriptfile=" replace="deployment.scriptfile="/>
                <replaceregex pattern="^deployments\.${deployment.method}\.${deployment.instance}\.([^=]+)=" replace="\1="/>
            </filterchain>
        </loadproperties>
        <loadproperties srcfile="nbproject/project.properties">
            <filterchain>
                <containsregex pattern="^configs\.${config.active}\.(.*)" replace="\1"/>
                <concatfilter prepend="nbproject/project.properties"/>
            </filterchain>
        </loadproperties>
    </target>
    <!--basic-init-->
    <target name="exists.platform.active" unless="platform.active">
        <echo level="warning" message="Active platform (platform.active property) in not set. If you set this and user.properties.file property, many properties required by the project will be automatically evaluated (e.g.: platform home, platform classpath, ...)."/>
    </target>
    <target name="exists.platform.configuration" unless="platform.configuration">
        <echo level="warning" message="Platform configuration (platform.configuration) is not set. Using default (CLDC-1.0) configuration."/>
        <property name="platform.configuration" value="CLDC-1.0"/>
    </target>
    <target name="exists.platform.profile" unless="platform.profile">
        <echo level="warning" message="Platform profile (platform.profile) is not set. Using default (MIDP-1.0) profile."/>
        <property name="platform.profile" value="MIDP-1.0"/>
    </target>
    <target name="basic-init" depends="exists.platform.active,exists.platform.configuration,exists.platform.profile">
        <fail unless="libs.j2me_ant_ext.classpath">Classpath to J2ME Ant extension library (libs.j2me_ant_ext.classpath property) is not set. For example: location of mobility/modules/org-netbeans-mobility-antext.jar file in the IDE installation directory.</fail>
        <fail unless="platform.home">Platform home (platform.home property) is not set. Value of this property should be ${platform.active.description} emulator home directory location.</fail>
        <fail unless="platform.bootclasspath">Platform boot classpath (platform.bootclasspath property) is not set. Value of this property should be ${platform.active.description} emulator boot classpath containing all J2ME classes provided by emulator.</fail>
        <fail unless="src.dir">Must set src.dir</fail>
        <fail unless="build.dir">Must set build.dir</fail>
        <fail unless="dist.dir">Must set dist.dir</fail>
        <fail unless="dist.jar">Must set dist.jar</fail>
        <property name="javac.source" value="1.3"/>
        <property name="javac.target" value="1.1"/>
        <property name="javac.encoding" value="${file.encoding}"/>
        <property name="deployment.number" value="0.0.1"/>
        <property name="deployment.counter" value="000002"/>
        <condition property="no.deps">
            <istrue value="${no.dependencies}"/>
        </condition>
        <condition property="no.preprocess">
            <isfalse value="${use.preprocessor}"/>
        </condition>
        <condition property="no.javadoc.preview">
            <isfalse value="${javadoc.preview}"/>
        </condition>
        <condition property="filter.excludes.evaluated" value="${filter.excludes},${filter.more.excludes},**/*Test.java,**/test,**/test/**">
            <istrue value="${filter.exclude.tests}"/>
        </condition>
        <property name="filter.excludes.evaluated" value="${filter.excludes},${filter.more.excludes}"/>
        <condition property="deployment.do.override.jarurl" value="">
            <istrue value="${deployment.override.jarurl}"/>
        </condition>
        <condition property="config.active.name" value="DefaultConfiguration">
            <length string="${config.active}" trim="true" length="0"/>
        </condition>
        <property name="config.active.name" value="${config.active}"/>
        <taskdef resource="org/netbeans/mobility/antext/defs.properties">
            <classpath>
                <pathelement path="${libs.j2me_ant_ext.classpath}"/>
            </classpath>
        </taskdef>
        <condition property="skip.deployment">
            <equals arg1="${deployment.method}" arg2="NONE" casesensitive="false" trim="true"/>
        </condition>
        <condition property="app-version.autoincrement.trigger">
            <istrue value="${app-version.autoincrement}"/>
        </condition>
        <nb-overrideproperty name="buildsystem.baton" value="${src.dir}"/>
    </target>
    <!--cldc-init-->
    <target name="cldc-pre-init">
        <condition property="cldc-platform.trigger">
            <equals arg1="CLDC" arg2="${platform.trigger}" casesensitive="false"/>
        </condition>
    </target>
    <target name="cldc-init" depends="cldc-pre-init" if="cldc-platform.trigger">
        <property name="preverify.sources.dir" location="${build.dir}/preverifysrc"/>
        <property name="manifest.build.file" location="${build.dir}/manifest.mf"/>
        <property name="platform.device" value=""/>
        <property name="dist.jad.url" value="file://"/>
        <property name="run.cmd.options" value=""/>
        <condition property="evaluated.run.security.domain" value="">
            <isfalse value="${run.use.security.domain}"/>
        </condition>
        <property name="evaluated.run.security.domain" value="${run.security.domain}"/>
        <condition property="override.jarurl.trigger">
            <and>
                <istrue value="${cldc-platform.trigger}"/>
                <istrue value="${deployment.override.jarurl}"/>
            </and>
        </condition>
        <property name="deployment.jad" location="${dist.dir}/${dist.jad}"/>
        <property name="deployment.jar" location="${dist.dir}/${dist.jar}"/>
        <property name="deployment.dir" location="${dist.dir}"/>
        <patternset id="deployment.patternset">
            <include name="${dist.jad}"/>
            <include name="${dist.jar}"/>
        </patternset>
    </target>
    <!--cdc-init-->
    <target name="cdc-init">
        <condition property="cdc-platform.trigger">
            <equals arg1="CDC" arg2="${platform.trigger}" casesensitive="false"/>
        </condition>
        <available file="${manifest.file}" property="manifest.available"/>
        <condition property="main.class.applet">
            <equals arg1="${main.class.class}" arg2="applet" casesensitive="false"/>
        </condition>
        <condition property="main.class.xlet">
            <equals arg1="${main.class.class}" arg2="xlet" casesensitive="false"/>
        </condition>
        <condition property="manifest.available+main.class+fat.jar">
            <and>
                <isset property="manifest.available"/>
                <isset property="main.class"/>
                <istrue value="${platform.fat.jar}"/>
                <not>
                    <equals arg1="${main.class}" arg2="" trim="true"/>
                </not>
            </and>
        </condition>
        <condition property="manifest.available+main.class">
            <and>
                <isset property="manifest.available"/>
                <isset property="main.class"/>
                <isfalse value="${platform.fat.jar}"/>
                <not>
                    <equals arg1="${main.class}" arg2="" trim="true"/>
                </not>
            </and>
        </condition>
        <condition property="application.version.invalid" value="true">
            <equals arg1="${deployment.number}" arg2="" trim="true"/>
        </condition>
        <fail if="application.version.invalid" message="Property deployment.number must not be empty and must contain version in format %d.%d.%d!"/>
    </target>
    <!--ricoh-init-->
    <target name="ricoh-pre-init" if="cdc-platform.trigger">
        <condition property="ricoh-platform.trigger">
            <equals arg1="ricoh" arg2="${platform.type}" casesensitive="false"/>
        </condition>
    </target>
    <target name="ricoh-init" depends="ricoh-pre-init" if="ricoh-platform.trigger">
        <available property="jcifs" classname="jcifs.smb.SmbFile" classpath="${libs.RicohAntTools.classpath}"/>
        <condition property="no.vendor.name" value="true">
            <equals arg1="${application.vendor}" arg2="" trim="true"/>
        </condition>
        <condition property="ricoh.dalp.install.mode" value="auto" else="manual">
            <istrue value="${ricoh.dalp.install.mode.auto}"/>
        </condition>
        <condition property="ricoh.dalp.display-mode.type" value="COLOR" else="MONO">
            <istrue value="${ricoh.dalp.display-mode.color}"/>
        </condition>
        <property name="xml.dir" value="${build.dir}/dalp"/>
        <property name="xlet.dalp" value="${application.name}.dalp"/>
        <property name="xlet.dalp.name-only" value="${application.name}.dalp"/>
        <property name="deploy.dir" value="${dist.dir}/deploy"/>
        <property name="rideploy.zip" value="${dist.dir}/${application.name}.zip"/>
        <property name="ricoh.dalp.is-managed" value="true"/>
        <property name="ricoh.dalp.information.is-icon-used" value="true"/>
        <property name="ricoh.platform.target.version" value="2.0"/>
        <property name="ricoh.dalp.version" value="${deployment.number}"/>
        <property name="ricoh.dalp.application-desc.visible" value="true"/>
        <property name="ricoh.dalp.install.destination" value="hdd"/>
        <property name="ricoh.dalp.install.work-dir" value="hdd"/>
        <property name="ricoh.dalp.information.abbreviation" value="RICOH"/>
        <taskdef name="taskIf" classname="ricoh.ant.ConditionalTask" classpath="${libs.ricoh-ant-utils.classpath}"/>
        <taskdef name="dalp" classname="org.netbeans.modules.j2me.cdc.project.ricoh.DalpBuilder" classpath="${libs.ricoh-ant-utils.classpath}"/>
        <property name="dalp.dist" value="${build.dir}/dalp/${application.name}.dalp"/>
        <property name="deployment.dir" location="${dist.dir}"/>
        <patternset id="deployment.patternset">
            <include name="${dist.jar}"/>
            <include name="${application.name}.dalp"/>
            <include name="lib/*"/>
        </patternset>
    </target>
    <!--semc-init-->
    <target name="semc-pre-init" if="cdc-platform.trigger">
        <condition property="semc-platform.trigger">
            <equals arg1="semc" arg2="${platform.type}" casesensitive="false"/>
        </condition>
    </target>
    <target name="semc-init" depends="semc-pre-init" if="semc-platform.trigger">
        <condition property="semc.icon.invalid" value="true">
            <or>
                <contains string="${semc.application.icon}" substring="$${"/>
                <equals arg1="${semc.application.icon}" arg2="" trim="true"/>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
激情深爱一区二区| 国产精品一卡二卡在线观看| 精品少妇一区二区三区视频免付费 | 97精品国产97久久久久久久久久久久| 亚洲超碰精品一区二区| 中文字幕的久久| 91精品国产综合久久久蜜臀图片 | 色狠狠综合天天综合综合| 久久精品国产99久久6| 亚洲视频一区在线| 欧美精品一区二区三区很污很色的| 在线亚洲免费视频| 成人动漫一区二区三区| 久久精品72免费观看| 亚洲成人综合网站| 亚洲同性gay激情无套| 中文一区在线播放| 久久综合资源网| 7777精品伊人久久久大香线蕉的| 色综合久久久久| 成人国产在线观看| 成人妖精视频yjsp地址| 国产在线一区观看| 久国产精品韩国三级视频| 日本aⅴ亚洲精品中文乱码| 亚洲国产视频直播| 亚洲一区二区五区| 一区二区三区精品| 一区二区三区成人在线视频| 成人免费一区二区三区视频| 亚洲国产成人一区二区三区| 久久日韩粉嫩一区二区三区| 欧美成人女星排名| 日韩女优电影在线观看| 日韩一区和二区| 日韩免费在线观看| 欧美一区二区三区免费观看视频| 欧美日韩国产不卡| 7777精品伊人久久久大香线蕉| 777a∨成人精品桃花网| 欧美一区二区日韩一区二区| 欧美精选在线播放| 91精品国产综合久久久蜜臀图片 | 国产亚洲精品bt天堂精选| 精品1区2区在线观看| 亚洲精品一区二区三区香蕉| 精品国产一区a| 久久精品亚洲国产奇米99| 国产日韩欧美精品综合| 中文字幕一区在线观看| 亚洲精品免费在线| 天天色天天爱天天射综合| 奇米影视7777精品一区二区| 精品一区二区在线视频| 国产成人无遮挡在线视频| 成人手机电影网| 91丨九色丨黑人外教| 在线观看亚洲精品视频| 欧美一级理论性理论a| 精品久久一二三区| 国产精品久久久久精k8| 亚洲一区二区成人在线观看| 免费视频最近日韩| 成人黄色av网站在线| 欧美午夜精品一区二区三区| 日韩丝袜情趣美女图片| 欧美国产国产综合| 亚洲电影在线免费观看| 久久国产三级精品| 成人综合婷婷国产精品久久| 欧洲亚洲国产日韩| 欧美刺激脚交jootjob| 中文字幕欧美国产| 性久久久久久久久久久久| 久久99久久99小草精品免视看| 国产91在线观看| 欧美三片在线视频观看| 久久久久久久久久久久电影| 一区二区免费视频| 国产一区二区三区蝌蚪| 在线观看免费视频综合| 久久综合99re88久久爱| 一区二区三区免费网站| 国产伦精一区二区三区| 欧美午夜精品理论片a级按摩| 精品国产精品网麻豆系列| 亚洲视频在线观看三级| 毛片基地黄久久久久久天堂| 一本大道av一区二区在线播放| 欧美一级理论性理论a| 亚洲日本护士毛茸茸| 久久99久久久久| 欧美三区在线视频| 中文字幕在线不卡一区二区三区| 全部av―极品视觉盛宴亚洲| 99精品在线观看视频| 久久精品亚洲精品国产欧美kt∨ | 国产欧美日韩激情| 日韩精品欧美成人高清一区二区| 99久久精品国产网站| 精品国产亚洲在线| 日韩激情一二三区| 色www精品视频在线观看| 久久久亚洲午夜电影| 日韩电影网1区2区| 在线观看三级视频欧美| 日本一区二区三区国色天香| 美日韩一区二区| 3atv在线一区二区三区| 亚洲一区二区视频| 91日韩精品一区| 日本一区二区久久| 精品一区二区三区在线播放| 在线成人av网站| 亚洲高清久久久| 日本丶国产丶欧美色综合| 一区二区中文视频| 成人h动漫精品| 国产欧美一区二区精品性色超碰| 另类小说一区二区三区| 91精品免费在线| 日韩电影免费在线观看网站| 欧美日韩视频在线第一区 | 一区二区三区在线视频观看 | 国产精品色呦呦| 精一区二区三区| 69堂精品视频| 五月天欧美精品| 欧美日韩精品是欧美日韩精品| 中文字幕一区二| 97se亚洲国产综合自在线不卡| 欧美—级在线免费片| 成人免费视频视频在线观看免费 | 国产99精品在线观看| 久久综合视频网| 国产尤物一区二区| 欧美不卡在线视频| 韩国毛片一区二区三区| 26uuu国产在线精品一区二区| 久久国产麻豆精品| 久久久99精品久久| 国产成人aaa| 国产精品久久久一区麻豆最新章节| 国产69精品久久久久777| 国产精品不卡在线| 在线观看一区日韩| 日韩精品一卡二卡三卡四卡无卡| 91精选在线观看| 国内精品嫩模私拍在线| 国产精品色一区二区三区| 91麻豆精品在线观看| 亚洲国产综合色| 91精品国产乱码| 国产综合色视频| 国产精品久久久久久亚洲伦 | 国产在线看一区| 国产人成亚洲第一网站在线播放 | 久久99精品一区二区三区三区| 久久亚洲一区二区三区明星换脸| 国产精品一二三区在线| 亚洲欧洲成人精品av97| 欧美三级电影网站| 精品中文字幕一区二区| 国产精品伦一区| 欧美日韩成人综合| 国产乱子伦视频一区二区三区| 国产精品不卡一区| 在线不卡一区二区| 国产成人在线网站| 亚洲国产日韩a在线播放性色| 制服.丝袜.亚洲.另类.中文| 国产美女精品在线| 一区二区三区精品在线| 日韩午夜中文字幕| 色综合久久综合| 毛片不卡一区二区| 亚洲女爱视频在线| 精品国产乱码久久久久久夜甘婷婷 | 欧美电视剧免费全集观看| 成人v精品蜜桃久久一区| 亚洲不卡一区二区三区| 久久精品无码一区二区三区| 在线观看日韩av先锋影音电影院| 裸体歌舞表演一区二区| 综合亚洲深深色噜噜狠狠网站| 欧美一区二区不卡视频| 懂色av中文一区二区三区| 天堂av在线一区| 国产精品青草综合久久久久99| 91 com成人网| 91丨porny丨国产| 激情文学综合丁香| 亚洲超碰精品一区二区| 亚洲欧美综合另类在线卡通| 日韩欧美国产一区二区三区| 91福利视频在线| 国产成人精品亚洲午夜麻豆| 日韩精品久久久久久| 伊人色综合久久天天人手人婷| 久久久久综合网|