org-openide-modules.xml
来自「AIOTrade is a free, open source stock te」· XML 代码 · 共 57 行
XML
57 行
<?xml version="1.0" encoding="UTF-8"?><!--The contents of this file are subject to the terms of the Common Developmentand Distribution License (the License). You may not use this file except incompliance with the License.You can obtain a copy of the License at http://www.netbeans.org/cddl.htmlor http://www.netbeans.org/cddl.txt.When distributing Covered Code, include this CDDL Header Notice in each fileand include the License file at http://www.netbeans.org/cddl.txt.If applicable, add the following below the CDDL Header, with the fieldsenclosed by brackets [] replaced by your own identifying information:"Portions Copyrighted [year] [name of copyright owner]"The Original Software is NetBeans. The Initial Developer of the OriginalSoftware is Sun Microsystems, Inc. Portions Copyright 1997-2006 SunMicrosystems, Inc. All Rights Reserved.--><!DOCTYPE transformations PUBLIC "-//NetBeans//DTD Module Automatic Dependencies 1.0//EN" "http://www.netbeans.org/dtds/module-auto-deps-1_0.dtd"><transformations version="1.0"> <transformationgroup> <description>openide.jar split into smaller parts. See http://openide.netbeans.org/proposals/arch/modularize.html and use 'ant fix-dependencies' if your project is projectized.</description> <exclusion codenamebase="org.openide.loaders" prefix="false"/> <!-- <exclusion codenamebase="org.netbeans.core" prefix="true"/> --> <transformation> <trigger-dependency type="cancel"> <module-dependency codenamebase="org.openide" major="1" spec="6.0"/> </trigger-dependency> <implies> <result> <module-dependency codenamebase="org.openide.filesystems" spec="6.0"/> <module-dependency codenamebase="org.openide.util" spec="6.0"/> <module-dependency codenamebase="org.openide.util.enumerations" spec="6.0"/> <module-dependency codenamebase="org.openide.modules" spec="6.0"/> <module-dependency codenamebase="org.openide.nodes" spec="6.0"/> <module-dependency codenamebase="org.openide.explorer" spec="6.0"/> <module-dependency codenamebase="org.openide.awt" spec="6.0"/> <module-dependency codenamebase="org.openide.dialogs" spec="6.0"/> <module-dependency codenamebase="org.openide.compat" spec="6.0"/> <module-dependency codenamebase="org.openide.options" spec="6.0"/> <module-dependency codenamebase="org.openide.windows" spec="6.0"/> <module-dependency codenamebase="org.openide.text" spec="6.0"/> <module-dependency codenamebase="org.openide.actions" spec="6.0"/> <!-- better to include this as well, as people sometimes forget to specify dep on loaders --> <module-dependency codenamebase="org.openide.loaders" spec="5.3"/> </result> </implies> </transformation> </transformationgroup></transformations>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?