org-openide-execution.xml 1.0 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (c) 1992, 2014, Oracle and/or its affiliates. All rights reserved.
  4. ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  5. -->
  6. <!DOCTYPE transformations PUBLIC "-//NetBeans//DTD Module Automatic Dependencies 1.0//EN" "http://www.netbeans.org/dtds/module-auto-deps-1_0.dtd">
  7. <transformations version="1.0">
  8. <transformationgroup>
  9. <!-- XXX new link? -->
  10. <description>Separation of Execution API: cf. http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/upgrade.html#4.0-execution</description>
  11. <transformation>
  12. <trigger-dependency type="older">
  13. <module-dependency codenamebase="org.openide.execution" spec="1.2"/>
  14. </trigger-dependency>
  15. <implies>
  16. <result>
  17. <module-dependency codenamebase="org.openide.execution.deprecated" spec="1.0"/>
  18. </result>
  19. </implies>
  20. </transformation>
  21. </transformationgroup>
  22. </transformations>