| 1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Copyright (c) 1992, 2014, Oracle and/or its affiliates. All rights reserved.
- ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
- -->
- <!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>
- <!-- XXX new link? -->
- <description>Separation of Execution API: cf. http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/upgrade.html#4.0-execution</description>
- <transformation>
- <trigger-dependency type="older">
- <module-dependency codenamebase="org.openide.execution" spec="1.2"/>
- </trigger-dependency>
- <implies>
- <result>
- <module-dependency codenamebase="org.openide.execution.deprecated" spec="1.0"/>
- </result>
- </implies>
- </transformation>
- </transformationgroup>
- </transformations>
|