project.xml.svn-base

来自「透過jjil在android上實現haar人臉偵測 」· SVN-BASE 代码 · 共 49 行

SVN-BASE
49
字号
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
    <type>org.netbeans.modules.kjava.j2meproject</type>
    <configuration>
        <configurations xmlns="http://www.netbeans.org/ns/project-configurations/1">
            <configuration>DefaultColorPhone</configuration>
        </configurations>
        <data xmlns="http://www.netbeans.org/ns/j2me-project">
            <name>FaceDetect</name>
            <minimum-ant-version>1.6</minimum-ant-version>
        </data>
        <references xmlns="http://www.netbeans.org/ns/ant-project-references/2">
            <reference>
                <foreign-project>CharacterizeCamera</foreign-project>
                <artifact-type>jar</artifact-type>
                <script>${project.CharacterizeCamera}/build.xml</script>
                <target>jar</target>
                <clean-target>clean</clean-target>
                <id>jar</id>
                <properties>
                    <property name="config.active"/>
                </properties>
            </reference>
            <reference>
                <foreign-project>JJIL</foreign-project>
                <artifact-type>jar</artifact-type>
                <script>${project.JJIL}/build.xml</script>
                <target>jar</target>
                <clean-target>clean</clean-target>
                <id>jar.DefaultColorPhone</id>
                <properties>
                    <property name="config.active">DefaultColorPhone</property>
                </properties>
            </reference>
            <reference>
                <foreign-project>JJIL-1</foreign-project>
                <artifact-type>jar</artifact-type>
                <script>${project.JJIL-1}/build.xml</script>
                <target>jar</target>
                <clean-target>clean</clean-target>
                <id>jar</id>
                <properties>
                    <property name="config.active"/>
                </properties>
            </reference>
        </references>
    </configuration>
</project>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?