├── .checkstyle ├── .classpath.default ├── .classpath.ivyde ├── .gitattributes ├── .gitignore ├── .gitmodules ├── .project ├── .settings ├── org.eclipse.jdt.core.prefs └── org.eclipse.jdt.ui.prefs ├── LICENSE ├── META-INF └── MANIFEST.MF ├── NOTICE ├── README.adoc ├── ReleaseInstructions ├── ant.patterns ├── asciidoc ├── ant.adoc ├── bestpractices.adoc ├── compatibility.adoc ├── concept.adoc ├── configuration.adoc ├── configuration │ ├── caches.adoc │ ├── caches │ │ ├── cache.adoc │ │ └── ttl.adoc │ ├── classpath.adoc │ ├── conf.adoc │ ├── conflict-managers.adoc │ ├── include.adoc │ ├── latest-strategies.adoc │ ├── lock-strategies.adoc │ ├── macrodef.adoc │ ├── macrodef │ │ └── attribute.adoc │ ├── module.adoc │ ├── modules.adoc │ ├── namespace.adoc │ ├── namespace │ │ ├── dest.adoc │ │ ├── fromtosystem.adoc │ │ ├── rule.adoc │ │ └── src.adoc │ ├── namespaces.adoc │ ├── outputters.adoc │ ├── parsers.adoc │ ├── properties.adoc │ ├── property.adoc │ ├── resolvers.adoc │ ├── status.adoc │ ├── statuses.adoc │ ├── triggers.adoc │ ├── typedef.adoc │ └── version-matchers.adoc ├── dev.adoc ├── dev │ ├── apache-proposal.adoc │ ├── conflict-solving-algo.adoc │ ├── ideas.adoc │ └── makerelease.adoc ├── extend.adoc ├── images │ ├── ant-project-logo.gif │ ├── ant-project-logo.svg │ ├── apache-incubator-logo.png │ ├── apache-incubator.svg │ ├── bullet.gif │ ├── closed.gif │ ├── discovery.gif │ ├── downloaded.gif │ ├── error.gif │ ├── evicted.gif │ ├── grippie.png │ ├── hibgraph-small.png │ ├── hibgraph.png │ ├── hibgraph.svg │ ├── ivy-book.png │ ├── ivy-demo.png │ ├── ivy-dl-1.4.1.png │ ├── ivy-dl-2.0.0-alpha-1.png │ ├── ivy-dl.xcf │ ├── ivy-forum.png │ ├── ivy-lierre.png │ ├── ivy-publish-fc.odg │ ├── ivy-publish-fc.png │ ├── ivy-publish-fc.svg │ ├── ivy-terminology.odg │ ├── ivy-terminology.png │ ├── ivy-terminology.svg │ ├── ivyfile-small.png │ ├── logo.png │ ├── main-tasks.odg │ ├── main-tasks.png │ ├── main-tasks.svg │ ├── open.gif │ ├── report-small.png │ ├── searched.gif │ ├── warning.png │ ├── warning.svg │ ├── xooki-edit-small.png │ ├── xooki-edit.png │ ├── xooki-toolbar.png │ ├── yed-step1.jpg │ ├── yed-step2.jpg │ ├── yed-step3-2.jpg │ ├── yed-step3.jpg │ ├── yed-step4.jpg │ ├── yed-step5.jpg │ ├── yed-step6.jpg │ └── yed-step7.jpg ├── index.adoc ├── install.adoc ├── ivy.xsd ├── ivyfile.adoc ├── ivyfile │ ├── artifact-conf.adoc │ ├── artifact-exclude-conf.adoc │ ├── artifact-exclude.adoc │ ├── artifact.adoc │ ├── conf.adoc │ ├── configurations.adoc │ ├── conflict.adoc │ ├── conflicts.adoc │ ├── dependencies.adoc │ ├── dependency-artifact-conf.adoc │ ├── dependency-artifact.adoc │ ├── dependency-conf.adoc │ ├── dependency-include-conf.adoc │ ├── dependency-include.adoc │ ├── dependency.adoc │ ├── description.adoc │ ├── exclude.adoc │ ├── extends.adoc │ ├── include.adoc │ ├── info.adoc │ ├── ivyauthor.adoc │ ├── license.adoc │ ├── manager.adoc │ ├── mapped.adoc │ ├── override.adoc │ ├── publications.adoc │ └── repository.adoc ├── js │ ├── jquery.pack.js │ └── jquery.treeview.js ├── moreexamples.adoc ├── osgi.adoc ├── osgi │ ├── eclipse-plugin.adoc │ ├── osgi-mapping.adoc │ ├── sigil.adoc │ ├── standard-osgi.adoc │ └── target-platform.adoc ├── principle.adoc ├── reference.adoc ├── release-notes.adoc ├── resolver │ ├── bintray.adoc │ ├── chain.adoc │ ├── dual.adoc │ ├── filesystem.adoc │ ├── ibiblio.adoc │ ├── ivyrep.adoc │ ├── jar.adoc │ ├── mirrored.adoc │ ├── obr.adoc │ ├── osgiagg.adoc │ ├── packager.adoc │ ├── sftp.adoc │ ├── ssh.adoc │ ├── updatesite.adoc │ ├── url.adoc │ └── vfs.adoc ├── running.adoc ├── samples │ ├── apache-hello-ivy-default.html │ ├── build-install.xml │ ├── build.xml │ ├── commons-lang1.0-dep-report-part.jpg │ ├── eclipse-plugin │ │ ├── build.xml │ │ ├── ivy.xml │ │ ├── ivysettings.properties │ │ └── ivysettings.xml │ ├── hibernate3.0-dep-report-part.jpg │ ├── ivy-doc.xsl │ ├── ivy-report.css │ ├── ivy-sample-xslt.xml │ ├── ivy-sample.xml │ ├── ivy-style.css │ ├── ivysettings-default.xml │ ├── jayasoft-ivyrep-example-default.html │ ├── jayasoft-ivyrep-example-default.jpg │ ├── projects-dependencies-graph-small.jpg │ ├── projects-dependencies-graph.jpg │ ├── standard-osgi │ │ ├── build.xml │ │ ├── ivy.xml │ │ ├── ivysettings.xml │ │ └── org.apache.ivy.sample.standard-osgi.bnd │ └── target-platform │ │ ├── build.xml │ │ ├── ivy.xml │ │ └── ivysettings.xml ├── settings.adoc ├── settings │ ├── caches.adoc │ ├── caches │ │ ├── cache.adoc │ │ └── ttl.adoc │ ├── classpath.adoc │ ├── conflict-managers.adoc │ ├── credentials.adoc │ ├── include.adoc │ ├── latest-strategies.adoc │ ├── lock-strategies.adoc │ ├── macrodef.adoc │ ├── macrodef │ │ └── attribute.adoc │ ├── module.adoc │ ├── modules.adoc │ ├── namespace.adoc │ ├── namespace │ │ ├── dest.adoc │ │ ├── fromtosystem.adoc │ │ ├── rule.adoc │ │ └── src.adoc │ ├── namespaces.adoc │ ├── outputters.adoc │ ├── parsers.adoc │ ├── properties.adoc │ ├── property.adoc │ ├── resolvers.adoc │ ├── settings.adoc │ ├── signers.adoc │ ├── status.adoc │ ├── statuses.adoc │ ├── timeout-constraint.adoc │ ├── timeout-constraints.adoc │ ├── triggers.adoc │ ├── typedef.adoc │ └── version-matchers.adoc ├── standalone.adoc ├── style │ └── style.css ├── systemproperties.adoc ├── templates │ ├── book │ │ └── document.html.slim │ ├── document.html.slim │ ├── extensions │ │ └── src │ │ │ └── org │ │ │ └── apache │ │ │ └── ivy │ │ │ └── asciidoc │ │ │ └── JiraMacro.java │ └── helpers.rb ├── terminology.adoc ├── textual.adoc ├── toc.json ├── tutorial.adoc ├── tutorial │ ├── build-repository.adoc │ ├── build-repository │ │ ├── advanced.adoc │ │ └── basic.adoc │ ├── conf.adoc │ ├── defaultconf.adoc │ ├── dependence.adoc │ ├── dual.adoc │ ├── multiple.adoc │ ├── multiproject.adoc │ └── start.adoc ├── use │ ├── artifactproperty.adoc │ ├── artifactreport.adoc │ ├── buildlist.adoc │ ├── buildnumber.adoc │ ├── buildobr.adoc │ ├── cachefileset.adoc │ ├── cachepath.adoc │ ├── checkdepsupdate.adoc │ ├── cleancache.adoc │ ├── configure.adoc │ ├── convertmanifest.adoc │ ├── convertpom.adoc │ ├── deliver.adoc │ ├── dependencytree.adoc │ ├── findrevision.adoc │ ├── fixdeps.adoc │ ├── info.adoc │ ├── install.adoc │ ├── listmodules.adoc │ ├── makepom.adoc │ ├── postresolvetask.adoc │ ├── publish.adoc │ ├── report.adoc │ ├── repreport.adoc │ ├── resolve.adoc │ ├── resources.adoc │ ├── retrieve.adoc │ ├── settings.adoc │ └── var.adoc └── yed.adoc ├── doap_Ivy.rdf ├── ivy.xml ├── ivysettings-release.xml ├── optional.patterns ├── src ├── etc │ ├── checkstyle │ │ ├── RequiredHeader.txt │ │ ├── checkstyle-config │ │ ├── checkstyle-frames.xsl │ │ ├── checkstyle-suppress.xml │ │ ├── checkstyle-text.xsl │ │ └── checkstyle-xdoc.xsl │ ├── license │ │ └── license-header.xml │ └── makepom │ │ └── pom.template ├── example │ ├── bintray │ │ ├── build.xml │ │ ├── ivy.xml │ │ └── ivysettings.xml │ ├── build-a-ivy-repository │ │ ├── build.xml │ │ └── settings │ │ │ ├── ivysettings-advanced.xml │ │ │ └── ivysettings-basic.xml │ ├── chained-resolvers │ │ ├── build.xml │ │ ├── chainedresolvers-project │ │ │ ├── build.xml │ │ │ ├── ivy.xml │ │ │ └── src │ │ │ │ └── example │ │ │ │ └── Hello.java │ │ └── settings │ │ │ ├── ivysettings.xml │ │ │ └── repository │ │ │ └── test-1.0.jar │ ├── configurations │ │ ├── jdbc-example │ │ │ ├── build.xml │ │ │ ├── ivy.xml │ │ │ └── src │ │ │ │ ├── dev.properties │ │ │ │ ├── example │ │ │ │ └── ConfigurationsExample.java │ │ │ │ └── prod.properties │ │ └── multi-projects │ │ │ ├── filter-framework │ │ │ ├── build.xml │ │ │ ├── ivy.xml │ │ │ ├── src │ │ │ │ └── filter │ │ │ │ │ ├── FilterProvider.java │ │ │ │ │ ├── IFilter.java │ │ │ │ │ ├── ccimpl │ │ │ │ │ └── CCFilter.java │ │ │ │ │ └── hmimpl │ │ │ │ │ └── HMFilter.java │ │ │ └── test │ │ │ │ └── filter │ │ │ │ ├── AbstractTestFilter.java │ │ │ │ ├── ccimpl │ │ │ │ └── CCFilterTest.java │ │ │ │ └── hmimpl │ │ │ │ └── HMFilterTest.java │ │ │ └── myapp │ │ │ ├── build.xml │ │ │ ├── ivy.xml │ │ │ └── src │ │ │ └── myapp │ │ │ └── Main.java │ ├── dependence │ │ ├── build.xml │ │ ├── dependee │ │ │ ├── build.xml │ │ │ ├── ivy.xml │ │ │ └── src │ │ │ │ └── standalone │ │ │ │ └── Main.java │ │ ├── depender │ │ │ ├── build.xml │ │ │ ├── ivy.xml │ │ │ └── src │ │ │ │ └── depending │ │ │ │ └── Main.java │ │ └── settings │ │ │ ├── ivysettings.properties │ │ │ └── ivysettings.xml │ ├── dual │ │ ├── build.xml │ │ ├── project │ │ │ ├── build.xml │ │ │ ├── ivy.xml │ │ │ └── src │ │ │ │ └── example │ │ │ │ └── HelloIvy.java │ │ ├── repository │ │ │ └── commons-httpclient-ivy-2.0.2.xml │ │ └── settings │ │ │ └── ivysettings.xml │ ├── go-ivy │ │ └── build.xml │ ├── hello-ivy │ │ ├── build.xml │ │ ├── ivy.xml │ │ └── src │ │ │ └── example │ │ │ └── HelloConsole.java │ ├── multi-project │ │ ├── build.xml │ │ ├── common │ │ │ ├── build.properties │ │ │ └── common.xml │ │ └── projects │ │ │ ├── console │ │ │ ├── build.properties │ │ │ ├── build.xml │ │ │ ├── ivy.xml │ │ │ └── src │ │ │ │ └── console │ │ │ │ └── Main.java │ │ │ ├── find │ │ │ ├── build.properties │ │ │ ├── build.xml │ │ │ ├── ivy.xml │ │ │ └── src │ │ │ │ └── find │ │ │ │ ├── FindFile.java │ │ │ │ └── Main.java │ │ │ ├── list │ │ │ ├── build.properties │ │ │ ├── build.xml │ │ │ ├── ivy.xml │ │ │ └── src │ │ │ │ └── list │ │ │ │ ├── ListFile.java │ │ │ │ └── Main.java │ │ │ ├── size │ │ │ ├── build.properties │ │ │ ├── build.xml │ │ │ ├── ivy.xml │ │ │ └── src │ │ │ │ └── size │ │ │ │ └── FileSize.java │ │ │ ├── sizewhere │ │ │ ├── build.properties │ │ │ ├── build.xml │ │ │ ├── ivy.xml │ │ │ └── src │ │ │ │ └── sizewhere │ │ │ │ ├── Main.java │ │ │ │ └── SizeWhere.java │ │ │ └── version │ │ │ ├── build.properties │ │ │ ├── build.xml │ │ │ ├── ivy.xml │ │ │ └── src │ │ │ └── version │ │ │ └── Version.java │ └── packager-resolver │ │ └── ivysettings.xml └── java │ └── org │ └── apache │ └── ivy │ ├── Ivy.java │ ├── Ivy14.java │ ├── Main.java │ ├── ant │ ├── AddPathTask.java │ ├── AntBuildTrigger.java │ ├── AntCallTrigger.java │ ├── AntMessageLogger.java │ ├── AntWorkspaceResolver.java │ ├── BuildOBRTask.java │ ├── ConvertManifestTask.java │ ├── EmptyFileSet.java │ ├── FixDepsTask.java │ ├── IvyAntSettings.java │ ├── IvyAntVariableContainer.java │ ├── IvyArtifactProperty.java │ ├── IvyArtifactReport.java │ ├── IvyBuildList.java │ ├── IvyBuildNumber.java │ ├── IvyCacheFileset.java │ ├── IvyCachePath.java │ ├── IvyCacheTask.java │ ├── IvyCheck.java │ ├── IvyCleanCache.java │ ├── IvyConfigure.java │ ├── IvyConflict.java │ ├── IvyConvertPom.java │ ├── IvyDeliver.java │ ├── IvyDependency.java │ ├── IvyDependencyArtifact.java │ ├── IvyDependencyConf.java │ ├── IvyDependencyExclude.java │ ├── IvyDependencyInclude.java │ ├── IvyDependencyTree.java │ ├── IvyDependencyUpdateChecker.java │ ├── IvyExclude.java │ ├── IvyExtractFromSources.java │ ├── IvyFindRevision.java │ ├── IvyInfo.java │ ├── IvyInstall.java │ ├── IvyListModules.java │ ├── IvyMakePom.java │ ├── IvyOverride.java │ ├── IvyPostResolveTask.java │ ├── IvyPublish.java │ ├── IvyReport.java │ ├── IvyRepositoryReport.java │ ├── IvyResolve.java │ ├── IvyResources.java │ ├── IvyRetrieve.java │ ├── IvyTask.java │ ├── IvyVar.java │ ├── MapperAdapter.java │ ├── PackageMapping.java │ └── antlib.xml │ ├── core │ ├── ExecutionRelativeUrlResolver.java │ ├── IvyContext.java │ ├── IvyPatternHelper.java │ ├── IvyThread.java │ ├── LogOptions.java │ ├── NormalRelativeUrlResolver.java │ ├── RelativeUrlResolver.java │ ├── cache │ │ ├── ArtifactOrigin.java │ │ ├── CacheDownloadOptions.java │ │ ├── CacheMetadataOptions.java │ │ ├── CacheResourceOptions.java │ │ ├── CacheUtil.java │ │ ├── DefaultRepositoryCacheManager.java │ │ ├── DefaultResolutionCacheManager.java │ │ ├── DownloadListener.java │ │ ├── ModuleDescriptorMemoryCache.java │ │ ├── ModuleDescriptorProvider.java │ │ ├── ModuleDescriptorWriter.java │ │ ├── ParserSettingsMonitor.java │ │ ├── RepositoryCacheManager.java │ │ └── ResolutionCacheManager.java │ ├── check │ │ ├── CheckEngine.java │ │ └── CheckEngineSettings.java │ ├── deliver │ │ ├── DefaultPublishingDRResolver.java │ │ ├── DeliverEngine.java │ │ ├── DeliverEngineSettings.java │ │ ├── DeliverOptions.java │ │ └── PublishingDependencyRevisionResolver.java │ ├── event │ │ ├── EventManager.java │ │ ├── FilteredIvyListener.java │ │ ├── IvyEvent.java │ │ ├── IvyEventFilter.java │ │ ├── IvyListener.java │ │ ├── download │ │ │ ├── DownloadEvent.java │ │ │ ├── EndArtifactDownloadEvent.java │ │ │ ├── NeedArtifactEvent.java │ │ │ ├── PrepareDownloadEvent.java │ │ │ └── StartArtifactDownloadEvent.java │ │ ├── publish │ │ │ ├── EndArtifactPublishEvent.java │ │ │ ├── PublishEvent.java │ │ │ └── StartArtifactPublishEvent.java │ │ ├── resolve │ │ │ ├── EndResolveDependencyEvent.java │ │ │ ├── EndResolveEvent.java │ │ │ ├── ResolveDependencyEvent.java │ │ │ ├── ResolveEvent.java │ │ │ ├── StartResolveDependencyEvent.java │ │ │ └── StartResolveEvent.java │ │ └── retrieve │ │ │ ├── EndRetrieveArtifactEvent.java │ │ │ ├── EndRetrieveEvent.java │ │ │ ├── RetrieveArtifactEvent.java │ │ │ ├── RetrieveEvent.java │ │ │ ├── StartRetrieveArtifactEvent.java │ │ │ └── StartRetrieveEvent.java │ ├── install │ │ ├── InstallEngine.java │ │ ├── InstallEngineSettings.java │ │ └── InstallOptions.java │ ├── module │ │ ├── descriptor │ │ │ ├── AbstractArtifact.java │ │ │ ├── AbstractIncludeExcludeRule.java │ │ │ ├── Artifact.java │ │ │ ├── Configuration.java │ │ │ ├── ConfigurationAware.java │ │ │ ├── ConfigurationGroup.java │ │ │ ├── ConfigurationIntersection.java │ │ │ ├── DefaultArtifact.java │ │ │ ├── DefaultDependencyArtifactDescriptor.java │ │ │ ├── DefaultDependencyDescriptor.java │ │ │ ├── DefaultExcludeRule.java │ │ │ ├── DefaultExtendsDescriptor.java │ │ │ ├── DefaultIncludeRule.java │ │ │ ├── DefaultModuleDescriptor.java │ │ │ ├── DefaultWorkspaceModuleDescriptor.java │ │ │ ├── DependencyArtifactDescriptor.java │ │ │ ├── DependencyDescriptor.java │ │ │ ├── DependencyDescriptorMediator.java │ │ │ ├── ExcludeRule.java │ │ │ ├── ExtendsDescriptor.java │ │ │ ├── ExtraInfoHolder.java │ │ │ ├── IncludeRule.java │ │ │ ├── InheritableItem.java │ │ │ ├── License.java │ │ │ ├── MDArtifact.java │ │ │ ├── ModuleDescriptor.java │ │ │ ├── OverrideDependencyDescriptorMediator.java │ │ │ └── WorkspaceModuleDescriptor.java │ │ ├── id │ │ │ ├── ArtifactId.java │ │ │ ├── ArtifactRevisionId.java │ │ │ ├── MatcherLookup.java │ │ │ ├── ModuleId.java │ │ │ ├── ModuleRevisionId.java │ │ │ ├── ModuleRules.java │ │ │ └── package.html │ │ └── status │ │ │ ├── Status.java │ │ │ └── StatusManager.java │ ├── pack │ │ ├── PackagingManager.java │ │ └── PackingRegistry.java │ ├── publish │ │ ├── PublishEngine.java │ │ ├── PublishEngineSettings.java │ │ └── PublishOptions.java │ ├── report │ │ ├── ArtifactDownloadReport.java │ │ ├── ConfigurationResolveReport.java │ │ ├── DownloadReport.java │ │ ├── DownloadStatus.java │ │ ├── MetadataArtifactDownloadReport.java │ │ └── ResolveReport.java │ ├── repository │ │ ├── RepositoryManagementEngine.java │ │ └── RepositoryManagementEngineSettings.java │ ├── resolve │ │ ├── DownloadOptions.java │ │ ├── IvyNode.java │ │ ├── IvyNodeBlacklist.java │ │ ├── IvyNodeCallers.java │ │ ├── IvyNodeEviction.java │ │ ├── IvyNodeUsage.java │ │ ├── ResolveData.java │ │ ├── ResolveEngine.java │ │ ├── ResolveEngineSettings.java │ │ ├── ResolveOptions.java │ │ ├── ResolveProcessException.java │ │ ├── ResolvedModuleRevision.java │ │ ├── RestartResolveProcess.java │ │ ├── VisitData.java │ │ └── VisitNode.java │ ├── retrieve │ │ ├── FileNameMapper.java │ │ ├── RetrieveEngine.java │ │ ├── RetrieveEngineSettings.java │ │ ├── RetrieveOptions.java │ │ └── RetrieveReport.java │ ├── search │ │ ├── ModuleEntry.java │ │ ├── OrganisationEntry.java │ │ ├── RevisionEntry.java │ │ └── SearchEngine.java │ ├── settings │ │ ├── IvyPattern.java │ │ ├── IvySettings.java │ │ ├── IvyVariableContainer.java │ │ ├── IvyVariableContainerImpl.java │ │ ├── NamedTimeoutConstraint.java │ │ ├── TimeoutConstraint.java │ │ ├── Validatable.java │ │ ├── XmlSettingsParser.java │ │ ├── ivy.properties │ │ ├── ivysettings-1.4.xml │ │ ├── ivysettings-default-chain.xml │ │ ├── ivysettings-local.xml │ │ ├── ivysettings-main-chain.xml │ │ ├── ivysettings-public.xml │ │ ├── ivysettings-shared.xml │ │ ├── ivysettings.xml │ │ ├── repository.properties │ │ └── typedef.properties │ └── sort │ │ ├── CollectionOfModulesToSort.java │ │ ├── MessageBasedNonMatchingVersionReporter.java │ │ ├── ModuleDescriptorSorter.java │ │ ├── ModuleInSort.java │ │ ├── NonMatchingVersionReporter.java │ │ ├── SilentNonMatchingVersionReporter.java │ │ ├── SimpleSortEngineSettings.java │ │ ├── SortEngine.java │ │ ├── SortEngineSettings.java │ │ ├── SortOptions.java │ │ └── WarningNonMatchingVersionReporter.java │ ├── logo.png │ ├── osgi │ ├── core │ │ ├── BundleArtifact.java │ │ ├── BundleCapability.java │ │ ├── BundleInfo.java │ │ ├── BundleInfoAdapter.java │ │ ├── BundleRequirement.java │ │ ├── ExecutionEnvironmentProfile.java │ │ ├── ExecutionEnvironmentProfileProvider.java │ │ ├── ExportPackage.java │ │ ├── ManifestHeaderElement.java │ │ ├── ManifestHeaderValue.java │ │ ├── ManifestParser.java │ │ ├── OSGiManifestParser.java │ │ ├── OsgiLatestStrategy.java │ │ └── jvm-packages.properties │ ├── filter │ │ ├── AndFilter.java │ │ ├── CompareFilter.java │ │ ├── MultiOperatorFilter.java │ │ ├── NotFilter.java │ │ ├── OSGiFilter.java │ │ ├── OSGiFilterParser.java │ │ ├── OrFilter.java │ │ └── UniOperatorFilter.java │ ├── obr │ │ ├── OBRResolver.java │ │ └── xml │ │ │ ├── Capability.java │ │ │ ├── CapabilityAdapter.java │ │ │ ├── CapabilityProperty.java │ │ │ ├── OBRXMLParser.java │ │ │ ├── OBRXMLWriter.java │ │ │ ├── Requirement.java │ │ │ ├── RequirementAdapter.java │ │ │ └── UnsupportedFilterException.java │ ├── p2 │ │ ├── P2Artifact.java │ │ ├── P2ArtifactParser.java │ │ ├── P2CompositeParser.java │ │ ├── P2Descriptor.java │ │ ├── P2MetadataParser.java │ │ ├── PropertiesParser.java │ │ └── XMLInputParser.java │ ├── repo │ │ ├── AbstractFSManifestIterable.java │ │ ├── AbstractOSGiResolver.java │ │ ├── AggregatedOSGiResolver.java │ │ ├── AggregatedRepoDescriptor.java │ │ ├── ArtifactReportManifestIterable.java │ │ ├── BundleCapabilityAndLocation.java │ │ ├── BundleRepoDescriptor.java │ │ ├── EditableRepoDescriptor.java │ │ ├── FSManifestIterable.java │ │ ├── ManifestAndLocation.java │ │ ├── ModuleDescriptorWrapper.java │ │ ├── RelativeURLRepository.java │ │ ├── RepoDescriptor.java │ │ ├── RepositoryManifestIterable.java │ │ └── ResolverManifestIterable.java │ ├── updatesite │ │ ├── PluginAdapter.java │ │ ├── UpdateSiteDescriptor.java │ │ ├── UpdateSiteLoader.java │ │ ├── UpdateSiteResolver.java │ │ └── xml │ │ │ ├── Archive.java │ │ │ ├── CategoryDef.java │ │ │ ├── EclipseFeature.java │ │ │ ├── EclipsePlugin.java │ │ │ ├── EclipseUpdateSiteParser.java │ │ │ ├── FeatureParser.java │ │ │ ├── Require.java │ │ │ ├── UpdateSite.java │ │ │ └── UpdateSiteDigestParser.java │ └── util │ │ ├── DelegatingHandler.java │ │ ├── ParseUtil.java │ │ ├── Version.java │ │ ├── VersionComparator.java │ │ ├── VersionRange.java │ │ └── ZipUtil.java │ ├── plugins │ ├── IvySettingsAware.java │ ├── circular │ │ ├── AbstractCircularDependencyStrategy.java │ │ ├── AbstractLogCircularDependencyStrategy.java │ │ ├── CircularDependencyException.java │ │ ├── CircularDependencyHelper.java │ │ ├── CircularDependencyStrategy.java │ │ ├── ErrorCircularDependencyStrategy.java │ │ ├── IgnoreCircularDependencyStrategy.java │ │ └── WarnCircularDependencyStrategy.java │ ├── conflict │ │ ├── AbstractConflictManager.java │ │ ├── ConflictManager.java │ │ ├── FixedConflictManager.java │ │ ├── LatestCompatibleConflictManager.java │ │ ├── LatestConflictManager.java │ │ ├── NearestConflictManager.java │ │ ├── NoConflictManager.java │ │ ├── RegexpConflictManager.java │ │ ├── StrictConflictException.java │ │ └── StrictConflictManager.java │ ├── latest │ │ ├── AbstractLatestStrategy.java │ │ ├── ArtifactInfo.java │ │ ├── ComparatorLatestStrategy.java │ │ ├── LatestLexicographicStrategy.java │ │ ├── LatestRevisionStrategy.java │ │ ├── LatestStrategy.java │ │ ├── LatestTimeStrategy.java │ │ └── WorkspaceLatestStrategy.java │ ├── lock │ │ ├── AbstractLockStrategy.java │ │ ├── ArtifactLockStrategy.java │ │ ├── CreateFileLockStrategy.java │ │ ├── DeleteOnExitHook.java │ │ ├── FileBasedLockStrategy.java │ │ ├── LockStrategy.java │ │ ├── NIOFileLockStrategy.java │ │ └── NoLockStrategy.java │ ├── matcher │ │ ├── AbstractPatternMatcher.java │ │ ├── AnyMatcher.java │ │ ├── ExactOrRegexpPatternMatcher.java │ │ ├── ExactPatternMatcher.java │ │ ├── GlobPatternMatcher.java │ │ ├── MapMatcher.java │ │ ├── Matcher.java │ │ ├── MatcherHelper.java │ │ ├── NoMatcher.java │ │ ├── PatternMatcher.java │ │ └── RegexpPatternMatcher.java │ ├── namespace │ │ ├── MRIDRule.java │ │ ├── MRIDTransformationRule.java │ │ ├── NameSpaceHelper.java │ │ ├── Namespace.java │ │ ├── NamespaceRule.java │ │ └── NamespaceTransformer.java │ ├── pack │ │ ├── ArchivePacking.java │ │ ├── OsgiBundlePacking.java │ │ ├── Pack200Packing.java │ │ ├── Pack200Util.java │ │ ├── StreamPacking.java │ │ └── ZipPacking.java │ ├── parser │ │ ├── AbstractModuleDescriptorParser.java │ │ ├── ModuleDescriptorParser.java │ │ ├── ModuleDescriptorParserRegistry.java │ │ ├── ParserSettings.java │ │ ├── m2 │ │ │ ├── DefaultPomDependencyMgt.java │ │ │ ├── MavenVersionRangeParser.java │ │ │ ├── PomDependencyMgt.java │ │ │ ├── PomModuleDescriptorBuilder.java │ │ │ ├── PomModuleDescriptorParser.java │ │ │ ├── PomModuleDescriptorWriter.java │ │ │ ├── PomReader.java │ │ │ ├── PomWriterOptions.java │ │ │ ├── m2-entities.ent │ │ │ └── pom.template │ │ └── xml │ │ │ ├── UpdateOptions.java │ │ │ ├── XmlModuleDescriptorParser.java │ │ │ ├── XmlModuleDescriptorUpdater.java │ │ │ ├── XmlModuleDescriptorWriter.java │ │ │ └── ivy.xsd │ ├── report │ │ ├── LogReportOutputter.java │ │ ├── ReportOutputter.java │ │ ├── XmlReportOutputter.java │ │ ├── XmlReportParser.java │ │ ├── XmlReportWriter.java │ │ ├── ivy-report-dot-all.xsl │ │ ├── ivy-report-dot.xsl │ │ ├── ivy-report-graph-all.xsl │ │ ├── ivy-report-graph.xsl │ │ ├── ivy-report.css │ │ └── ivy-report.xsl │ ├── repository │ │ ├── AbstractRepository.java │ │ ├── ArtifactResourceResolver.java │ │ ├── BasicResource.java │ │ ├── LazyResource.java │ │ ├── LocalizableResource.java │ │ ├── Repository.java │ │ ├── RepositoryCopyProgressListener.java │ │ ├── Resource.java │ │ ├── ResourceDownloader.java │ │ ├── ResourceHelper.java │ │ ├── TransferEvent.java │ │ ├── TransferListener.java │ │ ├── file │ │ │ ├── FileRepository.java │ │ │ └── FileResource.java │ │ ├── jar │ │ │ ├── JarRepository.java │ │ │ └── JarResource.java │ │ ├── sftp │ │ │ ├── SFTPRepository.java │ │ │ └── SFTPResource.java │ │ ├── ssh │ │ │ ├── AbstractSshBasedRepository.java │ │ │ ├── RemoteScpException.java │ │ │ ├── Scp.java │ │ │ ├── SshCache.java │ │ │ ├── SshRepository.java │ │ │ └── SshResource.java │ │ ├── url │ │ │ ├── ChainedRepository.java │ │ │ ├── URLRepository.java │ │ │ └── URLResource.java │ │ ├── vfs │ │ │ ├── VfsRepository.java │ │ │ ├── VfsResource.java │ │ │ └── ivy_vfs.xml │ │ └── vsftp │ │ │ ├── VsftpRepository.java │ │ │ └── VsftpResource.java │ ├── resolver │ │ ├── AbstractPatternsBasedResolver.java │ │ ├── AbstractResolver.java │ │ ├── AbstractSshBasedResolver.java │ │ ├── AbstractWorkspaceResolver.java │ │ ├── BasicResolver.java │ │ ├── BintrayResolver.java │ │ ├── CacheResolver.java │ │ ├── ChainResolver.java │ │ ├── DependencyResolver.java │ │ ├── DualResolver.java │ │ ├── FileSystemResolver.java │ │ ├── IBiblioResolver.java │ │ ├── IvyRepResolver.java │ │ ├── JarResolver.java │ │ ├── LazyTimeoutConstraint.java │ │ ├── MirroredURLResolver.java │ │ ├── RepositoryResolver.java │ │ ├── ResolverSettings.java │ │ ├── SFTPResolver.java │ │ ├── SshResolver.java │ │ ├── URLResolver.java │ │ ├── VfsResolver.java │ │ ├── VsftpResolver.java │ │ ├── WorkspaceChainResolver.java │ │ ├── packager │ │ │ ├── BuiltFileResource.java │ │ │ ├── PackagerCacheEntry.java │ │ │ ├── PackagerResolver.java │ │ │ ├── build.xml │ │ │ ├── packager-1.0.xsd │ │ │ └── packager.xsl │ │ └── util │ │ │ ├── ApacheHttpURLLister.java │ │ │ ├── FileURLLister.java │ │ │ ├── HasLatestStrategy.java │ │ │ ├── MDResolvedResource.java │ │ │ ├── ResolvedResource.java │ │ │ ├── ResolverHelper.java │ │ │ ├── ResourceMDParser.java │ │ │ └── URLLister.java │ ├── signer │ │ ├── SignatureGenerator.java │ │ └── bouncycastle │ │ │ └── OpenPGPSignatureGenerator.java │ ├── trigger │ │ ├── AbstractTrigger.java │ │ ├── LogTrigger.java │ │ └── Trigger.java │ └── version │ │ ├── AbstractVersionMatcher.java │ │ ├── ChainVersionMatcher.java │ │ ├── ExactVersionMatcher.java │ │ ├── LatestVersionMatcher.java │ │ ├── Match.java │ │ ├── MavenTimedSnapshotVersionMatcher.java │ │ ├── PatternVersionMatcher.java │ │ ├── SubVersionMatcher.java │ │ ├── VersionMatcher.java │ │ └── VersionRangeMatcher.java │ ├── tools │ └── analyser │ │ ├── DependencyAnalyser.java │ │ ├── JarJarDependencyAnalyser.java │ │ ├── JarModule.java │ │ ├── JarModuleFinder.java │ │ └── RepositoryAnalyser.java │ └── util │ ├── AbstractMessageLogger.java │ ├── Checks.java │ ├── ChecksumHelper.java │ ├── CollectionUtils.java │ ├── ConfigurationUtils.java │ ├── Configurator.java │ ├── ContextualSAXHandler.java │ ├── CopyProgressEvent.java │ ├── CopyProgressListener.java │ ├── Credentials.java │ ├── CredentialsUtil.java │ ├── DateUtil.java │ ├── DefaultMessageLogger.java │ ├── EncryptedProperties.java │ ├── EncrytedProperties.java │ ├── FileResolver.java │ ├── FileUtil.java │ ├── HexEncoder.java │ ├── HostUtil.java │ ├── MemoryUtil.java │ ├── Message.java │ ├── MessageLogger.java │ ├── MessageLoggerEngine.java │ ├── MessageLoggerHelper.java │ ├── PropertiesFile.java │ ├── StringUtils.java │ ├── XMLHelper.java │ ├── cli │ ├── CommandLine.java │ ├── CommandLineParser.java │ ├── Option.java │ ├── OptionBuilder.java │ └── ParseException.java │ ├── extendable │ ├── DefaultExtendableItem.java │ ├── ExtendableItem.java │ ├── ExtendableItemHelper.java │ └── UnmodifiableExtendableItem.java │ ├── filter │ ├── AndFilter.java │ ├── ArtifactTypeFilter.java │ ├── Filter.java │ ├── FilterHelper.java │ ├── NoFilter.java │ ├── NotFilter.java │ └── OrFilter.java │ └── url │ ├── AbstractURLHandler.java │ ├── ApacheURLLister.java │ ├── BasicURLHandler.java │ ├── CredentialsStore.java │ ├── HttpClientHandler.java │ ├── IvyAuthenticator.java │ ├── TimeoutConstrainedURLHandler.java │ ├── URLHandler.java │ ├── URLHandlerDispatcher.java │ └── URLHandlerRegistry.java ├── test ├── buildlist │ ├── A │ │ ├── build.xml │ │ └── ivy.xml │ ├── B │ │ ├── build.xml │ │ └── ivy.xml │ ├── C │ │ ├── build.xml │ │ └── ivy.xml │ ├── D │ │ ├── build.xml │ │ └── ivy.xml │ ├── E │ │ ├── build.xml │ │ └── ivy.xml │ ├── E2 │ │ ├── build.xml │ │ └── ivy.xml │ ├── F │ │ ├── build.xml │ │ └── ivy.xml │ ├── G │ │ ├── build.xml │ │ └── ivy.xml │ └── H │ │ └── build.xml ├── buildlists │ ├── testAbsolutePathToParent │ │ ├── bootstrap-parent │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ ├── croatia │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ ├── germany │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ ├── ireland │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ └── master-parent │ │ │ ├── build.xml │ │ │ └── ivy.xml │ ├── testNoParents │ │ ├── bootstrap-parent │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ ├── croatia │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ ├── germany │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ ├── ireland │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ └── master-parent │ │ │ ├── build.xml │ │ │ └── ivy.xml │ ├── testOneParent │ │ ├── bootstrap-parent │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ ├── croatia │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ ├── germany │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ ├── ireland │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ └── master-parent │ │ │ ├── build.xml │ │ │ └── ivy.xml │ ├── testRelativePathToParent │ │ ├── bootstrap-parent │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ ├── croatia │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ ├── germany │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ ├── ireland │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ └── master-parent │ │ │ ├── build.xml │ │ │ └── ivy.xml │ └── testTwoParents │ │ ├── bootstrap-parent │ │ ├── build.xml │ │ └── ivy.xml │ │ ├── croatia │ │ ├── build.xml │ │ └── ivy.xml │ │ ├── germany │ │ ├── build.xml │ │ └── ivy.xml │ │ ├── ireland │ │ ├── build.xml │ │ └── ivy.xml │ │ └── master-parent │ │ ├── build.xml │ │ └── ivy.xml ├── custom-classpath │ └── org │ │ └── apache │ │ └── ivy │ │ └── plugins │ │ └── resolver │ │ └── CustomResolver.java ├── java │ └── org │ │ └── apache │ │ └── ivy │ │ ├── IvyTest.java │ │ ├── LocalFileRepoOverHttp.java │ │ ├── MainTest.java │ │ ├── TestFixture.java │ │ ├── TestHelper.java │ │ ├── ant │ │ ├── AntBuildResolverTest.java │ │ ├── AntBuildTriggerTest.java │ │ ├── AntCallTriggerTest.java │ │ ├── BuildOBRTaskTest.java │ │ ├── FileUtilTest.java │ │ ├── FixDepsTaskTest.java │ │ ├── IvyAntSettingsBuildFile.xml │ │ ├── IvyAntSettingsBuildFileStackOverflow.xml │ │ ├── IvyAntSettingsBuildFileTest.java │ │ ├── IvyArtifactPropertyTest.java │ │ ├── IvyArtifactReportTest.java │ │ ├── IvyBuildListTest.java │ │ ├── IvyBuildNumberTest.java │ │ ├── IvyCacheFilesetTest.java │ │ ├── IvyCachePathTest.java │ │ ├── IvyCleanCacheTest.java │ │ ├── IvyConfigureTest.java │ │ ├── IvyConvertPomTest.java │ │ ├── IvyDeliverTest.java │ │ ├── IvyDependencyTreeTest.java │ │ ├── IvyDependencyUpdateCheckerTest.java │ │ ├── IvyFindRevisionTest.java │ │ ├── IvyInfoRepositoryTest.java │ │ ├── IvyInfoTest.java │ │ ├── IvyInstallTest.java │ │ ├── IvyListModulesTest.java │ │ ├── IvyPostResolveTaskTest.java │ │ ├── IvyPublishTest.java │ │ ├── IvyReportTest.java │ │ ├── IvyRepositoryReportTest.java │ │ ├── IvyResolveTest.java │ │ ├── IvyResourcesTest.java │ │ ├── IvyRetrieveBuildFile.xml │ │ ├── IvyRetrieveBuildFileTest.java │ │ ├── IvyRetrieveTest.java │ │ ├── IvyTaskTest.java │ │ ├── IvyVarTest.java │ │ ├── extends │ │ │ ├── child1 │ │ │ │ ├── ivy-child1-merged.xml │ │ │ │ └── ivy-child1.xml │ │ │ └── ivy.xml │ │ ├── imported-configurations.xml │ │ ├── ivy-108.xml │ │ ├── ivy-1104.xml │ │ ├── ivy-381.xml │ │ ├── ivy-630.xml │ │ ├── ivy-631.xml │ │ ├── ivy-artifact-info.xml │ │ ├── ivy-custom.xml │ │ ├── ivy-different-revisions.xml │ │ ├── ivy-double.xml │ │ ├── ivy-doubleretrieve.xml │ │ ├── ivy-dyn-evicted.xml │ │ ├── ivy-dyn-evicted2.xml │ │ ├── ivy-empty.xml │ │ ├── ivy-extends-extra-attributes-merged.xml │ │ ├── ivy-extends-extra-attributes-parent.xml │ │ ├── ivy-extends-extra-attributes.xml │ │ ├── ivy-extends-merged.xml │ │ ├── ivy-extends-minimal-merged.xml │ │ ├── ivy-extends-minimal.xml │ │ ├── ivy-extends-multiconf.xml │ │ ├── ivy-failure.xml │ │ ├── ivy-failure2.xml │ │ ├── ivy-failure3.xml │ │ ├── ivy-import-confs.xml │ │ ├── ivy-info-all.xml │ │ ├── ivy-latest-branch.xml │ │ ├── ivy-latest-extra.xml │ │ ├── ivy-latest.xml │ │ ├── ivy-multiconf-extra-attributes.xml │ │ ├── ivy-multiconf.xml │ │ ├── ivy-publish-multi.xml │ │ ├── ivy-publish-public.xml │ │ ├── ivy-publish.xml │ │ ├── ivy-simple.xml │ │ ├── ivy-simple2.xml │ │ ├── ivy-simple3.xml │ │ ├── ivy-transitive.xml │ │ ├── ivy-with-variables.xml │ │ ├── ivysettings-cleancache.xml │ │ ├── ivysettings-defaultCacheDir.xml │ │ ├── ivysettings-include-twice.xml │ │ ├── ivysettings-noDefaultCacheDir.xml │ │ ├── ivysettings-props.properties │ │ ├── ivysettings-props.xml │ │ ├── ivysettings-test.xml │ │ ├── published-ivy-custom.xml │ │ ├── test-convertpom.xml │ │ ├── test.pom │ │ ├── testutil │ │ │ ├── AntTaskTestCase.java │ │ │ └── AntTestListener.java │ │ └── vartest.properties │ │ ├── core │ │ ├── NormalRelativeUrlResolverTest.java │ │ ├── TestPerformance.java │ │ ├── cache │ │ │ ├── DefaultRepositoryCacheManagerTest.java │ │ │ ├── DefaultResolutionCacheManagerTest.java │ │ │ └── ModuleDescriptorMemoryCacheTest.java │ │ ├── deliver │ │ │ ├── DeliverTest.java │ │ │ ├── ivy-1111.xml │ │ │ ├── ivy-1410-parent.xml │ │ │ └── ivy-1410.xml │ │ ├── event │ │ │ └── IvyEventFilterTest.java │ │ ├── install │ │ │ └── InstallTest.java │ │ ├── module │ │ │ ├── descriptor │ │ │ │ ├── DefaultDependencyDescriptorTest.java │ │ │ │ ├── IvyMakePomTest.java │ │ │ │ └── ivy-to-pom-classifier.xml │ │ │ └── id │ │ │ │ ├── ModuleIdTest.java │ │ │ │ ├── ModuleRevisionIdTest.java │ │ │ │ └── ModuleRulesTest.java │ │ ├── publish │ │ │ ├── PublishEngineTest.java │ │ │ ├── PublishEventsTest.java │ │ │ ├── ivy-1.0-dev.xml │ │ │ └── ivysettings-publisheventstest.xml │ │ ├── report │ │ │ └── ResolveReportTest.java │ │ ├── repository │ │ │ └── RepositoryManagementEngineTest.java │ │ ├── resolve │ │ │ ├── ResolveEngineTest.java │ │ │ ├── ResolveTest.java │ │ │ ├── badcacheconf.xml │ │ │ ├── dualchainresolverconf.xml │ │ │ ├── ivy-1178.xml │ │ │ ├── ivy-148.xml │ │ │ ├── ivy-148b.xml │ │ │ ├── ivy-182.xml │ │ │ ├── ivy-198.xml │ │ │ ├── ivy-214.xml │ │ │ ├── ivy-218.xml │ │ │ ├── ivy-225.xml │ │ │ ├── ivy-56.xml │ │ │ ├── ivy-590.xml │ │ │ ├── ivy-874.xml │ │ │ ├── ivy-956.xml │ │ │ ├── ivy-982.xml │ │ │ ├── ivy-999.xml │ │ │ ├── ivy-dualchainresolver.xml │ │ │ ├── ivy-extra-att-multipledependencies.xml │ │ │ ├── ivy-extra-att-multipledependencies2.xml │ │ │ ├── ivy-extra-att-ns.xml │ │ │ ├── ivy-extra-att.xml │ │ │ ├── ivy-extra-att2.xml │ │ │ ├── ivy-extra-att3.xml │ │ │ ├── ivy-extra-attrib-forced-dependencies.xml │ │ │ ├── ivy-latestreleased.xml │ │ │ ├── ivy-m2-with-sources-and-javadoc-auto.xml │ │ │ ├── ivy-m2-with-sources.xml │ │ │ ├── ivy-m2-with-src.xml │ │ │ ├── ivy-mod1.2-1.5.xml │ │ │ ├── ivy-mod1.2.xml │ │ │ ├── ivy-namespace.xml │ │ │ ├── ivy-namespace2.xml │ │ │ ├── ivy-namespace3.xml │ │ │ ├── ivy-namespace4.xml │ │ │ ├── ivy-namespace5.xml │ │ │ └── ivy-other.xml │ │ ├── retrieve │ │ │ └── RetrieveTest.java │ │ ├── search │ │ │ └── SearchTest.java │ │ ├── settings │ │ │ ├── ConfigureTest.java │ │ │ ├── IvySettingsTest.java │ │ │ ├── OnlineXmlSettingsParserTest.java │ │ │ ├── XmlSettingsParserTest.java │ │ │ ├── custom-resolver.jar │ │ │ ├── ivyconf-properties-relative-to-ivyconf.xml │ │ │ ├── ivysettings-cache-invalid.xml │ │ │ ├── ivysettings-cache-ttl-matcher.xml │ │ │ ├── ivysettings-cache.xml │ │ │ ├── ivysettings-conflict-manager.xml │ │ │ ├── ivysettings-custom-typedef.xml │ │ │ ├── ivysettings-custom-typedef2.xml │ │ │ ├── ivysettings-extra-module-attribute.xml │ │ │ ├── ivysettings-include-absolute-file.xml │ │ │ ├── ivysettings-include-missing-file.xml │ │ │ ├── ivysettings-include-special.xml │ │ │ ├── ivysettings-include.xml │ │ │ ├── ivysettings-lock-strategies.xml │ │ │ ├── ivysettings-macro#2.xml │ │ │ ├── ivysettings-macro+ref.xml │ │ │ ├── ivysettings-macro+ref2.xml │ │ │ ├── ivysettings-macro.xml │ │ │ ├── ivysettings-maven-tsnap-vmatcher.xml │ │ │ ├── ivysettings-outputter.xml │ │ │ ├── ivysettings-packager.xml │ │ │ ├── ivysettings-parser.xml │ │ │ ├── ivysettings-properties-missing-file.xml │ │ │ ├── ivysettings-ref.xml │ │ │ ├── ivysettings-resolveMode.xml │ │ │ ├── ivysettings-status.xml │ │ │ ├── ivysettings-test.xml │ │ │ ├── ivysettings-timeout-constraints.xml │ │ │ ├── ivysettings-typedef.xml │ │ │ ├── ivysettings-vmatcher1.xml │ │ │ ├── ivysettings-vmatcher2.xml │ │ │ └── ivysettings.properties │ │ └── sort │ │ │ └── SortTest.java │ │ ├── osgi │ │ ├── core │ │ │ ├── AggregatedOSGiResolverTest.java │ │ │ ├── ExecutionEnvironmentProfileLoaderTest.java │ │ │ ├── MANIFEST_classpath.MF │ │ │ ├── MANIFEST_classpath2.MF │ │ │ ├── ManifestHeaderTest.java │ │ │ ├── ManifestParserTest.java │ │ │ ├── OSGiManifestParserTest.java │ │ │ ├── OsgiLatestStrategyTest.java │ │ │ ├── com.acme.alpha-1.0.0.20080101.jar │ │ │ └── com.acme.bravo-2.0.0.20080202.jar │ │ ├── filter │ │ │ └── OSGiFilterTest.java │ │ ├── obr │ │ │ ├── OBRParserTest.java │ │ │ ├── OBRResolverTest.java │ │ │ └── OBRXMLWriterTest.java │ │ ├── p2 │ │ │ └── P2DescriptorTest.java │ │ ├── repo │ │ │ └── BundleRepoTest.java │ │ ├── updatesite │ │ │ ├── UpdateSiteAndIbiblioResolverTest.java │ │ │ ├── UpdateSiteLoaderTest.java │ │ │ └── UpdateSiteResolverTest.java │ │ └── util │ │ │ ├── ParseUtilTest.java │ │ │ ├── VersionRangeTest.java │ │ │ └── VersionTest.java │ │ ├── plugins │ │ ├── circular │ │ │ ├── IgnoreCircularDependencyStrategyTest.java │ │ │ └── WarnCircularDependencyStrategyTest.java │ │ ├── conflict │ │ │ ├── LatestCompatibleConflictManagerTest.java │ │ │ ├── LatestConflictManagerTest.java │ │ │ ├── NearestConflictManagerTest.java │ │ │ ├── RegexpConflictManagerTest.java │ │ │ ├── StrictConflictManagerTest.java │ │ │ ├── ivy-383.xml │ │ │ ├── ivy-388.xml │ │ │ ├── ivy-conflict-dynamic.xml │ │ │ ├── ivy-conflict.xml │ │ │ ├── ivy-latest-time-1.xml │ │ │ ├── ivy-latest-time-2.xml │ │ │ ├── ivy-latest-time-transitivity.xml │ │ │ ├── ivy-no-regexp-conflict.xml │ │ │ ├── ivy-noconflict-dynamic.xml │ │ │ ├── ivy-noconflict.xml │ │ │ ├── ivysettings-evicted.xml │ │ │ ├── ivysettings-latest-compatible.xml │ │ │ ├── ivysettings-latest-time-transitivity.xml │ │ │ ├── ivysettings-latest-time.xml │ │ │ ├── ivysettings-latest.xml │ │ │ ├── ivysettings-nearest.xml │ │ │ ├── ivysettings-regexp-test.xml │ │ │ └── ivysettings-strict-test.xml │ │ ├── latest │ │ │ └── LatestRevisionStrategyTest.java │ │ ├── lock │ │ │ └── ArtifactLockStrategyTest.java │ │ ├── matcher │ │ │ ├── AbstractPatternMatcherTest.java │ │ │ ├── ExactOrRegexpPatternMatcherTest.java │ │ │ ├── ExactPatternMatcherTest.java │ │ │ ├── GlobPatternMatcherTest.java │ │ │ └── RegexpPatternMatcherTest.java │ │ ├── namespace │ │ │ ├── MRIDTransformationRuleTest.java │ │ │ └── NameSpaceHelperTest.java │ │ ├── pack │ │ │ └── ZipPackingTest.java │ │ ├── parser │ │ │ ├── AbstractModuleDescriptorParserTester.java │ │ │ ├── ModuleDescriptorParserRegistryTest.java │ │ │ ├── m2 │ │ │ │ ├── MavenVersionRangeParserTest.java │ │ │ │ ├── PomModuleDescriptorParserTest.java │ │ │ │ ├── PomModuleDescriptorWriterTest.java │ │ │ │ ├── commons-lang-1.0.pom │ │ │ │ ├── depmgt │ │ │ │ │ ├── bom.pom │ │ │ │ │ ├── child.pom │ │ │ │ │ ├── grandchild.pom │ │ │ │ │ ├── parent.pom │ │ │ │ │ ├── profile-parent-child.pom │ │ │ │ │ └── profile-parent.pom │ │ │ │ ├── license.xml │ │ │ │ ├── mule-1.3.3.pom │ │ │ │ ├── mule-module-builders-1.3.3.pom │ │ │ │ ├── shale-tiger-1.1.0-SNAPSHOT.pom │ │ │ │ ├── spring-hibernate3-2.0.2.pom │ │ │ │ ├── test-dependencies-with-and-without-classifier.pom │ │ │ │ ├── test-dependencies-with-classifier.pom │ │ │ │ ├── test-dependencies-with-profile.pom │ │ │ │ ├── test-dependencies-with-scope.pom │ │ │ │ ├── test-dependencies-with-type.pom │ │ │ │ ├── test-dependencies.pom │ │ │ │ ├── test-dependencyMgt-with-classifier.pom │ │ │ │ ├── test-dependencyMgt-with-scope.pom │ │ │ │ ├── test-dependencyMgt-with-type.pom │ │ │ │ ├── test-dependencyMgt.pom │ │ │ │ ├── test-ejb-packaging.pom │ │ │ │ ├── test-ejb-type.pom │ │ │ │ ├── test-entity.pom │ │ │ │ ├── test-exclusion.pom │ │ │ │ ├── test-large-pom.pom │ │ │ │ ├── test-model.pom │ │ │ │ ├── test-optional.pom │ │ │ │ ├── test-override-grandparent-properties.pom │ │ │ │ ├── test-override-parent-properties.pom │ │ │ │ ├── test-overrideParentVersionPropertyDependencyMgt.pom │ │ │ │ ├── test-packaging.pom │ │ │ │ ├── test-parent-not-found.pom │ │ │ │ ├── test-parent-properties.pom │ │ │ │ ├── test-parent-with-licenses.pom │ │ │ │ ├── test-parent.groupid.pom │ │ │ │ ├── test-parent.pom │ │ │ │ ├── test-parent.version.pom │ │ │ │ ├── test-parent2.pom │ │ │ │ ├── test-parentDependencyMgt.pom │ │ │ │ ├── test-project-with-overridden-licenses.pom │ │ │ │ ├── test-project-with-parent-licenses.pom │ │ │ │ ├── test-project.parent.version.pom │ │ │ │ ├── test-properties-in-profile.pom │ │ │ │ ├── test-properties.pom │ │ │ │ ├── test-simple.pom │ │ │ │ ├── test-system-properties.pom │ │ │ │ ├── test-transitive.pom │ │ │ │ ├── test-transitive.xml │ │ │ │ ├── test-version.pom │ │ │ │ ├── test-versionPropertyDependencyMgt.pom │ │ │ │ ├── test-without-version.pom │ │ │ │ ├── test-write-compile-dependencies.xml │ │ │ │ ├── test-write-dependencies-optional.xml │ │ │ │ ├── test-write-dependencies-with-classifier.xml │ │ │ │ ├── test-write-dependencies-with-scope.xml │ │ │ │ ├── test-write-dependencies-with-type.xml │ │ │ │ ├── test-write-packaging.xml │ │ │ │ ├── test-write-simple-dependencies.xml │ │ │ │ ├── test-write-simple.xml │ │ │ │ └── wicket-1.3-incubating-SNAPSHOT.pom │ │ │ ├── nores │ │ │ └── xml │ │ │ │ ├── XmlModuleDescriptorParserTest.java │ │ │ │ ├── XmlModuleDescriptorWriterTest.java │ │ │ │ ├── XmlModuleUpdaterTest.java │ │ │ │ ├── foo%2Fbar │ │ │ │ ├── hello │ │ │ │ │ └── test-ivy-extends-absolute.xml │ │ │ │ └── parent-ivy.xml │ │ │ │ ├── imported-configurations-with-default.xml │ │ │ │ ├── imported-configurations-with-mapping.xml │ │ │ │ ├── imported-configurations-with-mappingoverride.xml │ │ │ │ ├── imported-configurations-with-wildcard.xml │ │ │ │ ├── imported-configurations.xml │ │ │ │ ├── license.xml │ │ │ │ ├── test-artifacts-defaults.xml │ │ │ │ ├── test-bad-confs.xml │ │ │ │ ├── test-bad-org.xml │ │ │ │ ├── test-bad-version.xml │ │ │ │ ├── test-bad.xml │ │ │ │ ├── test-bug60.xml │ │ │ │ ├── test-configextendsothers1.xml │ │ │ │ ├── test-configextendsothers2.xml │ │ │ │ ├── test-configextendsothers3.xml │ │ │ │ ├── test-configurations-import1.xml │ │ │ │ ├── test-configurations-import2.xml │ │ │ │ ├── test-configurations-import3.xml │ │ │ │ ├── test-configurations-import4.xml │ │ │ │ ├── test-configurations-import5.xml │ │ │ │ ├── test-cyclic-confs1.xml │ │ │ │ ├── test-cyclic-confs2.xml │ │ │ │ ├── test-defaultconf-withdefaultconfmapping.xml │ │ │ │ ├── test-defaultconf.xml │ │ │ │ ├── test-defaultconf2.xml │ │ │ │ ├── test-defaultconfmapping-withselectors.xml │ │ │ │ ├── test-defaultconfmapping.xml │ │ │ │ ├── test-dependencies.xml │ │ │ │ ├── test-empty-dependencies.xml │ │ │ │ ├── test-extends-all.xml │ │ │ │ ├── test-extends-cached.xml │ │ │ │ ├── test-extends-configurations-defaultconfmapping.xml │ │ │ │ ├── test-extends-configurations-inherit.xml │ │ │ │ ├── test-extends-configurations.xml │ │ │ │ ├── test-extends-dependencies-exclude.xml │ │ │ │ ├── test-extends-dependencies.xml │ │ │ │ ├── test-extends-description-override.xml │ │ │ │ ├── test-extends-description.xml │ │ │ │ ├── test-extends-mixed.xml │ │ │ │ ├── test-extends-parent-defaultconfmapping.xml │ │ │ │ ├── test-extends-parent-inherit.xml │ │ │ │ ├── test-extends-parent.xml │ │ │ │ ├── test-extra-attributes.xml │ │ │ │ ├── test-extrainfo-nested.xml │ │ │ │ ├── test-extrainfo.xml │ │ │ │ ├── test-incorrectconf1.xml │ │ │ │ ├── test-incorrectconf2.xml │ │ │ │ ├── test-incorrectconf3.xml │ │ │ │ ├── test-info.xml │ │ │ │ ├── test-namespaces.xml │ │ │ │ ├── test-noartifact.xml │ │ │ │ ├── test-nopublication.xml │ │ │ │ ├── test-novalidate.xml │ │ │ │ ├── test-publication-defaultconf.xml │ │ │ │ ├── test-simple.xml │ │ │ │ ├── test-update-excludedconfs1.xml │ │ │ │ ├── test-update-excludedconfs2.xml │ │ │ │ ├── test-update-excludedconfs3.xml │ │ │ │ ├── test-update-excludedconfs4.xml │ │ │ │ ├── test-update-excludedconfs5.xml │ │ │ │ ├── test-update-excludedconfs6.xml │ │ │ │ ├── test-update-withvar.xml │ │ │ │ ├── test-update.xml │ │ │ │ ├── test-with-comments.xml │ │ │ │ ├── test-write-dependencies.xml │ │ │ │ ├── test-write-extends.xml │ │ │ │ ├── test-write-extrainfo-from-maven.xml │ │ │ │ ├── test-write-extrainfo-nested.xml │ │ │ │ ├── test-write-extrainfo.xml │ │ │ │ ├── test-write-full.xml │ │ │ │ ├── test-write-info.xml │ │ │ │ ├── test-write-simple.xml │ │ │ │ ├── test.xml │ │ │ │ └── updated.xml │ │ ├── report │ │ │ ├── XmlReportParserTest.java │ │ │ ├── XmlReportWriterTest.java │ │ │ ├── ivy-635.xml │ │ │ └── ivy-with-info.xml │ │ ├── repository │ │ │ ├── file │ │ │ │ └── FileRepositoryTest.java │ │ │ └── vfs │ │ │ │ ├── VfsRepositoryTest.java │ │ │ │ ├── VfsResourceTest.java │ │ │ │ ├── VfsTestHelper.java │ │ │ │ └── VfsURI.java │ │ ├── resolver │ │ │ ├── AbstractDependencyResolverTest.java │ │ │ ├── BintrayResolverTest.java │ │ │ ├── ChainResolverTest.java │ │ │ ├── DualResolverTest.java │ │ │ ├── FileSystemResolverTest.java │ │ │ ├── IBiblioMavenSnapshotsResolutionTest.java │ │ │ ├── IBiblioResolverTest.java │ │ │ ├── IvyRepResolverTest.java │ │ │ ├── JarResolverTest.java │ │ │ ├── Maven2LocalTest.java │ │ │ ├── MirroredURLResolverTest.java │ │ │ ├── MockResolver.java │ │ │ ├── PackagerResolverTest.java │ │ │ ├── ResolverTestHelper.java │ │ │ ├── URLResolverTest.java │ │ │ ├── VfsResolverTest.java │ │ │ ├── chainresolverconf.xml │ │ │ ├── dualresolverconf-bad.xml │ │ │ ├── dualresolverconf.xml │ │ │ ├── ibiblioresolverconf.xml │ │ │ ├── mirror-resolver-settings.xml │ │ │ ├── mirrorlist-fail.txt │ │ │ ├── mirrorlist-failover.txt │ │ │ ├── mirrorlist-solo.txt │ │ │ └── util │ │ │ │ └── ResolverHelperTest.java │ │ ├── trigger │ │ │ └── LogTriggerTest.java │ │ └── version │ │ │ ├── LatestVersionMatcherTest.java │ │ │ ├── MavenTimedSnapshotVersionMatcherTest.java │ │ │ ├── MockVersionMatcher.java │ │ │ ├── PatternVersionMatcherTest.java │ │ │ └── VersionRangeMatcherTest.java │ │ └── util │ │ ├── CacheCleaner.java │ │ ├── ConfiguratorTest.java │ │ ├── IvyPatternHelperTest.java │ │ ├── MessageLoggerEngineTest.java │ │ ├── MockMessageLogger.java │ │ ├── StringUtilsTest.java │ │ ├── TestXmlHelper.java │ │ └── url │ │ ├── AbstractURLHandlerTest.java │ │ ├── ApacheURLListerTest.java │ │ ├── BasicURLHandlerTest.java │ │ ├── HttpClientHandlerTest.java │ │ ├── IvyAuthenticatorTest.java │ │ ├── apache-dir-listing.html │ │ ├── apache-file-listing.html │ │ ├── archiva-listing.html │ │ ├── artifactory-dir-listing.html │ │ ├── fixed-archiva-listing.html │ │ ├── listing-with-spaces.html │ │ └── maven-proxy-listing.html ├── repositories │ ├── 1 │ │ ├── IVY-1404 │ │ │ ├── M1 │ │ │ │ └── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ ├── M2 │ │ │ │ └── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ ├── M3 │ │ │ │ └── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ └── M4 │ │ │ │ └── ivys │ │ │ │ └── ivy-1.0.xml │ │ ├── IVY-465 │ │ │ ├── M1 │ │ │ │ └── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ └── M2 │ │ │ │ └── ivys │ │ │ │ └── ivy-1.0.xml │ │ ├── IVY-644 │ │ │ ├── M1 │ │ │ │ └── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ ├── M2 │ │ │ │ └── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ ├── M3 │ │ │ │ └── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ └── M4 │ │ │ │ └── ivys │ │ │ │ ├── ivy-1.0.xml │ │ │ │ ├── ivy-1.1.xml │ │ │ │ └── ivy-1.2.xml │ │ ├── ivy-1580 │ │ │ └── ivy-1580.xml │ │ ├── ivy-1586 │ │ │ └── ivy-1586.xml │ │ ├── multiple-same-deps │ │ │ ├── mod1 │ │ │ │ ├── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ │ └── jars │ │ │ │ │ └── mod1-1.0.jar │ │ │ ├── mod2 │ │ │ │ ├── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ │ └── jars │ │ │ │ │ └── mod2-1.0.jar │ │ │ ├── mod3 │ │ │ │ ├── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ │ └── jars │ │ │ │ │ └── mod3-1.0.jar │ │ │ ├── mod31 │ │ │ │ ├── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ │ └── jars │ │ │ │ │ └── mod31-1.0.jar │ │ │ ├── mod32 │ │ │ │ ├── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ │ └── jars │ │ │ │ │ └── mod32-1.0.jar │ │ │ └── mod33 │ │ │ │ ├── ivys │ │ │ │ └── ivy-1.0.xml │ │ │ │ └── jars │ │ │ │ └── mod33-1.0.jar │ │ ├── org │ │ │ ├── foo-bar │ │ │ │ ├── ivys │ │ │ │ │ ├── ivy-1.2.3.xml │ │ │ │ │ └── ivy-2.3.4.xml │ │ │ │ └── jars │ │ │ │ │ ├── foo-bar-1.2.3.jar │ │ │ │ │ └── foo-bar-2.3.4.jar │ │ │ └── mod1 │ │ │ │ ├── ivys │ │ │ │ ├── ivy-2.0.xml │ │ │ │ └── ivy-5.0.xml │ │ │ │ └── jars │ │ │ │ ├── mod1-2.0.jar │ │ │ │ └── mod1-5.0.jar │ │ ├── org1 │ │ │ ├── mod1.1 │ │ │ │ ├── ivys │ │ │ │ │ ├── ivy-1.0.1.xml │ │ │ │ │ ├── ivy-1.0.xml │ │ │ │ │ ├── ivy-1.1.xml │ │ │ │ │ └── ivy-2.0.xml │ │ │ │ └── jars │ │ │ │ │ ├── mod1.1-1.0.jar │ │ │ │ │ ├── mod1.1-1.1.jar │ │ │ │ │ └── mod1.1-2.0.jar │ │ │ ├── mod1.2 │ │ │ │ └── jars │ │ │ │ │ ├── mod1.2-0.9.jar │ │ │ │ │ ├── mod1.2-1.0.jar │ │ │ │ │ ├── mod1.2-1.1.jar │ │ │ │ │ ├── mod1.2-2.0.jar │ │ │ │ │ ├── mod1.2-2.1.jar │ │ │ │ │ └── mod1.2-2.2.jar │ │ │ ├── mod1.3 │ │ │ │ └── jars │ │ │ │ │ ├── mod1.3-A-3.0.jar │ │ │ │ │ ├── mod1.3-A-3.1.jar │ │ │ │ │ ├── mod1.3-B-3.0.jar │ │ │ │ │ └── mod1.3-C-3.1.jar │ │ │ ├── mod1.4 │ │ │ │ └── ivys │ │ │ │ │ ├── ivy-1.0.1.xml │ │ │ │ │ ├── ivy-1.0.2.xml │ │ │ │ │ ├── ivy-1.0.3.xml │ │ │ │ │ ├── ivy-1.1.xml │ │ │ │ │ ├── ivy-1.2.xml │ │ │ │ │ ├── ivy-1.3.xml │ │ │ │ │ └── ivy-2.0.xml │ │ │ ├── mod1.5 │ │ │ │ └── ivys │ │ │ │ │ ├── ivy-1.0.1.xml │ │ │ │ │ └── ivy-1.0.2.xml │ │ │ ├── mod1.6 │ │ │ │ └── ivys │ │ │ │ │ ├── ivy-1.0.2.xml │ │ │ │ │ ├── ivy-1.0.3.xml │ │ │ │ │ └── ivy-1.0.4.xml │ │ │ └── mod1.7 │ │ │ │ ├── ivys │ │ │ │ └── ivy-3.0.xml │ │ │ │ └── jars │ │ │ │ └── zipped-artifact-3.0.zip │ │ ├── org2 │ │ │ ├── mod2.1 │ │ │ │ ├── ivys │ │ │ │ │ ├── ivy-0.3.1.xml │ │ │ │ │ ├── ivy-0.3.2.xml │ │ │ │ │ ├── ivy-0.3.3.xml │ │ │ │ │ ├── ivy-0.3.xml │ │ │ │ │ ├── ivy-0.4.xml │ │ │ │ │ ├── ivy-0.5.xml │ │ │ │ │ ├── ivy-0.6.xml │ │ │ │ │ └── ivy-0.7.xml │ │ │ │ └── jars │ │ │ │ │ ├── art21A-0.3.jar │ │ │ │ │ ├── art21A-0.4.jar │ │ │ │ │ ├── art21A-0.5.jar │ │ │ │ │ ├── art21AB-0.5.jar │ │ │ │ │ ├── art21B-0.3.jar │ │ │ │ │ ├── art21B-0.4.jar │ │ │ │ │ ├── art21B-0.5.jar │ │ │ │ │ ├── mod2.1-0.3.2.jar │ │ │ │ │ └── mod2.1-0.7.jar │ │ │ ├── mod2.2 │ │ │ │ ├── ivys │ │ │ │ │ ├── ivy-0.10.xml │ │ │ │ │ ├── ivy-0.5.1.xml │ │ │ │ │ ├── ivy-0.5.xml │ │ │ │ │ ├── ivy-0.6.xml │ │ │ │ │ ├── ivy-0.7.xml │ │ │ │ │ ├── ivy-0.8.xml │ │ │ │ │ └── ivy-0.9.xml │ │ │ │ └── jars │ │ │ │ │ ├── art22-1-0.9.jar │ │ │ │ │ ├── art22-2-0.9.jar │ │ │ │ │ ├── mod2.2-0.10.jar │ │ │ │ │ └── mod2.2-0.5.jar │ │ │ ├── mod2.3 │ │ │ │ ├── ivys │ │ │ │ │ ├── ivy-0.4.1.xml │ │ │ │ │ ├── ivy-0.4.xml │ │ │ │ │ ├── ivy-0.5.xml │ │ │ │ │ ├── ivy-0.6.2.xml │ │ │ │ │ ├── ivy-0.6.3.xml │ │ │ │ │ ├── ivy-0.6.4.xml │ │ │ │ │ ├── ivy-0.6.5.xml │ │ │ │ │ ├── ivy-0.6.xml │ │ │ │ │ ├── ivy-0.7.xml │ │ │ │ │ └── ivy-0.8.xml │ │ │ │ └── jars │ │ │ │ │ ├── mod2.3-0.4.jar │ │ │ │ │ ├── mod2.3-0.5.jar │ │ │ │ │ └── mod2.3-0.7.jar │ │ │ ├── mod2.4 │ │ │ │ ├── ivys │ │ │ │ │ └── ivy-0.3.xml │ │ │ │ └── jars │ │ │ │ │ ├── art24A-0.3.jar │ │ │ │ │ └── art24B-0.3.jar │ │ │ ├── mod2.5 │ │ │ │ ├── ivys │ │ │ │ │ ├── ivy-0.6.1.xml │ │ │ │ │ ├── ivy-0.6.2.xml │ │ │ │ │ ├── ivy-0.6.xml │ │ │ │ │ ├── ivy-0.7.xml │ │ │ │ │ ├── ivy-0.8.xml │ │ │ │ │ └── ivy-0.9.xml │ │ │ │ └── jars │ │ │ │ │ ├── mod2.5-0.7.jar │ │ │ │ │ └── mod2.5-0.8.jar │ │ │ ├── mod2.6 │ │ │ │ └── ivys │ │ │ │ │ ├── ivy-0.10.xml │ │ │ │ │ ├── ivy-0.11.xml │ │ │ │ │ ├── ivy-0.12.xml │ │ │ │ │ ├── ivy-0.13.xml │ │ │ │ │ ├── ivy-0.14.xml │ │ │ │ │ ├── ivy-0.5.xml │ │ │ │ │ ├── ivy-0.6.xml │ │ │ │ │ ├── ivy-0.7.xml │ │ │ │ │ ├── ivy-0.8.xml │ │ │ │ │ └── ivy-0.9.xml │ │ │ ├── mod2.7 │ │ │ │ └── ivys │ │ │ │ │ └── ivy-0.6.xml │ │ │ ├── mod2.8 │ │ │ │ ├── ivys │ │ │ │ │ └── ivy-0.6.xml │ │ │ │ └── jars │ │ │ │ │ ├── art28-linux-debug-0.6.jar │ │ │ │ │ ├── art28-linux-debug-thread-0.6.jar │ │ │ │ │ ├── art28-win-debug-0.6.jar │ │ │ │ │ └── art28-win-debug-thread-0.6.jar │ │ │ └── mod2.9 │ │ │ │ └── ivys │ │ │ │ └── ivy-0.6.xml │ │ ├── org20 │ │ │ ├── mod20.1 │ │ │ │ └── ivys │ │ │ │ │ ├── ivy-1.0.xml │ │ │ │ │ ├── ivy-1.1.xml │ │ │ │ │ └── ivy-1.2.xml │ │ │ ├── mod20.2 │ │ │ │ └── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ ├── mod20.3 │ │ │ │ └── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ └── mod20.4 │ │ │ │ └── ivys │ │ │ │ └── ivy-1.0.xml │ │ ├── org6 │ │ │ ├── mod6.1 │ │ │ │ ├── ivys │ │ │ │ │ ├── ivy-0.3.xml │ │ │ │ │ ├── ivy-0.4.xml │ │ │ │ │ ├── ivy-0.5.xml │ │ │ │ │ ├── ivy-0.6.xml │ │ │ │ │ └── ivy-2.0.xml │ │ │ │ └── jars │ │ │ │ │ ├── mod6.1-0.4.jar │ │ │ │ │ ├── mod6.1-0.5.jar │ │ │ │ │ ├── mod6.1-0.6.jar │ │ │ │ │ └── mod6.1-2.0.jar │ │ │ ├── mod6.2 │ │ │ │ ├── ivys │ │ │ │ │ ├── ivy-0.3.xml │ │ │ │ │ ├── ivy-0.4.xml │ │ │ │ │ ├── ivy-0.5.xml │ │ │ │ │ ├── ivy-0.6.xml │ │ │ │ │ ├── ivy-0.7.xml │ │ │ │ │ └── ivy-2.0.xml │ │ │ │ └── jars │ │ │ │ │ └── mod6.2-2.0.jar │ │ │ └── mod6.4 │ │ │ │ ├── ivys │ │ │ │ ├── ivy-1.xml │ │ │ │ ├── ivy-2.xml │ │ │ │ ├── ivy-3.xml │ │ │ │ ├── ivy-4.xml │ │ │ │ └── ivy-5.xml │ │ │ │ └── jars │ │ │ │ └── mod6.4-3.jar │ │ ├── org9 │ │ │ ├── mod9.1 │ │ │ │ ├── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ │ └── jars │ │ │ │ │ └── mod9.1-1.0.jar │ │ │ └── mod9.2 │ │ │ │ └── ivys │ │ │ │ ├── ivy-1.0.xml │ │ │ │ ├── ivy-1.1.xml │ │ │ │ ├── ivy-1.2.xml │ │ │ │ └── ivy-1.3.xml │ │ ├── orgConflictAndPrivateConf │ │ │ ├── modA │ │ │ │ └── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ ├── modB │ │ │ │ └── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ ├── modC │ │ │ │ └── ivys │ │ │ │ │ ├── ivy-1.0.xml │ │ │ │ │ └── ivy-1.1.xml │ │ │ └── root │ │ │ │ └── ivys │ │ │ │ └── ivy-1.0.xml │ │ ├── orgfailure │ │ │ └── modfailure │ │ │ │ ├── ivys │ │ │ │ ├── ivy-1.0.xml │ │ │ │ └── ivy-1.1.xml │ │ │ │ └── jars │ │ │ │ ├── modfailure-1.0.jar │ │ │ │ └── modfailure-1.1.jar │ │ ├── packaging │ │ │ ├── module1 │ │ │ │ └── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ ├── module10 │ │ │ │ └── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ ├── module2 │ │ │ │ ├── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ │ └── jars │ │ │ │ │ └── module2-1.0.jar │ │ │ ├── module3 │ │ │ │ ├── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ │ └── jars │ │ │ │ │ └── module3-1.0.jar │ │ │ ├── module4 │ │ │ │ ├── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ │ └── jars │ │ │ │ │ └── module4-1.0.jar │ │ │ ├── module5 │ │ │ │ └── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ ├── module6 │ │ │ │ └── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ ├── module7 │ │ │ │ ├── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ │ └── jars │ │ │ │ │ └── module7-1.0.jar.pack.gz │ │ │ ├── module8 │ │ │ │ └── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ └── module9 │ │ │ │ ├── ivys │ │ │ │ └── ivy-1.0.xml │ │ │ │ └── jars │ │ │ │ └── module9-1.0.jar.pack.gz │ │ ├── special-encoding-root-ivy.xml │ │ ├── usecacheonly │ │ │ ├── mod1 │ │ │ │ ├── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ │ └── jars │ │ │ │ │ └── mod1-1.0.jar │ │ │ ├── mod2 │ │ │ │ ├── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ │ └── jars │ │ │ │ │ └── mod2-1.0.jar │ │ │ ├── mod3 │ │ │ │ ├── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ │ └── jars │ │ │ │ │ └── mod3-1.0.jar │ │ │ ├── mod4 │ │ │ │ ├── ivys │ │ │ │ │ └── ivy-1.0.xml │ │ │ │ └── jars │ │ │ │ │ └── mod4-1.0.jar │ │ │ └── mod5 │ │ │ │ ├── ivys │ │ │ │ └── ivy-1.0.0-SNAPSHOT.xml │ │ │ │ └── jars │ │ │ │ └── mod5-1.0.0-SNAPSHOT.jar │ │ └── yourorg │ │ │ └── yourdep │ │ │ └── yoursys │ │ │ └── yourmod │ │ │ ├── ivys │ │ │ └── ivy-1.0.xml │ │ │ └── jars │ │ │ └── yourmod-1.0.jar │ ├── 2 │ │ ├── buildnumber │ │ │ └── ivy-test.xml │ │ ├── maven-snapshot-deps-test │ │ │ └── ivy-with-maven-snapshot-deps.xml │ │ ├── mod10.1 │ │ │ ├── ivy-1.0.xml │ │ │ ├── ivy-1.1.xml │ │ │ ├── ivy-1.2.xml │ │ │ └── ivy-1.3.xml │ │ ├── mod10.2 │ │ │ ├── ivy-1.0.xml │ │ │ ├── ivy-1.1.xml │ │ │ ├── ivy-1.2.xml │ │ │ ├── ivy-1.3.xml │ │ │ └── ivy-2.0.xml │ │ ├── mod11.1 │ │ │ ├── ivy-1.0.xml │ │ │ └── mod11.1-1.0.jar │ │ ├── mod11.2 │ │ │ ├── ivy-1.0.xml │ │ │ └── mod11.2-1.0.jar │ │ ├── mod12.1 │ │ │ ├── ivy-1.0.xml │ │ │ └── mod12.1-1.0.jar │ │ ├── mod12.2 │ │ │ ├── ivy-1.0.xml │ │ │ └── mod12.1-1.0.jar │ │ ├── mod13.1 │ │ │ ├── ivy-1.0.xml │ │ │ └── mod13.1-1.0.jar │ │ ├── mod13.2 │ │ │ ├── ivy-1.0.xml │ │ │ └── mod13.2-1.0.jar │ │ ├── mod13.3 │ │ │ ├── ivy-1.0.xml │ │ │ └── mod13.3-1.0.jar │ │ ├── mod14.1 │ │ │ ├── ivy-1.1.xml │ │ │ └── mod14.1-1.1.jar │ │ ├── mod14.2 │ │ │ ├── ivy-1.1.xml │ │ │ └── mod14.2-1.1.jar │ │ ├── mod14.3 │ │ │ ├── ivy-1.1.xml │ │ │ └── mod14.3-1.1.jar │ │ ├── mod14.4 │ │ │ ├── ivy-1.1.xml │ │ │ └── mod14.4-1.1.jar │ │ ├── mod15.1 │ │ │ ├── ivy-1.1.xml │ │ │ └── library.jar │ │ ├── mod15.2 │ │ │ └── ivy-1.1.xml │ │ ├── mod15.3 │ │ │ ├── ivy-1.1.xml │ │ │ └── library.jar │ │ ├── mod15.4 │ │ │ └── ivy-1.1.xml │ │ ├── mod16.1 │ │ │ └── ivy-1.0.xml │ │ ├── mod17.1 │ │ │ └── ivy-1.0.xml │ │ ├── mod3.1 │ │ │ ├── ivy-1.0.1.xml │ │ │ ├── ivy-1.0.xml │ │ │ ├── ivy-1.1.xml │ │ │ ├── ivy-1.2.xml │ │ │ ├── ivy-1.3.xml │ │ │ ├── ivy-1.4.xml │ │ │ ├── mod3.1-1.0.1.jar │ │ │ ├── mod3.1-1.0.jar │ │ │ ├── mod3.1-1.1.jar │ │ │ ├── mod3.1-1.2.jar │ │ │ ├── mod3.1-1.3.jar │ │ │ └── mod3.1-1.4.jar │ │ ├── mod3.2 │ │ │ ├── ivy-1.1.xml │ │ │ ├── ivy-1.2.1.xml │ │ │ ├── ivy-1.2.xml │ │ │ ├── ivy-1.3.xml │ │ │ ├── ivy-1.4.xml │ │ │ ├── mod3.2-1.1.jar │ │ │ ├── mod3.2-1.2.1.jar │ │ │ ├── mod3.2-1.2.jar │ │ │ ├── mod3.2-1.3.jar │ │ │ └── mod3.2-1.4.jar │ │ ├── mod4.1 │ │ │ ├── ivy-4.0.xml │ │ │ ├── ivy-4.1.xml │ │ │ ├── ivy-4.10.xml │ │ │ ├── ivy-4.11.xml │ │ │ ├── ivy-4.12.xml │ │ │ ├── ivy-4.13.xml │ │ │ ├── ivy-4.14.xml │ │ │ ├── ivy-4.2.xml │ │ │ ├── ivy-4.3.xml │ │ │ ├── ivy-4.4.xml │ │ │ ├── ivy-4.5.xml │ │ │ ├── ivy-4.6.xml │ │ │ ├── ivy-4.7.xml │ │ │ ├── ivy-4.8.xml │ │ │ ├── ivy-4.9.xml │ │ │ ├── mod4.1-4.0.jar │ │ │ ├── mod4.1-4.1.jar │ │ │ ├── mod4.1-4.3.jar │ │ │ └── mod4.1-4.4.jar │ │ ├── mod5.1 │ │ │ ├── art51A-4.0.jar │ │ │ ├── art51A-4.1.jar │ │ │ ├── art51A-4.2.jar │ │ │ ├── art51A-4.3.jar │ │ │ ├── art51A-4.4.jar │ │ │ ├── art51B-4.0.jar │ │ │ ├── art51B-4.1.jar │ │ │ ├── art51B-4.2.jar │ │ │ ├── art51B-4.4.dll │ │ │ ├── art51B-4.4.jar │ │ │ ├── art51B-4.4.so │ │ │ ├── art51B-4.5.dll │ │ │ ├── art51B-4.5.jar │ │ │ ├── art51B-4.5.so │ │ │ ├── ivy-4.0.xml │ │ │ ├── ivy-4.1.xml │ │ │ ├── ivy-4.2.xml │ │ │ ├── ivy-4.3.xml │ │ │ ├── ivy-4.4.xml │ │ │ └── ivy-4.5.xml │ │ ├── mod5.2 │ │ │ ├── ivy-1.0.xml │ │ │ ├── ivy-2.0.xml │ │ │ ├── ivy-3.0.xml │ │ │ ├── ivy-3.1.xml │ │ │ ├── mod5.2-1.0.jar │ │ │ └── mod5.2-2.0.jar │ │ ├── mod6.1 │ │ │ ├── ivy-1.0.xml │ │ │ ├── ivy-1.1.xml │ │ │ ├── ivy-1.2.xml │ │ │ ├── ivy-1.3.xml │ │ │ ├── ivy-1.4.xml │ │ │ └── ivy-1.5.xml │ │ ├── mod6.2 │ │ │ ├── ivy-1.0.xml │ │ │ ├── ivy-1.1.xml │ │ │ ├── mod6.2-1.0.jar │ │ │ └── mod6.2-1.1.jar │ │ ├── mod6.3 │ │ │ ├── ivy-1.0.xml │ │ │ ├── ivy-1.1.xml │ │ │ ├── ivy-1.2.xml │ │ │ ├── mod6.3-1.0.jar │ │ │ ├── mod6.3-1.1.jar │ │ │ └── mod6.3-1.2.jar │ │ ├── mod7.1 │ │ │ ├── ivy-1.0.xml │ │ │ ├── ivy-2.0.xml │ │ │ ├── mod7.1-1.0.jar │ │ │ └── mod7.1-2.0.jar │ │ ├── mod7.2 │ │ │ ├── ivy-1.0.xml │ │ │ └── mod7.2-1.0.jar │ │ ├── mod7.3 │ │ │ └── ivy-1.0.xml │ │ ├── mod8.1 │ │ │ ├── a-1.0.txt │ │ │ ├── a-1.1.txt │ │ │ ├── a-private-1.0.txt │ │ │ ├── a-private-1.1.txt │ │ │ ├── ivy-1.0.xml │ │ │ └── ivy-1.1.xml │ │ ├── mod8.2 │ │ │ ├── ivy-1.0.xml │ │ │ └── mod8.2-1.1.jar │ │ ├── mod8.3 │ │ │ ├── ivy-1.0.xml │ │ │ └── mod8.3-1.0.jar │ │ ├── mod8.4 │ │ │ ├── ivy-1.0.xml │ │ │ ├── ivy-1.1.xml │ │ │ └── mod8.4-1.1.jar │ │ ├── mod8.5 │ │ │ ├── ivy-2.0.xml │ │ │ └── mod8.5-2.0.jar │ │ ├── mod8.6 │ │ │ ├── ivy-2.0.xml │ │ │ └── mod8.6-2.0.jar │ │ ├── mod_released │ │ │ ├── ivy-1.0.xml │ │ │ ├── ivy-1.1.xml │ │ │ └── mod_released-1.1.jar │ │ ├── modpom-dbunit │ │ │ └── ivy-2.2.xml │ │ └── modpom-junit │ │ │ ├── ivy-3.8.1.xml │ │ │ └── ivy-3.8.2.xml │ ├── IVY-1037 │ │ ├── ivysettings.xml │ │ ├── rep1 │ │ │ └── org │ │ │ │ └── module │ │ │ │ └── ivy-1.xml │ │ └── rep2 │ │ │ └── org │ │ │ └── module │ │ │ └── ivy-2.xml │ ├── IVY-1111 │ │ ├── ivysettings.xml │ │ ├── junit │ │ │ └── junit │ │ │ │ ├── ivy-3.8.xml │ │ │ │ └── ivy-4.4.xml │ │ └── test │ │ │ ├── a │ │ │ └── ivy-1.xml │ │ │ └── b │ │ │ └── ivy-1.5.xml │ ├── IVY-1128 │ │ ├── ivysettings.xml │ │ └── test │ │ │ └── a │ │ │ ├── extraatt.a │ │ │ ├── extraatt2.a │ │ │ │ ├── ivy-1.xml │ │ │ │ └── ivy-2.xml │ │ │ └── extraatt2 │ │ │ │ ├── ivy-1.xml │ │ │ │ └── ivy-2.xml │ │ │ └── extraatt │ │ │ ├── extraatt2.a │ │ │ ├── ivy-1.xml │ │ │ └── ivy-2.xml │ │ │ └── extraatt2 │ │ │ ├── ivy-1.xml │ │ │ └── ivy-2.xml │ ├── IVY-1159 │ │ ├── ivy-depsorder_modA_then_modB.xml │ │ ├── ivy-depsorder_modB_then_modA.xml │ │ ├── ivysettings.xml │ │ └── myorg │ │ │ ├── modA │ │ │ └── 1 │ │ │ │ ├── ivy.xml │ │ │ │ └── modA.jar │ │ │ └── modB │ │ │ └── 1 │ │ │ ├── ivy.xml │ │ │ └── modB.jar │ ├── IVY-1178 │ │ ├── ivysettings.xml │ │ └── myorg │ │ │ ├── modA │ │ │ └── 1.0 │ │ │ │ ├── ivy-1.0.xml │ │ │ │ └── modA-1.0.jar │ │ │ ├── modB │ │ │ └── 1.0 │ │ │ │ ├── ivy-1.0.xml │ │ │ │ └── modB-1.0.jar │ │ │ ├── modC │ │ │ └── 1.0 │ │ │ │ ├── ivy-1.0.xml │ │ │ │ └── modC-1.0.jar │ │ │ ├── modD │ │ │ ├── 1.0 │ │ │ │ ├── ivy-1.0.xml │ │ │ │ └── modD-1.0.jar │ │ │ └── 1.1 │ │ │ │ ├── ivy-1.1.xml │ │ │ │ └── modD-1.1.jar │ │ │ └── modE │ │ │ ├── 1.0 │ │ │ ├── ivy-1.0.xml │ │ │ └── modE-1.0.jar │ │ │ └── 1.1 │ │ │ ├── ivy-1.1.xml │ │ │ └── modE-1.1.jar │ ├── IVY-1179 │ │ ├── repo │ │ │ └── org │ │ │ │ ├── A │ │ │ │ └── 1.0 │ │ │ │ │ ├── ivy.xml │ │ │ │ │ └── packager.xml │ │ │ │ └── B │ │ │ │ └── 1.0 │ │ │ │ ├── ivy.xml │ │ │ │ └── packager.xml │ │ └── website │ │ │ └── dist │ │ │ ├── A-1.0.zip │ │ │ └── B-1.0.tar.gz │ ├── IVY-1233 │ │ ├── ivy.xml │ │ ├── ivysettings.xml │ │ └── test │ │ │ ├── a │ │ │ ├── 1.0 │ │ │ │ └── ivy.xml │ │ │ └── 1.1 │ │ │ │ └── ivy.xml │ │ │ ├── b │ │ │ ├── 2.0 │ │ │ │ └── ivy.xml │ │ │ └── 2.1 │ │ │ │ └── ivy.xml │ │ │ └── c │ │ │ ├── 3.0 │ │ │ └── ivy.xml │ │ │ └── 3.1 │ │ │ └── ivy.xml │ ├── IVY-1236 │ │ ├── ivy.xml │ │ ├── ivysettings.xml │ │ └── myorg │ │ │ ├── modA │ │ │ └── 1.0 │ │ │ │ └── ivy.xml │ │ │ └── modB │ │ │ └── 1.0 │ │ │ ├── ivy.xml │ │ │ ├── modB-A.jar │ │ │ └── modB.jar │ ├── IVY-1238 │ │ └── ivy-org │ │ │ └── modA │ │ │ ├── v1.0 │ │ │ └── ivy.xml │ │ │ └── v2.0 │ │ │ └── ivy.xml │ ├── IVY-1300 │ │ ├── assembly-ivy.xml │ │ ├── ivysettings.xml │ │ └── myorg │ │ │ ├── modA │ │ │ ├── releasebranch │ │ │ │ └── 1 │ │ │ │ │ └── ivy.xml │ │ │ └── trunk │ │ │ │ └── 5 │ │ │ │ └── ivy.xml │ │ │ └── modB │ │ │ ├── releasebranch │ │ │ └── 1 │ │ │ │ └── ivy.xml │ │ │ └── trunk │ │ │ └── 5 │ │ │ └── ivy.xml │ ├── IVY-1313 │ │ ├── ivysettings.xml │ │ └── repo │ │ │ └── org1 │ │ │ ├── mod1 │ │ │ ├── ivys │ │ │ │ └── ivy-1.0.xml │ │ │ ├── jars │ │ │ │ └── mod1-1.0.jar │ │ │ └── sources │ │ │ │ └── mod1-1.0.jar │ │ │ ├── mod2 │ │ │ ├── ivys │ │ │ │ └── ivy-1.0.xml │ │ │ ├── jars │ │ │ │ └── mod2-1.0.jar │ │ │ └── sources │ │ │ │ └── mod2-1.0.jar │ │ │ └── mod3 │ │ │ ├── ivys │ │ │ └── ivy-1.0.xml │ │ │ ├── jars │ │ │ └── mod3-1.0.jar │ │ │ └── sources │ │ │ └── mod3-1.0.jar │ ├── IVY-1333 │ │ ├── ivy.xml │ │ ├── ivysettings.xml │ │ └── org │ │ │ ├── badArtifact │ │ │ └── 1.0.0.m4 │ │ │ │ └── ivy.xml │ │ │ ├── dep1 │ │ │ └── 1.0 │ │ │ │ └── ivy.xml │ │ │ └── dep2 │ │ │ └── 1.0 │ │ │ └── ivy.xml │ ├── IVY-1347 │ │ ├── childone │ │ │ ├── childtwo │ │ │ │ └── ivy.xml │ │ │ └── ivy.xml │ │ ├── ivysettings.xml │ │ └── repo │ │ │ └── foo │ │ │ └── parent │ │ │ └── 1.0 │ │ │ └── ivys │ │ │ └── ivy.xml │ ├── IVY-1366 │ │ ├── a │ │ │ └── 1 │ │ │ │ ├── ivy.xml │ │ │ │ └── jars │ │ │ │ └── a-1.jar │ │ ├── b │ │ │ └── 1 │ │ │ │ ├── ivy.xml │ │ │ │ └── jars │ │ │ │ └── b-1.jar │ │ ├── c │ │ │ └── 1 │ │ │ │ ├── ivy.xml │ │ │ │ └── jars │ │ │ │ └── c-1.jar │ │ ├── ivy.xml │ │ └── ivysettings.xml │ ├── IVY-1399 │ │ ├── MyCompany │ │ │ ├── A │ │ │ │ └── ivy-1.xml │ │ │ ├── B │ │ │ │ └── ivy-1.xml │ │ │ ├── C │ │ │ │ └── ivy-1.xml │ │ │ └── target │ │ │ │ └── ivy-1.xml │ │ ├── OtherCompany │ │ │ └── prefers-later │ │ │ │ └── ivy-1.xml │ │ └── conflicting-dependency │ │ │ └── dep │ │ │ ├── ivy-1.xml │ │ │ └── ivy-2.xml │ ├── IVY-1455 │ │ ├── ivy.xml │ │ ├── ivysettings.xml │ │ └── repo │ │ │ ├── conflict │ │ │ └── conflict │ │ │ │ ├── ivy-1.xml │ │ │ │ └── ivy-2.xml │ │ │ ├── empty-module │ │ │ └── empty-module │ │ │ │ └── ivy-1.xml │ │ │ └── reproducer │ │ │ ├── phase-one │ │ │ └── ivy-1.xml │ │ │ └── phase-two │ │ │ └── ivy-1.xml │ ├── IVY-1485 │ │ ├── ivy-overlap-transitive-newer.xml │ │ ├── ivy-overlap-transitive-older.xml │ │ ├── ivy-simple.xml │ │ ├── ivysettings.xml │ │ ├── overlap-newer │ │ │ ├── modA │ │ │ │ ├── 1 │ │ │ │ │ └── ivy.xml │ │ │ │ └── 5 │ │ │ │ │ └── ivy.xml │ │ │ └── modB │ │ │ │ └── 1 │ │ │ │ └── ivy.xml │ │ ├── overlap-older │ │ │ ├── modA │ │ │ │ ├── 1 │ │ │ │ │ └── ivy.xml │ │ │ │ └── 5 │ │ │ │ │ └── ivy.xml │ │ │ └── modB │ │ │ │ └── 1 │ │ │ │ └── ivy.xml │ │ └── simple │ │ │ ├── modA │ │ │ ├── 1 │ │ │ │ └── ivy.xml │ │ │ └── 5 │ │ │ │ └── ivy.xml │ │ │ └── modB │ │ │ └── 1 │ │ │ └── ivy.xml │ ├── IVY-1486 │ │ ├── ivysettings.xml │ │ └── org │ │ │ ├── a │ │ │ ├── ivy-1.xml │ │ │ └── lib │ │ │ │ └── a-1.jar │ │ │ ├── h │ │ │ ├── ivy-1.xml │ │ │ ├── ivy-2.xml │ │ │ └── lib │ │ │ │ ├── h-1.jar │ │ │ │ └── h-2.jar │ │ │ ├── i │ │ │ ├── ivy-1.xml │ │ │ ├── ivy-2.xml │ │ │ └── lib │ │ │ │ ├── i-1.jar │ │ │ │ └── i-2.jar │ │ │ ├── j │ │ │ ├── ivy-1.xml │ │ │ ├── ivy-2.xml │ │ │ └── lib │ │ │ │ ├── j-1.jar │ │ │ │ └── j-2.jar │ │ │ ├── k │ │ │ ├── ivy-1.xml │ │ │ ├── ivy-2.xml │ │ │ └── lib │ │ │ │ ├── k-1.jar │ │ │ │ └── k-2.jar │ │ │ ├── l │ │ │ ├── ivy-1.xml │ │ │ ├── ivy-2.xml │ │ │ └── lib │ │ │ │ ├── l-1.jar │ │ │ │ └── l-2.jar │ │ │ ├── root │ │ │ ├── ivy-1.xml │ │ │ └── ivy-2.xml │ │ │ ├── x │ │ │ ├── ivy-1.xml │ │ │ ├── ivy-2.xml │ │ │ └── lib │ │ │ │ ├── x-1.jar │ │ │ │ └── x-2.jar │ │ │ └── y │ │ │ ├── ivy-1.xml │ │ │ ├── ivy-2.xml │ │ │ └── lib │ │ │ ├── y-1.jar │ │ │ └── y-2.jar │ ├── IVY-258 │ │ ├── ivy.xml │ │ ├── ivysettings.xml │ │ └── module2 │ │ │ ├── ivy.xml │ │ │ └── module2.jar │ ├── IVY-264 │ │ ├── commons-lang │ │ │ ├── commons-lang-1.0.1.jar │ │ │ └── commons-lang-2.0.jar │ │ ├── ivy.xml │ │ ├── ivysettings.xml │ │ ├── x │ │ │ ├── ivy-1.0.xml │ │ │ └── x-1.0.jar │ │ ├── y │ │ │ ├── ivy-1.0.xml │ │ │ └── y-1.0.jar │ │ └── z │ │ │ ├── ivy-1.0.xml │ │ │ └── z-1.0.jar │ ├── IVY-283 │ │ ├── B │ │ │ ├── ivy-1.0.xml │ │ │ ├── lib_b_a-1.0.jar │ │ │ └── lib_b_b-1.0.jar │ │ ├── C │ │ │ ├── ivy-1.0.xml │ │ │ ├── lib_c_a-1.0.jar │ │ │ ├── lib_c_b-1.0.jar │ │ │ ├── lib_c_c-1.0.jar │ │ │ ├── lib_c_d-1.0.jar │ │ │ └── lib_c_e-1.0.jar │ │ ├── ivy-d.xml │ │ ├── ivy.xml │ │ ├── ivysettings.xml │ │ ├── module_a │ │ │ ├── ivy-local.xml │ │ │ ├── lib_a_a-local.jar │ │ │ ├── lib_a_b-local.jar │ │ │ ├── lib_a_c-local.jar │ │ │ ├── lib_a_d-local.jar │ │ │ ├── lib_a_e-local.jar │ │ │ ├── lib_a_f-local.jar │ │ │ ├── lib_a_g-local.jar │ │ │ ├── lib_a_h-local.jar │ │ │ ├── lib_a_i-local.jar │ │ │ └── lib_a_j-local.jar │ │ ├── module_b │ │ │ ├── ivy-local.xml │ │ │ └── lib_b_a-local.jar │ │ ├── module_c │ │ │ ├── ivy-local.xml │ │ │ └── lib_c_a-local.jar │ │ └── module_e │ │ │ ├── ivy-local.xml │ │ │ └── lib_e_a-local.jar │ ├── IVY-407 │ │ └── MyCompany │ │ │ ├── A │ │ │ ├── ivy-1.0.0.xml │ │ │ ├── lib │ │ │ │ └── A-1.0.0.jar │ │ │ └── thirdparty │ │ │ │ └── A-1.0.0.tar.gz │ │ │ ├── B │ │ │ ├── ivy-1.0.0.xml │ │ │ ├── lib │ │ │ │ └── B-1.0.0.jar │ │ │ └── thirdparty │ │ │ │ └── B-1.0.0.tar.gz │ │ │ ├── C │ │ │ ├── ivy-1.0.0.xml │ │ │ ├── ivy-1.0.1.xml │ │ │ ├── ivy-1.0.2.xml │ │ │ ├── lib │ │ │ │ ├── C-1.0.0.jar │ │ │ │ ├── C-1.0.1.jar │ │ │ │ └── C-1.0.2.jar │ │ │ └── thirdparty │ │ │ │ ├── C-1.0.0.tar.gz │ │ │ │ ├── C-1.0.1.tar.gz │ │ │ │ └── C-1.0.2.tar.gz │ │ │ └── D │ │ │ ├── ivy-1.0.0.xml │ │ │ ├── lib │ │ │ └── D-1.0.0.jar │ │ │ └── thirdparty │ │ │ └── D-1.0.0.tar.gz │ ├── IVY-448 │ │ ├── ivy.xml │ │ ├── ivysettings.xml │ │ ├── module2 │ │ │ ├── ivy-1.0.xml │ │ │ └── module2-1.0.jar │ │ └── module3 │ │ │ ├── ivy-1.0.xml │ │ │ ├── ivy-2.0.xml │ │ │ ├── module3-1.0.jar │ │ │ └── module3-2.0.jar │ ├── IVY-630 │ │ ├── ivysettings.xml │ │ └── junit-4.1 │ │ │ └── jars │ │ │ └── junit-4.1.jar │ ├── IVY-635 │ │ ├── ivysettings.xml │ │ └── mod1 │ │ │ ├── art1&_.txt │ │ │ └── ivy.xml │ ├── IVY-716 │ │ ├── ivysettings.xml │ │ └── org1 │ │ │ ├── branch1 │ │ │ └── mod1.1 │ │ │ │ └── 1.0 │ │ │ │ ├── ivy.xml.txt │ │ │ │ └── mod1.1.jar │ │ │ └── branch2 │ │ │ └── mod1.1 │ │ │ └── 1.0 │ │ │ ├── ivy.xml.txt │ │ │ └── mod1.1.jar │ ├── IVY-729 │ │ ├── a │ │ │ └── 1 │ │ │ │ └── jars │ │ │ │ └── a-1.jar │ │ ├── b │ │ │ └── 1 │ │ │ │ ├── ivy.xml │ │ │ │ └── jars │ │ │ │ └── b-1.jar │ │ ├── c │ │ │ └── 1 │ │ │ │ ├── ivy.xml │ │ │ │ └── jars │ │ │ │ └── c-1.jar │ │ ├── ivy.xml │ │ └── ivysettings.xml │ ├── IVY-84 │ │ ├── ivysettings.xml │ │ ├── repo │ │ │ └── test │ │ │ │ ├── a │ │ │ │ ├── 1.0.1 │ │ │ │ │ ├── a-1.0.1.txt │ │ │ │ │ └── a-bt-1.0.1.txt │ │ │ │ ├── 1.0.2 │ │ │ │ │ ├── a-1.0.2.txt │ │ │ │ │ └── a-bt-1.0.2.txt │ │ │ │ ├── ivy-1.0.1.xml │ │ │ │ └── ivy-1.0.2.xml │ │ │ │ ├── b │ │ │ │ ├── 1.0.1 │ │ │ │ │ ├── b-1.0.1.txt │ │ │ │ │ └── b-bt-1.0.1.txt │ │ │ │ ├── 1.0.2 │ │ │ │ │ ├── b-1.0.2.txt │ │ │ │ │ └── b-bt-1.0.2.txt │ │ │ │ ├── ivy-1.0.1.xml │ │ │ │ └── ivy-1.0.2.xml │ │ │ │ └── c │ │ │ │ ├── 1.0.1 │ │ │ │ ├── c-1.0.1.txt │ │ │ │ └── c-bt-1.0.1.txt │ │ │ │ ├── 1.0.2 │ │ │ │ ├── c-1.0.2.txt │ │ │ │ └── c-bt-1.0.2.txt │ │ │ │ ├── ivy-1.0.1.xml │ │ │ │ └── ivy-1.0.2.xml │ │ └── tests │ │ │ ├── 1 │ │ │ └── ivy.xml │ │ │ ├── 2 │ │ │ └── ivy.xml │ │ │ ├── 3 │ │ │ └── ivy.xml │ │ │ ├── 4 │ │ │ └── ivy.xml │ │ │ ├── 5 │ │ │ └── ivy.xml │ │ │ ├── 6 │ │ │ └── ivy.xml │ │ │ └── 7 │ │ │ └── ivy.xml │ ├── IVY-999 │ │ ├── ivysettings.xml │ │ ├── junit │ │ │ └── junit │ │ │ │ ├── ivy-3.8.xml │ │ │ │ └── ivy-4.4.xml │ │ └── test │ │ │ ├── a │ │ │ └── ivy-1.xml │ │ │ └── b │ │ │ └── ivy-1.5.xml │ ├── badfile │ │ ├── ivys │ │ │ ├── ivy-badbranch.xml │ │ │ ├── ivy-badmodule.xml │ │ │ ├── ivy-badorg.xml │ │ │ ├── ivy-badrevision.xml │ │ │ └── ivy-badxml.xml │ │ ├── ivysettings.xml │ │ └── myorg │ │ │ └── mymodule │ │ │ ├── ivy-badbranch.xml │ │ │ ├── ivy-badmodule.xml │ │ │ ├── ivy-badorg.xml │ │ │ ├── ivy-badrevision.xml │ │ │ └── ivy-badxml.xml │ ├── branches │ │ ├── bar │ │ │ ├── bar1 │ │ │ │ └── trunk │ │ │ │ │ ├── 1 │ │ │ │ │ ├── bar1.jar │ │ │ │ │ └── ivy.xml │ │ │ │ │ ├── 2 │ │ │ │ │ ├── bar1.jar │ │ │ │ │ └── ivy.xml │ │ │ │ │ ├── 3 │ │ │ │ │ ├── bar1.jar │ │ │ │ │ └── ivy.xml │ │ │ │ │ ├── 4 │ │ │ │ │ ├── bar1.jar │ │ │ │ │ └── ivy.xml │ │ │ │ │ ├── 5 │ │ │ │ │ ├── bar1.jar │ │ │ │ │ └── ivy.xml │ │ │ │ │ └── 6 │ │ │ │ │ ├── bar1.jar │ │ │ │ │ └── ivy.xml │ │ │ └── bar2 │ │ │ │ └── trunk │ │ │ │ ├── 1 │ │ │ │ ├── bar2.jar │ │ │ │ └── ivy.xml │ │ │ │ └── 2 │ │ │ │ ├── bar2.jar │ │ │ │ └── ivy.xml │ │ ├── foo │ │ │ ├── foo1 │ │ │ │ ├── branch1 │ │ │ │ │ ├── 2 │ │ │ │ │ │ ├── foo1.jar │ │ │ │ │ │ └── ivy.xml │ │ │ │ │ ├── 4 │ │ │ │ │ │ ├── foo1.jar │ │ │ │ │ │ └── ivy.xml │ │ │ │ │ └── 5 │ │ │ │ │ │ ├── foo1.jar │ │ │ │ │ │ └── ivy.xml │ │ │ │ └── trunk │ │ │ │ │ ├── 1 │ │ │ │ │ ├── foo1.jar │ │ │ │ │ └── ivy.xml │ │ │ │ │ ├── 3 │ │ │ │ │ ├── foo1.jar │ │ │ │ │ └── ivy.xml │ │ │ │ │ └── 5 │ │ │ │ │ ├── foo1.jar │ │ │ │ │ └── ivy.xml │ │ │ └── foo2 │ │ │ │ └── branch1 │ │ │ │ └── 1 │ │ │ │ ├── foo2.jar │ │ │ │ └── ivy.xml │ │ ├── ivysettings-defaultbranch1.xml │ │ ├── ivysettings-fooonbranch1.xml │ │ └── ivysettings.xml │ ├── bug148 │ │ ├── 3rd │ │ │ └── idautomation │ │ │ │ └── barcode │ │ │ │ ├── LinearBarCode-4.10.jar │ │ │ │ ├── idapdf417-4.10.jar │ │ │ │ └── ivy-barcode-4.10.xml │ │ ├── ivysettings.properties │ │ ├── ivysettings.xml │ │ └── jtv │ │ │ └── jtv-foo │ │ │ └── bar │ │ │ ├── bar-1.1.0.0.jar │ │ │ ├── bar-config-1.1.0.0.zip │ │ │ ├── bar-src-1.1.0.0.jar │ │ │ └── ivy-bar-1.1.0.0.xml │ ├── bugIVY-56 │ │ ├── ivysettings.xml │ │ └── mymodule │ │ │ └── mymodule.jar │ ├── checkmodified │ │ ├── ivy-1.0-after.xml │ │ ├── ivy-1.0-before.xml │ │ ├── mod1.1-1.0-after.jar │ │ └── mod1.1-1.0-before.jar │ ├── checksums │ │ ├── .gitattributes │ │ ├── allright │ │ │ ├── 2.0 │ │ │ │ ├── allright-2.0.jar │ │ │ │ ├── allright-2.0.jar.SHA-256 │ │ │ │ ├── ivy-2.0.xml │ │ │ │ └── ivy-2.0.xml.SHA-256 │ │ │ ├── 3.0 │ │ │ │ ├── allright-3.0.jar │ │ │ │ ├── allright-3.0.jar.SHA-512 │ │ │ │ ├── ivy-3.0.xml │ │ │ │ └── ivy-3.0.xml.SHA-512 │ │ │ ├── allright-1.0.jar │ │ │ ├── allright-1.0.jar.md5 │ │ │ ├── allright-1.0.jar.sha1 │ │ │ ├── allright-IVY-1155-1.0.jar │ │ │ ├── allright-IVY-1155-1.0.jar.md5 │ │ │ ├── allright-with-openssl-1.0.jar │ │ │ ├── allright-with-openssl-1.0.jar.sha1 │ │ │ ├── allright-with-path-1.0.jar │ │ │ ├── allright-with-path-1.0.jar.sha1 │ │ │ ├── ivy-1.0.xml │ │ │ └── ivy-1.0.xml.md5 │ │ ├── badartcs │ │ │ ├── badartcs-1.0.jar │ │ │ ├── badartcs-1.0.jar.md5 │ │ │ ├── ivy-1.0.xml │ │ │ └── ivy-1.0.xml.md5 │ │ └── badivycs │ │ │ ├── badivycs-1.0.jar │ │ │ ├── badivycs-1.0.jar.md5 │ │ │ ├── ivy-1.0.xml │ │ │ └── ivy-1.0.xml.md5 │ ├── circular │ │ └── ivy.xml │ ├── dual-local │ │ └── xerces │ │ │ └── xerces │ │ │ └── ivy-2.6.2.xml │ ├── dual-remote │ │ └── xerces │ │ │ ├── xercesImpl-2.6.2.jar │ │ │ └── xmlParserAPIs-2.6.2.jar │ ├── external-artifacts │ │ ├── A │ │ │ └── ivy-1.0.xml │ │ ├── elsewhere │ │ │ └── mya-1.1-windows.zip │ │ ├── ivy.xml │ │ ├── ivysettings.xml │ │ └── somewhere │ │ │ ├── afile.jar │ │ │ └── myb-2.0-ext.jar │ ├── extra-attributes-forceddependencies │ │ ├── filerepo-attribs │ │ │ ├── CAE-VSK │ │ │ │ └── VSK-FC │ │ │ │ │ ├── 0.53.0.1 │ │ │ │ │ └── ivy-0.53.0.1.xml │ │ │ │ │ ├── 0.54.0.0 │ │ │ │ │ └── ivy-0.54.0.0.xml │ │ │ │ │ └── 0.54.1.0 │ │ │ │ │ └── ivy-0.54.1.0.xml │ │ │ └── CAE-Visualization-Components │ │ │ │ ├── RTS │ │ │ │ └── 6.2.1.20 │ │ │ │ │ ├── RTS-6.2.1.20.zip │ │ │ │ │ └── ivy-6.2.1.20.xml │ │ │ │ └── SGL │ │ │ │ ├── 6.2.34.17 │ │ │ │ ├── SGL-6.2.34.17.zip │ │ │ │ └── ivy-6.2.34.17.xml │ │ │ │ └── 6.2.34.7 │ │ │ │ ├── SGL-6.2.34.7.zip │ │ │ │ └── ivy-6.2.34.7.xml │ │ ├── filerepo-noattribs │ │ │ ├── CAE-VSK │ │ │ │ └── VSK-FC │ │ │ │ │ ├── 0.53.0.1 │ │ │ │ │ └── ivy-0.53.0.1.xml │ │ │ │ │ ├── 0.54.0.0 │ │ │ │ │ └── ivy-0.54.0.0.xml │ │ │ │ │ └── 0.54.1.0 │ │ │ │ │ └── ivy-0.54.1.0.xml │ │ │ └── CAE-Visualization-Components │ │ │ │ ├── RTS │ │ │ │ └── 6.2.1.20 │ │ │ │ │ ├── RTS-6.2.1.20.zip │ │ │ │ │ └── ivy-6.2.1.20.xml │ │ │ │ └── SGL │ │ │ │ ├── 6.2.34.17 │ │ │ │ ├── SGL-6.2.34.17.zip │ │ │ │ └── ivy-6.2.34.17.xml │ │ │ │ └── 6.2.34.7 │ │ │ │ ├── SGL-6.2.34.7.zip │ │ │ │ └── ivy-6.2.34.7.xml │ │ ├── ivysettings-filerepo-attribs.xml │ │ └── ivysettings-filerepo-noattribs.xml │ ├── extra-attributes-multipledependencies │ │ ├── filerepo-attribs │ │ │ └── CAE-VSK │ │ │ │ └── VSK-FC │ │ │ │ ├── 0.53.0.1 │ │ │ │ └── ivy-0.53.0.1.xml │ │ │ │ ├── 0.54.0.0 │ │ │ │ └── ivy-0.54.0.0.xml │ │ │ │ └── 0.54.1.0 │ │ │ │ └── ivy-0.54.1.0.xml │ │ ├── filerepo-noattribs │ │ │ └── CAE-VSK │ │ │ │ └── VSK-FC │ │ │ │ ├── 0.53.0.1 │ │ │ │ └── ivy-0.53.0.1.xml │ │ │ │ ├── 0.54.0.0 │ │ │ │ └── ivy-0.54.0.0.xml │ │ │ │ └── 0.54.1.0 │ │ │ │ └── ivy-0.54.1.0.xml │ │ ├── ivysettings-filerepo-attribs.xml │ │ └── ivysettings-filerepo-noattribs.xml │ ├── extra-attributes │ │ ├── ivysettings.xml │ │ ├── module2 │ │ │ └── task2 │ │ │ │ └── 1976 │ │ │ │ ├── ivy.xml │ │ │ │ ├── module2-linux.jar │ │ │ │ └── module2-windows.jar │ │ └── mymodule │ │ │ ├── task1 │ │ │ ├── 1854 │ │ │ │ ├── ivy.xml │ │ │ │ ├── mymodule-linux.jar │ │ │ │ └── mymodule-windows.jar │ │ │ └── 1855 │ │ │ │ ├── ivy.xml │ │ │ │ ├── mymodule-linux.jar │ │ │ │ └── mymodule-windows.jar │ │ │ └── task2 │ │ │ ├── 1748 │ │ │ ├── ivy.xml │ │ │ ├── mymodule-linux.jar │ │ │ └── mymodule-windows.jar │ │ │ └── 1749 │ │ │ ├── ivy.xml │ │ │ ├── mymodule-linux.jar │ │ │ └── mymodule-windows.jar │ ├── ivysettings-1.xml │ ├── ivysettings-IVY602.xml │ ├── ivysettings-IVY843.xml │ ├── ivysettings-artifact-lock.xml │ ├── ivysettings-caches-use-origin.xml │ ├── ivysettings-checksums.xml │ ├── ivysettings-dummydefaultresolver.xml │ ├── ivysettings-invalidcachepattern.xml │ ├── ivysettings-local.xml │ ├── ivysettings-multicache.xml │ ├── ivysettings-nodefaultresolver.xml │ ├── ivysettings-optional-file-include.xml │ ├── ivysettings-url.xml │ ├── ivysettings-with-nio.xml │ ├── ivysettings.properties │ ├── ivysettings.xml │ ├── local │ │ ├── mod1.2 │ │ │ └── local-20080708091023 │ │ │ │ ├── ivy.xml │ │ │ │ └── mod1.2.jar │ │ └── mod2.1 │ │ │ └── 0.3-local-20050213110000 │ │ │ ├── ivy.xml │ │ │ └── mod2.1.jar │ ├── m2 │ │ ├── ivysettings.xml │ │ └── org │ │ │ ├── apache │ │ │ ├── 1580-foo-api │ │ │ │ └── 1.2.3 │ │ │ │ │ ├── 1580-foo-api-1.2.3-tests.jar │ │ │ │ │ ├── 1580-foo-api-1.2.3.jar │ │ │ │ │ ├── 1580-foo-api-1.2.3.pom │ │ │ │ │ └── test-ivy-1580-foo-api-1.2.3.pom │ │ │ ├── 1580-foo-impl │ │ │ │ └── 1.2.3 │ │ │ │ │ ├── 1580-foo-impl-1.2.3.jar │ │ │ │ │ └── 1580-foo-impl-1.2.3.pom │ │ │ ├── ivy │ │ │ │ └── maven-snapshot-test │ │ │ │ │ ├── exact-revision │ │ │ │ │ ├── 2.3.4 │ │ │ │ │ │ ├── exact-revision-2.3.4.jar │ │ │ │ │ │ ├── exact-revision-2.3.4.jar.md5 │ │ │ │ │ │ ├── exact-revision-2.3.4.jar.sha1 │ │ │ │ │ │ ├── exact-revision-2.3.4.pom │ │ │ │ │ │ ├── exact-revision-2.3.4.pom.md5 │ │ │ │ │ │ └── exact-revision-2.3.4.pom.sha1 │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ │ └── maven-metadata.xml.sha1 │ │ │ │ │ ├── regular-snapshot │ │ │ │ │ ├── 1.2.3-SNAPSHOT │ │ │ │ │ │ ├── _remote.repositories │ │ │ │ │ │ ├── maven-metadata-local.xml │ │ │ │ │ │ ├── regular-snapshot-1.2.3-SNAPSHOT.jar │ │ │ │ │ │ └── regular-snapshot-1.2.3-SNAPSHOT.pom │ │ │ │ │ └── maven-metadata-local.xml │ │ │ │ │ └── timestamped-snapshot │ │ │ │ │ ├── 5.6.7-SNAPSHOT │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ │ ├── maven-metadata.xml.sha1 │ │ │ │ │ ├── timestamped-snapshot-5.6.7-20170911.130943-1.jar │ │ │ │ │ ├── timestamped-snapshot-5.6.7-20170911.130943-1.jar.md5 │ │ │ │ │ ├── timestamped-snapshot-5.6.7-20170911.130943-1.jar.sha1 │ │ │ │ │ ├── timestamped-snapshot-5.6.7-20170911.130943-1.pom │ │ │ │ │ ├── timestamped-snapshot-5.6.7-20170911.130943-1.pom.md5 │ │ │ │ │ └── timestamped-snapshot-5.6.7-20170911.130943-1.pom.sha1 │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── maven-metadata.xml.md5 │ │ │ │ │ └── maven-metadata.xml.sha1 │ │ │ ├── test-SNAPSHOT1 │ │ │ │ ├── 2.0.0-SNAPSHOT │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── test-SNAPSHOT1-2.0.0-20070310.181613-3.jar │ │ │ │ │ └── test-SNAPSHOT1-2.0.0-20070310.181613-3.pom │ │ │ │ ├── 2.0.2-SNAPSHOT │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── test-SNAPSHOT1-2.0.2-20070310.181613-3.jar │ │ │ │ │ └── test-SNAPSHOT1-2.0.2-20070310.181613-3.pom │ │ │ │ └── maven-metadata.xml │ │ │ ├── test-SNAPSHOT2 │ │ │ │ ├── 2.0.2-SNAPSHOT │ │ │ │ │ ├── maven-metadata.xml │ │ │ │ │ ├── test-SNAPSHOT2-2.0.2-SNAPSHOT.jar │ │ │ │ │ └── test-SNAPSHOT2-2.0.2-SNAPSHOT.pom │ │ │ │ └── maven-metadata.xml │ │ │ ├── test-classified │ │ │ │ ├── 1.0 │ │ │ │ │ ├── test-classified-1.0-asl.jar │ │ │ │ │ ├── test-classified-1.0-other.jar │ │ │ │ │ ├── test-classified-1.0-unix.jar │ │ │ │ │ └── test-classified-1.0.pom │ │ │ │ └── 2.0 │ │ │ │ │ └── test-classified-2.0-asl.jar │ │ │ ├── test-classifier │ │ │ │ ├── 1.0 │ │ │ │ │ ├── test-classifier-1.0.jar │ │ │ │ │ └── test-classifier-1.0.pom │ │ │ │ └── 2.0 │ │ │ │ │ └── test-classifier-2.0.pom │ │ │ ├── test-ivy-1580-foo-impl │ │ │ │ └── 1580-foo-impl │ │ │ │ │ ├── 1580-foo-impl-1.2.3.jar │ │ │ │ │ └── test-ivy-1580-foo-impl-1.2.3.pom │ │ │ ├── test-metadata │ │ │ │ ├── 1.0 │ │ │ │ │ ├── test-metadata-1.0.jar │ │ │ │ │ └── test-metadata-1.0.pom │ │ │ │ ├── 1.1 │ │ │ │ │ ├── test-metadata-1.1.jar │ │ │ │ │ └── test-metadata-1.1.pom │ │ │ │ ├── 1.2 │ │ │ │ │ ├── test-metadata-1.2.jar │ │ │ │ │ └── test-metadata-1.2.pom │ │ │ │ └── maven-metadata.xml │ │ │ ├── test-sources │ │ │ │ └── 1.0 │ │ │ │ │ ├── test-sources-1.0-javadoc.jar │ │ │ │ │ ├── test-sources-1.0-sources.jar │ │ │ │ │ ├── test-sources-1.0.jar │ │ │ │ │ └── test-sources-1.0.pom │ │ │ ├── test-sources2 │ │ │ │ └── 1.0 │ │ │ │ │ ├── test-sources2-1.0-sources.jar │ │ │ │ │ ├── test-sources2-1.0.jar │ │ │ │ │ └── test-sources2-1.0.pom │ │ │ ├── test-src │ │ │ │ └── 1.0 │ │ │ │ │ ├── test-src-1.0-src.jar │ │ │ │ │ ├── test-src-1.0.jar │ │ │ │ │ └── test-src-1.0.pom │ │ │ ├── test-version │ │ │ │ └── 1.0 │ │ │ │ │ ├── test-version-1.0.jar │ │ │ │ │ └── test-version-1.0.pom │ │ │ ├── test │ │ │ │ ├── 1.0 │ │ │ │ │ ├── test-1.0.jar │ │ │ │ │ └── test-1.0.pom │ │ │ │ ├── 1.1 │ │ │ │ │ ├── test-1.1.jar │ │ │ │ │ └── test-1.1.pom │ │ │ │ └── 1.2 │ │ │ │ │ ├── test-1.2.jar │ │ │ │ │ └── test-1.2.pom │ │ │ ├── test2 │ │ │ │ ├── 1.0 │ │ │ │ │ ├── test2-1.0.jar │ │ │ │ │ └── test2-1.0.pom │ │ │ │ └── 1.1 │ │ │ │ │ ├── test2-1.1.jar │ │ │ │ │ └── test2-1.1.pom │ │ │ ├── test3 │ │ │ │ ├── 1.0 │ │ │ │ │ ├── test3-1.0.jar │ │ │ │ │ └── test3-1.0.pom │ │ │ │ └── 1.1 │ │ │ │ │ ├── test3-1.1.jar │ │ │ │ │ └── test3-1.1.pom │ │ │ └── test4 │ │ │ │ ├── 1.0 │ │ │ │ ├── test4-1.0.jar │ │ │ │ └── test4-1.0.pom │ │ │ │ └── 1.1 │ │ │ │ ├── test4-1.1.jar │ │ │ │ └── test4-1.1.pom │ │ │ ├── circular │ │ │ ├── module1 │ │ │ │ └── 1.0 │ │ │ │ │ ├── module1-1.0.jar │ │ │ │ │ └── module1-1.0.pom │ │ │ └── module2 │ │ │ │ └── 2.0 │ │ │ │ ├── module2-2.0.jar │ │ │ │ └── module2-2.0.pom │ │ │ └── relocated │ │ │ ├── test3 │ │ │ ├── 1.0 │ │ │ │ └── test3-1.0.pom │ │ │ └── 1.1 │ │ │ │ └── test3-1.1.pom │ │ │ ├── test3full │ │ │ └── 1.1 │ │ │ │ └── test3full-1.1.pom │ │ │ └── testRelocationUser │ │ │ ├── 1.0 │ │ │ └── testRelocationUser-1.0.pom │ │ │ └── 1.1 │ │ │ └── testRelocationUser-1.1.pom │ ├── multi-ivypattern │ │ ├── ivy1 │ │ │ └── ivy-1.0.xml │ │ ├── ivy2 │ │ │ ├── ivy-1.0.xml │ │ │ └── ivy-1.1.xml │ │ ├── ivysettings.xml │ │ └── jars │ │ │ ├── mod-1.0.jar │ │ │ └── mod-1.1.jar │ ├── multirevisions │ │ ├── ivy.xml │ │ ├── ivy │ │ │ ├── moduleX-1.0.xml │ │ │ ├── moduleX-2.0.xml │ │ │ └── moduleZ-1.0.xml │ │ ├── ivysettings.xml │ │ └── jars │ │ │ ├── moduleX-1.0.jar │ │ │ ├── moduleX-2.0.jar │ │ │ └── moduleZ-1.0.jar │ ├── namespace │ │ ├── A │ │ │ ├── A │ │ │ │ └── 1.0 │ │ │ │ │ ├── A.jar │ │ │ │ │ └── ivy.xml │ │ │ └── B │ │ │ │ └── 1.0 │ │ │ │ ├── B.jar │ │ │ │ └── ivy.xml │ │ ├── B │ │ │ ├── 1 │ │ │ │ └── 1.0 │ │ │ │ │ ├── 1-1.0.pom │ │ │ │ │ └── 1.jar │ │ │ └── 2 │ │ │ │ └── 1.0 │ │ │ │ ├── 2-1.0.pom │ │ │ │ └── 2.jar │ │ ├── C │ │ │ └── C │ │ │ │ └── 1.0.0 │ │ │ │ └── ivy.xml │ │ └── ivysettings.xml │ ├── norev │ │ ├── ivy-latest.xml │ │ ├── ivy.xml │ │ ├── ivysettings.xml │ │ ├── module2 │ │ │ ├── ivy.xml │ │ │ └── module2.jar │ │ └── module3 │ │ │ └── module3.jar │ ├── norevision │ │ ├── ivy-mod1.1-after.xml │ │ ├── ivy-mod1.1-before.xml │ │ ├── mod1.1-after.jar │ │ └── mod1.1-before.jar │ ├── osgi │ │ └── module1 │ │ │ └── META-INF │ │ │ └── MANIFEST.MF │ ├── packager │ │ ├── repo │ │ │ └── org │ │ │ │ └── mod │ │ │ │ └── 1.0 │ │ │ │ ├── ivy.xml │ │ │ │ └── packager.xml │ │ └── website │ │ │ ├── dist │ │ │ └── mod-1.0.tar.gz │ │ │ └── m2repo │ │ │ └── org │ │ │ └── apache │ │ │ └── ivy │ │ │ └── foobar │ │ │ └── 1.0 │ │ │ └── foobar-1.0-janfu.jar │ ├── parentPom │ │ ├── ivysettings-namespace.xml │ │ ├── ivysettings.xml │ │ └── org │ │ │ └── apache │ │ │ └── dm │ │ │ ├── parent │ │ │ ├── 1.0 │ │ │ │ └── parent-1.0.pom │ │ │ └── 2.0 │ │ │ │ └── parent-2.0.pom │ │ │ ├── parent2 │ │ │ └── 1.0 │ │ │ │ └── parent2-1.0.pom │ │ │ ├── parent3 │ │ │ └── 1.0 │ │ │ │ └── parent3-1.0.pom │ │ │ ├── parent4 │ │ │ └── 1.0 │ │ │ │ └── parent4-1.0.pom │ │ │ ├── parent5 │ │ │ └── 1.0 │ │ │ │ └── parent5-1.0.pom │ │ │ ├── sibling1 │ │ │ └── 1.0 │ │ │ │ └── sibling1-1.0.pom │ │ │ ├── sibling2 │ │ │ └── 1.0 │ │ │ │ └── sibling2-1.0.pom │ │ │ ├── test │ │ │ ├── 1.0 │ │ │ │ ├── test-1.0.jar │ │ │ │ └── test-1.0.pom │ │ │ ├── 2.0 │ │ │ │ ├── test-2.0.jar │ │ │ │ └── test-2.0.pom │ │ │ └── 3.0 │ │ │ │ └── test-3.0.pom │ │ │ ├── test2 │ │ │ ├── 1.0 │ │ │ │ ├── test2-1.0.jar │ │ │ │ └── test2-1.0.pom │ │ │ ├── 2.0 │ │ │ │ ├── test2-2.0.jar │ │ │ │ └── test2-2.0.pom │ │ │ └── 3.0 │ │ │ │ ├── test2-3.0.jar │ │ │ │ └── test2-3.0.pom │ │ │ ├── test3 │ │ │ ├── 1.0 │ │ │ │ ├── test3-1.0.jar │ │ │ │ └── test3-1.0.pom │ │ │ └── 2.0 │ │ │ │ ├── test3-2.0.jar │ │ │ │ └── test3-2.0.pom │ │ │ ├── test4 │ │ │ ├── 1.0 │ │ │ │ ├── test4-1.0.jar │ │ │ │ └── test4-1.0.pom │ │ │ └── 2.0 │ │ │ │ ├── test4-2.0.jar │ │ │ │ └── test4-2.0.pom │ │ │ ├── test5 │ │ │ ├── 1.0 │ │ │ │ ├── test5-1.0.jar │ │ │ │ └── test5-1.0.pom │ │ │ └── 2.0 │ │ │ │ ├── test5-2.0.jar │ │ │ │ └── test5-2.0.pom │ │ │ ├── test6 │ │ │ └── 1.0 │ │ │ │ ├── test6-1.0.jar │ │ │ │ └── test6-1.0.pom │ │ │ └── test7 │ │ │ └── 1.0 │ │ │ ├── test7-1.0.jar │ │ │ └── test7-1.0.pom │ └── xml-entities │ │ ├── bar.txt │ │ ├── foo.txt │ │ ├── ivy.xml │ │ ├── ivysettings.xml │ │ ├── module1 │ │ └── ivy-1.0.xml │ │ └── module2 │ │ └── ivy-2.0.xml ├── test-obr │ ├── obr.xml │ └── sources.xml ├── test-p2 │ ├── composite │ │ ├── compositeArtifacts.xml │ │ └── compositeContent.xml │ ├── ivyde-repo │ │ ├── artifacts.xml │ │ ├── content.xml │ │ ├── features │ │ │ ├── org.apache.ivy.feature_2.0.0.final_20090108225011.jar │ │ │ ├── org.apache.ivy.feature_2.1.0.final_20090925235825.jar │ │ │ ├── org.apache.ivy.feature_2.2.0.final_20100923230623.jar │ │ │ ├── org.apache.ivyde.feature_2.0.0.final-200907011148-RELEASE.jar │ │ │ └── org.apache.ivyde.feature_2.1.0.201008101807-RELEASE.jar │ │ └── plugins │ │ │ ├── org.apache.ivy.eclipse.ant_2.0.0.final_20090108225011.jar │ │ │ ├── org.apache.ivy.eclipse.ant_2.1.0.final_20090925235825.jar │ │ │ ├── org.apache.ivy.eclipse.ant_2.2.0.final_20100923230623.jar │ │ │ ├── org.apache.ivy_2.0.0.final_20090108225011.jar │ │ │ ├── org.apache.ivy_2.1.0.final_20090925235825.jar │ │ │ ├── org.apache.ivy_2.2.0.final_20100923230623.jar │ │ │ ├── org.apache.ivyde.eclipse_2.0.0.final-200907011148-RELEASE.jar │ │ │ └── org.apache.ivyde.eclipse_2.1.0.201008101807-RELEASE.jar │ ├── packed │ │ ├── artifacts.xml │ │ ├── content.xml │ │ └── plugins │ │ │ └── org.junit_4.10.0.v4_10_0_v20120426-0900.jar.pack.gz │ ├── sources │ │ ├── artifacts.xml │ │ ├── bundles │ │ │ ├── org.apache.ivy.source_2.2.0.final_20100923230623.jar │ │ │ ├── org.apache.ivy_2.2.0.final_20100923230623.jar │ │ │ └── org.apache.ivyde.eclipse_2.0.0.final-200907011148-RELEASE.jar │ │ └── content.xml │ └── zipped │ │ ├── artifacts.xml │ │ ├── bundles │ │ ├── org.apache.ant.source_1.8.3.v20120321-1730.jar │ │ ├── org.apache.ant_1.8.3.v20120321-1730.jar │ │ └── org.eclipse.e4.core.services_1.0.0.v20120521-2346.jar │ │ └── content.xml ├── test-repo │ ├── MANIFEST_org.apache.ivy.osgi.testbundle.exporting.ambiguity_3.3.3.MF │ ├── MANIFEST_org.apache.ivy.osgi.testbundle.importing.ambiguity_3.2.1.MF │ ├── MANIFEST_org.apache.ivy.osgi.testbundle.importing.jrepackage_1.2.3.MF │ ├── MANIFEST_org.apache.ivy.osgi.testbundle.importing.optional_3.2.1.MF │ ├── MANIFEST_org.apache.ivy.osgi.testbundle.importing.rangeversion_3.2.1.MF │ ├── MANIFEST_org.apache.ivy.osgi.testbundle.importing.transitiveoptional_3.2.1.MF │ ├── MANIFEST_org.apache.ivy.osgi.testbundle.importing.use_3.2.1.MF │ ├── MANIFEST_org.apache.ivy.osgi.testbundle.importing.version_3.2.1.MF │ ├── MANIFEST_org.apache.ivy.osgi.testbundle.importing_3.2.1.MF │ ├── MANIFEST_org.apache.ivy.osgi.testbundle.require.ambiguity_1.1.1.MF │ ├── MANIFEST_org.apache.ivy.osgi.testbundle.require_1.1.1.MF │ ├── MANIFEST_org.apache.ivy.osgi.testbundle.requirejre_2.2.2.MF │ ├── MANIFEST_org.apache.ivy.osgi.testbundle.use_2.2.2.MF │ ├── MANIFEST_org.apache.ivy.osgi.testbundle_1.2.3.MF │ ├── build.xml │ ├── bundlerepo │ │ ├── ivysettings.xml │ │ └── repo.xml │ ├── ivy-test-buildobr.xml │ ├── ivyrepo │ │ └── repo.xml │ └── multi-osgi │ │ ├── repo1 │ │ ├── obr.xml │ │ ├── org.apache.ivy.osgi.testbundle.importing1_3.2.1.jar │ │ └── org.apache.ivy.osgi.testbundle1_1.2.3.jar │ │ └── repo2 │ │ ├── obr.xml │ │ ├── org.apache.ivy.osgi.testbundle.importing2_3.2.1.jar │ │ └── org.apache.ivy.osgi.testbundle2_1.2.3.jar ├── triggers │ ├── ant-build │ │ ├── A │ │ │ ├── build.xml │ │ │ └── ivy.xml │ │ ├── B │ │ │ └── ivy.xml │ │ ├── ivysettings.xml │ │ └── local │ │ │ └── foo │ │ │ └── foo.jar │ └── ant-call │ │ ├── A │ │ ├── build.xml │ │ └── ivy.xml │ │ ├── ivysettings.xml │ │ └── local │ │ └── foo │ │ ├── foo.jar │ │ ├── foo.zip │ │ └── ivy.xml ├── workspace │ ├── ivysettings.xml │ ├── project1 │ │ └── ivy.xml │ ├── project2 │ │ └── ivy.xml │ ├── project3 │ │ └── ivy.xml │ └── repo │ │ └── org.acme │ │ ├── module1 │ │ └── 1.1 │ │ │ ├── ivy.xml │ │ │ └── module1.jar │ │ └── module2 │ │ └── 1.2 │ │ ├── ivy.xml │ │ └── module2.jar ├── xsl │ └── test.xml └── zip │ └── test.zip └── version.properties /.checkstyle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/.checkstyle -------------------------------------------------------------------------------- /.classpath.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/.classpath.default -------------------------------------------------------------------------------- /.classpath.ivyde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/.classpath.ivyde -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/.project -------------------------------------------------------------------------------- /.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/.settings/org.eclipse.jdt.core.prefs -------------------------------------------------------------------------------- /.settings/org.eclipse.jdt.ui.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/.settings/org.eclipse.jdt.ui.prefs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/LICENSE -------------------------------------------------------------------------------- /META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/META-INF/MANIFEST.MF -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/NOTICE -------------------------------------------------------------------------------- /README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/README.adoc -------------------------------------------------------------------------------- /ReleaseInstructions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/ReleaseInstructions -------------------------------------------------------------------------------- /ant.patterns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/ant.patterns -------------------------------------------------------------------------------- /asciidoc/ant.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ant.adoc -------------------------------------------------------------------------------- /asciidoc/bestpractices.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/bestpractices.adoc -------------------------------------------------------------------------------- /asciidoc/compatibility.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/compatibility.adoc -------------------------------------------------------------------------------- /asciidoc/concept.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/concept.adoc -------------------------------------------------------------------------------- /asciidoc/configuration.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/caches.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/caches.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/caches/cache.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/caches/cache.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/caches/ttl.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/caches/ttl.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/classpath.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/classpath.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/conf.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/conf.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/include.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/include.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/lock-strategies.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/lock-strategies.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/macrodef.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/macrodef.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/module.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/module.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/modules.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/modules.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/namespace.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/namespace.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/namespace/dest.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/namespace/dest.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/namespace/rule.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/namespace/rule.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/namespace/src.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/namespace/src.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/namespaces.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/namespaces.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/outputters.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/outputters.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/parsers.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/parsers.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/properties.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/properties.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/property.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/property.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/resolvers.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/resolvers.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/status.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/status.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/statuses.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/statuses.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/triggers.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/triggers.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/typedef.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/typedef.adoc -------------------------------------------------------------------------------- /asciidoc/configuration/version-matchers.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/configuration/version-matchers.adoc -------------------------------------------------------------------------------- /asciidoc/dev.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/dev.adoc -------------------------------------------------------------------------------- /asciidoc/dev/apache-proposal.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/dev/apache-proposal.adoc -------------------------------------------------------------------------------- /asciidoc/dev/conflict-solving-algo.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/dev/conflict-solving-algo.adoc -------------------------------------------------------------------------------- /asciidoc/dev/ideas.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/dev/ideas.adoc -------------------------------------------------------------------------------- /asciidoc/dev/makerelease.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/dev/makerelease.adoc -------------------------------------------------------------------------------- /asciidoc/extend.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/extend.adoc -------------------------------------------------------------------------------- /asciidoc/images/ant-project-logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/ant-project-logo.gif -------------------------------------------------------------------------------- /asciidoc/images/ant-project-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/ant-project-logo.svg -------------------------------------------------------------------------------- /asciidoc/images/apache-incubator-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/apache-incubator-logo.png -------------------------------------------------------------------------------- /asciidoc/images/apache-incubator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/apache-incubator.svg -------------------------------------------------------------------------------- /asciidoc/images/bullet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/bullet.gif -------------------------------------------------------------------------------- /asciidoc/images/closed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/closed.gif -------------------------------------------------------------------------------- /asciidoc/images/discovery.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/discovery.gif -------------------------------------------------------------------------------- /asciidoc/images/downloaded.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/downloaded.gif -------------------------------------------------------------------------------- /asciidoc/images/error.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/error.gif -------------------------------------------------------------------------------- /asciidoc/images/evicted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/evicted.gif -------------------------------------------------------------------------------- /asciidoc/images/grippie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/grippie.png -------------------------------------------------------------------------------- /asciidoc/images/hibgraph-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/hibgraph-small.png -------------------------------------------------------------------------------- /asciidoc/images/hibgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/hibgraph.png -------------------------------------------------------------------------------- /asciidoc/images/hibgraph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/hibgraph.svg -------------------------------------------------------------------------------- /asciidoc/images/ivy-book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/ivy-book.png -------------------------------------------------------------------------------- /asciidoc/images/ivy-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/ivy-demo.png -------------------------------------------------------------------------------- /asciidoc/images/ivy-dl-1.4.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/ivy-dl-1.4.1.png -------------------------------------------------------------------------------- /asciidoc/images/ivy-dl-2.0.0-alpha-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/ivy-dl-2.0.0-alpha-1.png -------------------------------------------------------------------------------- /asciidoc/images/ivy-dl.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/ivy-dl.xcf -------------------------------------------------------------------------------- /asciidoc/images/ivy-forum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/ivy-forum.png -------------------------------------------------------------------------------- /asciidoc/images/ivy-lierre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/ivy-lierre.png -------------------------------------------------------------------------------- /asciidoc/images/ivy-publish-fc.odg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/ivy-publish-fc.odg -------------------------------------------------------------------------------- /asciidoc/images/ivy-publish-fc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/ivy-publish-fc.png -------------------------------------------------------------------------------- /asciidoc/images/ivy-publish-fc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/ivy-publish-fc.svg -------------------------------------------------------------------------------- /asciidoc/images/ivy-terminology.odg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/ivy-terminology.odg -------------------------------------------------------------------------------- /asciidoc/images/ivy-terminology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/ivy-terminology.png -------------------------------------------------------------------------------- /asciidoc/images/ivy-terminology.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/ivy-terminology.svg -------------------------------------------------------------------------------- /asciidoc/images/ivyfile-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/ivyfile-small.png -------------------------------------------------------------------------------- /asciidoc/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/logo.png -------------------------------------------------------------------------------- /asciidoc/images/main-tasks.odg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/main-tasks.odg -------------------------------------------------------------------------------- /asciidoc/images/main-tasks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/main-tasks.png -------------------------------------------------------------------------------- /asciidoc/images/main-tasks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/main-tasks.svg -------------------------------------------------------------------------------- /asciidoc/images/open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/open.gif -------------------------------------------------------------------------------- /asciidoc/images/report-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/report-small.png -------------------------------------------------------------------------------- /asciidoc/images/searched.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/searched.gif -------------------------------------------------------------------------------- /asciidoc/images/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/warning.png -------------------------------------------------------------------------------- /asciidoc/images/warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/warning.svg -------------------------------------------------------------------------------- /asciidoc/images/xooki-edit-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/xooki-edit-small.png -------------------------------------------------------------------------------- /asciidoc/images/xooki-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/xooki-edit.png -------------------------------------------------------------------------------- /asciidoc/images/xooki-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/xooki-toolbar.png -------------------------------------------------------------------------------- /asciidoc/images/yed-step1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/yed-step1.jpg -------------------------------------------------------------------------------- /asciidoc/images/yed-step2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/yed-step2.jpg -------------------------------------------------------------------------------- /asciidoc/images/yed-step3-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/yed-step3-2.jpg -------------------------------------------------------------------------------- /asciidoc/images/yed-step3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/yed-step3.jpg -------------------------------------------------------------------------------- /asciidoc/images/yed-step4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/yed-step4.jpg -------------------------------------------------------------------------------- /asciidoc/images/yed-step5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/yed-step5.jpg -------------------------------------------------------------------------------- /asciidoc/images/yed-step6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/yed-step6.jpg -------------------------------------------------------------------------------- /asciidoc/images/yed-step7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/images/yed-step7.jpg -------------------------------------------------------------------------------- /asciidoc/index.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/index.adoc -------------------------------------------------------------------------------- /asciidoc/install.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/install.adoc -------------------------------------------------------------------------------- /asciidoc/ivy.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivy.xsd -------------------------------------------------------------------------------- /asciidoc/ivyfile.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/artifact-conf.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/artifact-conf.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/artifact-exclude-conf.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/artifact-exclude-conf.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/artifact-exclude.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/artifact-exclude.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/artifact.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/artifact.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/conf.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/conf.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/configurations.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/configurations.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/conflict.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/conflict.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/conflicts.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/conflicts.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/dependencies.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/dependencies.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/dependency-artifact.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/dependency-artifact.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/dependency-conf.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/dependency-conf.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/dependency-include.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/dependency-include.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/dependency.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/dependency.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/description.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/description.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/exclude.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/exclude.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/extends.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/extends.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/include.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/include.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/info.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/info.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/ivyauthor.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/ivyauthor.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/license.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/license.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/manager.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/manager.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/mapped.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/mapped.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/override.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/override.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/publications.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/publications.adoc -------------------------------------------------------------------------------- /asciidoc/ivyfile/repository.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/ivyfile/repository.adoc -------------------------------------------------------------------------------- /asciidoc/js/jquery.pack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/js/jquery.pack.js -------------------------------------------------------------------------------- /asciidoc/js/jquery.treeview.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/js/jquery.treeview.js -------------------------------------------------------------------------------- /asciidoc/moreexamples.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/moreexamples.adoc -------------------------------------------------------------------------------- /asciidoc/osgi.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/osgi.adoc -------------------------------------------------------------------------------- /asciidoc/osgi/eclipse-plugin.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/osgi/eclipse-plugin.adoc -------------------------------------------------------------------------------- /asciidoc/osgi/osgi-mapping.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/osgi/osgi-mapping.adoc -------------------------------------------------------------------------------- /asciidoc/osgi/sigil.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/osgi/sigil.adoc -------------------------------------------------------------------------------- /asciidoc/osgi/standard-osgi.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/osgi/standard-osgi.adoc -------------------------------------------------------------------------------- /asciidoc/osgi/target-platform.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/osgi/target-platform.adoc -------------------------------------------------------------------------------- /asciidoc/principle.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/principle.adoc -------------------------------------------------------------------------------- /asciidoc/reference.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/reference.adoc -------------------------------------------------------------------------------- /asciidoc/release-notes.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/release-notes.adoc -------------------------------------------------------------------------------- /asciidoc/resolver/bintray.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/resolver/bintray.adoc -------------------------------------------------------------------------------- /asciidoc/resolver/chain.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/resolver/chain.adoc -------------------------------------------------------------------------------- /asciidoc/resolver/dual.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/resolver/dual.adoc -------------------------------------------------------------------------------- /asciidoc/resolver/filesystem.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/resolver/filesystem.adoc -------------------------------------------------------------------------------- /asciidoc/resolver/ibiblio.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/resolver/ibiblio.adoc -------------------------------------------------------------------------------- /asciidoc/resolver/ivyrep.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/resolver/ivyrep.adoc -------------------------------------------------------------------------------- /asciidoc/resolver/jar.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/resolver/jar.adoc -------------------------------------------------------------------------------- /asciidoc/resolver/mirrored.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/resolver/mirrored.adoc -------------------------------------------------------------------------------- /asciidoc/resolver/obr.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/resolver/obr.adoc -------------------------------------------------------------------------------- /asciidoc/resolver/osgiagg.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/resolver/osgiagg.adoc -------------------------------------------------------------------------------- /asciidoc/resolver/packager.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/resolver/packager.adoc -------------------------------------------------------------------------------- /asciidoc/resolver/sftp.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/resolver/sftp.adoc -------------------------------------------------------------------------------- /asciidoc/resolver/ssh.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/resolver/ssh.adoc -------------------------------------------------------------------------------- /asciidoc/resolver/updatesite.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/resolver/updatesite.adoc -------------------------------------------------------------------------------- /asciidoc/resolver/url.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/resolver/url.adoc -------------------------------------------------------------------------------- /asciidoc/resolver/vfs.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/resolver/vfs.adoc -------------------------------------------------------------------------------- /asciidoc/running.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/running.adoc -------------------------------------------------------------------------------- /asciidoc/samples/build-install.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/samples/build-install.xml -------------------------------------------------------------------------------- /asciidoc/samples/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/samples/build.xml -------------------------------------------------------------------------------- /asciidoc/samples/eclipse-plugin/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/samples/eclipse-plugin/build.xml -------------------------------------------------------------------------------- /asciidoc/samples/eclipse-plugin/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/samples/eclipse-plugin/ivy.xml -------------------------------------------------------------------------------- /asciidoc/samples/ivy-doc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/samples/ivy-doc.xsl -------------------------------------------------------------------------------- /asciidoc/samples/ivy-report.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/samples/ivy-report.css -------------------------------------------------------------------------------- /asciidoc/samples/ivy-sample-xslt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/samples/ivy-sample-xslt.xml -------------------------------------------------------------------------------- /asciidoc/samples/ivy-sample.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/samples/ivy-sample.xml -------------------------------------------------------------------------------- /asciidoc/samples/ivy-style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/samples/ivy-style.css -------------------------------------------------------------------------------- /asciidoc/samples/ivysettings-default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/samples/ivysettings-default.xml -------------------------------------------------------------------------------- /asciidoc/samples/standard-osgi/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/samples/standard-osgi/build.xml -------------------------------------------------------------------------------- /asciidoc/samples/standard-osgi/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/samples/standard-osgi/ivy.xml -------------------------------------------------------------------------------- /asciidoc/samples/target-platform/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/samples/target-platform/build.xml -------------------------------------------------------------------------------- /asciidoc/samples/target-platform/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/samples/target-platform/ivy.xml -------------------------------------------------------------------------------- /asciidoc/settings.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings.adoc -------------------------------------------------------------------------------- /asciidoc/settings/caches.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/caches.adoc -------------------------------------------------------------------------------- /asciidoc/settings/caches/cache.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/caches/cache.adoc -------------------------------------------------------------------------------- /asciidoc/settings/caches/ttl.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/caches/ttl.adoc -------------------------------------------------------------------------------- /asciidoc/settings/classpath.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/classpath.adoc -------------------------------------------------------------------------------- /asciidoc/settings/conflict-managers.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/conflict-managers.adoc -------------------------------------------------------------------------------- /asciidoc/settings/credentials.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/credentials.adoc -------------------------------------------------------------------------------- /asciidoc/settings/include.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/include.adoc -------------------------------------------------------------------------------- /asciidoc/settings/latest-strategies.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/latest-strategies.adoc -------------------------------------------------------------------------------- /asciidoc/settings/lock-strategies.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/lock-strategies.adoc -------------------------------------------------------------------------------- /asciidoc/settings/macrodef.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/macrodef.adoc -------------------------------------------------------------------------------- /asciidoc/settings/macrodef/attribute.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/macrodef/attribute.adoc -------------------------------------------------------------------------------- /asciidoc/settings/module.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/module.adoc -------------------------------------------------------------------------------- /asciidoc/settings/modules.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/modules.adoc -------------------------------------------------------------------------------- /asciidoc/settings/namespace.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/namespace.adoc -------------------------------------------------------------------------------- /asciidoc/settings/namespace/dest.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/namespace/dest.adoc -------------------------------------------------------------------------------- /asciidoc/settings/namespace/rule.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/namespace/rule.adoc -------------------------------------------------------------------------------- /asciidoc/settings/namespace/src.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/namespace/src.adoc -------------------------------------------------------------------------------- /asciidoc/settings/namespaces.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/namespaces.adoc -------------------------------------------------------------------------------- /asciidoc/settings/outputters.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/outputters.adoc -------------------------------------------------------------------------------- /asciidoc/settings/parsers.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/parsers.adoc -------------------------------------------------------------------------------- /asciidoc/settings/properties.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/properties.adoc -------------------------------------------------------------------------------- /asciidoc/settings/property.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/property.adoc -------------------------------------------------------------------------------- /asciidoc/settings/resolvers.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/resolvers.adoc -------------------------------------------------------------------------------- /asciidoc/settings/settings.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/settings.adoc -------------------------------------------------------------------------------- /asciidoc/settings/signers.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/signers.adoc -------------------------------------------------------------------------------- /asciidoc/settings/status.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/status.adoc -------------------------------------------------------------------------------- /asciidoc/settings/statuses.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/statuses.adoc -------------------------------------------------------------------------------- /asciidoc/settings/timeout-constraint.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/timeout-constraint.adoc -------------------------------------------------------------------------------- /asciidoc/settings/timeout-constraints.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/timeout-constraints.adoc -------------------------------------------------------------------------------- /asciidoc/settings/triggers.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/triggers.adoc -------------------------------------------------------------------------------- /asciidoc/settings/typedef.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/typedef.adoc -------------------------------------------------------------------------------- /asciidoc/settings/version-matchers.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/settings/version-matchers.adoc -------------------------------------------------------------------------------- /asciidoc/standalone.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/standalone.adoc -------------------------------------------------------------------------------- /asciidoc/style/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/style/style.css -------------------------------------------------------------------------------- /asciidoc/systemproperties.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/systemproperties.adoc -------------------------------------------------------------------------------- /asciidoc/templates/book/document.html.slim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/templates/book/document.html.slim -------------------------------------------------------------------------------- /asciidoc/templates/document.html.slim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/templates/document.html.slim -------------------------------------------------------------------------------- /asciidoc/templates/helpers.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/templates/helpers.rb -------------------------------------------------------------------------------- /asciidoc/terminology.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/terminology.adoc -------------------------------------------------------------------------------- /asciidoc/textual.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/textual.adoc -------------------------------------------------------------------------------- /asciidoc/toc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/toc.json -------------------------------------------------------------------------------- /asciidoc/tutorial.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/tutorial.adoc -------------------------------------------------------------------------------- /asciidoc/tutorial/build-repository.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/tutorial/build-repository.adoc -------------------------------------------------------------------------------- /asciidoc/tutorial/conf.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/tutorial/conf.adoc -------------------------------------------------------------------------------- /asciidoc/tutorial/defaultconf.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/tutorial/defaultconf.adoc -------------------------------------------------------------------------------- /asciidoc/tutorial/dependence.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/tutorial/dependence.adoc -------------------------------------------------------------------------------- /asciidoc/tutorial/dual.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/tutorial/dual.adoc -------------------------------------------------------------------------------- /asciidoc/tutorial/multiple.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/tutorial/multiple.adoc -------------------------------------------------------------------------------- /asciidoc/tutorial/multiproject.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/tutorial/multiproject.adoc -------------------------------------------------------------------------------- /asciidoc/tutorial/start.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/tutorial/start.adoc -------------------------------------------------------------------------------- /asciidoc/use/artifactproperty.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/artifactproperty.adoc -------------------------------------------------------------------------------- /asciidoc/use/artifactreport.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/artifactreport.adoc -------------------------------------------------------------------------------- /asciidoc/use/buildlist.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/buildlist.adoc -------------------------------------------------------------------------------- /asciidoc/use/buildnumber.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/buildnumber.adoc -------------------------------------------------------------------------------- /asciidoc/use/buildobr.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/buildobr.adoc -------------------------------------------------------------------------------- /asciidoc/use/cachefileset.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/cachefileset.adoc -------------------------------------------------------------------------------- /asciidoc/use/cachepath.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/cachepath.adoc -------------------------------------------------------------------------------- /asciidoc/use/checkdepsupdate.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/checkdepsupdate.adoc -------------------------------------------------------------------------------- /asciidoc/use/cleancache.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/cleancache.adoc -------------------------------------------------------------------------------- /asciidoc/use/configure.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/configure.adoc -------------------------------------------------------------------------------- /asciidoc/use/convertmanifest.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/convertmanifest.adoc -------------------------------------------------------------------------------- /asciidoc/use/convertpom.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/convertpom.adoc -------------------------------------------------------------------------------- /asciidoc/use/deliver.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/deliver.adoc -------------------------------------------------------------------------------- /asciidoc/use/dependencytree.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/dependencytree.adoc -------------------------------------------------------------------------------- /asciidoc/use/findrevision.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/findrevision.adoc -------------------------------------------------------------------------------- /asciidoc/use/fixdeps.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/fixdeps.adoc -------------------------------------------------------------------------------- /asciidoc/use/info.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/info.adoc -------------------------------------------------------------------------------- /asciidoc/use/install.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/install.adoc -------------------------------------------------------------------------------- /asciidoc/use/listmodules.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/listmodules.adoc -------------------------------------------------------------------------------- /asciidoc/use/makepom.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/makepom.adoc -------------------------------------------------------------------------------- /asciidoc/use/postresolvetask.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/postresolvetask.adoc -------------------------------------------------------------------------------- /asciidoc/use/publish.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/publish.adoc -------------------------------------------------------------------------------- /asciidoc/use/report.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/report.adoc -------------------------------------------------------------------------------- /asciidoc/use/repreport.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/repreport.adoc -------------------------------------------------------------------------------- /asciidoc/use/resolve.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/resolve.adoc -------------------------------------------------------------------------------- /asciidoc/use/resources.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/resources.adoc -------------------------------------------------------------------------------- /asciidoc/use/retrieve.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/retrieve.adoc -------------------------------------------------------------------------------- /asciidoc/use/settings.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/settings.adoc -------------------------------------------------------------------------------- /asciidoc/use/var.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/use/var.adoc -------------------------------------------------------------------------------- /asciidoc/yed.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/asciidoc/yed.adoc -------------------------------------------------------------------------------- /doap_Ivy.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/doap_Ivy.rdf -------------------------------------------------------------------------------- /ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/ivy.xml -------------------------------------------------------------------------------- /ivysettings-release.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/ivysettings-release.xml -------------------------------------------------------------------------------- /optional.patterns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/optional.patterns -------------------------------------------------------------------------------- /src/etc/checkstyle/RequiredHeader.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/etc/checkstyle/RequiredHeader.txt -------------------------------------------------------------------------------- /src/etc/checkstyle/checkstyle-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/etc/checkstyle/checkstyle-config -------------------------------------------------------------------------------- /src/etc/checkstyle/checkstyle-frames.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/etc/checkstyle/checkstyle-frames.xsl -------------------------------------------------------------------------------- /src/etc/checkstyle/checkstyle-suppress.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/etc/checkstyle/checkstyle-suppress.xml -------------------------------------------------------------------------------- /src/etc/checkstyle/checkstyle-text.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/etc/checkstyle/checkstyle-text.xsl -------------------------------------------------------------------------------- /src/etc/checkstyle/checkstyle-xdoc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/etc/checkstyle/checkstyle-xdoc.xsl -------------------------------------------------------------------------------- /src/etc/license/license-header.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/etc/license/license-header.xml -------------------------------------------------------------------------------- /src/etc/makepom/pom.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/etc/makepom/pom.template -------------------------------------------------------------------------------- /src/example/bintray/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/bintray/build.xml -------------------------------------------------------------------------------- /src/example/bintray/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/bintray/ivy.xml -------------------------------------------------------------------------------- /src/example/bintray/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/bintray/ivysettings.xml -------------------------------------------------------------------------------- /src/example/build-a-ivy-repository/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/build-a-ivy-repository/build.xml -------------------------------------------------------------------------------- /src/example/chained-resolvers/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/chained-resolvers/build.xml -------------------------------------------------------------------------------- /src/example/dependence/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/dependence/build.xml -------------------------------------------------------------------------------- /src/example/dependence/dependee/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/dependence/dependee/build.xml -------------------------------------------------------------------------------- /src/example/dependence/dependee/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/dependence/dependee/ivy.xml -------------------------------------------------------------------------------- /src/example/dependence/depender/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/dependence/depender/build.xml -------------------------------------------------------------------------------- /src/example/dependence/depender/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/dependence/depender/ivy.xml -------------------------------------------------------------------------------- /src/example/dual/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/dual/build.xml -------------------------------------------------------------------------------- /src/example/dual/project/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/dual/project/build.xml -------------------------------------------------------------------------------- /src/example/dual/project/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/dual/project/ivy.xml -------------------------------------------------------------------------------- /src/example/dual/settings/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/dual/settings/ivysettings.xml -------------------------------------------------------------------------------- /src/example/go-ivy/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/go-ivy/build.xml -------------------------------------------------------------------------------- /src/example/hello-ivy/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/hello-ivy/build.xml -------------------------------------------------------------------------------- /src/example/hello-ivy/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/hello-ivy/ivy.xml -------------------------------------------------------------------------------- /src/example/multi-project/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/multi-project/build.xml -------------------------------------------------------------------------------- /src/example/multi-project/common/common.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/example/multi-project/common/common.xml -------------------------------------------------------------------------------- /src/java/org/apache/ivy/Ivy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/Ivy.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/Ivy14.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/Ivy14.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/Main.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/AddPathTask.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/AddPathTask.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/FixDepsTask.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/FixDepsTask.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/IvyCheck.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/IvyCheck.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/IvyConflict.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/IvyConflict.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/IvyDeliver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/IvyDeliver.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/IvyExclude.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/IvyExclude.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/IvyInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/IvyInfo.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/IvyInstall.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/IvyInstall.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/IvyMakePom.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/IvyMakePom.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/IvyOverride.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/IvyOverride.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/IvyPublish.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/IvyPublish.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/IvyReport.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/IvyReport.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/IvyResolve.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/IvyResolve.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/IvyRetrieve.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/IvyRetrieve.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/IvyTask.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/IvyTask.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/IvyVar.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/IvyVar.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/ant/antlib.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/ant/antlib.xml -------------------------------------------------------------------------------- /src/java/org/apache/ivy/core/IvyContext.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/core/IvyContext.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/core/IvyThread.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/core/IvyThread.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/core/LogOptions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/core/LogOptions.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/logo.png -------------------------------------------------------------------------------- /src/java/org/apache/ivy/util/Checks.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/util/Checks.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/util/DateUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/util/DateUtil.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/util/FileUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/util/FileUtil.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/util/HexEncoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/util/HexEncoder.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/util/HostUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/util/HostUtil.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/util/MemoryUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/util/MemoryUtil.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/util/Message.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/util/Message.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/util/XMLHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/util/XMLHelper.java -------------------------------------------------------------------------------- /src/java/org/apache/ivy/util/cli/Option.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/src/java/org/apache/ivy/util/cli/Option.java -------------------------------------------------------------------------------- /test/buildlist/A/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/A/build.xml -------------------------------------------------------------------------------- /test/buildlist/A/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/A/ivy.xml -------------------------------------------------------------------------------- /test/buildlist/B/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/B/build.xml -------------------------------------------------------------------------------- /test/buildlist/B/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/B/ivy.xml -------------------------------------------------------------------------------- /test/buildlist/C/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/C/build.xml -------------------------------------------------------------------------------- /test/buildlist/C/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/C/ivy.xml -------------------------------------------------------------------------------- /test/buildlist/D/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/D/build.xml -------------------------------------------------------------------------------- /test/buildlist/D/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/D/ivy.xml -------------------------------------------------------------------------------- /test/buildlist/E/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/E/build.xml -------------------------------------------------------------------------------- /test/buildlist/E/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/E/ivy.xml -------------------------------------------------------------------------------- /test/buildlist/E2/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/E2/build.xml -------------------------------------------------------------------------------- /test/buildlist/E2/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/E2/ivy.xml -------------------------------------------------------------------------------- /test/buildlist/F/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/F/build.xml -------------------------------------------------------------------------------- /test/buildlist/F/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/F/ivy.xml -------------------------------------------------------------------------------- /test/buildlist/G/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/G/build.xml -------------------------------------------------------------------------------- /test/buildlist/G/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/G/ivy.xml -------------------------------------------------------------------------------- /test/buildlist/H/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/buildlist/H/build.xml -------------------------------------------------------------------------------- /test/java/org/apache/ivy/IvyTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/IvyTest.java -------------------------------------------------------------------------------- /test/java/org/apache/ivy/MainTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/MainTest.java -------------------------------------------------------------------------------- /test/java/org/apache/ivy/TestFixture.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/TestFixture.java -------------------------------------------------------------------------------- /test/java/org/apache/ivy/TestHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/TestHelper.java -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/IvyVarTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/IvyVarTest.java -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/extends/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/extends/ivy.xml -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/ivy-108.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/ivy-108.xml -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/ivy-1104.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/ivy-1104.xml -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/ivy-381.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/ivy-381.xml -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/ivy-630.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/ivy-630.xml -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/ivy-631.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/ivy-631.xml -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/ivy-custom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/ivy-custom.xml -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/ivy-double.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/ivy-double.xml -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/ivy-empty.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/ivy-empty.xml -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/ivy-failure.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/ivy-failure.xml -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/ivy-latest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/ivy-latest.xml -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/ivy-publish.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/ivy-publish.xml -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/ivy-simple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/ivy-simple.xml -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/ivy-simple2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/ivy-simple2.xml -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/ivy-simple3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/ivy-simple3.xml -------------------------------------------------------------------------------- /test/java/org/apache/ivy/ant/test.pom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/java/org/apache/ivy/ant/test.pom -------------------------------------------------------------------------------- /test/repositories/1/ivy-1580/ivy-1580.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/1/ivy-1580/ivy-1580.xml -------------------------------------------------------------------------------- /test/repositories/1/ivy-1586/ivy-1586.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/1/ivy-1586/ivy-1586.xml -------------------------------------------------------------------------------- /test/repositories/1/multiple-same-deps/mod1/jars/mod1-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/1/multiple-same-deps/mod2/jars/mod2-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/1/multiple-same-deps/mod3/jars/mod3-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/1/multiple-same-deps/mod31/jars/mod31-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/1/multiple-same-deps/mod32/jars/mod32-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/1/multiple-same-deps/mod33/jars/mod33-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/1/org/mod1/jars/mod1-2.0.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/1/org/mod1/jars/mod1-5.0.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/1/org1/mod1.1/jars/mod1.1-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org1/mod1.1/jars/mod1.1-1.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org1/mod1.1/jars/mod1.1-2.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org1/mod1.2/jars/mod1.2-0.9.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org1/mod1.2/jars/mod1.2-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org1/mod1.2/jars/mod1.2-1.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org1/mod1.2/jars/mod1.2-2.0.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/1/org1/mod1.2/jars/mod1.2-2.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org1/mod1.2/jars/mod1.2-2.2.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/1/org1/mod1.3/jars/mod1.3-A-3.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org1/mod1.3/jars/mod1.3-A-3.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org1/mod1.3/jars/mod1.3-B-3.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org1/mod1.3/jars/mod1.3-C-3.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.1/jars/art21A-0.3.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.1/jars/art21A-0.4.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.1/jars/art21A-0.5.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.1/jars/art21AB-0.5.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.1/jars/art21B-0.3.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.1/jars/art21B-0.4.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.1/jars/art21B-0.5.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.1/jars/mod2.1-0.3.2.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.1/jars/mod2.1-0.7.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.2/jars/art22-1-0.9.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.2/jars/art22-2-0.9.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.2/jars/mod2.2-0.10.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.2/jars/mod2.2-0.5.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.3/jars/mod2.3-0.4.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.3/jars/mod2.3-0.5.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.3/jars/mod2.3-0.7.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.4/jars/art24A-0.3.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.4/jars/art24B-0.3.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.5/jars/mod2.5-0.7.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.5/jars/mod2.5-0.8.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.8/jars/art28-linux-debug-0.6.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.8/jars/art28-linux-debug-thread-0.6.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.8/jars/art28-win-debug-0.6.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org2/mod2.8/jars/art28-win-debug-thread-0.6.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org6/mod6.1/jars/mod6.1-0.4.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/1/org6/mod6.1/jars/mod6.1-0.5.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org6/mod6.1/jars/mod6.1-0.6.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org6/mod6.1/jars/mod6.1-2.0.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/1/org6/mod6.2/jars/mod6.2-2.0.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/1/org6/mod6.4/jars/mod6.4-3.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/org9/mod9.1/jars/mod9.1-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/orgfailure/modfailure/jars/modfailure-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/orgfailure/modfailure/jars/modfailure-1.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/1/usecacheonly/mod1/jars/mod1-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/1/usecacheonly/mod2/jars/mod2-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/1/usecacheonly/mod3/jars/mod3-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/1/usecacheonly/mod4/jars/mod4-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/1/usecacheonly/mod5/jars/mod5-1.0.0-SNAPSHOT.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/1/yourorg/yourdep/yoursys/yourmod/jars/yourmod-1.0.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/buildnumber/ivy-test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/buildnumber/ivy-test.xml -------------------------------------------------------------------------------- /test/repositories/2/mod10.1/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod10.1/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod10.1/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod10.1/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod10.1/ivy-1.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod10.1/ivy-1.2.xml -------------------------------------------------------------------------------- /test/repositories/2/mod10.1/ivy-1.3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod10.1/ivy-1.3.xml -------------------------------------------------------------------------------- /test/repositories/2/mod10.2/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod10.2/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod10.2/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod10.2/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod10.2/ivy-1.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod10.2/ivy-1.2.xml -------------------------------------------------------------------------------- /test/repositories/2/mod10.2/ivy-1.3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod10.2/ivy-1.3.xml -------------------------------------------------------------------------------- /test/repositories/2/mod10.2/ivy-2.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod10.2/ivy-2.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod11.1/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod11.1/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod11.1/mod11.1-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod11.2/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod11.2/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod11.2/mod11.2-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod12.1/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod12.1/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod12.1/mod12.1-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod12.2/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod12.2/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod12.2/mod12.1-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod13.1/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod13.1/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod13.1/mod13.1-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod13.2/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod13.2/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod13.2/mod13.2-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod13.3/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod13.3/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod13.3/mod13.3-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod14.1/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod14.1/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod14.1/mod14.1-1.1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/mod14.2/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod14.2/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod14.2/mod14.2-1.1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/mod14.3/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod14.3/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod14.3/mod14.3-1.1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/mod14.4/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod14.4/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod14.4/mod14.4-1.1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/mod15.1/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod15.1/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod15.1/library.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/mod15.2/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod15.2/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod15.3/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod15.3/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod15.3/library.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/mod15.4/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod15.4/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod16.1/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod16.1/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod17.1/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod17.1/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod3.1/ivy-1.0.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod3.1/ivy-1.0.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod3.1/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod3.1/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod3.1/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod3.1/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod3.1/ivy-1.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod3.1/ivy-1.2.xml -------------------------------------------------------------------------------- /test/repositories/2/mod3.1/ivy-1.3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod3.1/ivy-1.3.xml -------------------------------------------------------------------------------- /test/repositories/2/mod3.1/ivy-1.4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod3.1/ivy-1.4.xml -------------------------------------------------------------------------------- /test/repositories/2/mod3.1/mod3.1-1.0.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod3.1/mod3.1-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod3.1/mod3.1-1.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod3.1/mod3.1-1.2.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod3.1/mod3.1-1.3.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod3.1/mod3.1-1.4.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod3.2/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod3.2/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod3.2/ivy-1.2.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod3.2/ivy-1.2.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod3.2/ivy-1.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod3.2/ivy-1.2.xml -------------------------------------------------------------------------------- /test/repositories/2/mod3.2/ivy-1.3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod3.2/ivy-1.3.xml -------------------------------------------------------------------------------- /test/repositories/2/mod3.2/ivy-1.4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod3.2/ivy-1.4.xml -------------------------------------------------------------------------------- /test/repositories/2/mod3.2/mod3.2-1.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod3.2/mod3.2-1.2.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod3.2/mod3.2-1.2.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod3.2/mod3.2-1.3.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod3.2/mod3.2-1.4.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/ivy-4.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod4.1/ivy-4.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/ivy-4.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod4.1/ivy-4.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/ivy-4.10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod4.1/ivy-4.10.xml -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/ivy-4.11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod4.1/ivy-4.11.xml -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/ivy-4.12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod4.1/ivy-4.12.xml -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/ivy-4.13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod4.1/ivy-4.13.xml -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/ivy-4.14.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod4.1/ivy-4.14.xml -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/ivy-4.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod4.1/ivy-4.2.xml -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/ivy-4.3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod4.1/ivy-4.3.xml -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/ivy-4.4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod4.1/ivy-4.4.xml -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/ivy-4.5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod4.1/ivy-4.5.xml -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/ivy-4.6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod4.1/ivy-4.6.xml -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/ivy-4.7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod4.1/ivy-4.7.xml -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/ivy-4.8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod4.1/ivy-4.8.xml -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/ivy-4.9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod4.1/ivy-4.9.xml -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/mod4.1-4.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/mod4.1-4.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/mod4.1-4.3.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod4.1/mod4.1-4.4.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/art51A-4.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/art51A-4.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/art51A-4.2.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/art51A-4.3.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/art51A-4.4.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/art51B-4.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/art51B-4.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/art51B-4.2.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/art51B-4.4.dll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/art51B-4.4.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/art51B-4.4.so: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/art51B-4.5.dll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/art51B-4.5.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/art51B-4.5.so: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/ivy-4.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod5.1/ivy-4.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/ivy-4.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod5.1/ivy-4.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/ivy-4.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod5.1/ivy-4.2.xml -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/ivy-4.3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod5.1/ivy-4.3.xml -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/ivy-4.4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod5.1/ivy-4.4.xml -------------------------------------------------------------------------------- /test/repositories/2/mod5.1/ivy-4.5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod5.1/ivy-4.5.xml -------------------------------------------------------------------------------- /test/repositories/2/mod5.2/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod5.2/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod5.2/ivy-2.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod5.2/ivy-2.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod5.2/ivy-3.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod5.2/ivy-3.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod5.2/ivy-3.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod5.2/ivy-3.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod5.2/mod5.2-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod5.2/mod5.2-2.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod6.1/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod6.1/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod6.1/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod6.1/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod6.1/ivy-1.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod6.1/ivy-1.2.xml -------------------------------------------------------------------------------- /test/repositories/2/mod6.1/ivy-1.3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod6.1/ivy-1.3.xml -------------------------------------------------------------------------------- /test/repositories/2/mod6.1/ivy-1.4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod6.1/ivy-1.4.xml -------------------------------------------------------------------------------- /test/repositories/2/mod6.1/ivy-1.5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod6.1/ivy-1.5.xml -------------------------------------------------------------------------------- /test/repositories/2/mod6.2/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod6.2/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod6.2/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod6.2/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod6.2/mod6.2-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod6.2/mod6.2-1.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod6.3/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod6.3/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod6.3/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod6.3/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod6.3/ivy-1.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod6.3/ivy-1.2.xml -------------------------------------------------------------------------------- /test/repositories/2/mod6.3/mod6.3-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod6.3/mod6.3-1.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod6.3/mod6.3-1.2.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod7.1/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod7.1/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod7.1/ivy-2.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod7.1/ivy-2.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod7.1/mod7.1-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod7.1/mod7.1-2.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod7.2/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod7.2/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod7.2/mod7.2-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod7.3/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod7.3/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod8.1/a-1.0.txt: -------------------------------------------------------------------------------- 1 | - 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod8.1/a-1.1.txt: -------------------------------------------------------------------------------- 1 | - 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod8.1/a-private-1.0.txt: -------------------------------------------------------------------------------- 1 | - 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod8.1/a-private-1.1.txt: -------------------------------------------------------------------------------- 1 | - 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod8.1/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod8.1/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod8.1/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod8.1/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod8.2/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod8.2/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod8.2/mod8.2-1.1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/mod8.3/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod8.3/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod8.3/mod8.3-1.0.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/mod8.4/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod8.4/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod8.4/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod8.4/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod8.4/mod8.4-1.1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/2/mod8.5/ivy-2.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod8.5/ivy-2.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod8.5/mod8.5-2.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod8.6/ivy-2.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod8.6/ivy-2.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod8.6/mod8.6-2.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/2/mod_released/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod_released/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/2/mod_released/ivy-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/2/mod_released/ivy-1.1.xml -------------------------------------------------------------------------------- /test/repositories/2/mod_released/mod_released-1.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-1037/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1037/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1111/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1111/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1111/test/a/ivy-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1111/test/a/ivy-1.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1128/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1128/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1159/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1159/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1159/myorg/modA/1/modA.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-1159/myorg/modB/1/modB.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-1178/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1178/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1178/myorg/modA/1.0/modA-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-1178/myorg/modB/1.0/modB-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-1178/myorg/modC/1.0/modC-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-1178/myorg/modD/1.0/modD-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-1178/myorg/modD/1.1/modD-1.1.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-1178/myorg/modE/1.0/modE-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-1178/myorg/modE/1.1/modE-1.1.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-1233/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1233/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1233/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1233/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1236/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1236/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1236/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1236/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1236/myorg/modB/1.0/modB-A.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-1236/myorg/modB/1.0/modB.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-1300/assembly-ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1300/assembly-ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1300/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1300/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1313/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1313/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1313/repo/org1/mod1/jars/mod1-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-1313/repo/org1/mod1/sources/mod1-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-1313/repo/org1/mod2/jars/mod2-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-1313/repo/org1/mod2/sources/mod2-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-1313/repo/org1/mod3/jars/mod3-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-1313/repo/org1/mod3/sources/mod3-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-1333/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1333/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1333/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1333/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1347/childone/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1347/childone/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1347/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1347/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1366/a/1/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1366/a/1/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1366/a/1/jars/a-1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1366/b/1/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1366/b/1/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1366/b/1/jars/b-1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1366/c/1/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1366/c/1/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1366/c/1/jars/c-1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1366/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1366/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1366/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1366/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1455/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1455/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1455/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1455/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1485/ivy-simple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1485/ivy-simple.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1485/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1485/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1486/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/a/ivy-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1486/org/a/ivy-1.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/a/lib/a-1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/h/ivy-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1486/org/h/ivy-1.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/h/ivy-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1486/org/h/ivy-2.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/h/lib/h-1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/h/lib/h-2.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/i/ivy-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1486/org/i/ivy-1.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/i/ivy-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1486/org/i/ivy-2.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/i/lib/i-1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/i/lib/i-2.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/j/ivy-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1486/org/j/ivy-1.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/j/ivy-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1486/org/j/ivy-2.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/j/lib/j-1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/j/lib/j-2.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/k/ivy-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1486/org/k/ivy-1.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/k/ivy-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1486/org/k/ivy-2.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/k/lib/k-1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/k/lib/k-2.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/l/ivy-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1486/org/l/ivy-1.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/l/ivy-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1486/org/l/ivy-2.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/l/lib/l-1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/l/lib/l-2.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/x/ivy-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1486/org/x/ivy-1.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/x/ivy-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1486/org/x/ivy-2.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/x/lib/x-1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/x/lib/x-2.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/y/ivy-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1486/org/y/ivy-1.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/y/ivy-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-1486/org/y/ivy-2.xml -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/y/lib/y-1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-1486/org/y/lib/y-2.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-258/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-258/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-258/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-258/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-258/module2/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-258/module2/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-258/module2/module2.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-264/commons-lang/commons-lang-1.0.1.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-264/commons-lang/commons-lang-2.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-264/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-264/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-264/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-264/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-264/x/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-264/x/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/IVY-264/x/x-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-264/y/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-264/y/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/IVY-264/y/y-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-264/z/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-264/z/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/IVY-264/z/z-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-283/B/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-283/B/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/IVY-283/B/lib_b_a-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-283/B/lib_b_b-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-283/C/ivy-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-283/C/ivy-1.0.xml -------------------------------------------------------------------------------- /test/repositories/IVY-283/C/lib_c_a-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-283/C/lib_c_b-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-283/C/lib_c_c-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-283/C/lib_c_d-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-283/C/lib_c_e-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-283/ivy-d.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-283/ivy-d.xml -------------------------------------------------------------------------------- /test/repositories/IVY-283/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-283/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-283/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-283/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-283/module_a/lib_a_a-local.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-283/module_a/lib_a_b-local.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-283/module_a/lib_a_c-local.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-283/module_a/lib_a_d-local.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-283/module_a/lib_a_e-local.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-283/module_a/lib_a_f-local.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-283/module_a/lib_a_g-local.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-283/module_a/lib_a_h-local.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-283/module_a/lib_a_i-local.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-283/module_a/lib_a_j-local.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-283/module_b/lib_b_a-local.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-283/module_c/lib_c_a-local.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-283/module_e/lib_e_a-local.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-407/MyCompany/A/lib/A-1.0.0.jar: -------------------------------------------------------------------------------- 1 | 2 | A.jar REV 1.0.0 DATE February 26 2007 1136 3 | -------------------------------------------------------------------------------- /test/repositories/IVY-407/MyCompany/B/lib/B-1.0.0.jar: -------------------------------------------------------------------------------- 1 | 2 | B.jar REV 1.0.0 DATE February 26 2007 1123 3 | -------------------------------------------------------------------------------- /test/repositories/IVY-407/MyCompany/C/lib/C-1.0.0.jar: -------------------------------------------------------------------------------- 1 | 2 | C.jar REV 1.0.0 DATE February 26 2007 1122 3 | -------------------------------------------------------------------------------- /test/repositories/IVY-407/MyCompany/C/lib/C-1.0.1.jar: -------------------------------------------------------------------------------- 1 | 2 | C.jar REV 1.0.1 DATE February 26 2007 1122 3 | -------------------------------------------------------------------------------- /test/repositories/IVY-407/MyCompany/C/lib/C-1.0.2.jar: -------------------------------------------------------------------------------- 1 | 2 | C.jar REV 1.0.2 DATE February 26 2007 1122 3 | -------------------------------------------------------------------------------- /test/repositories/IVY-407/MyCompany/D/lib/D-1.0.0.jar: -------------------------------------------------------------------------------- 1 | 2 | D.jar REV 1.0.0 DATE February 26 2007 1123 3 | -------------------------------------------------------------------------------- /test/repositories/IVY-448/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-448/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-448/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-448/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-448/module2/module2-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-448/module3/module3-1.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-448/module3/module3-2.0.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/IVY-630/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-630/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-630/junit-4.1/jars/junit-4.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-635/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-635/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-635/mod1/art1&_.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-635/mod1/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-635/mod1/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-716/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-716/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-716/org1/branch1/mod1.1/1.0/mod1.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-716/org1/branch2/mod1.1/1.0/mod1.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/IVY-729/a/1/jars/a-1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-729/b/1/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-729/b/1/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-729/b/1/jars/b-1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-729/c/1/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-729/c/1/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-729/c/1/jars/c-1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-729/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-729/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-729/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-729/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-84/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-84/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-84/repo/test/a/1.0.1/a-1.0.1.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-84/repo/test/a/1.0.1/a-bt-1.0.1.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-84/repo/test/a/1.0.2/a-1.0.2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-84/repo/test/a/1.0.2/a-bt-1.0.2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-84/repo/test/b/1.0.1/b-1.0.1.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-84/repo/test/b/1.0.1/b-bt-1.0.1.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-84/repo/test/b/1.0.2/b-1.0.2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-84/repo/test/b/1.0.2/b-bt-1.0.2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-84/repo/test/c/1.0.1/c-1.0.1.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-84/repo/test/c/1.0.1/c-bt-1.0.1.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-84/repo/test/c/1.0.2/c-1.0.2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-84/repo/test/c/1.0.2/c-bt-1.0.2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/IVY-84/tests/1/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-84/tests/1/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-84/tests/2/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-84/tests/2/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-84/tests/3/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-84/tests/3/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-84/tests/4/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-84/tests/4/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-84/tests/5/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-84/tests/5/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-84/tests/6/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-84/tests/6/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-84/tests/7/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-84/tests/7/ivy.xml -------------------------------------------------------------------------------- /test/repositories/IVY-999/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-999/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/IVY-999/test/a/ivy-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/IVY-999/test/a/ivy-1.xml -------------------------------------------------------------------------------- /test/repositories/badfile/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/badfile/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/branches/bar/bar1/trunk/1/bar1.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/branches/bar/bar1/trunk/2/bar1.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/branches/bar/bar1/trunk/3/bar1.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/branches/bar/bar1/trunk/4/bar1.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/branches/bar/bar1/trunk/5/bar1.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/branches/bar/bar1/trunk/6/bar1.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/branches/bar/bar2/trunk/1/bar2.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/branches/bar/bar2/trunk/2/bar2.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/branches/foo/foo1/branch1/2/foo1.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/branches/foo/foo1/branch1/4/foo1.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/branches/foo/foo1/branch1/5/foo1.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/branches/foo/foo1/trunk/1/foo1.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/branches/foo/foo1/trunk/3/foo1.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/branches/foo/foo1/trunk/5/foo1.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/branches/foo/foo2/branch1/1/foo2.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/bug148/3rd/idautomation/barcode/LinearBarCode-4.10.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/bug148/3rd/idautomation/barcode/idapdf417-4.10.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/bug148/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/bug148/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/bug148/jtv/jtv-foo/bar/bar-1.1.0.0.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/bug148/jtv/jtv-foo/bar/bar-config-1.1.0.0.zip: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/bug148/jtv/jtv-foo/bar/bar-src-1.1.0.0.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/bugIVY-56/mymodule/mymodule.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/checkmodified/mod1.1-1.0-after.jar: -------------------------------------------------------------------------------- 1 | after -------------------------------------------------------------------------------- /test/repositories/checkmodified/mod1.1-1.0-before.jar: -------------------------------------------------------------------------------- 1 | before -------------------------------------------------------------------------------- /test/repositories/checksums/allright/2.0/allright-2.0.jar: -------------------------------------------------------------------------------- 1 | this is a completely fake jar file !!! -------------------------------------------------------------------------------- /test/repositories/checksums/allright/3.0/allright-3.0.jar: -------------------------------------------------------------------------------- 1 | this is a completely fake jar file !!! -------------------------------------------------------------------------------- /test/repositories/checksums/allright/allright-1.0.jar: -------------------------------------------------------------------------------- 1 | this is a completely fake jar file !!! -------------------------------------------------------------------------------- /test/repositories/checksums/allright/allright-1.0.jar.md5: -------------------------------------------------------------------------------- 1 | c672cbe1162903c3c38cce53479b69ad -------------------------------------------------------------------------------- /test/repositories/checksums/allright/allright-1.0.jar.sha1: -------------------------------------------------------------------------------- 1 | 1acaeaa173e330150b59da1b2fd6bc8597b6992c -------------------------------------------------------------------------------- /test/repositories/checksums/allright/allright-IVY-1155-1.0.jar: -------------------------------------------------------------------------------- 1 | this is a completely fake jar file !!! -------------------------------------------------------------------------------- /test/repositories/checksums/allright/allright-with-openssl-1.0.jar: -------------------------------------------------------------------------------- 1 | this is a completely fake jar file !!! -------------------------------------------------------------------------------- /test/repositories/checksums/allright/allright-with-path-1.0.jar: -------------------------------------------------------------------------------- 1 | this is a completely fake jar file !!! -------------------------------------------------------------------------------- /test/repositories/checksums/allright/ivy-1.0.xml.md5: -------------------------------------------------------------------------------- 1 | 98b16c7dcad647ef7d61fca11e74ef3a -------------------------------------------------------------------------------- /test/repositories/checksums/badartcs/badartcs-1.0.jar.md5: -------------------------------------------------------------------------------- 1 | c672cbe1162903c3c38cce53479b69ad -------------------------------------------------------------------------------- /test/repositories/checksums/badartcs/ivy-1.0.xml.md5: -------------------------------------------------------------------------------- 1 | 46734caf005eafa728717644d221aeae -------------------------------------------------------------------------------- /test/repositories/checksums/badivycs/badivycs-1.0.jar: -------------------------------------------------------------------------------- 1 | this is a completely fake jar file !!! -------------------------------------------------------------------------------- /test/repositories/checksums/badivycs/badivycs-1.0.jar.md5: -------------------------------------------------------------------------------- 1 | c672cbe1162903c3c38cce53479b69ad -------------------------------------------------------------------------------- /test/repositories/checksums/badivycs/ivy-1.0.xml.md5: -------------------------------------------------------------------------------- 1 | 92b9f8e00de8474562aa1280bfcde4f9 -------------------------------------------------------------------------------- /test/repositories/circular/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/circular/ivy.xml -------------------------------------------------------------------------------- /test/repositories/dual-remote/xerces/xercesImpl-2.6.2.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/dual-remote/xerces/xmlParserAPIs-2.6.2.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/external-artifacts/elsewhere/mya-1.1-windows.zip: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/external-artifacts/somewhere/afile.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/external-artifacts/somewhere/myb-2.0-ext.jar: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /test/repositories/extra-attributes-forceddependencies/filerepo-attribs/CAE-Visualization-Components/RTS/6.2.1.20/RTS-6.2.1.20.zip: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/extra-attributes-forceddependencies/filerepo-attribs/CAE-Visualization-Components/SGL/6.2.34.17/SGL-6.2.34.17.zip: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/extra-attributes-forceddependencies/filerepo-attribs/CAE-Visualization-Components/SGL/6.2.34.7/SGL-6.2.34.7.zip: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/extra-attributes-forceddependencies/filerepo-noattribs/CAE-Visualization-Components/RTS/6.2.1.20/RTS-6.2.1.20.zip: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/extra-attributes-forceddependencies/filerepo-noattribs/CAE-Visualization-Components/SGL/6.2.34.17/SGL-6.2.34.17.zip: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/extra-attributes-forceddependencies/filerepo-noattribs/CAE-Visualization-Components/SGL/6.2.34.7/SGL-6.2.34.7.zip: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/extra-attributes/module2/task2/1976/module2-linux.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/extra-attributes/module2/task2/1976/module2-windows.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/extra-attributes/mymodule/task1/1854/mymodule-linux.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/extra-attributes/mymodule/task1/1854/mymodule-windows.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/extra-attributes/mymodule/task1/1855/mymodule-linux.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/extra-attributes/mymodule/task1/1855/mymodule-windows.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/extra-attributes/mymodule/task2/1748/mymodule-linux.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/extra-attributes/mymodule/task2/1748/mymodule-windows.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/extra-attributes/mymodule/task2/1749/mymodule-linux.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/extra-attributes/mymodule/task2/1749/mymodule-windows.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/ivysettings-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/ivysettings-1.xml -------------------------------------------------------------------------------- /test/repositories/ivysettings-IVY602.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/ivysettings-IVY602.xml -------------------------------------------------------------------------------- /test/repositories/ivysettings-IVY843.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/ivysettings-IVY843.xml -------------------------------------------------------------------------------- /test/repositories/ivysettings-local.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/ivysettings-local.xml -------------------------------------------------------------------------------- /test/repositories/ivysettings-url.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/ivysettings-url.xml -------------------------------------------------------------------------------- /test/repositories/ivysettings.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/ivysettings.properties -------------------------------------------------------------------------------- /test/repositories/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/local/mod1.2/local-20080708091023/mod1.2.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/local/mod2.1/0.3-local-20050213110000/mod2.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/m2/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/ivy/maven-snapshot-test/exact-revision/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 541f99150934e4a417a00c094a53e3b2 -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/ivy/maven-snapshot-test/timestamped-snapshot/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | b83f10f8b7f474cc7e1eeb3e4f47e110 -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-SNAPSHOT1/2.0.0-SNAPSHOT/test-SNAPSHOT1-2.0.0-20070310.181613-3.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-SNAPSHOT1/2.0.2-SNAPSHOT/test-SNAPSHOT1-2.0.2-20070310.181613-3.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-SNAPSHOT2/2.0.2-SNAPSHOT/test-SNAPSHOT2-2.0.2-SNAPSHOT.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-classified/2.0/test-classified-2.0-asl.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-classifier/1.0/test-classifier-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-ivy-1580-foo-impl/1580-foo-impl/1580-foo-impl-1.2.3.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-metadata/1.0/test-metadata-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-metadata/1.1/test-metadata-1.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-metadata/1.2/test-metadata-1.2.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-sources/1.0/test-sources-1.0-javadoc.jar: -------------------------------------------------------------------------------- 1 | javadoc -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-sources/1.0/test-sources-1.0-sources.jar: -------------------------------------------------------------------------------- 1 | sources 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-sources/1.0/test-sources-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-sources2/1.0/test-sources2-1.0-sources.jar: -------------------------------------------------------------------------------- 1 | sources 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-sources2/1.0/test-sources2-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-src/1.0/test-src-1.0-src.jar: -------------------------------------------------------------------------------- 1 | sources 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-src/1.0/test-src-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test-version/1.0/test-version-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test/1.0/test-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test/1.1/test-1.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test/1.2/test-1.2.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test2/1.0/test2-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test2/1.1/test2-1.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test3/1.0/test3-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test3/1.1/test3-1.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test4/1.0/test4-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/apache/test4/1.1/test4-1.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/circular/module1/1.0/module1-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/m2/org/circular/module2/2.0/module2-2.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/multi-ivypattern/jars/mod-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/multi-ivypattern/jars/mod-1.1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/multirevisions/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/multirevisions/ivy.xml -------------------------------------------------------------------------------- /test/repositories/multirevisions/jars/moduleX-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/multirevisions/jars/moduleX-2.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/multirevisions/jars/moduleZ-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/namespace/A/A/1.0/A.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/namespace/A/B/1.0/B.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/namespace/B/1/1.0/1.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/namespace/B/2/1.0/2.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/norev/ivy-latest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/norev/ivy-latest.xml -------------------------------------------------------------------------------- /test/repositories/norev/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/norev/ivy.xml -------------------------------------------------------------------------------- /test/repositories/norev/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/norev/ivysettings.xml -------------------------------------------------------------------------------- /test/repositories/norev/module2/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/norev/module2/ivy.xml -------------------------------------------------------------------------------- /test/repositories/norev/module2/module2.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/norev/module3/module3.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/repositories/norevision/mod1.1-after.jar: -------------------------------------------------------------------------------- 1 | after -------------------------------------------------------------------------------- /test/repositories/norevision/mod1.1-before.jar: -------------------------------------------------------------------------------- 1 | before -------------------------------------------------------------------------------- /test/repositories/packager/website/m2repo/org/apache/ivy/foobar/1.0/foobar-1.0-janfu.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/repositories/parentPom/org/apache/dm/test/1.0/test-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/parentPom/org/apache/dm/test/2.0/test-2.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/parentPom/org/apache/dm/test2/1.0/test2-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/parentPom/org/apache/dm/test2/2.0/test2-2.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/parentPom/org/apache/dm/test2/3.0/test2-3.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/parentPom/org/apache/dm/test3/1.0/test3-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/parentPom/org/apache/dm/test3/2.0/test3-2.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/parentPom/org/apache/dm/test4/1.0/test4-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/parentPom/org/apache/dm/test4/2.0/test4-2.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/parentPom/org/apache/dm/test5/1.0/test5-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/parentPom/org/apache/dm/test5/2.0/test5-2.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/parentPom/org/apache/dm/test6/1.0/test6-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/parentPom/org/apache/dm/test7/1.0/test7-1.0.jar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/repositories/xml-entities/bar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/xml-entities/bar.txt -------------------------------------------------------------------------------- /test/repositories/xml-entities/foo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/xml-entities/foo.txt -------------------------------------------------------------------------------- /test/repositories/xml-entities/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/repositories/xml-entities/ivy.xml -------------------------------------------------------------------------------- /test/test-obr/obr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-obr/obr.xml -------------------------------------------------------------------------------- /test/test-obr/sources.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-obr/sources.xml -------------------------------------------------------------------------------- /test/test-p2/ivyde-repo/artifacts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-p2/ivyde-repo/artifacts.xml -------------------------------------------------------------------------------- /test/test-p2/ivyde-repo/content.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-p2/ivyde-repo/content.xml -------------------------------------------------------------------------------- /test/test-p2/ivyde-repo/features/org.apache.ivy.feature_2.0.0.final_20090108225011.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-p2/ivyde-repo/features/org.apache.ivy.feature_2.1.0.final_20090925235825.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-p2/ivyde-repo/features/org.apache.ivy.feature_2.2.0.final_20100923230623.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-p2/ivyde-repo/features/org.apache.ivyde.feature_2.0.0.final-200907011148-RELEASE.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-p2/ivyde-repo/features/org.apache.ivyde.feature_2.1.0.201008101807-RELEASE.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-p2/ivyde-repo/plugins/org.apache.ivy.eclipse.ant_2.0.0.final_20090108225011.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-p2/ivyde-repo/plugins/org.apache.ivy.eclipse.ant_2.1.0.final_20090925235825.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-p2/ivyde-repo/plugins/org.apache.ivy.eclipse.ant_2.2.0.final_20100923230623.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-p2/ivyde-repo/plugins/org.apache.ivy_2.0.0.final_20090108225011.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-p2/ivyde-repo/plugins/org.apache.ivy_2.1.0.final_20090925235825.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-p2/ivyde-repo/plugins/org.apache.ivy_2.2.0.final_20100923230623.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-p2/ivyde-repo/plugins/org.apache.ivyde.eclipse_2.0.0.final-200907011148-RELEASE.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-p2/ivyde-repo/plugins/org.apache.ivyde.eclipse_2.1.0.201008101807-RELEASE.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-p2/packed/artifacts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-p2/packed/artifacts.xml -------------------------------------------------------------------------------- /test/test-p2/packed/content.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-p2/packed/content.xml -------------------------------------------------------------------------------- /test/test-p2/sources/artifacts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-p2/sources/artifacts.xml -------------------------------------------------------------------------------- /test/test-p2/sources/bundles/org.apache.ivy.source_2.2.0.final_20100923230623.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-p2/sources/bundles/org.apache.ivy_2.2.0.final_20100923230623.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-p2/sources/bundles/org.apache.ivyde.eclipse_2.0.0.final-200907011148-RELEASE.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-p2/sources/content.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-p2/sources/content.xml -------------------------------------------------------------------------------- /test/test-p2/zipped/artifacts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-p2/zipped/artifacts.xml -------------------------------------------------------------------------------- /test/test-p2/zipped/content.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-p2/zipped/content.xml -------------------------------------------------------------------------------- /test/test-repo/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-repo/build.xml -------------------------------------------------------------------------------- /test/test-repo/bundlerepo/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-repo/bundlerepo/ivysettings.xml -------------------------------------------------------------------------------- /test/test-repo/bundlerepo/repo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-repo/bundlerepo/repo.xml -------------------------------------------------------------------------------- /test/test-repo/ivy-test-buildobr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-repo/ivy-test-buildobr.xml -------------------------------------------------------------------------------- /test/test-repo/ivyrepo/repo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-repo/ivyrepo/repo.xml -------------------------------------------------------------------------------- /test/test-repo/multi-osgi/repo1/obr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-repo/multi-osgi/repo1/obr.xml -------------------------------------------------------------------------------- /test/test-repo/multi-osgi/repo1/org.apache.ivy.osgi.testbundle.importing1_3.2.1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-repo/multi-osgi/repo1/org.apache.ivy.osgi.testbundle1_1.2.3.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-repo/multi-osgi/repo2/obr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/test-repo/multi-osgi/repo2/obr.xml -------------------------------------------------------------------------------- /test/test-repo/multi-osgi/repo2/org.apache.ivy.osgi.testbundle.importing2_3.2.1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test-repo/multi-osgi/repo2/org.apache.ivy.osgi.testbundle2_1.2.3.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/triggers/ant-build/A/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/triggers/ant-build/A/build.xml -------------------------------------------------------------------------------- /test/triggers/ant-build/A/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/triggers/ant-build/A/ivy.xml -------------------------------------------------------------------------------- /test/triggers/ant-build/B/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/triggers/ant-build/B/ivy.xml -------------------------------------------------------------------------------- /test/triggers/ant-build/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/triggers/ant-build/ivysettings.xml -------------------------------------------------------------------------------- /test/triggers/ant-build/local/foo/foo.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/triggers/ant-call/A/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/triggers/ant-call/A/build.xml -------------------------------------------------------------------------------- /test/triggers/ant-call/A/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/triggers/ant-call/A/ivy.xml -------------------------------------------------------------------------------- /test/triggers/ant-call/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/triggers/ant-call/ivysettings.xml -------------------------------------------------------------------------------- /test/triggers/ant-call/local/foo/foo.jar: -------------------------------------------------------------------------------- 1 | . -------------------------------------------------------------------------------- /test/triggers/ant-call/local/foo/foo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/triggers/ant-call/local/foo/foo.zip -------------------------------------------------------------------------------- /test/triggers/ant-call/local/foo/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/triggers/ant-call/local/foo/ivy.xml -------------------------------------------------------------------------------- /test/workspace/ivysettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/workspace/ivysettings.xml -------------------------------------------------------------------------------- /test/workspace/project1/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/workspace/project1/ivy.xml -------------------------------------------------------------------------------- /test/workspace/project2/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/workspace/project2/ivy.xml -------------------------------------------------------------------------------- /test/workspace/project3/ivy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/workspace/project3/ivy.xml -------------------------------------------------------------------------------- /test/workspace/repo/org.acme/module1/1.1/module1.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/workspace/repo/org.acme/module2/1.2/module2.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/xsl/test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/xsl/test.xml -------------------------------------------------------------------------------- /test/zip/test.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/test/zip/test.zip -------------------------------------------------------------------------------- /version.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/ant-ivy/HEAD/version.properties --------------------------------------------------------------------------------