Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for java (0.2 sec)

  1. src/main/config/eclipse/formatter/java.xml

    Shinsuke Sugaya <******@****.***> 1505630347 +0900
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sun Sep 17 06:39:42 GMT 2017
    - 30.5K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/foo/sub/pom.xml

              <configuration>
                  <excludes>
                      <exclude>**/ArchetyperRoundtripTest.java</exclude>
                      <exclude>**/ArchetyperRoundtripWithProxyTest.java</exclude>
                      <exclude>**/DefaultRepositoryCrawlerTest.java</exclude>
                  </excludes>
              </configuration>
          </plugin>
        </plugins>
      </build>
      <reporting>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Sep 22 08:59:31 GMT 2023
    - 15.6K bytes
    - Viewed (0)
  3. maven-core/pom.xml

                  <!-- was only a workaround for Plexus Container, hopefully never used by anyone else -->
                  <exclude>org.apache.maven.plugin.DefaultBuildPluginManager#setMojoExecutionListeners(java.util.List)</exclude>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 15.4K bytes
    - Viewed (0)
  4. guava-gwt/pom.xml

                        <include name="guava-gwt-sources/**/*.java"/>
                        <include name="guava-test-gwt-sources/**/*.java"/>
                      </fileset>
                    </replace>
                    <replace token="@NonNull" value="">
                      <fileset dir="${project.build.directory}">
                        <include name="guava-gwt-sources/**/*.java"/>
                        <include name="guava-test-gwt-sources/**/*.java"/>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Apr 11 15:00:55 GMT 2024
    - 19.8K bytes
    - Viewed (0)
  5. pom.xml

    		<!-- J2EE -->
    		<dependency>
    			<groupId>javax.servlet</groupId>
    			<artifactId>jstl</artifactId>
    			<version>${jstl.version}</version>
    			<!-- contains taglibs.standard -->
    			<!-- <scope>provided</scope> -->
    		</dependency>
    		<dependency>
    			<groupId>javax.transaction</groupId>
    			<artifactId>javax.transaction-api</artifactId>
    			<version>${javax.transaction.api.version}</version>
    		</dependency>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  6. maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

                    <goal>xsd</goal>
                  </goals>
                </execution>
                <execution>
                  <id>standard</id>
                  <goals>
                    <goal>java</goal>
                    <goal>xpp3-reader</goal>
                    <goal>xpp3-writer</goal>
                  </goals>
                </execution>
              </executions>
            </plugin>
            <plugin>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Aug 03 09:29:10 GMT 2023
    - 22.4K bytes
    - Viewed (0)
  7. api/maven-api-plugin/src/main/mdo/plugin.mdo

                The Mojo's fully-qualified class name (or script path in the case of non-Java Mojos).
              </description>
            </field>
            <field>
              <name>language</name>
              <version>1.0.0+</version>
              <type>String</type>
              <defaultValue>java</defaultValue>
              <description>The implementation language for this Mojo (java, beanshell, etc.).</description>
            </field>
            <field>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Apr 14 17:14:22 GMT 2024
    - 23.6K bytes
    - Viewed (0)
  8. maven-core/src/main/resources/META-INF/maven/extension.xml

        <!-- javax.inject (JSR-330) -->
        <exportedPackage>javax.inject.*</exportedPackage>
        <!-- javax.enterprise.inject (JSR-299): Must never be exported if needed at plugin level, plugin adds it
             there is no justification to get it at Maven level and leaking it will conflict.
        <exportedPackage>javax.enterprise.util.*</exportedPackage>
        <exportedPackage>javax.enterprise.inject.*</exportedPackage>
        -->
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jan 08 10:37:09 GMT 2024
    - 12.2K bytes
    - Viewed (0)
  9. android/pom.xml

                the add-opens. Right now that doesn't seem worth the effort, though.
            -->
            <test.add.opens>
              --add-opens java.base/java.lang=ALL-UNNAMED
              --add-opens java.base/java.util=ALL-UNNAMED
              --add-opens java.base/sun.security.jca=ALL-UNNAMED
            </test.add.opens>
          </properties>
        </profile>
        <profile>
          <id>javac9-for-jdk8</id>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Mar 12 20:26:18 GMT 2024
    - 19.4K bytes
    - Viewed (0)
  10. api/maven-api-metadata/src/main/mdo/metadata.mdo

              <code><![CDATA[
        public void updateTimestamp()
        {
            setLastUpdatedTimestamp( new java.util.Date() );
        }
    
        public void setLastUpdatedTimestamp( java.util.Date date )
        {
            java.util.TimeZone timezone = java.util.TimeZone.getTimeZone( "UTC" );
            java.text.DateFormat fmt = new java.text.SimpleDateFormat( "yyyyMMddHHmmss" );
            fmt.setTimeZone( timezone );
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 11 14:06:34 GMT 2024
    - 15.8K bytes
    - Viewed (0)
Back to top