project.xml.svn-base

来自「cqME :java framework for TCK test.」· SVN-BASE 代码 · 共 121 行

SVN-BASE
121
字号
<?xml version="1.0" encoding="UTF-8"?><!--  $Id$  Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved.  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER  This program is free software; you can redistribute it and/or  modify it under the terms of the GNU General Public License version  2 only, as published by the Free Software Foundation.  This program is distributed in the hope that it will be useful, but  WITHOUT ANY WARRANTY; without even the implied warranty of  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU  General Public License version 2 for more details (a copy is  included at /legal/license.txt).  You should have received a copy of the GNU General Public License  version 2 along with this work; if not, write to the Free Software  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA  Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa  Clara, CA 95054 or visit www.sun.com if you need additional  information or have any questions.--><project xmlns="http://www.netbeans.org/ns/project/1">    <type>org.netbeans.modules.ant.freeform</type>    <configuration>        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">            <!-- Do not use Project Properties customizer when editing this file manually. -->            <name>ME Framework</name>            <properties>                <property name="ant.script">build/build.xml</property>                <property-file>build/local.properties</property-file>                <property-file>build/build.properties</property-file>            </properties>            <folders>                <source-folder>                    <label>src\share\classes</label>                    <type>java</type>                    <location>src/share/classes</location>                </source-folder>                <source-folder>                    <label>unitTests\classes</label>                    <type>java</type>                    <location>unitTests/classes</location>                </source-folder>            </folders>            <ide-actions>                <action name="build">                    <script>${ant.script}</script>                    <target>dist-zip</target>                </action>                <action name="clean">                    <script>${ant.script}</script>                    <target>clean</target>                </action>                <action name="javadoc">                    <script>${ant.script}</script>                    <target>dist-docs</target>                </action>                <action name="rebuild">                    <script>${ant.script}</script>                    <target>clean</target>                    <target>dist-zip</target>                </action>                <action name="run">                    <script>nbproject/ide-file-targets.xml</script>                    <target>run-nb</target>                </action>                <action name="debug">                    <script>nbproject/ide-file-targets.xml</script>                    <target>debug-nb</target>                </action>                <action name="test">                    <script>${ant.script}</script>                    <target>unit-tests</target>                </action>            </ide-actions>            <view>                <items>                    <source-folder style="packages">                        <label>src\share\classes</label>                        <location>src/share/classes</location>                    </source-folder>                    <source-folder style="packages">                        <label>unitTests\classes</label>                        <location>unitTests/classes</location>                    </source-folder>                    <source-file>                        <location>${ant.script}</location>                    </source-file>                </items>                <context-menu>                    <ide-action name="build"/>                    <ide-action name="clean"/>                    <ide-action name="javadoc"/>                    <ide-action name="rebuild"/>                    <ide-action name="run"/>                    <ide-action name="debug"/>                    <ide-action name="test"/>                </context-menu>            </view>            <subprojects/>        </general-data>        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">            <compilation-unit>                <package-root>src/share/classes</package-root>                <classpath mode="compile">${FCS_JCTTOOLS}/lib/javatest.jar;${JAVAHELP_JAR};${COMM_JAR}</classpath>                <source-level>1.5</source-level>            </compilation-unit>            <compilation-unit>                <package-root>unitTests/classes</package-root>                <unit-tests/>                <source-level>1.5</source-level>            </compilation-unit>        </java-data>    </configuration></project>

⌨️ 快捷键说明

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