Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Tiller (0.16 sec)

  1. maven-core/src/main/resources/META-INF/maven/extension.xml

        <exportedArtifact>org.slf4j:slf4j-api</exportedArtifact>
        <exportedArtifact>org.fusesource.jansi:jansi</exportedArtifact>
    
        <!--
          | We must also filter out the old Aether or NoClassDefFoundErrors will surface
         -->
        <exportedArtifact>org.sonatype.aether:aether-api</exportedArtifact>
        <exportedArtifact>org.sonatype.aether:aether-spi</exportedArtifact>
    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)
  2. android-test-app/src/main/AndroidManifest.xml

        android:name=".TestApplication"
      >
        <activity
          android:name=".MainActivity"
          android:exported="true">
          <intent-filter>
            <action android:name="android.intent.action.MAIN" />
    
            <category android:name="android.intent.category.LAUNCHER" />
          </intent-filter>
        </activity>
      </application>
    
    XML
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sat Dec 23 14:46:51 GMT 2023
    - 683 bytes
    - Viewed (0)
  3. pom.xml

    						<configuration>
    							<outputDirectory>${project.build.directory}/generated-packaging/deb/</outputDirectory>
    							<filters>
    								<filter>${project.basedir}/src/packaging/common/packaging.properties</filter>
    								<filter>${project.basedir}/src/packaging/deb/packaging.properties</filter>
    							</filters>
    							<resources>
    								<resource>
    									<directory>src/packaging/common/</directory>
    XML
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Sun Apr 14 04:03:33 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  4. android/pom.xml

              <configuration>
                <includes>
                  <include>${test.include}</include>
                </includes>
                <!-- By having our own entries here, we also override the default exclusion filter, which excludes all nested classes. -->
                <excludes>
                  <!-- https://github.com/google/guava/issues/2840 -->
                  <exclude>%regex[.*PackageSanityTests.*.class]</exclude>
    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)
  5. api/maven-api-model/src/main/mdo/maven.mdo

              </description>
              <type>String</type>
            </field>
            <field>
              <name>filters</name>
              <version>4.0.0+</version>
              <description>The list of filter properties files that are used when filtering is enabled.</description>
              <association>
                <type>String</type>
                <multiplicity>*</multiplicity>
              </association>
            </field>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
Back to top