- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for Bndrun (0.05 seconds)
-
android/pom.xml
<jsr305.version>3.0.2</jsr305.version> <junit.version>4.13.2</junit.version> <listenablefuture.version>9999.0-empty-to-avoid-conflict-with-guava</listenablefuture.version> <maven-antrun-plugin.version>3.2.0</maven-antrun-plugin.version> <maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version> <maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version>
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Feb 17 19:12:41 GMT 2026 - 26.9K bytes - Click Count (0) -
compat/maven-plugin-api/src/test/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilderTest.java
assertEquals("package", md.getPhase()); assertEquals("org.apache.maven.plugin.jar.JarMojo", md.getImplementation()); assertEquals("antrun", md.getComponentConfigurator()); assertEquals("java", md.getLanguage()); assertEquals("per-lookup", md.getInstantiationStrategy()); assertEquals("some-goal", md.getExecuteGoal());
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 6K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategyTest.java
<plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <version>3.1.0</version> <executions> <execution>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 38.8K bytes - Click Count (0) -
guava-gwt/pom.xml
<version>${project.version}</version> <classifier>test-sources</classifier> </dependency> </dependencies> </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <id>copy-gwt-files</id> <phase>generate-resources</phase> <goals><goal>run</goal></goals>
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jan 12 15:19:17 GMT 2026 - 18.2K bytes - Click Count (0) -
pom.xml
<clientProject>fess</clientProject> <dbfluteClientDir>${basedir}/dbflute_fess</dbfluteClientDir> </configuration> </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.10.11</version> </dependency> </dependencies>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 49.9K bytes - Click Count (0) -
RELEASE.md
* `tf.losses.*` do not add to the global collection when executing eagerly (to avoid leaking memory). * Support different summary and checkpoint directories in `tf.train.MonitoredTrainingSession()`. * Added IndRNN, IndyGRU, and IndyLSTM cells to `tf.contrib.rnn`. * Add safe static factory functions for SparseTensor and convert all CHECKs to DCHECKs. Using the constructor directly is unsafe and deprecated.
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3)