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

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

?? build-impl.xml

?? 通過Netbeans開發的j2me程序
?? XML
?? 第 1 頁 / 共 2 頁
字號:
<?xml version="1.0" encoding="UTF-8"?>
<!-- *** GENERATED FROM project.xml - DO NOT EDIT *** -->
<project name="-impl" default="jar" basedir=".." xmlns:projdeps2="http://www.netbeans.org/ns/ant-project-references/2">
    <target name="pre-init"/>
    <target name="pre-load-properties" depends="pre-init">
        <property file="nbproject/private/private.properties"/>
        <property name="deployment.number" value="0.0.1"/>
        <property name="deployment.counter" value="000002"/>
        <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" depends="pre-load-properties" 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" depends="pre-load-properties" 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" depends="pre-load-properties" 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="/>
            </filterchain>
        </loadproperties>
        <loadproperties srcfile="${user.properties.file}">
            <filterchain>
                <replaceregex pattern="^platforms\.${platform.active}\." replace="platform."/>
                <replaceregex pattern="^deployment\.${deployment.method}\.scriptfile=" replace="deployment.scriptfile="/>
            </filterchain>
        </loadproperties>
        <loadproperties srcfile="nbproject/project.properties">
            <filterchain>
                <containsregex pattern="^configs\.${config.active}\.(.*)" replace="\1"/>
                <concatfilter prepend="nbproject/project.properties"/>
            </filterchain>
        </loadproperties>
    </target>
    <target name="exists.platform.active" depends="load-properties" 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" depends="load-properties">
        <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" depends="load-properties">
        <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="init" depends="pre-init,load-properties,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-modules-kjava-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="build.classes.dir">Must set build.classes.dir</fail>
        <fail unless="preprocessed.dir">Must set preprocessed.dir</fail>
        <fail unless="preverify.classes.dir">Must set preverify.classes.dir</fail>
        <fail unless="obfuscated.classes.dir">Must set obfuscated.classes.dir</fail>
        <fail unless="dist.dir">Must set dist.dir</fail>
        <fail unless="dist.jar">Must set dist.jar</fail>
        <fail unless="dist.jad">Must set dist.jad</fail>
        <fail unless="obfuscator.srcjar">Must set obfuscator.srcjar</fail>
        <fail unless="obfuscator.destjar">Must set obfuscator.destjar</fail>
        <fail unless="dist.javadoc.dir">Must set dist.javadoc.dir</fail>
        <property name="abilities" value=""/>
        <property name="debug.level" value="debug"/>
        <property name="obfuscator.classpath" value=""/>
        <property name="kjava.configuration" value=""/>
        <property name="platform.type" value="UEI-1.0"/>
        <property name="platform.device" value=""/>
        <property name="obfuscation.level" value="0"/>
        <property name="sign.enabled" value="false"/>
        <property name="dist.jad.url" value="file://"/>
        <property name="javac.source" value="1.3"/>
        <property name="javac.target" value="1.1"/>
        <property name="javac.encoding" value="${file.encoding}"/>
        <property name="run.cmd.options" value=""/>
        <condition property="no.deps">
            <istrue value="${no.dependencies}"/>
        </condition>
        <condition property="no.javadoc.preview">
            <isfalse value="${javadoc.preview}"/>
        </condition>
        <condition property="filter.excludes.evaluated" value="${filter.excludes},**/*Test.java,**/test,**/test/**">
            <istrue value="${filter.exclude.tests}"/>
        </condition>
        <property name="filter.excludes.evaluated" value="${filter.excludes}"/>
        <condition property="evaluated.run.security.domain" value="">
            <isfalse value="${run.use.security.domain}"/>
        </condition>
        <condition property="deployment.do.override.jarurl" value="">
            <istrue value="${deployment.override.jarurl}"/>
        </condition>
        <property name="evaluated.run.security.domain" value="${run.security.domain}"/>
        <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/modules/kjava/antext/defs.properties">
            <classpath>
                <pathelement path="${libs.j2me_ant_ext.classpath}"/>
            </classpath>
        </taskdef>
        <uptodate property="no.clean.before.build" targetfile="${build.dir}/.timestamp">
            <srcfiles dir="nbproject">
                <include name="project.properties"/>
                <include name="build-impl.xml"/>
            </srcfiles>
        </uptodate>
        <condition property="skip.deployment">
            <equals arg1="${deployment.method}" arg2="NONE" casesensitive="false" trim="true"/>
        </condition>
        <condition property="skip-sign-keystore-password-input">
            <or>
                <isfalse value="${sign.enabled}"/>
                <and>
                    <isset property="sign.keystore"/>
                    <isset property="sign.keystore.password"/>
                    <not>
                        <equals arg1="${sign.keystore}" arg2="" trim="true"/>
                    </not>
                    <not>
                        <equals arg1="${sign.keystore.password}" arg2="" trim="true"/>
                    </not>
                </and>
            </or>
        </condition>
        <condition property="skip-sign-alias-password-input">
            <or>
                <isfalse value="${sign.enabled}"/>
                <and>
                    <isset property="sign.keystore"/>
                    <isset property="sign.alias"/>
                    <isset property="sign.alias.password"/>
                    <not>
                        <equals arg1="${sign.keystore}" arg2="" trim="true"/>
                    </not>
                    <not>
                        <equals arg1="${sign.alias}" arg2="" trim="true"/>
                    </not>
                    <not>
                        <equals arg1="${sign.alias.password}" arg2="" trim="true"/>
                    </not>
                </and>
            </or>
        </condition>
        <antcall target="post-init" inheritall="true" inheritrefs="true"/>
    </target>
    <target name="post-init"/>
    <target name="deps-jar" depends="init" unless="no.deps"/>
    <target name="conditional-clean" depends="init" unless="no.clean.before.build" description="Clean project in case its meta information has changed.">
        <antcall inheritrefs="true" inheritall="true" target="do-clean"/>
    </target>
    <target name="pre-preprocess"/>
    <target name="preprocess" depends="init,pre-preprocess,deps-jar,conditional-clean" description="Preprocess project sources.">
        <mkdir dir="${preprocessed.dir}"/>
        <echo message="ignore me" file="${build.dir}/.timestamp"/>
        <nb-prep destdir="${preprocessed.dir}" preprocessfor="${config.active.name},${abilities},DebugLevel=${debug.level}" encoding="${javac.encoding}">
            <fileset dir="${src.dir}" defaultexcludes="${filter.use.standard}" excludes="${filter.excludes.evaluated}"/>
        </nb-prep>
        <copy todir="${preprocessed.dir}">
            <fileset dir="${src.dir}" defaultexcludes="${filter.use.standard}" excludes="${filter.excludes.evaluated},${build.classes.excludes}"/>
        </copy>
        <antcall target="post-preprocess" inheritall="true" inheritrefs="true"/>
    </target>
    <target name="post-preprocess"/>
    <target name="extract-libs" depends="init,deps-jar,conditional-clean" description="Extracts all bundled libraries.">
        <mkdir dir="${build.classes.dir}"/>
        <nb-extract dir="${build.classes.dir}" excludeManifest="true">
            <classpath>
                <path path="${libs.classpath}"/>
            </classpath>
        </nb-extract>
    </target>
    <target name="pre-compile"/>
    <target name="compile" depends="init,preprocess,extract-libs,pre-compile" description="Compile project classes.">
        <mkdir dir="${build.classes.dir}"/>
        <javac includeantruntime="false" source="${javac.source}" target="${javac.target}" deprecation="${javac.deprecation}" optimize="${javac.optimize}" debug="${javac.debug}" destdir="${build.classes.dir}" srcdir="${preprocessed.dir}" bootclasspath="${platform.bootclasspath}" encoding="${javac.encoding}">
            <classpath>
                <path path="${libs.classpath}"/>
            </classpath>
        </javac>
        <copy todir="${build.classes.dir}">
            <fileset dir="${preprocessed.dir}" defaultexcludes="${filter.use.standard}" excludes="${filter.excludes.evaluated},${build.classes.excludes}"/>
        </copy>
        <antcall target="post-compile" inheritall="true" inheritrefs="true"/>
    </target>
    <target name="post-compile"/>
    <target name="pre-compile-single"/>
    <target name="compile-single" depends="init,preprocess,extract-libs,pre-compile-single" description="Compile selected project classes.">
        <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
        <mkdir dir="${build.classes.dir}"/>
        <javac includeantruntime="false" source="${javac.source}" target="${javac.target}" deprecation="${javac.deprecation}" optimize="${javac.optimize}" debug="${javac.debug}" srcdir="${preprocessed.dir}" destdir="${build.classes.dir}" bootclasspath="${platform.bootclasspath}" includes="${javac.includes}" encoding="${javac.encoding}">
            <classpath>
                <path path="${libs.classpath}"/>
            </classpath>
        </javac>
        <antcall target="post-compile-single" inheritall="true" inheritrefs="true"/>
    </target>
    <target name="post-compile-single"/>
    <target name="create-jad" depends="init">
        <mkdir dir="${build.dir}"/>
        <dirname file="${dist.dir}/${dist.jad}" property="dist.jad.dir"/>
        <mkdir dir="${dist.jad.dir}"/>
        <condition property="evaluated.manifest.apipermissions" value="${manifest.apipermissions}">
            <not>
                <equals arg1="${platform.profile}" arg2="MIDP-1.0"/>
            </not>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美三级中文字幕| 狠狠色伊人亚洲综合成人| 精品国产乱码久久久久久夜甘婷婷 | 久久亚洲免费视频| 欧美日韩高清在线播放| 色综合久久综合网97色综合 | 91在线观看一区二区| 国产毛片精品视频| 激情六月婷婷久久| 精品在线观看视频| 玖玖九九国产精品| 美女视频免费一区| 麻豆91免费观看| 麻豆国产欧美一区二区三区| 日本网站在线观看一区二区三区 | 一区在线观看视频| 国产精品久久久久久亚洲毛片| 2020国产精品久久精品美国| 日韩欧美国产高清| 精品久久五月天| 久久免费美女视频| 国产精品午夜电影| 亚洲欧洲av在线| 一区二区三区四区激情| 亚洲精品v日韩精品| 亚洲一区二区欧美日韩| 天天操天天干天天综合网| 五月天激情综合| 三级亚洲高清视频| 蜜桃久久av一区| 美女www一区二区| 国产精品一区二区果冻传媒| 国产99久久久精品| 97久久超碰精品国产| 欧美影片第一页| 91精品国产高清一区二区三区| 日韩欧美国产wwwww| 国产欧美日韩中文久久| 亚洲天堂av老司机| 日韩高清欧美激情| 国产成人自拍高清视频在线免费播放| 国产不卡免费视频| 在线观看不卡视频| 精品久久久久99| 亚洲欧美在线高清| 青草国产精品久久久久久| 国产成人午夜精品影院观看视频 | 在线播放日韩导航| 国产日韩欧美亚洲| 亚洲国产精品久久一线不卡| 青草av.久久免费一区| 成人爱爱电影网址| 欧美精品国产精品| 国产精品视频yy9299一区| 亚洲午夜电影在线| 国产盗摄一区二区| 在线播放91灌醉迷j高跟美女| 精品国产污网站| 亚洲黄色性网站| 国产精品一区在线观看乱码| 91成人免费网站| 国产日本欧美一区二区| 天堂一区二区在线| 色综合天天视频在线观看| 亚洲精品在线免费播放| 无码av免费一区二区三区试看| 国产+成+人+亚洲欧洲自线| 欧美精品色综合| 亚洲嫩草精品久久| 大胆亚洲人体视频| 日韩免费观看高清完整版| 一区二区在线免费| 成人一道本在线| 欧美成人伊人久久综合网| 亚洲成av人影院| 色天使色偷偷av一区二区 | 69堂国产成人免费视频| 亚洲欧美精品午睡沙发| 国产成人亚洲精品狼色在线| 日韩欧美国产综合在线一区二区三区 | 日日欢夜夜爽一区| 在线免费亚洲电影| 亚洲欧洲日产国产综合网| 国产精品自拍在线| 精品少妇一区二区三区| 日本欧美在线观看| 欧美丰满美乳xxx高潮www| 亚洲综合在线视频| 色综合天天综合在线视频| 国产精品国产三级国产aⅴ入口 | 久久久精品一品道一区| 韩国成人精品a∨在线观看| 精品对白一区国产伦| 美女www一区二区| 精品少妇一区二区三区视频免付费| 视频在线观看一区| 欧美裸体一区二区三区| 亚洲午夜在线电影| 欧美日韩精品电影| 偷拍一区二区三区四区| 欧美日韩一区二区三区视频| 一区二区三区免费| 欧美午夜免费电影| 日韩在线a电影| 精品日韩99亚洲| 国产精品一区二区久久精品爱涩| 国产日韩精品一区二区三区 | 国产乱子轮精品视频| 久久久精品国产99久久精品芒果| 国产一区亚洲一区| 中文字幕一区二区三区在线不卡 | 国产精品成人免费精品自在线观看| 成人白浆超碰人人人人| 一区二区三区在线免费播放| 欧美性色黄大片| 日韩激情一区二区| 久久久三级国产网站| eeuss鲁片一区二区三区在线看| 亚洲精品日韩一| 日韩欧美精品三级| 91在线免费视频观看| 午夜精品久久久久久久久久| 精品国产乱码久久| av在线综合网| 日韩av一二三| 国产精品久久久久久久久果冻传媒| 在线观看av一区二区| 久久爱另类一区二区小说| 国产精品嫩草影院com| 欧美肥大bbwbbw高潮| 国产黄色精品网站| 亚洲在线观看免费视频| 精品国产1区二区| 欧日韩精品视频| 国产精品白丝av| 一区二区国产视频| 欧美精品一区二区三区蜜桃 | 国产综合久久久久影院| 亚洲欧洲日本在线| 精品久久人人做人人爰| 91久久人澡人人添人人爽欧美| 日本vs亚洲vs韩国一区三区 | 日本一区二区免费在线| 欧美群妇大交群中文字幕| 国产福利91精品| 丝袜美腿亚洲综合| 中文字幕亚洲精品在线观看| 精品sm捆绑视频| 欧美日韩在线免费视频| 成人免费av在线| 韩国欧美国产一区| 日韩电影一二三区| 国产精品久久久久婷婷二区次| 日韩亚洲欧美综合| 99热精品一区二区| 国产精品亚洲一区二区三区在线 | 精品亚洲国产成人av制服丝袜| 亚洲自拍偷拍网站| 中文字幕一区二区三| 久久亚洲影视婷婷| 欧美一区二区三区在线| 在线免费观看视频一区| 成人黄色av网站在线| 国产精品一区二区久久精品爱涩| 另类调教123区| 婷婷久久综合九色国产成人 | 26uuu久久天堂性欧美| 欧美一区二区在线播放| 在线免费观看日本一区| 91亚洲精华国产精华精华液| 国产91精品一区二区| 国产原创一区二区三区| 激情图片小说一区| 麻豆精品精品国产自在97香蕉| 亚洲mv大片欧洲mv大片精品| 亚洲一区欧美一区| 一级做a爱片久久| 亚洲欧美日本在线| 亚洲一二三四在线观看| 亚洲精品福利视频网站| 亚洲乱码国产乱码精品精98午夜| 国产精品久久久久久久久搜平片| 国产精品美日韩| 一区在线中文字幕| 一区二区三区在线免费播放| 亚洲午夜电影在线| 日本91福利区| 韩国精品久久久| 成人18视频日本| 色哟哟国产精品免费观看| 91国模大尺度私拍在线视频| 欧美性生活一区| 日韩亚洲欧美一区| 国产亚洲精品aa| 亚洲色图欧美在线| 亚洲成人黄色小说| 韩国在线一区二区| 91视频在线观看免费| 欧美性猛交一区二区三区精品| 欧美精品一二三四|