Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 472 for Borg (0.18 sec)

  1. maven-core/src/test/resources-project-builder/developers-inheritance/child-2/pom.xml

      <!--
      While <developers> are inherited, they are not aggregated, only the child elements are used.
      -->
    
      <parent>
        <groupId>org.apache.maven.its.mng3843</groupId>
        <artifactId>parent-1</artifactId>
        <version>0.1</version>
      </parent>
    
      <groupId>org.apache.maven.its.mng3843.child</groupId>
      <artifactId>child-2</artifactId>
      <version>0.2</version>
      <packaging>jar</packaging>
    
      <developers>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.3K bytes
    - Viewed (0)
  2. .idea/runConfigurations/Test__Partial_Linkage_JS___no_IC.xml

              <option value="--tests" />
              <option value="&quot;org.jetbrains.kotlin.js.test.ir.JsPartialLinkageNoICTestCaseGenerated&quot;" />
              <option value="--tests" />
              <option value="&quot;org.jetbrains.kotlin.js.test.ir.FirJsPartialLinkageNoICTestCaseGenerated&quot;" />
              <option value="--tests" />
              <option value="&quot;org.jetbrains.kotlin.js.test.ir.JsPartialLinkageNoICES6TestCaseGenerated&quot;" />
    XML
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Aug 16 19:11:34 GMT 2023
    - 1.4K bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/xml-whitespace/sub/pom.xml

    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at
    
      https://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.6K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/projects/tree/dep/pom.xml

    <project xmlns="http://maven.apache.org/POM/4.0.0">
    
        <parent>
            <groupId>org.apache.maven.ut</groupId>
            <artifactId>parent</artifactId>
        </parent>
        <artifactId>dep</artifactId>
    
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Wed Sep 13 11:39:50 GMT 2023
    - 212 bytes
    - Viewed (0)
  5. maven-core/src/test/resources/org/apache/maven/project/AbstractMavenProjectTestCase.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <plexus>
      <components>
        <component>
          <role>org.apache.maven.lifecycle.LifeCyclePluginAnalyzer</role>
          <implementation>org.apache.maven.lifecycle.EmptyLifecyclePluginAnalyzer</implementation>
        </component>
      </components>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Aug 24 22:46:07 GMT 2010
    - 287 bytes
    - Viewed (0)
  6. maven-core/src/test/resources-project-builder/limited-inheritance/child/pom.xml

    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <parent>
        <groupId>org.apache.maven.its.mng3845</groupId>
        <artifactId>parent</artifactId>
        <version>0.1</version>
      </parent>
    
      <artifactId>child</artifactId>
    
      <organization>
        <name>child-org</name>
      </organization>
    
      <scm>
        <developerConnection>https://child.url/scm</developerConnection>
      </scm>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.7K bytes
    - Viewed (0)
  7. maven-core/src/test/resources-project-builder/plugin-exec-merging/wo-plugin-mgmt/sub/pom.xml

    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at
    
      https://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.9K bytes
    - Viewed (0)
  8. src/main/resources/my_creator.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    	"http://dbflute.org/meta/lastadi10.dtd">
    <components>
    	<include path="convention.xml"/>
        <component name="pagerCreator" class="org.codelibs.fess.mylasta.creator.PagerCreator"/>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Oct 03 14:03:30 GMT 2015
    - 296 bytes
    - Viewed (0)
  9. src/main/resources/crawler_es+crawlerThread.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" 
    	"http://dbflute.org/meta/lastadi10.dtd">
    <components namespace="fessCrawler">
    	<!-- Crawler Thread -->
    	<component name="crawlerThread" class="org.codelibs.fess.crawler.FessCrawlerThread" instance="prototype" >
    	</component>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Jan 28 04:42:09 GMT 2016
    - 342 bytes
    - Viewed (0)
  10. maven-core/src/test/resources-project-builder/pluginmanagement-inherited/sub/pom.xml

    <project>
      <parent>
        <groupId>org.sonatype.nexus</groupId>
        <artifactId>nexus</artifactId>
        <version>1.3.0-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>a</artifactId>
      <build>
        <plugins>
          <plugin>
            <groupId>org.codehaus.modello</groupId>
            <artifactId>modello-maven-plugin</artifactId>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Dec 24 18:50:27 GMT 2020
    - 408 bytes
    - Viewed (0)
Back to top