Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 102 of 102 for javaexec (0.5 sec)

  1. platforms/jvm/ear/src/test/groovy/org/gradle/plugins/ear/EarPluginTest.groovy

    <application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:application="http://java.sun.com/xml/ns/javaee/application_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd" version="5">
      <display-name>Application</display-name>
      <module>
        <web>
          <web-uri>Web.war</web-uri>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 02 14:55:02 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  2. platforms/jvm/ear/src/main/java/org/gradle/plugins/ear/descriptor/DeploymentDescriptor.java

         * parameter in form of a {@link groovy.util.Node}. The closure can modify the XML before it is written to the
         * output file. This allows additional JavaEE version 6 elements like "data-source" or "resource-ref" to be
         * included.
         *
         * @param closure
         *            The closure to execute when the XML has been created
         * @return this
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 19 22:06:51 UTC 2023
    - 7.1K bytes
    - Viewed (0)
Back to top