mbien commented on code in PR #7677:
URL: https://github.com/apache/netbeans/pull/7677#discussion_r1720846395


##########
ide/extexecution.process/module-auto-deps.xml:
##########
@@ -19,7 +19,21 @@
     under the License.
 
 -->
-<project basedir="." default="build" name="ide/extexecution.process.jdk9">
-    <description>Builds, tests, and runs the project 
org.netbeans.modules.extexecution.process.jdk9</description>
-    <import file="../../nbbuild/templates/projectized.xml"/>
-</project>
+
+<!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>Merged o.n.m.extexecution.process.jdk9 into 
o.n.m.extexecution.process</description>
+        <transformation>
+            <trigger-dependency type="cancel">
+                <module-dependency 
codenamebase="org.netbeans.modules.extexecution.process.jdk9"/>
+            </trigger-dependency>
+            <implies>
+                <result>
+                    <module-dependency 
codenamebase="org.netbeans.modules.extexecution.process" spec="2.0"/>
+                </result>
+            </implies>
+        </transformation>
+    </transformationgroup>
+</transformations>

Review Comment:
   i hope this is correct



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to