layer.xml.svn-base

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

SVN-BASE
99
字号
<?xml version="1.0" encoding="UTF-8"?><!--  $Id$  Copyright 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.--><!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd"><filesystem>    <folder name="Actions">        <folder name="Build">            <file name="com-sun-testme-actions-RunAction.instance"/>            <file name="com-sun-testme-actions-RunConfigurationAction.instance"/>            <file name="com-sun-testme-actions-TestConfigurationAction.instance"/>            <file name="com-sun-testme-actions-TestedPlatformAction.instance"/>            <file name="com-sun-testme-actions-RunWithJavatestAction.instance"/>        </folder>    </folder>    <folder name="Loaders">        <folder name="folder">            <folder name="any">                <folder name="Actions">                    <file name="com-sun-testme-actions-RunAction.shadow">                        <attr name="originalFile" stringvalue="Actions/Build/com-sun-testme-actions-RunAction.instance"/>                    </file>                    <file name="com-sun-testme-actions-RunConfigurationAction.shadow">                        <attr name="originalFile" stringvalue="Actions/Build/com-sun-testme-actions-RunConfigurationAction.instance"/>                    </file>                    <file name="com-sun-testme-actions-TestConfigurationAction.shadow">                        <attr name="originalFile" stringvalue="Actions/Build/com-sun-testme-actions-TestConfigurationAction.instance"/>                    </file>                    <file name="com-sun-testme-actions-RunWithJavatestAction.shadow">                        <attr name="originalFile" stringvalue="Actions/Build/com-sun-testme-actions-RunWithJavatestAction.instance"/>                    </file>                    <file name="com-sun-testme-actions-separatorBefore.instance">                        <attr name="instanceClass" stringvalue="javax.swing.JSeparator"/>                    </file>                    <attr name="com-sun-testme-actions-separatorBefore.instance/com-sun-testme-actions-TestConfigurationAction.shadow" boolvalue="true"/>                    <attr name="com-sun-testme-actions-TestConfigurationAction.shadow/com-sun-testme-actions-RunConfigurationAction.shadow" boolvalue="true"/>                    <attr name="com-sun-testme-actions-RunConfigurationAction.shadow/com-sun-testme-actions-RunAction.shadow" boolvalue="true"/>                    <attr name="com-sun-testme-actions-RunAction.shadow/com-sun-testme-actions-RunWithJavatestAction.shadow" boolvalue="true"/>                </folder>            </folder>        </folder>    </folder>    <folder name="Templates">        <folder name="Project">            <folder name="TestME">                <file name="TestME Project" url="EmptyTestMEProject.zip">                    <attr name="SystemFileSystem.localizingBundle" stringvalue="com.sun.testme.Bundle"/>                    <attr name="instantiatingIterator" methodvalue="com.sun.testme.project.templates.EmptyTestMEProjectWizardIterator.createIterator"/>                    <attr name="instantiatingWizardURL" urlvalue="nbresloc:/com/sun/testme/project/templates/EmptyTestMEProjectDescription.html"/>                    <attr name="template" boolvalue="true"/>                </file>            </folder>        </folder>        <attr name="Classes/TestME" boolvalue="true"/>        <folder name="TestME">            <file name="Automated" url="simpletest.zip">                <attr name="SystemFileSystem.localizingBundle" stringvalue="com.sun.testme.Bundle"/>                <attr name="instantiatingIterator" newvalue="com.sun.testme.file.templates.NewTestWizardIterator"/>                <attr name="template" boolvalue="true"/>                <attr name="templateWizardURL" urlvalue="nbresloc:/com/sun/testme/file/templates/Desc_JTharnessAutomatedTestClass.html"/>            </file>            <file name="Distributed" url="distributedtest.zip">                <attr name="SystemFileSystem.localizingBundle" stringvalue="com.sun.testme.Bundle"/>                <attr name="instantiatingIterator" newvalue="com.sun.testme.file.templates.NewDistributedTestWizardIterator"/>                <attr name="template" boolvalue="true"/>                <attr name="templateWizardURL" urlvalue="nbresloc:/com/sun/testme/file/templates/Desc_JTharnessDistributedTestClass.html"/>            </file>            <file name="Interactive" url="interactivetest.zip">                <attr name="SystemFileSystem.localizingBundle" stringvalue="com.sun.testme.Bundle"/>                <attr name="instantiatingIterator" newvalue="com.sun.testme.file.templates.NewInteractiveTestWizardIterator"/>                <attr name="template" boolvalue="true"/>                <attr name="templateWizardURL" urlvalue="nbresloc:/com/sun/testme/file/templates/Desc_JTharnessInteractiveTestClass.html"/>            </file>        </folder>    </folder></filesystem>

⌨️ 快捷键说明

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