From: Ben Soares Date: Thu, 3 Oct 2019 19:35:05 +0000 (+0100) Subject: JAL-3210 Almost working goomph build X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=3158a49ea3606c56b5830ec306510a6315d9c64e;p=jalview.git JAL-3210 Almost working goomph build --- diff --git a/build.gradle b/build.gradle index 2392175..f355258 100644 --- a/build.gradle +++ b/build.gradle @@ -5,21 +5,14 @@ import groovy.transform.ExternalizeMethods //import org.eclipse.osgi.* import com.diffplug.gradle.GoomphCacheLocations -/* buildscript { repositories { - repos + /* mavenCentral() jcenter() - } - dependencies { - //eclipseDeps.each { compile "p2:${it}:+" } - //classpath 'org.eclipse.platform:org.eclipse.osgi:3.15.0' - //compile group: 'org.eclipse.platform', name: 'org.eclipse.osgi', version: '3.15.0' - //classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:4.4.0' + */ } } -*/ plugins { id 'java' @@ -27,25 +20,109 @@ plugins { id 'eclipse' id 'com.diffplug.gradle.oomph.ide' version '3.18.1' id 'com.diffplug.gradle.equinoxlaunch' version '3.18.1' + id 'com.diffplug.gradle.eclipse.mavencentral' version '3.18.1' } + dependencies { + //compile group: 'org.osgi', name: 'org.osgi.service.component', version: '1.4.0' +/* + source.addMaven('org.eclipse.platform:org.eclipse.osgi:3.14.0') + source.addMaven('org.eclipse.platform:org.eclipse.equinox.common:3.10.400') + source.addMaven('org.eclipse.platform:org.eclipse.core.jobs:3.10.400') + source.addMaven('org.eclipse.platform:org.eclipse.update.configurator:3.4.300') + source.addMaven('org.eclipse.platform:org.eclipse.core.runtime:3.16.0') + source.addMaven('org.eclipse.platform:org.eclipse.equinox.ds:1.6.0') + source.addMaven('javax.inject:com.springsource.javax.inject:1.0.0') +*/ + //compile 'com.ibm.icu:com.ibm.icu:4.4.2' } +def jalviewDirAbsolutePath = file(jalviewDir).getAbsolutePath() + repositories { jcenter() mavenCentral() + maven { url "http://maven.icm.edu.pl/artifactory/repo/" } + maven { url "http://maven.geomajas.org/" } + maven { url "https://repo.spring.io/plugins-release/" } + maven { url "${jalviewDirAbsolutePath}/${m2RepoDir}" } + mavenLocal() flatDir { dirs gradlePluginsDir } } + + + + + + +/* +p2AsMaven { + def requiredBundles = [ + 'org.eclipse.core.commands', + 'org.eclipse.core.resources', + 'org.eclipse.core.runtime', + 'org.eclipse.ui', + 'org.eclipse.ui.ide', + 'org.eclipse.jface', + 'org.eclipse.swt', + //"org.eclipse.swt.${com.diffplug.common.swt.os.SwtPlatform.getNative()}", + 'org.eclipse.equinox.registry', + 'org.eclipse.equinox.common', + 'org.eclipse.osgi', + 'org.eclipse.core.jobs', + 'org.eclipse.ui.workbench', + 'org.eclipse.jdt.core', + 'org.eclipse.jdt.ui', + 'org.eclipse.text' + ] + + group 'eclipse-deps', { + repoEclipse '4.12.0' + // reduce the number of plugins downloaded + slicingOption 'latestVersionOnly', 'true' + requiredBundles.each { + iu "${it}" + } + append true + } +} +*/ + +/* +eclipseMavenCentral { + release '4.13.0', { + compile 'org.eclipse.osgi' + compile 'org.eclipse.equinox.common' + compile 'org.eclipse.update.configurator' + compile 'org.eclipse.core.runtime' + compile 'org.eclipse.core.jobs' + compile 'org.eclipse.equinox.ds' + compile 'org.eclipse.osgi.services' + useNativesForRunningPlatform() + } +} +*/ + + + + + + + + + + + + mainClassName = launcherClass def classes = "$jalviewDir/$classesDir" // configure classpath/args for j8/j11 compilation -def jalviewDirAbsolutePath = file(jalviewDir).getAbsolutePath() def libDir def libDistDir def compile_source_compatibility @@ -102,6 +179,7 @@ if (JAVA_VERSION.equals("1.8")) { throw new GradleException("JAVA_VERSION=$JAVA_VERSION not currently supported by Jalview") } + sourceSets { main { @@ -261,11 +339,22 @@ clean { +def useIde = useGoomph.equals("true") +def eclipseWorkspace +task jalviewjsSetEclipseWorkspace { + def eclipseWsDir = useIde?goomph_workspace:jalviewjs_eclipse_workspace + eclipseWorkspace = file(eclipseWsDir) + if (!eclipseWorkspace.exists()) { + eclipseWorkspace = file("${buildDir}/tmp/eclipse-workspace") + //eclipseWorkspace.deleteOnExit() + } else if (useIde) { + GoomphCacheLocations.override_workspaces = file(eclipseWorkspace.getAbsolutePath()) + eclipseWorkspace = oomphIde.workspaceRegistry.workspaceDir(project, file(oomphIde.ideDir)) + } + println("ECLIPSE WORKSPACE: "+eclipseWorkspace.getPath()) +} - - -GoomphCacheLocations.override_workspaces = file(jalviewDirAbsolutePath+"/"+goomph_workspace) oomphIde { repoEclipse goomph_eclipse_version jdt { @@ -277,8 +366,12 @@ oomphIde { */ //compilerComplianceLevel( JAVA_INTEGER_VERSION ) } + repo "https://download.eclipse.org/releases/${goomph_eclipse_version_name}/" feature goomph_eclipse_jee_feature, goomph_eclipse_jee_version + + //iu 'org.eclipse.osgi' + thirdParty { buildship { repo goomph_repo_buildship @@ -288,22 +381,77 @@ oomphIde { } + // CLI ARGS HERE! } equinoxLaunch { - headlessAppSetup { + ideJalviewjsBuildSetup { + source.addThisProject() + + + //source.addMaven('com.ibm.icu:icu4j:65.1') + source.addMaven('org.eclipse.birt.runtime:com.ibm.icu:56.1.0.v201601250100') + + source.addMaven('javax.inject:com.springsource.javax.inject:1.0.0') + + //source.addMaven('org.apache.ant:ant:1.7.0') + source.addMaven('org.apache.ant:org.apache.ant:1.6.5') + + source.addMaven('org.apache.felix:org.apache.felix.scr:2.1.16') + + source.addMaven('org.osgi:org.osgi.framework:1.9.0') + source.addMaven('org.osgi:org.osgi.service.component:1.4.0') + source.addMaven('org.osgi:org.osgi.util.promise:1.1.1') + source.addMaven('org.osgi:org.osgi.util.function:1.1.0') + + source.addMaven('org.eclipse.jdt:org.eclipse.jdt.apt.core:3.6.500') + //source.addMaven('org.eclipse.jdt:org.eclipse.jdt.apt.ui:3.6.300') + //source.addMaven('org.eclipse.jdt:org.eclipse.jdt.compiler.apt:1.3.700') + source.addMaven('org.eclipse.jdt:org.eclipse.jdt.core:3.19.0') + + source.addMaven('org.eclipse.platform:org.eclipse.ant.core:3.5.500') + source.addMaven('org.eclipse.platform:org.eclipse.compare.core:3.6.600') + source.addMaven('org.eclipse.platform:org.eclipse.core.commands:3.9.500') + source.addMaven('org.eclipse.platform:org.eclipse.core.contenttype:3.7.400') + source.addMaven('org.eclipse.platform:org.eclipse.core.jobs:3.10.500') + source.addMaven('org.eclipse.platform:org.eclipse.core.expressions:3.6.500') + source.addMaven('org.eclipse.platform:org.eclipse.core.filesystem:1.7.500') + source.addMaven('org.eclipse.platform:org.eclipse.core.resources:3.13.500') + source.addMaven('org.eclipse.platform:org.eclipse.core.runtime:3.16.0') + source.addMaven('org.eclipse.platform:org.eclipse.core.variables:3.4.600') + source.addMaven('org.eclipse.platform:org.eclipse.equinox.common:3.10.500') + source.addMaven('org.eclipse.platform:org.eclipse.equinox.ds:1.6.0') + source.addMaven('org.eclipse.platform:org.eclipse.equinox.app:1.4.300') + source.addMaven('org.eclipse.platform:org.eclipse.equinox.registry:3.8.500') + source.addMaven('org.eclipse.platform:org.eclipse.equinox.preferences:3.7.500') + source.addMaven('org.eclipse.platform:org.eclipse.osgi:3.14.0') + source.addMaven('org.eclipse.platform:org.eclipse.team.core:3.8.700') + source.addMaven('org.eclipse.platform:org.eclipse.text:3.9.0') + source.addMaven('org.eclipse.platform:org.eclipse.update.configurator:3.3.400') + /* + source.addMaven('org.eclipse.platform:org.eclipse.:3.') + source.addMaven('org.eclipse.platform:org.eclipse.:3.') + source.addMaven('org.eclipse.platform:org.eclipse.:3.') + source.addMaven('org.eclipse.platform:org.eclipse.:3.') + source.addMaven('org.eclipse.platform:org.eclipse.:3.') + */ + + + launchTask 'ideJalviewjsBuild', { - //it.args = ["-nosplash", "--launcher.suppressErrors", "-application", "org.eclipse.jdt.apt.core.aptBuild", "-data", tempEclipseWorkspace, "-"+jalviewjs_eclipseBuildArg, eclipse_project_name ] - it.args = ["-nosplash", "--launcher.suppressErrors", "-application", "org.eclipse.jdt.apt.core.aptBuild", "-"+jalviewjs_eclipseBuildArg, eclipse_project_name ] + //it.args = ["-nosplash", "--launcher.suppressErrors", "-application", "org.eclipse.jdt.apt.core.aptBuild", "-data", eclipseWorkspace, "-"+jalviewjs_eclipseBuildArg, eclipse_project_name ] + //it.args = ["-nosplash", "--launcher.suppressErrors", "-application", "org.eclipse.jdt.apt.core.aptBuild", "-"+jalviewjs_eclipseBuildArg, eclipse_project_name ] + it.args = ["-consoleLog", "--launcher.suppressErrors", "-application", "org.eclipse.jdt.apt.core.aptBuild", "-"+jalviewjs_eclipseBuildArg, eclipse_project_name ] + //it.vmArgs = ['-Dosgi.bundles=org.eclipse.core.jobs@2:start,org.eclipse.equinox.common@3:start,org.eclipse.core.runtime@2:start'] + //it.vmArgs = ['-Dequinox.use.ds=false'] + } } } -task testIde(type: Exec) { -} - +/* task ideCopyDropins (type: Copy) { dependsOn ideSetupP2 @@ -322,7 +470,15 @@ task ideCopyDropins (type: Copy) { inputs.files inputFiles } +*/ +ideSetupWorkspace.dependsOn jalviewjsSetEclipseWorkspace +ideSetupWorkspace.outputs.upToDateWhen {file(eclipseWorkspace).exists()} + +task ideSetup { + dependsOn ideSetupP2 + dependsOn ideSetupWorkspace +} @@ -350,15 +506,6 @@ task jalviewjsSitePath { } } -def tempEclipseWorkspace -task jalviewjsSetTempEclipseWorkspace { - tempEclipseWorkspace = file(jalviewjs_eclipse_workspace) - if (!tempEclipseWorkspace.exists()) { - tempEclipseWorkspace = file("${buildDir}/tmp/eclipse-workspace") - //tempEclipseWorkspace.deleteOnExit() - } - println("ECLIPSE WORKSPACE: "+tempEclipseWorkspace.getPath()) -} task jalviewjsUnzipFiles { dependsOn jalviewjsSitePath @@ -382,42 +529,57 @@ task jalviewjsUnzipFiles { def eclipseDropinsDir def eclipseBinary task jalviewjsEclipsePaths { - def eclipseRoot = jalviewjs_eclipse_root - if (eclipseRoot.startsWith("~")) { - eclipseRoot = System.getProperty("user.home") + eclipseRoot.substring(1) + def eclipseRoot + if (useIde) { + eclipseRoot = oomphIde.ideDir + eclipseDropinsDir = eclipseRoot+"/"+com.diffplug.gradle.FileMisc.macContentsEclipse()+"/dropins" + eclipseBinary = eclipseRoot+"/"+com.diffplug.common.swt.os.OS.getNative().winMacLinux("", "Contents/MacOS", "")+"/eclipse" + } else { + eclipseRoot = jalviewjs_eclipse_root + if (eclipseRoot.startsWith("~")) { + eclipseRoot = System.getProperty("user.home") + eclipseRoot.substring(1) + } + if (OperatingSystem.current().isMacOsX()) { + eclipseRoot += "/Eclipse.app" + eclipseDropinsDir = eclipseRoot+"/Contents/Eclipse/dropins" + eclipseBinary = eclipseRoot+"/Contents/MacOS/eclipse" + } else if (OperatingSystem.current().isWindows()) { // check these paths!! + eclipseDropinsDir = eclipseRoot+"/dropins" + eclipseBinary = eclipseRoot+"/eclipse" + } else { // linux or unix + eclipseDropinsDir = eclipseRoot+"/dropins" + eclipseBinary = eclipseRoot+"/eclipse" + } } - if (OperatingSystem.current().isMacOsX()) { - eclipseRoot += "/Eclipse.app" - eclipseDropinsDir = eclipseRoot+"/Contents/Eclipse/dropins" - eclipseBinary = eclipseRoot+"/Contents/MacOS/eclipse" - } else if (OperatingSystem.current().isWindows()) { // check these paths!! - eclipseDropinsDir = eclipseRoot+"/dropins" - eclipseBinary = eclipseRoot+"/eclipse" - } else { // linux or unix - eclipseDropinsDir = eclipseRoot+"/dropins" - eclipseBinary = eclipseRoot+"/eclipse" - } + //println("ECLIPSE_ROOT=${eclipseRoot}") + //println("ECLIPSE_BINARY=${eclipseBinary}") } -task jalviewjsEclipseCopyDropins (type: Copy) { +//task jalviewjsEclipseCopyDropins (type: Copy) { +task jalviewjsEclipseCopyDropins { dependsOn jalviewjsEclipsePaths - def inputFiles = fileTree(jalviewjs_utils_dir+"/"+jalviewjs_eclipse_dropins_dir) + def inputFiles = fileTree(dir: jalviewjs_utils_dir+"/"+jalviewjs_eclipse_dropins_dir, include: "*.jar") def outputDir = eclipseDropinsDir - from inputFiles - into outputDir - def outputFiles = [] - rename { filename -> - outputFiles += outputDir+"/"+filename - null - } - outputs.files outputFiles inputs.files inputFiles + inputFiles.each { file -> + outputs.file(outputDir+"/"+file.name) + } + + doLast { + def outputFiles = [] + inputFiles.each { file -> + copy { + from file + into outputDir + } + } + } } task jalviewjsEclipseSetup { dependsOn jalviewjsEclipseCopyDropins - dependsOn jalviewjsSetTempEclipseWorkspace + dependsOn jalviewjsSetEclipseWorkspace } @@ -481,7 +643,7 @@ task cleanJalviewjs { /* delete jalviewDir+"/"+jalviewjsSiteDir delete jalviewDir+"/"+eclipse_bin_dir - delete file(tempEclipseWorkspace.getAbsolutePath()+"/.metadata") + delete file(eclipseWorkspace.getAbsolutePath()+"/.metadata") delete jalviewDir+"/"+jalviewjs_j2s_settings */ } @@ -494,9 +656,9 @@ task jalviewjsProjectImport(type: Exec) { dependsOn jalviewjsEclipsePaths dependsOn jalviewjsEclipseSetup executable(eclipseBinary) - args(["-nosplash", "--launcher.suppressErrors", "-application", "com.seeq.eclipse.importprojects.headlessimport", "-data", tempEclipseWorkspace.getPath(), "-import", jalviewDirAbsolutePath]) + args(["-nosplash", "--launcher.suppressErrors", "-application", "com.seeq.eclipse.importprojects.headlessimport", "-data", eclipseWorkspace.getPath(), "-import", jalviewDirAbsolutePath]) - def projdir = tempEclipseWorkspace.getPath()+"/.metadata/.plugins/org.eclipse.core.resources/.projects/jalview/org.eclipse.jdt.core" + def projdir = eclipseWorkspace.getPath()+"/.metadata/.plugins/org.eclipse.core.resources/.projects/jalview/org.eclipse.jdt.core" inputs.file(jalviewDir+"/.project") outputs.dir(projdir) outputs.upToDateWhen { file(projdir).exists() } @@ -514,7 +676,7 @@ task jalviewjsTranspile(type: Exec) { dependsOn jalviewjsProjectImport dependsOn jalviewjsEclipsePaths executable(eclipseBinary) - args(["-nosplash", "--launcher.suppressErrors", "-application", "org.eclipse.jdt.apt.core.aptBuild", "-data", tempEclipseWorkspace, "-"+jalviewjs_eclipseBuildArg, eclipse_project_name ]) + args(["-nosplash", "--launcher.suppressErrors", "-application", "org.eclipse.jdt.apt.core.aptBuild", "-data", eclipseWorkspace, "-"+jalviewjs_eclipseBuildArg, eclipse_project_name ]) def stdout def stderr @@ -631,17 +793,12 @@ task jalviewjsServerStop { } */ -task ideSetup { - dependsOn ideSetupP2 - dependsOn ideCopyDropins -} - task ideBuildSite { dependsOn jalviewjsSitePath dependsOn jalviewjsUnzipFiles dependsOn jalviewjsCopyResources dependsOn jalviewjsCopySiteResources - dependsOn ideCopyDropins + dependsOn ideSetup dependsOn ide } @@ -657,6 +814,7 @@ project.afterEvaluate { tasks.findByName('ideJalviewjsBuild').dependsOn eclipseProject tasks.findByName('ideJalviewjsBuild').dependsOn eclipseClasspath tasks.findByName('ideJalviewjsBuild').dependsOn eclipseJdt + //tasks.findByName('ideJalviewjsBuild').dependsOn ideSetup tasks.findByName('ide').dependsOn eclipseProject tasks.findByName('ide').dependsOn eclipseClasspath diff --git a/gradle.properties b/gradle.properties index bb15697..216fddc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,6 +27,7 @@ eclipse_project_name = jalview eclipse_bin_dir = bin gradlePluginsDir = gradle/plugins +m2RepoDir = gradle/m2 j8libDir = j8lib j11libDir = j11lib @@ -100,3 +101,5 @@ goomph_repo_buildship = https://download.eclipse.org/buildship/updates/e47/relea goomph_feature_buildship = org.eclipse.buildship goomph_workspace = ../tmp/goomph-workspace + +useGoomph = true diff --git a/gradle/m2-old/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories b/gradle/m2-old/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories new file mode 100644 index 0000000..1c879ba --- /dev/null +++ b/gradle/m2-old/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +classworlds-1.1-alpha-2.pom>central= +classworlds-1.1-alpha-2.jar>central= diff --git a/gradle/m2-old/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar b/gradle/m2-old/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar new file mode 100644 index 0000000..1208b48 Binary files /dev/null and b/gradle/m2-old/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar differ diff --git a/gradle/m2-old/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.sha1 b/gradle/m2-old/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.sha1 new file mode 100644 index 0000000..1b65028 --- /dev/null +++ b/gradle/m2-old/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.sha1 @@ -0,0 +1 @@ +05adf2e681c57d7f48038b602f3ca2254ee82d47 \ No newline at end of file diff --git a/gradle/m2-old/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom b/gradle/m2-old/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom new file mode 100644 index 0000000..6805b5d --- /dev/null +++ b/gradle/m2-old/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom @@ -0,0 +1,95 @@ + + 4.0.0 + classworlds + classworlds + classworlds + 1.1-alpha-2 + + http://classworlds.codehaus.org/ + + + +
classworlds-scm@lists.codehaus.org
+
+
+
+ 2002 + + + classworlds users + http://lists.codehaus.org/mailman/listinfo/classworlds-user + http://lists.codehaus.org/mailman/listinfo/classworlds-user + http://lists.codehaus.org/pipermail/classworlds-user/ + + + classworlds developers + http://lists.codehaus.org/mailman/listinfo/classworlds-dev + http://lists.codehaus.org/mailman/listinfo/classworlds-dev + http://lists.codehaus.org/pipermail/classworlds-dev/ + + + classworlds commit messages + http://lists.codehaus.org/mailman/listinfo/classworlds-scm + http://lists.codehaus.org/mailman/listinfo/classworlds-scm + http://lists.codehaus.org/pipermail/classworlds-scm/ + + + + + bob + bob mcwhirter + bob@werken.com + The Werken Company + + Founder + + + + jvanzyl + Jason van Zyl + jason@zenplex.com + Zenplex + + Developer + + + + bwalding + Ben Walding + ben@walding.com + Walding Consulting Services + + Developer + + + + + scm:cvs:pserver:anonymous@cvs.codehaus.org:/scm/cvspublic/:classworlds + http://cvs.classworlds.codehaus.org/ + + + The Codehaus + http://codehaus.org/ + + + src/java/main + src/java/test + + + maven-surefire-plugin + + + **/*Test.java + + + + + + + + default + Default Site + scp://classworlds.codehaus.org//www/classworlds.codehaus.org + + +
\ No newline at end of file diff --git a/gradle/m2-old/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.sha1 b/gradle/m2-old/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.sha1 new file mode 100644 index 0000000..0067565 --- /dev/null +++ b/gradle/m2-old/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.sha1 @@ -0,0 +1 @@ +8c8ad6a96a8c1168f8b12ec8a227b8261b160b26 /home/projects/maven/repository-staging/to-ibiblio/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom diff --git a/gradle/m2-old/repository/junit/junit/3.8.1/_remote.repositories b/gradle/m2-old/repository/junit/junit/3.8.1/_remote.repositories new file mode 100644 index 0000000..a71f937 --- /dev/null +++ b/gradle/m2-old/repository/junit/junit/3.8.1/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +junit-3.8.1.pom>central= +junit-3.8.1.jar>central= diff --git a/gradle/m2-old/repository/junit/junit/3.8.1/junit-3.8.1.jar b/gradle/m2-old/repository/junit/junit/3.8.1/junit-3.8.1.jar new file mode 100644 index 0000000..674d71e Binary files /dev/null and b/gradle/m2-old/repository/junit/junit/3.8.1/junit-3.8.1.jar differ diff --git a/gradle/m2-old/repository/junit/junit/3.8.1/junit-3.8.1.jar.sha1 b/gradle/m2-old/repository/junit/junit/3.8.1/junit-3.8.1.jar.sha1 new file mode 100644 index 0000000..ed10f03 --- /dev/null +++ b/gradle/m2-old/repository/junit/junit/3.8.1/junit-3.8.1.jar.sha1 @@ -0,0 +1 @@ +99129f16442844f6a4a11ae22fbbee40b14d774f \ No newline at end of file diff --git a/gradle/m2-old/repository/junit/junit/3.8.1/junit-3.8.1.pom b/gradle/m2-old/repository/junit/junit/3.8.1/junit-3.8.1.pom new file mode 100644 index 0000000..2169a65 --- /dev/null +++ b/gradle/m2-old/repository/junit/junit/3.8.1/junit-3.8.1.pom @@ -0,0 +1,29 @@ + + + 4.0.0 + junit + junit + 3.8.1 + JUnit + http://junit.org + + JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. + + + JUnit + http://www.junit.org + + + + Common Public License Version 1.0 + http://www.opensource.org/licenses/cpl1.0.txt + + + + http://junit.cvs.sourceforge.net/junit/ + + + + diff --git a/gradle/m2-old/repository/junit/junit/3.8.1/junit-3.8.1.pom.sha1 b/gradle/m2-old/repository/junit/junit/3.8.1/junit-3.8.1.pom.sha1 new file mode 100644 index 0000000..59fcd0c --- /dev/null +++ b/gradle/m2-old/repository/junit/junit/3.8.1/junit-3.8.1.pom.sha1 @@ -0,0 +1 @@ +16d74791c801c89b0071b1680ea0bc85c93417bb junit-3.8.1.pom diff --git a/gradle/m2-old/repository/org/apache/ant/org.apache.ant/1.6.5/_remote.repositories b/gradle/m2-old/repository/org/apache/ant/org.apache.ant/1.6.5/_remote.repositories new file mode 100644 index 0000000..2968184 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/ant/org.apache.ant/1.6.5/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +org.apache.ant-1.6.5.pom>= +org.apache.ant-1.6.5.jar>= diff --git a/gradle/m2-old/repository/org/apache/ant/org.apache.ant/1.6.5/org.apache.ant-1.6.5.jar b/gradle/m2-old/repository/org/apache/ant/org.apache.ant/1.6.5/org.apache.ant-1.6.5.jar new file mode 100644 index 0000000..3beb3b8 Binary files /dev/null and b/gradle/m2-old/repository/org/apache/ant/org.apache.ant/1.6.5/org.apache.ant-1.6.5.jar differ diff --git a/gradle/m2-old/repository/org/apache/ant/org.apache.ant/1.6.5/org.apache.ant-1.6.5.pom b/gradle/m2-old/repository/org/apache/ant/org.apache.ant/1.6.5/org.apache.ant-1.6.5.pom new file mode 100644 index 0000000..edefc8c --- /dev/null +++ b/gradle/m2-old/repository/org/apache/ant/org.apache.ant/1.6.5/org.apache.ant-1.6.5.pom @@ -0,0 +1,9 @@ + + + 4.0.0 + org.apache.ant + org.apache.ant + 1.6.5 + POM was created from install:install-file + diff --git a/gradle/m2-old/repository/org/apache/ant/org.apache.ant/maven-metadata-local.xml b/gradle/m2-old/repository/org/apache/ant/org.apache.ant/maven-metadata-local.xml new file mode 100644 index 0000000..73df91a --- /dev/null +++ b/gradle/m2-old/repository/org/apache/ant/org.apache.ant/maven-metadata-local.xml @@ -0,0 +1,12 @@ + + + org.apache.ant + org.apache.ant + + 1.6.5 + + 1.6.5 + + 20191003160047 + + diff --git a/gradle/m2-old/repository/org/apache/apache/10/_remote.repositories b/gradle/m2-old/repository/org/apache/apache/10/_remote.repositories new file mode 100644 index 0000000..c4889d4 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/apache/10/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:46 BST 2019 +apache-10.pom>central= diff --git a/gradle/m2-old/repository/org/apache/apache/10/apache-10.pom b/gradle/m2-old/repository/org/apache/apache/10/apache-10.pom new file mode 100644 index 0000000..095e38b --- /dev/null +++ b/gradle/m2-old/repository/org/apache/apache/10/apache-10.pom @@ -0,0 +1,411 @@ + + + + + + 4.0.0 + + + org.apache + apache + 10 + pom + + The Apache Software Foundation + + The Apache Software Foundation provides support for the Apache community of open-source software projects. + The Apache projects are characterized by a collaborative, consensus based development process, an open and + pragmatic software license, and a desire to create high quality software that leads the way in its field. + We consider ourselves not simply a group of projects sharing a server, but rather a community of developers + and users. + + http://www.apache.org/ + + The Apache Software Foundation + http://www.apache.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + + false + + + + + + + Apache Announce List + announce-subscribe@apache.org + announce-unsubscribe@apache.org + announce@apache.org + http://mail-archives.apache.org/mod_mbox/www-announce/ + + + + + scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/apache-10 + scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/apache-10 + http://svn.apache.org/viewvc/maven/pom/tags/apache-10 + + + + + apache.releases.https + Apache Release Distribution Repository + https://repository.apache.org/service/local/staging/deploy/maven2 + + + apache.snapshots.https + ${distMgmtSnapshotsName} + ${distMgmtSnapshotsUrl} + + + + + Apache Development Snapshot Repository + https://repository.apache.org/content/repositories/snapshots + http://www.apache.org/images/asf_logo_wide.gif + UTF-8 + source-release + true + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.6 + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2.1 + + + org.apache.maven.plugins + maven-clean-plugin + 2.4.1 + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.4 + 1.4 + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.6 + + + org.apache.maven.plugins + maven-docck-plugin + 1.0 + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.0.1 + + + org.apache.maven.plugins + maven-gpg-plugin + 1.3 + + + org.apache.maven.plugins + maven-install-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-invoker-plugin + 1.5 + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + + true + true + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + + org.apache.maven.plugins + maven-plugin-plugin + 2.8 + + + + org.apache.maven.plugins + maven-release-plugin + 2.1 + + false + deploy + -Papache-release + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + 1.2.1 + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + org.apache.maven.plugins + maven-scm-plugin + 1.4 + + + org.apache.maven.plugins + maven-site-plugin + 3.0 + + + org.apache.maven.wagon + wagon-ssh + 1.0 + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.9 + + + org.apache.rat + apache-rat-plugin + 0.7 + + + org.codehaus.mojo + clirr-maven-plugin + 2.3 + + + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + + + + process + + + + org.apache:apache-jar-resource-bundle:1.4 + + + + + + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + + + index + summary + modules + license + project-team + scm + issue-tracking + mailing-list + dependency-management + dependencies + dependency-convergence + cim + plugin-management + plugins + distribution-management + + + + + + + + + + + apache-release + + + + + maven-assembly-plugin + + + org.apache.apache.resources + apache-source-release-assembly-descriptor + 1.0.3 + + + + + source-release-assembly + package + + single + + + true + + ${sourceReleaseAssemblyDescriptor} + + gnu + + + + + + + true + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + ${gpg.passphrase} + ${gpg.useagent} + + + + + sign + + + + + + + + + + + maven-3 + + + + ${basedir} + + + + + + org.apache.maven.plugins + maven-site-plugin + + + attach-descriptor + + attach-descriptor + + + + + + + + + + diff --git a/gradle/m2-old/repository/org/apache/apache/10/apache-10.pom.sha1 b/gradle/m2-old/repository/org/apache/apache/10/apache-10.pom.sha1 new file mode 100644 index 0000000..b0cf882 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/apache/10/apache-10.pom.sha1 @@ -0,0 +1 @@ +48296e511366fa13aad48c58d8e09721774abec6 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/apache/11/_remote.repositories b/gradle/m2-old/repository/org/apache/apache/11/_remote.repositories new file mode 100644 index 0000000..cc2c396 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/apache/11/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:46 BST 2019 +apache-11.pom>central= diff --git a/gradle/m2-old/repository/org/apache/apache/11/apache-11.pom b/gradle/m2-old/repository/org/apache/apache/11/apache-11.pom new file mode 100644 index 0000000..540f1d7 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/apache/11/apache-11.pom @@ -0,0 +1,411 @@ + + + + + + 4.0.0 + + + org.apache + apache + 11 + pom + + The Apache Software Foundation + + The Apache Software Foundation provides support for the Apache community of open-source software projects. + The Apache projects are characterized by a collaborative, consensus based development process, an open and + pragmatic software license, and a desire to create high quality software that leads the way in its field. + We consider ourselves not simply a group of projects sharing a server, but rather a community of developers + and users. + + http://www.apache.org/ + + The Apache Software Foundation + http://www.apache.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + + false + + + + + + + Apache Announce List + announce-subscribe@apache.org + announce-unsubscribe@apache.org + announce@apache.org + http://mail-archives.apache.org/mod_mbox/www-announce/ + + + + + scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/apache-11 + scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/apache-11 + http://svn.apache.org/viewvc/maven/pom/tags/apache-11 + + + + + apache.releases.https + Apache Release Distribution Repository + https://repository.apache.org/service/local/staging/deploy/maven2 + + + apache.snapshots.https + ${distMgmtSnapshotsName} + ${distMgmtSnapshotsUrl} + + + + + Apache Development Snapshot Repository + https://repository.apache.org/content/repositories/snapshots + http://www.apache.org/images/asf_logo_wide.gif + UTF-8 + source-release + true + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.6 + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2.1 + + + org.apache.maven.plugins + maven-clean-plugin + 2.5 + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + 1.4 + 1.4 + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.7 + + + org.apache.maven.plugins + maven-docck-plugin + 1.0 + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.0.1 + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + org.apache.maven.plugins + maven-install-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-invoker-plugin + 1.6 + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + true + true + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + + org.apache.maven.plugins + maven-plugin-plugin + 3.1 + + + + org.apache.maven.plugins + maven-release-plugin + 2.3.2 + + false + deploy + -Papache-release ${arguments} + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + 1.3 + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + org.apache.maven.plugins + maven-scm-plugin + 1.7 + + + org.apache.maven.plugins + maven-site-plugin + 3.1 + + + org.apache.maven.wagon + wagon-ssh + 1.0 + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12 + + + org.apache.rat + apache-rat-plugin + 0.8 + + + org.codehaus.mojo + clirr-maven-plugin + 2.4 + + + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + + + + process + + + + org.apache:apache-jar-resource-bundle:1.4 + + + + + + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.5 + + + + index + summary + modules + license + project-team + scm + issue-tracking + mailing-list + dependency-management + dependencies + dependency-convergence + cim + plugin-management + plugins + distribution-management + + + + + + + + + + + apache-release + + + + + maven-assembly-plugin + + + org.apache.apache.resources + apache-source-release-assembly-descriptor + 1.0.4 + + + + + source-release-assembly + package + + single + + + true + + ${sourceReleaseAssemblyDescriptor} + + gnu + + + + + + + true + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + ${gpg.passphrase} + ${gpg.useagent} + + + + + sign + + + + + + + + + + + maven-3 + + + + ${basedir} + + + + + + org.apache.maven.plugins + maven-site-plugin + + + attach-descriptor + + attach-descriptor + + + + + + + + + + diff --git a/gradle/m2-old/repository/org/apache/apache/11/apache-11.pom.sha1 b/gradle/m2-old/repository/org/apache/apache/11/apache-11.pom.sha1 new file mode 100644 index 0000000..44618bf --- /dev/null +++ b/gradle/m2-old/repository/org/apache/apache/11/apache-11.pom.sha1 @@ -0,0 +1 @@ +cb35e3b8eb7f1adbdc91e015b60d0da3a4e16c4f \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/apache/3/_remote.repositories b/gradle/m2-old/repository/org/apache/apache/3/_remote.repositories new file mode 100644 index 0000000..9c029fb --- /dev/null +++ b/gradle/m2-old/repository/org/apache/apache/3/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:46 BST 2019 +apache-3.pom>central= diff --git a/gradle/m2-old/repository/org/apache/apache/3/apache-3.pom b/gradle/m2-old/repository/org/apache/apache/3/apache-3.pom new file mode 100644 index 0000000..1fc7e40 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/apache/3/apache-3.pom @@ -0,0 +1,82 @@ + + + + + + 4.0.0 + + + org.apache + apache + 3 + pom + The Apache Software Foundation + + The Apache Software Foundation provides support for the Apache community of open-source software projects. + The Apache projects are characterized by a collaborative, consensus based development process, an open and + pragmatic software license, and a desire to create high quality software that leads the way in its field. + We consider ourselves not simply a group of projects sharing a server, but rather a community of developers + and users. + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + Apache Software Foundation + http://www.apache.org/ + + http://www.apache.org/ + + + apache.snapshots + Apache Snapshot Repository + http://people.apache.org/repo/m2-snapshot-repository + + false + + + + + + + apache.releases + Apache Release Distribution Repository + scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository + + + apache.snapshots + Apache Development Snapshot Repository + scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository + + + + + Apache Announce List + announce-subscribe@apache.org + announce-unsubscribe@apache.org + announce@apache.org + http://mail-archives.apache.org/mod_mbox/www-announce/ + + + + diff --git a/gradle/m2-old/repository/org/apache/apache/3/apache-3.pom.sha1 b/gradle/m2-old/repository/org/apache/apache/3/apache-3.pom.sha1 new file mode 100644 index 0000000..65af4c2 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/apache/3/apache-3.pom.sha1 @@ -0,0 +1 @@ +1bc0010136a890e2fd38d901a0b7ecdf0e3f9871 *./apache-3.pom diff --git a/gradle/m2-old/repository/org/apache/maven/maven-artifact-manager/2.0.6/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/maven-artifact-manager/2.0.6/_remote.repositories new file mode 100644 index 0000000..55b0a2f --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-artifact-manager/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +maven-artifact-manager-2.0.6.pom>central= +maven-artifact-manager-2.0.6.jar>central= diff --git a/gradle/m2-old/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar b/gradle/m2-old/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar new file mode 100644 index 0000000..c2ac7f8 Binary files /dev/null and b/gradle/m2-old/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar differ diff --git a/gradle/m2-old/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar.sha1 new file mode 100644 index 0000000..217d83d --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar.sha1 @@ -0,0 +1 @@ +dc326c3a989c10618e09a7b77cadeff297591942 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom b/gradle/m2-old/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom new file mode 100644 index 0000000..1ba5992 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom @@ -0,0 +1,78 @@ + + + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + maven-artifact-manager + Maven Artifact Manager + + + org.apache.maven + maven-repository-metadata + + + org.apache.maven.wagon + wagon-file + test + + + org.codehaus.plexus + plexus-utils + + + org.apache.maven + maven-artifact + + + org.codehaus.plexus + plexus-container-default + + + org.apache.maven.wagon + wagon-provider-api + + + easymock + easymock + 1.2_Java1.3 + test + + + + + + + maven-surefire-plugin + + + **/testutils/** + + + + + + + diff --git a/gradle/m2-old/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom.sha1 new file mode 100644 index 0000000..14cb0bc --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom.sha1 @@ -0,0 +1 @@ +8cb8b1dc4d9f7fbd90be4e9c8e9a1d353e28666c \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-artifact/2.0.6/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/maven-artifact/2.0.6/_remote.repositories new file mode 100644 index 0000000..548b5d0 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-artifact/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +maven-artifact-2.0.6.pom>central= +maven-artifact-2.0.6.jar>central= diff --git a/gradle/m2-old/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar b/gradle/m2-old/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar new file mode 100644 index 0000000..e6f60b7 Binary files /dev/null and b/gradle/m2-old/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar differ diff --git a/gradle/m2-old/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar.sha1 new file mode 100644 index 0000000..d0e2c44 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar.sha1 @@ -0,0 +1 @@ +fcbf6e26a6d26ecaa25c199b6f16bf168b2f28dc \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom b/gradle/m2-old/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom new file mode 100644 index 0000000..b351bc2 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom @@ -0,0 +1,42 @@ + + + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + maven-artifact + Maven Artifact + + + org.codehaus.plexus + plexus-utils + + + org.codehaus.plexus + plexus-container-default + test + + + diff --git a/gradle/m2-old/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom.sha1 new file mode 100644 index 0000000..f1af079 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom.sha1 @@ -0,0 +1 @@ +973c14299a051daf4e767cc60f15788b50c887f2 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-model/2.0.6/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/maven-model/2.0.6/_remote.repositories new file mode 100644 index 0000000..a3fdd09 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-model/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +maven-model-2.0.6.pom>central= +maven-model-2.0.6.jar>central= diff --git a/gradle/m2-old/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar b/gradle/m2-old/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar new file mode 100644 index 0000000..5a7f1cb Binary files /dev/null and b/gradle/m2-old/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar differ diff --git a/gradle/m2-old/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar.sha1 new file mode 100644 index 0000000..905ef14 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar.sha1 @@ -0,0 +1 @@ +9649253c0e68a453f388e0a308c0653309f87807 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom b/gradle/m2-old/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom new file mode 100644 index 0000000..a9302b8 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom @@ -0,0 +1,93 @@ + + + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + maven-model + Maven Model + Maven Model + + + + org.codehaus.modello + modello-maven-plugin + + 4.0.0 + src/main/mdo/maven.mdo + + + + + + + all-models + + + + org.codehaus.modello + modello-maven-plugin + 1.0-alpha-8 + + + v3 + + xpp3-writer + java + xpp3-reader + xsd + + + 3.0.0 + true + + + + + + maven-jar-plugin + + + package + + jar + + + all + + + + + + + + + + + org.codehaus.plexus + plexus-utils + + + diff --git a/gradle/m2-old/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom.sha1 new file mode 100644 index 0000000..e1f91c0 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom.sha1 @@ -0,0 +1 @@ +ea1dd9b8c7b1c3d2f0bdf314390ed7da7e463460 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-parent/21/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/maven-parent/21/_remote.repositories new file mode 100644 index 0000000..9865fa5 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-parent/21/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:46 BST 2019 +maven-parent-21.pom>central= diff --git a/gradle/m2-old/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom b/gradle/m2-old/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom new file mode 100644 index 0000000..9fa4a6b --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom @@ -0,0 +1,895 @@ + + + + + + 4.0.0 + + + + org.apache + apache + 10 + ../asf/pom.xml + + + org.apache.maven + maven-parent + 21 + pom + + Apache Maven + Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. + http://maven.apache.org/ + 2002 + + + + + jdcasey + John Casey + jdcasey@apache.org + ASF + + PMC Chair + + -5 + + + aheritier + Arnaud Héritier + aheritier@apache.org + + PMC Member + + +1 + + + baerrach + Barrie Treloar + + PMC Member + + + + brett + Brett Porter + brett@apache.org + ASF + + PMC Member + + +10 + + + brianf + Brian Fox + brianf@apache.org + Sonatype + + PMC Member + + -5 + + + carlos + Carlos Sanchez + carlos@apache.org + ASF + + PMC Member + + +1 + + + dennisl + Dennis Lundberg + dennisl@apache.org + ASF + + PMC Member + + +1 + + + dfabulich + Daniel Fabulich + dfabulich@apache.org + + PMC Member + + -8 + + + dkulp + Daniel Kulp + dkulp@apache.org + ASF + + PMC Member + + -5 + + + evenisse + Emmanuel Venisse + evenisse@apache.org + ASF + + PMC Member + + +1 + + + hboutemy + Hervé Boutemy + hboutemy@apache.org + ASF + + PMC Member + + Europe/Paris + + + kenney + Kenney Westerhof + kenney@apache.org + Neonics + + PMC Member + + +1 + + + krosenvold + Kristian Rosenvold + krosenvold@apache.org + + PMC Member + + +1 + + + oching + Maria Odea B. Ching + + PMC Member + + + + olamy + Olivier Lamy + olamy@apache.org + + PMC Member + + +1 + + + pgier + Paul Gier + pgier@apache.org + Red Hat + + PMC Member + + -6 + + + rgoers + Ralph Goers + rgoers@apache.org + Intuit + -8 + + PMC Member + + + + snicoll + Stephane Nicoll + snicoll@apache.org + ASF + + PMC Member + + +1 + + + stephenc + Stephen Connolly + stephenc@apache.org + + PMC Member + + 0 + + + struberg + Mark Struberg + struberg@apache.org + + PMC Member + + + + vmassol + Vincent Massol + vmassol@apache.org + ASF + + PMC Member + + +1 + + + vsiveton + Vincent Siveton + vsiveton@apache.org + ASF + + PMC Member + + -5 + + + wfay + Wayne Fay + wfay@apache.org + ASF + + PMC Member + + -6 + + + + + bdemers + Brian Demers + Sonatype + bdemers@apache.org + -5 + + Committer + + + + bellingard + Fabrice Bellingard + + Committer + + + + bentmann + Benjamin Bentmann + bentmann@apache.org + Sonatype + + Committer + + +1 + + + bimargulies + Benson Margulies + bimargulies@apache.org + + Committer + + America/New_York + + + cstamas + Tamas Cservenak + Sonatype + cstamas@apache.org + +1 + + Committer + + + + dantran + Dan Tran + + Committer + + + + dbradicich + Damian Bradicich + Sonatype + dbradicich@apache.org + -5 + + Committer + + + + fgiust + Fabrizio Giustina + fgiust@apache.org + openmind + + Committer + + +1 + + + godin + Evgeny Mandrikov + SonarSource + godin@apache.org + + Committer + + +3 + + + handyande + Andrew Williams + handyande@apache.org + + Committer + + 0 + + + ifedorenko + Igor Fedorenko + igor@ifedorenko.com + Sonatype + + Committer + + -5 + + + jjensen + Jeff Jensen + + Committer + + + + jvanzyl + Jason van Zyl + + Committer + + -5 + + + ltheussl + Lukas Theussl + ltheussl@apache.org + + Committer + + +1 + + + mauro + Mauro Talevi + + Committer + + + + mkleint + Milos Kleint + + Committer + + + + nicolas + Nicolas de Loof + + Committer + + + + rafale + Raphaël Piéroni + rafale@apache.org + Dexem + + Committer + + +1 + + + rfscholte + Robert Scholte + rfscholte@apache.org + + Committer + + Europe/Amsterdam + + + + + aramirez + Allan Q. Ramirez + + Emeritus + + + + bayard + Henri Yandell + + Emeritus + + + + chrisjs + Chris Stevenson + + Emeritus + + + + dblevins + David Blevins + + Emeritus + + + + dlr + Daniel Rall + + Emeritus + + + + epunzalan + Edwin Punzalan + epunzalan@apache.org + + Emeritus + + -8 + + + felipeal + Felipe Leme + + Emeritus + + + + jmcconnell + Jesse McConnell + jmcconnell@apache.org + ASF + + Emeritus + + -6 + + + joakime + Joakim Erdfelt + joakime@apache.org + ASF + + Emeritus + + -5 + + + jstrachan + James Strachan + + Emeritus + + + + jtolentino + Ernesto Tolentino Jr. + jtolentino@apache.org + ASF + + Emeritus + + +8 + + + markh + Mark Hobson + markh@apache.org + + Emeritus + + 0 + + + mperham + Mike Perham + mperham@gmail.com + IBM + + Emeritus + + -6 + + + ogusakov + Oleg Gusakov + + Emeritus + + + + pschneider + Patrick Schneider + pschneider@gmail.com + + Emeritus + + -6 + + + ptahchiev + Petar Tahchiev + ptahchiev@apache.org + + Emeritus + + +2 + + + rinku + Rahul Thakur + + Emeritus + + + + shinobu + Shinobu Kuwai + + Emeritus + + + + smorgrav + Torbjorn Eikli Smorgrav + + Emeritus + + + + trygvis + Trygve Laugstol + trygvis@apache.org + ASF + + Emeritus + + +1 + + + wsmoak + Wendy Smoak + wsmoak@apache.org + + Emeritus + + -7 + + + + + + Maven Announcements List + announce@maven.apache.org + announce-subscribe@maven.apache.org + announce-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-announce/ + + http://www.mail-archive.com/announce@maven.apache.org + http://old.nabble.com/Maven-Announcements-f15617.html + http://markmail.org/list/org.apache.maven.announce + + + + Maven Notifications List + notifications-subscribe@maven.apache.org + notifications-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-notifications/ + + http://www.mail-archive.com/notifications@maven.apache.org + http://old.nabble.com/Maven---Notifications-f15574.html + http://markmail.org/list/org.apache.maven.notifications + + + + + + scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-21 + scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-21 + http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-21 + + + + Jenkins + https://builds.apache.org/hudson/view/M-R/view/Maven + + + mail + +
notifications@maven.apache.org
+
+
+
+
+ + + apache.website + scp://people.apache.org/www/maven.apache.org + + + + + https://analysis.apache.org/ + + + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + + false + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-plugin-plugin + + true + + + + org.codehaus.modello + modello-maven-plugin + 1.4.1 + + true + + + + + org.codehaus.plexus + plexus-maven-plugin + 1.3.8 + + + org.codehaus.plexus + plexus-component-metadata + 1.5.5 + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.2 + + + + + + + + quality-checks + + + quality-checks + true + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.5 + + 1.5 + + rulesets/maven.xml + + + ${project.build.directory}/generated-sources/modello + ${project.build.directory}/generated-sources/plugin + + + + + cpd-check + verify + + cpd-check + + + + + + + + + reporting + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 + + + clean + + clean + + + + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.9 + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.7 + + config/maven_checks.xml + config/maven-header.txt + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.5 + + 1.5 + + rulesets/maven.xml + + + ${project.build.directory}/generated-sources/modello + ${project.build.directory}/generated-sources/plugin + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 + + + org.apache.maven.plugins + maven-jxr-plugin + 2.2 + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + + http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/ + http://junit.sourceforge.net/javadoc/ + http://logging.apache.org/log4j/1.2/apidocs/ + http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/ + + true + + + org.apache.maven.plugin-tools + maven-plugin-tools-javadoc + 2.5 + + + org.codehaus.plexus + plexus-javadoc + 1.0 + + + + + + + javadoc + test-javadoc + + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.2 + + + org.codehaus.sonar-plugins + maven-report + 0.1 + + + + + +
diff --git a/gradle/m2-old/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom.sha1 new file mode 100644 index 0000000..375ff3b --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom.sha1 @@ -0,0 +1 @@ +0ecebf1043d9c7bdd3d32a4184ad4ef9ad3ea744 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-parent/22/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/maven-parent/22/_remote.repositories new file mode 100644 index 0000000..bfcbcf0 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-parent/22/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:46 BST 2019 +maven-parent-22.pom>central= diff --git a/gradle/m2-old/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom b/gradle/m2-old/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom new file mode 100644 index 0000000..7bdee2d --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom @@ -0,0 +1,978 @@ + + + + + + 4.0.0 + + + + org.apache + apache + 11 + ../asf/pom.xml + + + org.apache.maven + maven-parent + 22 + pom + + Apache Maven + Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. + http://maven.apache.org/ + 2002 + + + + + olamy + Olivier Lamy + olamy@apache.org + + PMC Chair + + Europe/Paris + + + aheritier + Arnaud Héritier + aheritier@apache.org + + PMC Member + + +1 + + + baerrach + Barrie Treloar + + PMC Member + + + + bimargulies + Benson Margulies + bimargulies@apache.org + + PMC Member + + America/New_York + + + brett + Brett Porter + brett@apache.org + ASF + + PMC Member + + +10 + + + brianf + Brian Fox + brianf@apache.org + Sonatype + + PMC Member + + -5 + + + carlos + Carlos Sanchez + carlos@apache.org + ASF + + PMC Member + + +1 + + + dennisl + Dennis Lundberg + dennisl@apache.org + ASF + + PMC Member + + +1 + + + dfabulich + Daniel Fabulich + dfabulich@apache.org + + PMC Member + + -8 + + + dkulp + Daniel Kulp + dkulp@apache.org + ASF + + PMC Member + + -5 + + + evenisse + Emmanuel Venisse + evenisse@apache.org + ASF + + PMC Member + + +1 + + + hboutemy + Hervé Boutemy + hboutemy@apache.org + ASF + + PMC Member + + Europe/Paris + + + jdcasey + John Casey + jdcasey@apache.org + ASF + + PMC Member + + -5 + + + kenney + Kenney Westerhof + kenney@apache.org + Neonics + + PMC Member + + +1 + + + krosenvold + Kristian Rosenvold + krosenvold@apache.org + + PMC Member + + +1 + + + markh + Mark Hobson + markh@apache.org + + PMC Member + + 0 + + + mkleint + Milos Kleint + + PMC Member + + + + oching + Maria Odea B. Ching + + PMC Member + + + + pgier + Paul Gier + pgier@apache.org + Red Hat + + PMC Member + + -6 + + + rfscholte + Robert Scholte + rfscholte@apache.org + + PMC Member + + Europe/Amsterdam + + + rgoers + Ralph Goers + rgoers@apache.org + Intuit + -8 + + PMC Member + + + + snicoll + Stephane Nicoll + snicoll@apache.org + ASF + + PMC Member + + +1 + + + stephenc + Stephen Connolly + stephenc@apache.org + + PMC Member + + 0 + + + struberg + Mark Struberg + struberg@apache.org + + PMC Member + + + + vsiveton + Vincent Siveton + vsiveton@apache.org + ASF + + PMC Member + + -5 + + + wfay + Wayne Fay + wfay@apache.org + ASF + + PMC Member + + -6 + + + + + bdemers + Brian Demers + Sonatype + bdemers@apache.org + -5 + + Committer + + + + bellingard + Fabrice Bellingard + + Committer + + + + bentmann + Benjamin Bentmann + bentmann@apache.org + Sonatype + + Committer + + +1 + + + cstamas + Tamas Cservenak + Sonatype + cstamas@apache.org + +1 + + Committer + + + + dantran + Dan Tran + + Committer + + + + dbradicich + Damian Bradicich + Sonatype + dbradicich@apache.org + -5 + + Committer + + + + fgiust + Fabrizio Giustina + fgiust@apache.org + openmind + + Committer + + +1 + + + godin + Evgeny Mandrikov + SonarSource + godin@apache.org + + Committer + + +3 + + + handyande + Andrew Williams + handyande@apache.org + + Committer + + 0 + + + ifedorenko + Igor Fedorenko + igor@ifedorenko.com + Sonatype + + Committer + + -5 + + + jjensen + Jeff Jensen + + Committer + + + + jvanzyl + Jason van Zyl + + Committer + + -5 + + + ltheussl + Lukas Theussl + ltheussl@apache.org + + Committer + + +1 + + + mauro + Mauro Talevi + + Committer + + + + nicolas + Nicolas de Loof + + Committer + + + + rafale + Raphaël Piéroni + rafale@apache.org + Dexem + + Committer + + +1 + + + simonetripodi + Simone Tripodi + simonetripodi@apache.org + + Committer + + +1 + + + tchemit + Tony Chemit + tchemit@apache.org + CodeLutin + + Committer + + Europe/Paris + + + vmassol + Vincent Massol + vmassol@apache.org + ASF + + Committer + + +1 + + + + + aramirez + Allan Q. Ramirez + + Emeritus + + + + bayard + Henri Yandell + + Emeritus + + + + chrisjs + Chris Stevenson + + Emeritus + + + + dblevins + David Blevins + + Emeritus + + + + dlr + Daniel Rall + + Emeritus + + + + epunzalan + Edwin Punzalan + epunzalan@apache.org + + Emeritus + + -8 + + + felipeal + Felipe Leme + + Emeritus + + + + jmcconnell + Jesse McConnell + jmcconnell@apache.org + ASF + + Emeritus + + -6 + + + joakime + Joakim Erdfelt + joakime@apache.org + ASF + + Emeritus + + -5 + + + jstrachan + James Strachan + + Emeritus + + + + jtolentino + Ernesto Tolentino Jr. + jtolentino@apache.org + ASF + + Emeritus + + +8 + + + mperham + Mike Perham + mperham@gmail.com + IBM + + Emeritus + + -6 + + + ogusakov + Oleg Gusakov + + Emeritus + + + + pschneider + Patrick Schneider + pschneider@gmail.com + + Emeritus + + -6 + + + ptahchiev + Petar Tahchiev + ptahchiev@apache.org + + Emeritus + + +2 + + + rinku + Rahul Thakur + + Emeritus + + + + shinobu + Shinobu Kuwai + + Emeritus + + + + smorgrav + Torbjorn Eikli Smorgrav + + Emeritus + + + + trygvis + Trygve Laugstol + trygvis@apache.org + ASF + + Emeritus + + +1 + + + wsmoak + Wendy Smoak + wsmoak@apache.org + + Emeritus + + -7 + + + jruiz + Johnny Ruiz III + jruiz@apache.org + + Emeritus + + + + + + + Maven User List + users-subscribe@maven.apache.org + users-unsubscribe@maven.apache.org + users@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-users + + http://www.mail-archive.com/users@maven.apache.org/ + http://maven.40175.n5.nabble.com/Maven-Users-f40176.html + http://maven.users.markmail.org/ + + + + Maven Developer List + dev-subscribe@maven.apache.org + dev-unsubscribe@maven.apache.org + dev@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-dev + + http://www.mail-archive.com/dev@maven.apache.org/ + http://maven.40175.n5.nabble.com/Maven-Developers-f142166.html + http://maven.dev.markmail.org/ + + + + Maven Issues List + issues-subscribe@maven.apache.org + issues-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-issues/ + + http://www.mail-archive.com/issues@maven.apache.org + http://maven.40175.n5.nabble.com/Maven-Issues-f219593.html + http://maven.issues.markmail.org/ + + + + Maven Commits List + commits-subscribe@maven.apache.org + commits-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-dev + + http://www.mail-archive.com/commits@maven.apache.org + http://maven.40175.n5.nabble.com/Maven-Commits-f277168.html + http://maven.commits.markmail.org/ + + + + Maven Announcements List + announce@maven.apache.org + announce-subscribe@maven.apache.org + announce-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-announce/ + + http://www.mail-archive.com/announce@maven.apache.org + http://maven.40175.n5.nabble.com/Maven-Announcements-f326045.html + http://maven.announce.markmail.org/ + + + + Maven Notifications List + notifications-subscribe@maven.apache.org + notifications-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-notifications/ + + http://www.mail-archive.com/notifications@maven.apache.org + http://maven.40175.n5.nabble.com/Maven-Notifications-f301718.html + http://maven.notifications.markmail.org/ + + + + + + scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-22 + scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-22 + http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-22 + + + + Jenkins + https://builds.apache.org/view/M-R/view/Maven + + + mail + +
notifications@maven.apache.org
+
+
+
+
+ + + apache.website + scp://people.apache.org/www/maven.apache.org + + + + + https://analysis.apache.org/ + + + + + + org.codehaus.plexus + plexus-component-annotations + 1.5.5 + + + + + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + + false + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-plugin-plugin + + true + + + + org.codehaus.modello + modello-maven-plugin + 1.4.1 + + true + + + + + org.codehaus.plexus + plexus-maven-plugin + 1.3.8 + + + org.codehaus.plexus + plexus-component-metadata + 1.5.5 + + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.2 + + + + + + + + quality-checks + + + quality-checks + true + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.7.1 + + 1.5 + + rulesets/maven.xml + + + ${project.build.directory}/generated-sources/modello + ${project.build.directory}/generated-sources/plugin + + + + + cpd-check + verify + + cpd-check + + + + + + + + + reporting + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 + + + clean + + clean + + + + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.5 + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.12 + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.9.1 + + config/maven_checks.xml + config/maven-header.txt + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.7.1 + + 1.5 + + rulesets/maven.xml + + + ${project.build.directory}/generated-sources/modello + ${project.build.directory}/generated-sources/plugin + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 + + + org.apache.maven.plugins + maven-jxr-plugin + 2.3 + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + + http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/ + http://junit.sourceforge.net/javadoc/ + http://logging.apache.org/log4j/1.2/apidocs/ + http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/ + + true + + + org.apache.maven.plugin-tools + maven-plugin-tools-javadoc + 3.1 + + + org.codehaus.plexus + plexus-javadoc + 1.0 + + + + + + + javadoc + test-javadoc + + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.2 + + + org.codehaus.sonar-plugins + maven-report + 0.1 + + + + + +
diff --git a/gradle/m2-old/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom.sha1 new file mode 100644 index 0000000..5d702ce --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom.sha1 @@ -0,0 +1 @@ +b8b69066f9f1c388a977669871df9b66782f751a \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-parent/5/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/maven-parent/5/_remote.repositories new file mode 100644 index 0000000..6033b8e --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-parent/5/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:46 BST 2019 +maven-parent-5.pom>central= diff --git a/gradle/m2-old/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom b/gradle/m2-old/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom new file mode 100644 index 0000000..b335040 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom @@ -0,0 +1,466 @@ + + + + + + 4.0.0 + + org.apache + apache + 3 + ../asf/pom.xml + + org.apache.maven + maven-parent + 5 + pom + Apache Maven + + Maven is a software project management and comprehension tool. Based on the concept of a project object model + (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. + + http://maven.apache.org/ + + jira + http://jira.codehaus.org/browse/MPA + + + continuum + http://maven.zones.apache.org/continuum + + + mail + +
notifications@maven.apache.org
+
+
+
+
+ 2002 + + + Maven Announcements List + announce@maven.apache.org + announce-subscribe@maven.apache.org + announce-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-announce/ + + + Maven Issues List + issues@maven.apache.org + issues-subscribe@maven.apache.org + issues-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-issues/ + + + Maven Notifications List + notifications@maven.apache.org + notifications-subscribe@maven.apache.org + notifications-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-notifications/ + + + + + + jvanzyl + Jason van Zyl + jason@maven.org + ASF + + PMC Chair + + -5 + + + brett + Brett Porter + brett@apache.org + ASF + + PMC Member + + +10 + + + evenisse + Emmanuel Venisse + evenisse@apache.org + ASF + + PMC Member + + +1 + + + kenney + Kenney Westerhof + kenney@apache.org + Neonics + + PMC Member + + +1 + + + snicoll + Stephane Nicoll + snicoll@apache.org + ASF + + PMC Member + + +1 + + + vmassol + Vincent Massol + vmassol@apache.org + ASF + + PMC Member + + +1 + + + fgiust + Fabrizio Giustina + fgiust@apache.org + openmind + + PMC Member + + +1 + + + epunzalan + Edwin Punzalan + epunzalan@mergere.com + Mergere + + Committer + + +8 + + + mperham + Mike Perham + mperham@gmail.com + IBM + + PMC Member + + -6 + + + jdcasey + John Casey + jdcasey@apache.org + ASF + + PMC Member + + -5 + + + trygvis + Trygve Laugstol + trygvis@apache.org + ASF + + PMC Member + + +1 + + + vsiveton + Vincent Siveton + vsiveton@apache.org + ASF + + PMC Member + + -5 + + + carlos + Carlos Sanchez + carlos@apache.org + ASF + + PMC Member + + +1 + + + dennisl + Dennis Lundberg + dennisl@apache.org + ASF + + PMC Member + + +1 + + + aheritier + Arnaud Heritier + aheritier@apache.org + ASF + + PMC Member + + +1 + + + handyande + Andrew Williams + handyande@apache.org + + Committer + + 0 + + + jtolentino + Ernesto Tolentino Jr. + jtolentino@apache.org + ASF + + PMC Member + + +8 + + + joakime + Joakim Erdfelt + joakime@apache.org + ASF + + PMC Member + + -5 + + + jmcconnell + Jesse McConnell + jmcconnell@apache.org + ASF + + PMC Member + + -6 + + + wsmoak + Wendy Smoak + wsmoak@apache.org + + Committer + + -7 + + + + + + + apache.website + scp://people.apache.org/www/maven.apache.org + + + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.0-beta-4 + + + https://svn.apache.org/repos/asf/maven/pom/tags + false + deploy + -Prelease + + + + + + + + + ci + + + + org.apache.maven.plugins + maven-pmd-plugin + + + + cpd-check + + + + + + + + + reporting + + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + org.apache.maven.plugins + maven-checkstyle-plugin + + http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml + http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven-header.txt + + + + org.apache.maven.plugins + maven-pmd-plugin + + + org.codehaus.mojo + cobertura-maven-plugin + + + org.codehaus.mojo + taglist-maven-plugin + + + org.apache.maven.plugins + maven-jxr-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + http://java.sun.com/j2ee/1.4/docs/api + http://java.sun.com/j2se/1.5.0/docs/api + http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/ + http://jakarta.apache.org/commons/dbcp/apidocs/ + http://jakarta.apache.org/commons/fileupload/apidocs/ + http://jakarta.apache.org/commons/httpclient/apidocs/ + http://jakarta.apache.org/commons/logging/apidocs/ + http://jakarta.apache.org/commons/pool/apidocs/ + http://www.junit.org/junit/javadoc/ + http://logging.apache.org/log4j/docs/api/ + http://jakarta.apache.org/regexp/apidocs/ + http://jakarta.apache.org/velocity/api/ + + + + + + + + release + + + + + maven-gpg-plugin + 1.0-alpha-1 + + ${gpg.passphrase} + + + + + sign + + + + + + + true + maven-deploy-plugin + 2.3 + + ${deploy.altRepository} + true + + + + + maven-remote-resources-plugin + 1.0-alpha-1 + + + + process + + + + org.apache:apache-jar-resource-bundle:1.0 + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.0.2 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.2 + + + attach-javadocs + + jar + + + + + + + + + + + scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-5 + scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-5 + https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-5 + +
+ diff --git a/gradle/m2-old/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom.sha1 new file mode 100644 index 0000000..5d7a3eb --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom.sha1 @@ -0,0 +1 @@ +5c1ab38decaca1ccd08294aeab135047ebbae00d \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-plugin-api/2.0.6/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/maven-plugin-api/2.0.6/_remote.repositories new file mode 100644 index 0000000..b1445a5 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-plugin-api/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +maven-plugin-api-2.0.6.jar>central= +maven-plugin-api-2.0.6.pom>central= diff --git a/gradle/m2-old/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar b/gradle/m2-old/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar new file mode 100644 index 0000000..a34ffa0 Binary files /dev/null and b/gradle/m2-old/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar differ diff --git a/gradle/m2-old/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar.sha1 new file mode 100644 index 0000000..0ebaee6 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar.sha1 @@ -0,0 +1 @@ +52b32fd980c8ead7a3858d057330bda1ace72d9d \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom b/gradle/m2-old/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom new file mode 100644 index 0000000..c05402a --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom @@ -0,0 +1,39 @@ + + + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + maven-plugin-api + Maven Plugin API + + + junit + junit + 3.8.1 + test + + + diff --git a/gradle/m2-old/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom.sha1 new file mode 100644 index 0000000..b9a6d5b --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom.sha1 @@ -0,0 +1 @@ +3af72b052dfefb73ecfae742613012b5396c8863 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-plugin-registry/2.0.6/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/maven-plugin-registry/2.0.6/_remote.repositories new file mode 100644 index 0000000..5d15bf4 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-plugin-registry/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +maven-plugin-registry-2.0.6.jar>central= +maven-plugin-registry-2.0.6.pom>central= diff --git a/gradle/m2-old/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar b/gradle/m2-old/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar new file mode 100644 index 0000000..e0365a2 Binary files /dev/null and b/gradle/m2-old/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar differ diff --git a/gradle/m2-old/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar.sha1 new file mode 100644 index 0000000..79cac6e --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar.sha1 @@ -0,0 +1 @@ +4242ec8629b4797387751379f57e72cb718aac7a \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom b/gradle/m2-old/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom new file mode 100644 index 0000000..b020f0d --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom @@ -0,0 +1,53 @@ + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + org.apache.maven + maven-plugin-registry + Maven Plugin Registry Model + 2.0.6 + + + + org.codehaus.modello + modello-maven-plugin + + 1.0.0 + plugin-registry.mdo + + + + + + + org.codehaus.plexus + plexus-utils + + + org.codehaus.plexus + plexus-container-default + + + diff --git a/gradle/m2-old/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom.sha1 new file mode 100644 index 0000000..b598f15 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom.sha1 @@ -0,0 +1 @@ +2e13beea3b3511c6075c60384d9e7fad18efbcdf \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-profile/2.0.6/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/maven-profile/2.0.6/_remote.repositories new file mode 100644 index 0000000..53d66e6 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-profile/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +maven-profile-2.0.6.jar>central= +maven-profile-2.0.6.pom>central= diff --git a/gradle/m2-old/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar b/gradle/m2-old/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar new file mode 100644 index 0000000..5c99a12 Binary files /dev/null and b/gradle/m2-old/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar differ diff --git a/gradle/m2-old/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar.sha1 new file mode 100644 index 0000000..2928a3f --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar.sha1 @@ -0,0 +1 @@ +f03cd3820d2b4d60b93ccd17a1c14e8eeef63f79 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom b/gradle/m2-old/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom new file mode 100644 index 0000000..824b31c --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom @@ -0,0 +1,57 @@ + + + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + maven-profile + Maven Profile Model + + + + org.codehaus.modello + modello-maven-plugin + + 1.0.0 + profiles.mdo + + + + + + + org.apache.maven + maven-model + + + org.codehaus.plexus + plexus-utils + + + org.codehaus.plexus + plexus-container-default + + + diff --git a/gradle/m2-old/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom.sha1 new file mode 100644 index 0000000..f9b7786 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom.sha1 @@ -0,0 +1 @@ +12d0d8217e613b9cb487c1d1d0db744a4f588528 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-project/2.0.6/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/maven-project/2.0.6/_remote.repositories new file mode 100644 index 0000000..0e812a2 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-project/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +maven-project-2.0.6.jar>central= +maven-project-2.0.6.pom>central= diff --git a/gradle/m2-old/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar b/gradle/m2-old/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar new file mode 100644 index 0000000..42311be Binary files /dev/null and b/gradle/m2-old/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar differ diff --git a/gradle/m2-old/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar.sha1 new file mode 100644 index 0000000..9447c11 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar.sha1 @@ -0,0 +1 @@ +c0df764cd8f5bac660bfa53fa97fdd53663ee308 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom b/gradle/m2-old/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom new file mode 100644 index 0000000..ee3f9e5 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom @@ -0,0 +1,73 @@ + + + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + maven-project + Maven Project Builder + This library is used to not only read Maven project object model files, but to assemble inheritence + and to retrieve remote models as required. + + + org.apache.maven + maven-settings + + + org.apache.maven + maven-artifact-test + test + + + org.apache.maven + maven-profile + + + org.apache.maven + maven-model + + + org.apache.maven + maven-artifact-manager + + + + org.apache.maven + maven-plugin-registry + + + org.codehaus.plexus + plexus-utils + + + org.apache.maven + maven-artifact + + + org.codehaus.plexus + plexus-container-default + + + diff --git a/gradle/m2-old/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom.sha1 new file mode 100644 index 0000000..af7bf705 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom.sha1 @@ -0,0 +1 @@ +28e9f98ae3688d8831052283b2d65bd18295a7f5 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-repository-metadata/2.0.6/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/maven-repository-metadata/2.0.6/_remote.repositories new file mode 100644 index 0000000..bc39714 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-repository-metadata/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +maven-repository-metadata-2.0.6.jar>central= +maven-repository-metadata-2.0.6.pom>central= diff --git a/gradle/m2-old/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar b/gradle/m2-old/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar new file mode 100644 index 0000000..af8d9fd Binary files /dev/null and b/gradle/m2-old/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar differ diff --git a/gradle/m2-old/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar.sha1 new file mode 100644 index 0000000..bbd7290 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar.sha1 @@ -0,0 +1 @@ +ae64379396d2eba33616ce1e0a458c3a744b317b \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom b/gradle/m2-old/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom new file mode 100644 index 0000000..7f60d0f --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom @@ -0,0 +1,51 @@ + + + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + maven-repository-metadata + Maven Repository Metadata Model + Maven Plugin Mapping + + + + org.codehaus.modello + modello-maven-plugin + 1.0-alpha-8 + + 1.0.0 + src/main/mdo/metadata.mdo + + + + + + + org.codehaus.plexus + plexus-utils + + + diff --git a/gradle/m2-old/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom.sha1 new file mode 100644 index 0000000..316f59c --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom.sha1 @@ -0,0 +1 @@ +bdcd11054562df6124286aaf252ae8f256879e26 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-settings/2.0.6/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/maven-settings/2.0.6/_remote.repositories new file mode 100644 index 0000000..5abc6d9 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-settings/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +maven-settings-2.0.6.pom>central= +maven-settings-2.0.6.jar>central= diff --git a/gradle/m2-old/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar b/gradle/m2-old/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar new file mode 100644 index 0000000..4953b08 Binary files /dev/null and b/gradle/m2-old/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar differ diff --git a/gradle/m2-old/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar.sha1 new file mode 100644 index 0000000..84e8624 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar.sha1 @@ -0,0 +1 @@ +5da16cf9def50e3a352cd7e8923a49ebd72003b8 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom b/gradle/m2-old/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom new file mode 100644 index 0000000..618d8c1 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom @@ -0,0 +1,57 @@ + + + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + maven-settings + Maven Local Settings Model + + + + org.codehaus.modello + modello-maven-plugin + + 1.0.0 + src/main/mdo/settings.mdo + + + + + + + org.apache.maven + maven-model + + + org.codehaus.plexus + plexus-utils + + + org.codehaus.plexus + plexus-container-default + + + diff --git a/gradle/m2-old/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom.sha1 new file mode 100644 index 0000000..46872ad --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom.sha1 @@ -0,0 +1 @@ +6e8ca6b7fce58a28d2b73774fe277593af14d82a \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/maven/2.0.6/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/maven/2.0.6/_remote.repositories new file mode 100644 index 0000000..143c707 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven/2.0.6/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:46 BST 2019 +maven-2.0.6.pom>central= diff --git a/gradle/m2-old/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom b/gradle/m2-old/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom new file mode 100644 index 0000000..e4622f0 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom @@ -0,0 +1,246 @@ + + + + 4.0.0 + + org.apache.maven + maven-parent + 5 + ../pom/maven/pom.xml + + maven + pom + Maven + 2.0.6 + Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process. + http://maven.apache.org + + jira + http://jira.codehaus.org/browse/MNG + + 2001 + + + Maven User List + users-subscribe@maven.apache.org + users-unsubscribe@maven.apache.org + users@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-users + + http://www.mail-archive.com/users@maven.apache.org/ + http://www.nabble.com/Maven---Users-f178.html + + + + + scm:svn:https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.6 + scm:svn:https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.6 + https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.6 + + + + + + maven-release-plugin + + https://svn.apache.org/repos/asf/maven/components/tags + + + + org.codehaus.modello + modello-maven-plugin + 1.0-alpha-13 + + + site-docs + pre-site + + xdoc + xsd + + + + + standard + + java + xpp3-reader + xpp3-writer + + + + + + + + + maven-artifact + maven-artifact-manager + maven-artifact-test + maven-core + maven-error-diagnostics + maven-model + maven-monitor + maven-plugin-api + maven-plugin-descriptor + maven-plugin-parameter-documenter + maven-plugin-registry + maven-profile + maven-project + maven-reporting + maven-repository-metadata + maven-script + maven-settings + + + + junit + junit + 3.8.1 + test + + + + 2.0.6 + + + + + + org.apache.maven + maven-model + ${mavenVersion} + + + org.apache.maven + maven-project + ${mavenVersion} + + + org.apache.maven.reporting + maven-reporting-api + ${mavenVersion} + + + org.apache.maven + maven-repository-metadata + ${mavenVersion} + + + org.apache.maven + maven-artifact + ${mavenVersion} + + + org.apache.maven + maven-artifact-manager + ${mavenVersion} + + + org.apache.maven + maven-artifact-test + ${mavenVersion} + + + org.apache.maven + maven-settings + ${mavenVersion} + + + org.apache.maven + maven-plugin-parameter-documenter + ${mavenVersion} + + + org.apache.maven + maven-profile + ${mavenVersion} + + + org.apache.maven + maven-plugin-registry + ${mavenVersion} + + + org.apache.maven + maven-plugin-api + ${mavenVersion} + + + org.apache.maven + maven-monitor + ${mavenVersion} + + + + org.codehaus.plexus + plexus-container-default + 1.0-alpha-9-stable-1 + + + org.codehaus.plexus + plexus-utils + 1.4.1 + + + org.apache.maven.wagon + wagon-provider-api + 1.0-beta-2 + + + org.apache.maven.wagon + wagon-ssh + 1.0-beta-2 + + + org.apache.maven.wagon + wagon-ssh-external + 1.0-beta-2 + + + org.apache.maven.wagon + wagon-file + 1.0-beta-2 + + + org.apache.maven.wagon + wagon-http-lightweight + 1.0-beta-2 + + + easymock + easymock + 1.2_Java1.3 + test + + + classworlds + classworlds + 1.1 + + + + + + apache.website + scp://people.apache.org/www/maven.apache.org/ref/${project.version}/ + + + diff --git a/gradle/m2-old/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom.sha1 new file mode 100644 index 0000000..6c719f9 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom.sha1 @@ -0,0 +1 @@ +1991be0ed3e1820e135201406d5acabf8c08d426 maven-2.0.6.pom diff --git a/gradle/m2-old/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/_remote.repositories new file mode 100644 index 0000000..f24ff03 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:46 BST 2019 +maven-clean-plugin-2.5.pom>central= +maven-clean-plugin-2.5.jar>central= diff --git a/gradle/m2-old/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar b/gradle/m2-old/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar new file mode 100644 index 0000000..a1ff199 Binary files /dev/null and b/gradle/m2-old/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar differ diff --git a/gradle/m2-old/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar.sha1 b/gradle/m2-old/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar.sha1 new file mode 100644 index 0000000..daf49c5 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar.sha1 @@ -0,0 +1 @@ +75653decaefa85ca8114ff3a4f869bb2ee6d605d \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom b/gradle/m2-old/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom new file mode 100644 index 0000000..7ec3fa9 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom @@ -0,0 +1,112 @@ + + + + + + 4.0.0 + + + org.apache.maven.plugins + maven-plugins + 22 + ../maven-plugins/pom.xml + + + maven-clean-plugin + 2.5 + maven-plugin + + Maven Clean Plugin + + The Maven Clean Plugin is a plugin that removes files generated at build-time in a project's directory. + + 2001 + + + ${mavenVersion} + + + + scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-clean-plugin-2.5 + scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-clean-plugin-2.5 + http://svn.apache.org/viewvc/maven/plugins/tags/maven-clean-plugin-2.5 + + + JIRA + http://jira.codehaus.org/browse/MCLEAN + + + + 2.0.6 + + + + + org.apache.maven + maven-plugin-api + ${mavenVersion} + + + org.codehaus.plexus + plexus-utils + 3.0 + + + + + org.apache.maven.shared + maven-plugin-testing-harness + 1.1 + test + + + + + + run-its + + + + + org.apache.maven.plugins + maven-invoker-plugin + + true + true + src/it + ${project.build.directory}/it + + */pom.xml + + setup + verify + ${project.build.directory}/local-repo + src/it/settings.xml + + clean + + + + + + + + + diff --git a/gradle/m2-old/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom.sha1 new file mode 100644 index 0000000..2289aec --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom.sha1 @@ -0,0 +1 @@ +8571a1cd21bed4fe28656c3303526fa7d1e582ad \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/plugins/maven-install-plugin/2.4/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/plugins/maven-install-plugin/2.4/_remote.repositories new file mode 100644 index 0000000..7a74f6a --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/plugins/maven-install-plugin/2.4/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:46 BST 2019 +maven-install-plugin-2.4.jar>central= +maven-install-plugin-2.4.pom>central= diff --git a/gradle/m2-old/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar b/gradle/m2-old/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar new file mode 100644 index 0000000..fd51266 Binary files /dev/null and b/gradle/m2-old/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar differ diff --git a/gradle/m2-old/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar.sha1 b/gradle/m2-old/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar.sha1 new file mode 100644 index 0000000..44d6010 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar.sha1 @@ -0,0 +1 @@ +9d1316166fe4c313f56276935e08df11f45267c2 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom b/gradle/m2-old/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom new file mode 100644 index 0000000..7425521 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom @@ -0,0 +1,193 @@ + + + + + + 4.0.0 + + + maven-plugins + org.apache.maven.plugins + 23 + ../maven-plugins/pom.xml + + + maven-install-plugin + 2.4 + maven-plugin + + Maven Install Plugin + Copies the project artifacts to the user's local repository. + 2004 + + + ${mavenVersion} + + + + scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-install-plugin-2.4 + scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-install-plugin-2.4 + http://svn.apache.org/viewvc/maven/plugins/tags/maven-install-plugin-2.4 + + + jira + http://jira.codehaus.org/browse/MINSTALL + + + + 2.0.6 + 3.1 + + + + + org.apache.maven + maven-plugin-api + ${mavenVersion} + + + org.apache.maven + maven-project + ${mavenVersion} + + + org.apache.maven + maven-model + ${mavenVersion} + + + org.apache.maven + maven-artifact-manager + ${mavenVersion} + + + org.apache.maven + maven-artifact + ${mavenVersion} + + + + + org.apache.maven.plugin-tools + maven-plugin-annotations + ${mavenPluginPluginVersion} + provided + + + + org.apache.maven.plugin-testing + maven-plugin-testing-harness + 1.2 + test + + + org.codehaus.plexus + plexus-utils + 3.0.5 + + + org.codehaus.plexus + plexus-digest + 1.0 + + + + + + Ludwig Magnusson + + + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + ${mavenPluginPluginVersion} + + true + + + + mojo-descriptor + process-classes + + descriptor + + + + help-goal + + helpmojo + + + + + + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + ${mavenPluginPluginVersion} + + + + + + + run-its + + + + + org.apache.maven.plugins + maven-invoker-plugin + 1.7 + + true + src/it + ${project.build.directory}/it + + */pom.xml + */non-default-pom.xml + + setup + verify + ${project.build.directory}/local-repo + src/it/settings.xml + true + + clean + install + + + + + + + + + diff --git a/gradle/m2-old/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom.sha1 new file mode 100644 index 0000000..a3c993d --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom.sha1 @@ -0,0 +1 @@ +a94328f3fcee1cebefa3d1224caa0050682da487 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/22/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/22/_remote.repositories new file mode 100644 index 0000000..fda9c72 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/22/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:46 BST 2019 +maven-plugins-22.pom>central= diff --git a/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom b/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom new file mode 100644 index 0000000..4354104 --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom @@ -0,0 +1,340 @@ + + + + 4.0.0 + + + org.apache.maven + maven-parent + 21 + ../../pom/maven/pom.xml + + + org.apache.maven.plugins + maven-plugins + 22 + pom + + Maven Plugins + Maven Plugins + http://maven.apache.org/plugins/ + + + + + Maven User List + users-subscribe@maven.apache.org + users-unsubscribe@maven.apache.org + users@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-users + + http://www.mail-archive.com/users@maven.apache.org/ + http://old.nabble.com/Maven---Users-f178.html + http://maven.users.markmail.org/ + + + + Maven Developer List + dev-subscribe@maven.apache.org + dev-unsubscribe@maven.apache.org + dev@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-dev + + http://www.mail-archive.com/dev@maven.apache.org/ + http://old.nabble.com/Maven-Developers-f179.html + http://maven.dev.markmail.org/ + + + + Maven Issues List + issues-subscribe@maven.apache.org + issues-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-issues/ + + http://www.mail-archive.com/issues@maven.apache.org + http://old.nabble.com/Maven---Issues-f15573.html + http://maven.issues.markmail.org/ + + + + Maven Commits List + commits-subscribe@maven.apache.org + commits-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-dev + + http://www.mail-archive.com/commits@maven.apache.org + http://old.nabble.com/Maven---Commits-f15575.html + http://maven.commits.markmail.org/ + + + + + Maven Announcements List + announce@maven.apache.org + announce-subscribe@maven.apache.org + announce-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-announce/ + + http://www.mail-archive.com/announce@maven.apache.org + http://old.nabble.com/Maven-Announcements-f15617.html + http://maven.announce.markmail.org/ + + + + Maven Notifications List + notifications-subscribe@maven.apache.org + notifications-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-notifications/ + + http://www.mail-archive.com/notifications@maven.apache.org + http://old.nabble.com/Maven---Notifications-f15574.html + http://maven.notifications.markmail.org/ + + + + + + scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-22 + scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-22 + http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-22 + + + Jenkins + https://builds.apache.org/hudson/job/maven-plugins/ + + + + + apache.website + scp://people.apache.org/www/maven.apache.org/plugins/ + + + + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + + false + + + + + + + + + org.apache.maven.plugins + maven-changes-plugin + 2.6 + + + JIRA + + 1000 + true + + org/apache/maven/plugins + + [ANN] ${project.name} ${project.version} Released + + announce@maven.apache.org + users@maven.apache.org + + + dev@maven.apache.org + + + ${apache.availid} + ${smtp.host} + + + + + org.apache.maven.shared + maven-shared-resources + 1 + + + + + maven-release-plugin + + https://svn.apache.org/repos/asf/maven/plugins/tags + + + + maven-site-plugin + + scp://people.apache.org/www/maven.apache.org/plugins/${project.artifactId}-${project.version} + + + + + + + maven-enforcer-plugin + + + + enforce + + ensure-no-container-api + + + + + org.codehaus.plexus:plexus-component-api + + The new containers are not supported. You probably added a dependency that is missing the exclusions. + + + true + + + + + + org.apache.maven.plugins + maven-plugin-plugin + + + generated-helpmojo + + helpmojo + + + + + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + 2.8 + + + + + + + quality-checks + + + quality-checks + true + + + + + + org.apache.maven.plugins + maven-docck-plugin + + + docck-check + verify + + check + + + + + + + + + run-its + + + + org.apache.maven.plugins + maven-invoker-plugin + + true + src/it + ${project.build.directory}/it + setup + verify + ${project.build.directory}/local-repo + src/it/settings.xml + + */pom.xml + + + + + integration-test + + install + integration-test + verify + + + + + + + + + reporting + + + + org.apache.maven.plugins + maven-invoker-plugin + 1.5 + + + + + + maven-3 + + + + ${basedir} + + + + + + + org.apache.maven.plugins + maven-site-plugin + false + + + attach-descriptor + + attach-descriptor + + + + + + + + + diff --git a/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom.sha1 new file mode 100644 index 0000000..12ad70e --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom.sha1 @@ -0,0 +1 @@ +beff44ae4eff1e5c79c01972083cd11fa6982462 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/23/_remote.repositories b/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/23/_remote.repositories new file mode 100644 index 0000000..59ef10c --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/23/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:46 BST 2019 +maven-plugins-23.pom>central= diff --git a/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom b/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom new file mode 100644 index 0000000..916423d --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom @@ -0,0 +1,266 @@ + + + + 4.0.0 + + + org.apache.maven + maven-parent + 22 + ../../pom/maven/pom.xml + + + org.apache.maven.plugins + maven-plugins + 23 + pom + + Maven Plugins + Maven Plugins + http://maven.apache.org/plugins/ + + + scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-23 + scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-23 + http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-23 + + + Jenkins + https://builds.apache.org/hudson/job/maven-plugins/ + + + + + apache.website + scp://people.apache.org/www/maven.apache.org/plugins/ + + + + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + + false + + + + + + + + + org.apache.maven.plugins + maven-changes-plugin + 2.7.1 + + + JIRA + + 1000 + true + + org/apache/maven/plugins + + [ANN] ${project.name} ${project.version} Released + + announce@maven.apache.org + users@maven.apache.org + + + dev@maven.apache.org + + + ${apache.availid} + ${smtp.host} + + + + + org.apache.maven.shared + maven-shared-resources + 1 + + + + + maven-release-plugin + + https://svn.apache.org/repos/asf/maven/plugins/tags + + + + maven-site-plugin + + scp://people.apache.org/www/maven.apache.org/plugins/${project.artifactId}-${project.version} + + + + + + + maven-enforcer-plugin + + + + enforce + + ensure-no-container-api + + + + + org.codehaus.plexus:plexus-component-api + + The new containers are not supported. You probably added a dependency that is missing the exclusions. + + + true + + + + + + org.apache.maven.plugins + maven-plugin-plugin + + + generated-helpmojo + + helpmojo + + + + + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + 3.1 + + + + + + + quality-checks + + + quality-checks + true + + + + + + org.apache.maven.plugins + maven-docck-plugin + + + docck-check + verify + + check + + + + + + + + + run-its + + + + org.apache.maven.plugins + maven-invoker-plugin + + true + src/it + ${project.build.directory}/it + setup + verify + ${project.build.directory}/local-repo + src/it/settings.xml + + */pom.xml + + + + + integration-test + + install + integration-test + verify + + + + + + + + + reporting + + + + org.apache.maven.plugins + maven-invoker-plugin + 1.6 + + + + + + maven-3 + + + + ${basedir} + + + + + + + org.apache.maven.plugins + maven-site-plugin + false + + + attach-descriptor + + attach-descriptor + + + + + + + + + diff --git a/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom.sha1 b/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom.sha1 new file mode 100644 index 0000000..3f61aba --- /dev/null +++ b/gradle/m2-old/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom.sha1 @@ -0,0 +1 @@ +d40d68ba1f88d8e9b0040f175a6ff41928abd5e7 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-components/1.1.7/_remote.repositories b/gradle/m2-old/repository/org/codehaus/plexus/plexus-components/1.1.7/_remote.repositories new file mode 100644 index 0000000..5531988 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-components/1.1.7/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +plexus-components-1.1.7.pom>central= diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom b/gradle/m2-old/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom new file mode 100644 index 0000000..9f5e66d --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom @@ -0,0 +1,69 @@ + + 4.0.0 + + plexus + org.codehaus.plexus + 1.0.8 + + org.codehaus.plexus + plexus-components + pom + 1.1.7 + Plexus Components Parent Project + + + + org.codehaus.plexus + plexus-container-default + 1.0-alpha-8 + + + + plexus-action + plexus-archiver + plexus-bayesian + plexus-command + plexus-compiler + plexus-drools + plexus-formica + plexus-formica-web + plexus-hibernate + plexus-i18n + plexus-interactivity + plexus-ircbot + plexus-jdo + plexus-jetty-httpd + plexus-jetty + plexus-mimetyper + plexus-mail-sender + plexus-notification + plexus-resources + plexus-taskqueue + plexus-velocity + plexus-xmlrpc + + + scm:svn:http://svn.codehaus.org/plexus/plexus-components/trunk/ + scm:svn:https://svn.codehaus.org/plexus/plexus-components/trunk + http://fisheye.codehaus.org/browse/plexus/plexus-components/trunk/ + + + + + org.codehaus.plexus + plexus-maven-plugin + 1.3.2 + + + + descriptor + + + + + + + diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom.sha1 b/gradle/m2-old/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom.sha1 new file mode 100644 index 0000000..a404d1c --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom.sha1 @@ -0,0 +1 @@ +5fcdd5b77b86b603af118b70281f48539031a9f3 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/_remote.repositories b/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/_remote.repositories new file mode 100644 index 0000000..16d7294 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +plexus-container-default-1.0-alpha-8.pom>central= diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom b/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom new file mode 100644 index 0000000..99e725b --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom @@ -0,0 +1,248 @@ + + 4.0.0 + org.codehaus.plexus + plexus-container-default + Default Plexus Container + 1.0-alpha-8 + + + + +
dev@plexus.codehaus.org
+
+
+ + irc + + 6667 + #plexus + irc.codehaus.org + + +
+
+ 2001 + + + Plexus Developer List + http://lists.codehaus.org/mailman/listinfo/plexus-dev + http://lists.codehaus.org/mailman/listinfo/plexus-dev + http://lists.codehaus.org/pipermail/plexus-dev/ + + + + + jvanzyl + Jason van Zyl + jason@zenplex.com + Zenplex + + Developer + Release Manager + + + + kaz + Pete Kazmier + + + + Developer + + + + jtaylor + James Taylor + james@jamestaylor.org + + + Developer + + + + dandiep + Dan Diephouse + dan@envoisolutions.com + Envoi solutions + + Developer + + + + kasper + Kasper Nielsen + apache@kav.dk + + + Developer + + + + bwalding + Ben Walding + bwalding@codehaus.org + Walding Consulting Services + + Developer + + + + mhw + Mark Wilkinson + mhw@kremvax.net + + Developer + + + + michal + Michal Maczka + mmaczka@interia.pl + + Developer + + + + evenisse + Emmanuel Venisse + evenisse@codehaus.org + + Developer + + + + trygvis + Trygve Laugstol + trygvis@codehaus.org + + Developer + + + + kenney + Kenney Westerhof + kenney@codehaus.org + + Developer + + + + + scm:svn:svn://svn.codehaus.org/plexus/scm/trunk/plexus-containers/plexus-container-default + scm:svn:https://svn.codehaus.org/plexus/trunk/plexus-containers/plexus-container-default + + + Codehaus + http://www.codehaus.org/ + + + src/main/java + src/main/scripts + src/test/java + target/classes + target/test-classes + + + src/main/resources + + + + + src/test/resources + + + target + plexus-container-default-1.0-alpha-8 + + + maven-release-plugin + 2.0-beta-2 + + https://svn.codehaus.org/plexus/tags + + + + maven-surefire-plugin + 2.0-beta-1 + + + **/Test*.java + **/Abstract*.java + + + + + + + + + false + + snapshots + Maven Snapshot Development Repository + http://snapshots.maven.codehaus.org/maven2 + + + + false + + central + Maven Repository Switchboard + http://repo1.maven.org/maven2 + + + + + + false + + snapshots-plugins + Maven Snapshot Plugins Development Repository + http://snapshots.maven.codehaus.org/maven2 + + + + false + + central + Maven Plugin Repository + http://repo1.maven.org/maven2 + + + + + org.codehaus.plexus + plexus-utils + 1.0.4 + compile + + + junit + junit + 3.8.1 + compile + + + classworlds + classworlds + 1.1-alpha-2 + compile + + + + target/site + + + + repo1 + Maven Central Repository + scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2 + + + snapshots + Maven Central Development Repository + scp://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2 + + deployed + +
\ No newline at end of file diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom.sha1 b/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom.sha1 new file mode 100644 index 0000000..3ee0cb2 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom.sha1 @@ -0,0 +1 @@ +3324c2065311b5cd636d3fe37353fe7558a6ec22 /home/projects/maven/repository-staging/to-ibiblio/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories b/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories new file mode 100644 index 0000000..a47a53f --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +plexus-container-default-1.0-alpha-9-stable-1.pom>central= +plexus-container-default-1.0-alpha-9-stable-1.jar>central= diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar b/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar new file mode 100644 index 0000000..d205236 Binary files /dev/null and b/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar differ diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar.sha1 b/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar.sha1 new file mode 100644 index 0000000..7121d89 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar.sha1 @@ -0,0 +1 @@ +94aea3010e250a334d9dab7f591114cd6c767458 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom b/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom new file mode 100644 index 0000000..5e52b57 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom @@ -0,0 +1,65 @@ + + + plexus-containers + org.codehaus.plexus + 1.0.3 + + 4.0.0 + plexus-container-default + Default Plexus Container + 1.0-alpha-9-stable-1 + + + + maven-surefire-plugin + + + **/Test*.java + **/Abstract*.java + + + + + + + org.apache.maven.wagon + wagon-webdav + 1.0-beta-2 + + + + + + junit + junit + 3.8.1 + compile + + + org.codehaus.plexus + plexus-utils + 1.0.4 + + + classworlds + classworlds + 1.1-alpha-2 + + + + + codehaus.org + Plexus Central Repository + dav:https://dav.codehaus.org/repository/plexus + + + codehaus.org + Plexus Central Development Repository + dav:https://dav.codehaus.org/snapshots.repository/plexus + + + codehaus.org + dav:https://dav.codehaus.org/plexus + + + diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom.sha1 b/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom.sha1 new file mode 100644 index 0000000..fbad1e3 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom.sha1 @@ -0,0 +1 @@ +f557cb47f4594ac941d0edf08093a03ce15b51ba \ No newline at end of file diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-containers/1.0.3/_remote.repositories b/gradle/m2-old/repository/org/codehaus/plexus/plexus-containers/1.0.3/_remote.repositories new file mode 100644 index 0000000..be16b04 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-containers/1.0.3/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:46 BST 2019 +plexus-containers-1.0.3.pom>central= diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom b/gradle/m2-old/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom new file mode 100644 index 0000000..cf94c7c --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom @@ -0,0 +1,17 @@ + + 4.0.0 + + org.codehaus.plexus + plexus + 1.0.4 + + org.codehaus.plexus + plexus-containers + pom + Parent Plexus Container POM + 1.0.3 + + plexus-container-artifact + plexus-container-default + + diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom.sha1 b/gradle/m2-old/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom.sha1 new file mode 100644 index 0000000..7e24b10 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom.sha1 @@ -0,0 +1 @@ +e16f1c9b83cdeb142fc038dd0262c61121d58c4b /home/projects/maven/repository-staging/to-ibiblio/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-digest/1.0/_remote.repositories b/gradle/m2-old/repository/org/codehaus/plexus/plexus-digest/1.0/_remote.repositories new file mode 100644 index 0000000..c708f62 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-digest/1.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +plexus-digest-1.0.pom>central= +plexus-digest-1.0.jar>central= diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar b/gradle/m2-old/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar new file mode 100644 index 0000000..d7eda22 Binary files /dev/null and b/gradle/m2-old/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar differ diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar.sha1 b/gradle/m2-old/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar.sha1 new file mode 100644 index 0000000..5ce344f --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar.sha1 @@ -0,0 +1 @@ +5f6a5a5140cd39e8c987cf6c31429d917b31166e \ No newline at end of file diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom b/gradle/m2-old/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom new file mode 100644 index 0000000..302a977 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom @@ -0,0 +1,34 @@ + + + plexus-components + org.codehaus.plexus + 1.1.7 + + 4.0.0 + plexus-digest + Plexus Digest / Hashcode Components + 1.0 + + scm:svn:https://svn.codehaus.org/plexus/tags/plexus-digest-1.0 + scm:svn:https://svn.codehaus.org/plexus/tags/plexus-digest-1.0 + https://svn.codehaus.org/plexus/tags/plexus-digest-1.0 + + + + + org.codehaus.plexus + plexus-maven-plugin + + + + descriptor + + + + + + + + deployed + + \ No newline at end of file diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom.sha1 b/gradle/m2-old/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom.sha1 new file mode 100644 index 0000000..fcf1eea --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom.sha1 @@ -0,0 +1 @@ +df5c2e55c9f30db34972661819437f1802128861 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.0.4/_remote.repositories b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.0.4/_remote.repositories new file mode 100644 index 0000000..dfd7ffb --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.0.4/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:46 BST 2019 +plexus-utils-1.0.4.pom>central= diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom new file mode 100644 index 0000000..4c60828 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom @@ -0,0 +1,235 @@ + + 4.0.0 + org.codehaus.plexus + plexus-utils + Plexus Common Utilities + 1.0.4 + + + + +
dev@plexus.codehaus.org
+
+
+ + irc + + 6667 + #plexus + irc.codehaus.org + + +
+
+ 2001 + + + Plexus Developer List + http://lists.codehaus.org/mailman/listinfo/plexus-dev + http://lists.codehaus.org/mailman/listinfo/plexus-dev + http://lists.codehaus.org/pipermail/plexus-dev/ + + + + + jvanzyl + Jason van Zyl + jason@zenplex.com + Zenplex + + Developer + Release Manager + + + + kaz + Pete Kazmier + + + + Developer + + + + jtaylor + James Taylor + james@jamestaylor.org + + + Developer + + + + dandiep + Dan Diephouse + dan@envoisolutions.com + Envoi solutions + + Developer + + + + kasper + Kasper Nielsen + apache@kav.dk + + + Developer + + + + bwalding + Ben Walding + bwalding@codehaus.org + Walding Consulting Services + + Developer + + + + mhw + Mark Wilkinson + mhw@kremvax.net + + Developer + + + + michal + Michal Maczka + mmaczka@interia.pl + + Developer + + + + evenisse + Emmanuel Venisse + evenisse@codehaus.org + + Developer + + + + trygvis + Trygve Laugstol + trygvis@codehaus.org + + Developer + + + + kenney + Kenney Westerhof + kenney@codehaus.org + + Developer + + + + + scm:svn:svn://svn.codehaus.org/plexus/scm/trunk/plexus-utils + scm:svn:https://svn.codehaus.org/plexus/trunk/plexus-utils + + + Codehaus + http://www.codehaus.org/ + + + src/main/java + src/main/scripts + src/test/java + target/classes + target/test-classes + + + src/main/resources + + + + + src/test/resources + + + target + + + maven-release-plugin + 2.0-beta-3-SNAPSHOT + + https://svn.codehaus.org/plexus/tags + + + + maven-surefire-plugin + RELEASE + + + org/codehaus/plexus/util/FileBasedTestCase.java + **/Test*.java + + + + + + + + + false + + snapshots + Maven Snapshot Development Repository + http://snapshots.maven.codehaus.org/maven2 + + + + false + + central + Maven Repository Switchboard + http://repo1.maven.org/maven2 + + + + + + false + + snapshots-plugins + Maven Snapshot Plugins Development Repository + http://snapshots.maven.codehaus.org/maven2 + + + + false + + central + Maven Plugin Repository + http://repo1.maven.org/maven2 + + + + + junit + junit + 3.8.1 + test + + + + target/site + + + + repo1 + Maven Central Repository + scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2 + + + snapshots + Maven Central Development Repository + scp://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2 + + deployed + +
\ No newline at end of file diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom.sha1 b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom.sha1 new file mode 100644 index 0000000..f74d077 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom.sha1 @@ -0,0 +1 @@ +a82e1ddd2d795616ac58d73ed246b8ec65326dfa /home/projects/maven/repository-staging/to-ibiblio/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.4.1/_remote.repositories b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.4.1/_remote.repositories new file mode 100644 index 0000000..6302a01 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.4.1/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:46 BST 2019 +plexus-utils-1.4.1.pom>central= diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom new file mode 100644 index 0000000..207a3ec --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom @@ -0,0 +1,50 @@ + + + plexus + org.codehaus.plexus + 1.0.11 + ../pom/pom.xml + + 4.0.0 + plexus-utils + Plexus Common Utilities + 1.4.1 + + + + maven-compiler-plugin + + + 1.3 + 1.3 + + + + maven-surefire-plugin + + + true + + org/codehaus/plexus/util/FileBasedTestCase.java + **/Test*.java + + + + + + + scm:svn:http://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-1.4.1 + scm:svn:https://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-1.4.1 + http://fisheye.codehaus.org/browse/plexus/plexus-utils/tags/plexus-utils-1.4.1 + + + + + maven-javadoc-plugin + + + maven-jxr-plugin + + + + diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom.sha1 b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom.sha1 new file mode 100644 index 0000000..cbbf6f8 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom.sha1 @@ -0,0 +1 @@ +0a77530df5e881e55a4ffaea4b6bf33d57bc5b26 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/3.0.5/_remote.repositories b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/3.0.5/_remote.repositories new file mode 100644 index 0000000..4a89a2f --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/3.0.5/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +plexus-utils-3.0.5.jar>central= +plexus-utils-3.0.5.pom>central= diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar new file mode 100644 index 0000000..1a011f3 Binary files /dev/null and b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar differ diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar.sha1 b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar.sha1 new file mode 100644 index 0000000..be55bdb --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar.sha1 @@ -0,0 +1 @@ +3da9c286180a66aba197db8ffa7bbdc756c3e31f \ No newline at end of file diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom new file mode 100644 index 0000000..282b590 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom @@ -0,0 +1,71 @@ + + + + + + 4.0.0 + + + org.codehaus.plexus + plexus + 3.1 + + + plexus-utils + 3.0.5 + + Plexus Common Utilities + A collection of various utility classes to ease working with strings, files, command lines, XML and more. + http://plexus.codehaus.org/plexus-utils + + + scm:git:git@github.com:sonatype/plexus-utils.git + scm:git:git@github.com:sonatype/plexus-utils.git + http://github.com/sonatype/plexus-utils + + + JIRA + http://jira.codehaus.org/browse/PLXUTILS + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + true + + org/codehaus/plexus/util/FileBasedTestCase.java + **/Test*.java + + + + JAVA_HOME + ${JAVA_HOME} + + + M2_HOME + ${M2_HOME} + + + + + + + diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom.sha1 b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom.sha1 new file mode 100644 index 0000000..a620007 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom.sha1 @@ -0,0 +1 @@ +880976a01d8f71ced7c8da841e571479bb7b6021 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.11/_remote.repositories b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.11/_remote.repositories new file mode 100644 index 0000000..18c2d25 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.11/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:46 BST 2019 +plexus-1.0.11.pom>central= diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom new file mode 100644 index 0000000..28ee574 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom @@ -0,0 +1,308 @@ + + 4.0.0 + org.codehaus.plexus + plexus + pom + Plexus + 1.0.11 + + + + mail + +
dev@plexus.codehaus.org
+
+
+ + irc + + irc.codehaus.org + 6667 + #plexus + + +
+
+ 2001 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + Plexus User List + http://xircles.codehaus.org/manage_email/user%40plexus.codehaus.org + http://xircles.codehaus.org/manage_email/user%40plexus.codehaus.org + http://archive.plexus.codehaus.org/user + + + Plexus Developer List + http://xircles.codehaus.org/manage_email/dev%40plexus.codehaus.org + http://xircles.codehaus.org/manage_email/dev%40plexus.codehaus.org + http://archive.plexus.codehaus.org/dev + + + Plexus Announce List + http://xircles.codehaus.org/manage_email/announce%40plexus.codehaus.org + http://xircles.codehaus.org/manage_email/announce%40plexus.codehaus.org + http://archive.plexus.codehaus.org/announce + + + Plexus Commit List + http://xircles.codehaus.org/manage_email/scm%40plexus.codehaus.org + http://xircles.codehaus.org/manage_email/scm%40plexus.codehaus.org + http://archive.plexus.codehaus.org/scm + + + + JIRA + http://jira.codehaus.org/browse/PLX + + + + + codehaus.org + Plexus Central Repository + dav:https://dav.codehaus.org/repository/plexus + + + codehaus.org + Plexus Central Development Repository + dav:https://dav.codehaus.org/snapshots.repository/plexus + + + codehaus.org + dav:https://dav.codehaus.org/plexus + + + + + codehaus.snapshots + Codehaus Snapshot Development Repository + http://snapshots.repository.codehaus.org + + false + + + + + + + jvanzyl + Jason van Zyl + jason@maven.org + + Developer + Release Manager + + + + kaz + Pete Kazmier + + + + Developer + + + + jtaylor + James Taylor + james@jamestaylor.org + + + Developer + + + + dandiep + Dan Diephouse + dan@envoisolutions.com + Envoi solutions + + Developer + + + + kasper + Kasper Nielsen + apache@kav.dk + + + Developer + + + + bwalding + Ben Walding + bwalding@codehaus.org + Walding Consulting Services + + Developer + + + + mhw + Mark Wilkinson + mhw@kremvax.net + + Developer + + + + michal + Michal Maczka + mmaczka@interia.pl + + Developer + + + + evenisse + Emmanuel Venisse + evenisse@codehaus.org + + Developer + + + + Trygve Laugstol + trygvis + trygvis@codehaus.org + + Developer + + + + Kenney Westerhof + kenney + kenney@codehaus.org + + Developer + + + + Carlos Sanchez + carlos + carlos@codehaus.org + + Developer + + + + Brett Porter + brett + brett@codehaus.org + + Developer + + + + John Casey + jdcasey + jdcasey@codehaus.org + + Developer + + + + Andrew Williams + handyande + andy@handyande.co.uk + + Developer + + + + Rahul Thakur + rahul + rahul.thakur.xdev@gmail.com + + Developer + + + + Joakim Erdfelt + joakime + joakim@erdfelt.com + + Developer + + + + Olivier Lamy + olamy + olamy@codehaus.org + + Developer + + + + + + junit + junit + 3.8.1 + test + + + + scm:svn:http://svn.codehaus.org/plexus/pom/trunk/ + scm:svn:https://svn.codehaus.org/plexus/pom/trunk/ + http://fisheye.codehaus.org/browse/plexus/pom/trunk/ + + + Codehaus + http://www.codehaus.org/ + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.4 + 1.4 + + + + + + + org.apache.maven.wagon + wagon-webdav + 1.0-beta-2 + + + + + + maven-release-plugin + + deploy + + + + + +
diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.sha1 b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.sha1 new file mode 100644 index 0000000..1ba2b3a --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.sha1 @@ -0,0 +1 @@ +4693d4512d50c5159bef1c49def1d2690a327c30 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.4/_remote.repositories b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.4/_remote.repositories new file mode 100644 index 0000000..8410fb9 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.4/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:46 BST 2019 +plexus-1.0.4.pom>central= diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom new file mode 100644 index 0000000..2cf5d56 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom @@ -0,0 +1,205 @@ + + 4.0.0 + org.codehaus.plexus + plexus + pom + Plexus + 1.0.4 + + + + mail + +
dev@plexus.codehaus.org
+
+
+ + irc + + irc.codehaus.org + 6667 + #plexus + + +
+
+ 2001 + + + Plexus Developer List + http://lists.codehaus.org/mailman/listinfo/plexus-dev + http://lists.codehaus.org/mailman/listinfo/plexus-dev + http://lists.codehaus.org/pipermail/plexus-dev/ + + + + + + repo1 + Maven Central Repository + scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2 + + + snapshots + Maven Central Development Repository + scp://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2 + + + + + snapshots + Maven Snapshot Development Repository + http://snapshots.maven.codehaus.org/maven2 + + false + + + + + + snapshots-plugins + Maven Snapshot Plugins Development Repository + http://snapshots.maven.codehaus.org/maven2 + + false + + + + + + + jvanzyl + Jason van Zyl + jason@zenplex.com + Zenplex + + Developer + Release Manager + + + + kaz + Pete Kazmier + + + + Developer + + + + jtaylor + James Taylor + james@jamestaylor.org + + + Developer + + + + dandiep + Dan Diephouse + dan@envoisolutions.com + Envoi solutions + + Developer + + + + kasper + Kasper Nielsen + apache@kav.dk + + + Developer + + + + bwalding + Ben Walding + bwalding@codehaus.org + Walding Consulting Services + + Developer + + + + mhw + Mark Wilkinson + mhw@kremvax.net + + Developer + + + + michal + Michal Maczka + mmaczka@interia.pl + + Developer + + + + evenisse + Emmanuel Venisse + evenisse@codehaus.org + + Developer + + + + Trygve Laugstøl + trygvis + trygvis@codehaus.org + + Developer + + + + Kenney Westerhof + kenney + kenney@codehaus.org + + Developer + + + + + + junit + junit + 3.8.1 + test + + + + scm:svn:svn://svn.codehaus.org/plexus/scm/trunk/ + scm:svn:https://svn.codehaus.org/plexus/trunk + + + Codehaus + http://www.codehaus.org/ + + + plexus-appserver + plexus-archetypes + plexus-components + plexus-component-factories + plexus-containers + plexus-logging + plexus-maven-plugin + plexus-services + plexus-tools + plexus-utils + + + + + org.apache.maven.plugins + maven-release-plugin + + https://svn.codehaus.org/plexus/tags + + + + +
diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom.sha1 b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom.sha1 new file mode 100644 index 0000000..290ef19 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom.sha1 @@ -0,0 +1 @@ +06f66b2f7d2eef1d805c11bca91c89984cda4137 /home/projects/maven/repository-staging/to-ibiblio/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.8/_remote.repositories b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.8/_remote.repositories new file mode 100644 index 0000000..f780570 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.8/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +plexus-1.0.8.pom>central= diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom new file mode 100644 index 0000000..cba2014 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom @@ -0,0 +1,259 @@ + + + 4.0.0 + org.codehaus.plexus + plexus + pom + Plexus + 1.0.8 + + + + mail + +
dev@plexus.codehaus.org
+
+
+ + irc + + irc.codehaus.org + 6667 + #plexus + + +
+
+ 2001 + + + Plexus Developer List + http://lists.codehaus.org/mailman/listinfo/plexus-dev + http://lists.codehaus.org/mailman/listinfo/plexus-dev + http://lists.codehaus.org/pipermail/plexus-dev/ + + + + JIRA + http://jira.codehaus.org/browse/PLX + + + + + codehaus.org + Plexus Central Repository + dav:https://dav.codehaus.org/repository/plexus + + + codehaus.org + Plexus Central Development Repository + dav:https://dav.codehaus.org/snapshots.repository/plexus + + + codehaus.org + dav:https://dav.codehaus.org/plexus + + + + + apache-snapshots + Snapshot repository + http://people.apache.org/maven-snapshot-repository + + false + + + + codehaus-snapshots + Codehaus Snapshot Development Repository + http://snapshots.repository.codehaus.org + + false + + + + + + codehaus-snapshots + Codehaus Snapshot Development Repository + http://snapshots.repository.codehaus.org + + false + + + + + + + jvanzyl + Jason van Zyl + jason@maven.org + + Developer + Release Manager + + + + kaz + Pete Kazmier + + + + Developer + + + + jtaylor + James Taylor + james@jamestaylor.org + + + Developer + + + + dandiep + Dan Diephouse + dan@envoisolutions.com + Envoi solutions + + Developer + + + + kasper + Kasper Nielsen + apache@kav.dk + + + Developer + + + + bwalding + Ben Walding + bwalding@codehaus.org + Walding Consulting Services + + Developer + + + + mhw + Mark Wilkinson + mhw@kremvax.net + + Developer + + + + michal + Michal Maczka + mmaczka@interia.pl + + Developer + + + + evenisse + Emmanuel Venisse + evenisse@codehaus.org + + Developer + + + + Trygve Laugstol + trygvis + trygvis@codehaus.org + + Developer + + + + Kenney Westerhof + kenney + kenney@codehaus.org + + Developer + + + + Carlos Sanchez + carlos + carlos@codehaus.org + + Developer + + + + Brett Porter + brett + brett@codehaus.org + + Developer + + + + John Casey + jdcasey + jdcasey@codehaus.org + + Developer + + + + + + junit + junit + 3.8.1 + test + + + + scm:svn:http://svn.codehaus.org/plexus/trunk/ + scm:svn:https://svn.codehaus.org/plexus/trunk + + + Codehaus + http://www.codehaus.org/ + + + + plexus-archetypes + plexus-examples + plexus-components + plexus-component-factories + plexus-containers + plexus-logging + plexus-maven-plugin + plexus-tools + plexus-utils + + + + + org.apache.maven.wagon + wagon-webdav + 1.0-beta-1 + + + + + org.apache.maven.plugins + maven-release-plugin + + https://svn.codehaus.org/plexus/tags + + + + +
diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom.sha1 b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom.sha1 new file mode 100644 index 0000000..5234d56 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom.sha1 @@ -0,0 +1 @@ +9e7c8432829962afe796b32587c1bfa841a317d5 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus/3.1/_remote.repositories b/gradle/m2-old/repository/org/codehaus/plexus/plexus/3.1/_remote.repositories new file mode 100644 index 0000000..f751a8f --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus/3.1/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +plexus-3.1.pom>central= diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom b/gradle/m2-old/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom new file mode 100644 index 0000000..04315ce --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom @@ -0,0 +1,589 @@ + + + + + + 4.0.0 + + + org.sonatype.spice + spice-parent + 17 + + + org.codehaus.plexus + plexus + pom + 3.1 + + Plexus + The Plexus project provides a full software stack for creating and executing software projects. + http://plexus.codehaus.org/ + 2001 + + Codehaus + http://www.codehaus.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + jvanzyl + Jason van Zyl + jason@maven.org + + Developer + Release Manager + + + + kaz + Pete Kazmier + + + + Developer + + + + jtaylor + James Taylor + james@jamestaylor.org + + + Developer + + + + dandiep + Dan Diephouse + dan@envoisolutions.com + Envoi solutions + + Developer + + + + kasper + Kasper Nielsen + apache@kav.dk + + + Developer + + + + bwalding + Ben Walding + bwalding@codehaus.org + Walding Consulting Services + + Developer + + + + mhw + Mark Wilkinson + mhw@kremvax.net + + Developer + + + + michal + Michal Maczka + mmaczka@interia.pl + + Developer + + + + evenisse + Emmanuel Venisse + evenisse@codehaus.org + + Developer + + + + Trygve Laugstøl + trygvis + trygvis@codehaus.org + + Developer + + + + Kenney Westerhof + kenney + kenney@codehaus.org + + Developer + + + + Carlos Sanchez + carlos + carlos@codehaus.org + + Developer + + + + Brett Porter + brett + brett@codehaus.org + + Developer + + + + John Casey + jdcasey + jdcasey@codehaus.org + + Developer + + + + Andrew Williams + handyande + andy@handyande.co.uk + + Developer + + + + Rahul Thakur + rahul + rahul.thakur.xdev@gmail.com + + Developer + + + + Joakim Erdfelt + joakime + joakim@erdfelt.com + + Developer + + + + Olivier Lamy + olamy + olamy@codehaus.org + + Developer + + + + Hervé Boutemy + hboutemy + hboutemy@codehaus.org + + Developer + + + + Oleg Gusakov + oleg + olegy@codehaus.org + + Developer + + + + Vincent Siveton + vsiveton + vsiveton@codehaus.org + + Developer + + + + + + + Plexus User List + http://xircles.codehaus.org/manage_email/user%40plexus.codehaus.org + http://xircles.codehaus.org/manage_email/user%40plexus.codehaus.org + http://archive.plexus.codehaus.org/user + user@plexus.codehaus.org + + + Plexus Developer List + http://xircles.codehaus.org/manage_email/dev%40plexus.codehaus.org + http://xircles.codehaus.org/manage_email/dev%40plexus.codehaus.org + http://archive.plexus.codehaus.org/dev + dev@plexus.codehaus.org + + + Plexus Announce List + http://xircles.codehaus.org/manage_email/announce%40plexus.codehaus.org + http://xircles.codehaus.org/manage_email/announce%40plexus.codehaus.org + http://archive.plexus.codehaus.org/announce + + + Plexus Commit List + http://xircles.codehaus.org/manage_email/scm%40plexus.codehaus.org + http://xircles.codehaus.org/manage_email/scm%40plexus.codehaus.org + http://archive.plexus.codehaus.org/scm + + + + + scm:git:git@github.com:sonatype/plexus-pom.git + scm:git:git@github.com:sonatype/plexus-pom.git + http://github.com/sonatype/plexus-pom + + + JIRA + http://jira.codehaus.org/browse/PLX + + + + + mail + +
dev@plexus.codehaus.org
+
+
+
+
+ + + plexus-releases + Plexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + plexus-snapshots + Plexus Snapshot Repository + ${plexusDistMgmtSnapshotsUrl} + + + codehaus.org + dav:https://dav.codehaus.org/plexus + + + + + UTF-8 + https://oss.sonatype.org/content/repositories/plexus-snapshots + + + + + junit + junit + 3.8.2 + test + + + + + + + + + org.apache.maven.plugins + maven-clean-plugin + 2.4.1 + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.6 + + + org.apache.maven.plugins + maven-gpg-plugin + 1.3 + + + org.apache.maven.plugins + maven-install-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.2 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + + org.apache.maven.plugins + maven-plugin-plugin + 2.8 + + + maven-release-plugin + 2.2.1 + + deploy + false + -Pplexus-release + + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + org.apache.maven.plugins + maven-site-plugin + 3.0 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.2 + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12 + + + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + + + index + summary + modules + license + project-team + scm + issue-tracking + mailing-list + dependency-management + dependencies + dependency-convergence + cim + plugin-management + plugins + distribution-management + + + + + + + + + + reporting + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + + + index + summary + modules + license + project-team + scm + issue-tracking + mailing-list + dependency-management + dependencies + dependency-convergence + cim + plugin-management + plugins + distribution-management + + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.9 + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.6 + + config/maven_checks.xml + https://raw.github.com/sonatype/plexus-pom/master/src/main/resources/config/plexus-header.txt + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.5 + + 1.5 + + rulesets/maven.xml + + + ${project.build.directory}/generated-sources/modello + ${project.build.directory}/generated-sources/plugin + + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + org.apache.maven.plugins + maven-jxr-plugin + 2.2 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + true + + http://junit.sourceforge.net/javadoc/ + + + + + + javadoc + test-javadoc + + + + + + + + + plexus-release + + + + org.apache.maven.plugins + maven-gpg-plugin + + ${gpg.passphrase} + + + + sign-artifacts + + sign + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + + + maven-3 + + + + ${basedir} + + + + + + org.apache.maven.plugins + maven-site-plugin + + + attach-descriptor + + attach-descriptor + + + + + + + + + +
diff --git a/gradle/m2-old/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom.sha1 b/gradle/m2-old/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom.sha1 new file mode 100644 index 0000000..506e962 --- /dev/null +++ b/gradle/m2-old/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom.sha1 @@ -0,0 +1 @@ +b64de86ceaa4f0e4d8ccc44a26c562c6fb7fb230 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/sonatype/forge/forge-parent/10/_remote.repositories b/gradle/m2-old/repository/org/sonatype/forge/forge-parent/10/_remote.repositories new file mode 100644 index 0000000..ca92069 --- /dev/null +++ b/gradle/m2-old/repository/org/sonatype/forge/forge-parent/10/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +forge-parent-10.pom>central= diff --git a/gradle/m2-old/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom b/gradle/m2-old/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom new file mode 100644 index 0000000..853fb2a --- /dev/null +++ b/gradle/m2-old/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom @@ -0,0 +1,317 @@ + + + + 4.0.0 + + org.sonatype.forge + forge-parent + pom + 10 + Sonatype Forge Parent Pom + + 2008 + http://forge.sonatype.com/ + + + Sonatype, Inc. + http://www.sonatype.com/ + + + + scm:svn:http://svn.sonatype.org/forge/tags/forge-parent-10 + http://svn.sonatype.org/forge/tags/forge-parent-10 + scm:svn:https://svn.sonatype.org/forge/tags/forge-parent-10 + + + + forge-releases + https://repository.sonatype.org/service/local/staging/deploy/maven2 + forge-snapshots + https://repository.sonatype.org/content/repositories/snapshots + UTF-8 + UTF-8 + + + + + ${forgeReleaseId} + ${forgeReleaseUrl} + + + ${forgeSnapshotId} + ${forgeSnapshotUrl} + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2.1 + + + org.apache.maven.plugins + maven-clean-plugin + 2.4.1 + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.2 + + + org.apache.maven.plugins + maven-deploy-plugin + 2.5 + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.8 + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.0 + + + org.apache.maven.plugins + maven-gpg-plugin + 1.2 + + + org.apache.maven.plugins + maven-install-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + + org.apache.maven.plugins + maven-release-plugin + 2.1 + + + forked-path + false + deploy + -Prelease + + + + org.apache.maven.plugins + maven-remote-resources-plugin + 1.2 + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + org.apache.maven.plugins + maven-scm-plugin + 1.4 + + + org.apache.maven.plugins + maven-site-plugin + 2.2 + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.8 + + true + + + + org.sonatype.plugins + sisu-maven-plugin + 1.0 + + + org.codehaus.mojo + animal-sniffer-maven-plugin + 1.6 + + + com.mycila.maven-license-plugin + maven-license-plugin + 1.9.0 + + + org.codehaus.modello + modello-maven-plugin + 1.4.1 + + true + + + + org.apache.felix + maven-bundle-plugin + 2.3.4 + + + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.4 + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.1 + + UnreadFields + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.2 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-pmd-plugin + 2.5 + + 1.5 + + + + + + + + release + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + ${gpg.passphrase} + + true + + + + + sign + + + + + + + true + org.apache.maven.plugins + maven-deploy-plugin + + ${deploy.altRepository} + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + ${project.build.sourceEncoding} + + + + attach-javadocs + + jar + + + + + + + + + + + \ No newline at end of file diff --git a/gradle/m2-old/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.sha1 b/gradle/m2-old/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.sha1 new file mode 100644 index 0000000..b4b62fc --- /dev/null +++ b/gradle/m2-old/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.sha1 @@ -0,0 +1 @@ +c24dc843444f348100c19ebd51157e7a5f61bfe7 \ No newline at end of file diff --git a/gradle/m2-old/repository/org/sonatype/spice/spice-parent/17/_remote.repositories b/gradle/m2-old/repository/org/sonatype/spice/spice-parent/17/_remote.repositories new file mode 100644 index 0000000..e176225 --- /dev/null +++ b/gradle/m2-old/repository/org/sonatype/spice/spice-parent/17/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:00:47 BST 2019 +spice-parent-17.pom>central= diff --git a/gradle/m2-old/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom b/gradle/m2-old/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom new file mode 100644 index 0000000..abe8170 --- /dev/null +++ b/gradle/m2-old/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom @@ -0,0 +1,211 @@ + + + 4.0.0 + + + org.sonatype.forge + forge-parent + 10 + + + + org.sonatype.spice + spice-parent + 17 + pom + + Sonatype Spice Components + + + scm:git:git://github.com/sonatype/oss-parents.git + scm:git:git@github.com:sonatype/oss-parents.git + https://github.com/sonatype/spice-parent + + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + Hudson + https://grid.sonatype.org/ci/view/Spice/ + + + + JIRA + https://issues.sonatype.org/browse/SPICE + + + + 2.1.1 + 1.6.1 + + + + + + + + + + org.sonatype.sisu + sisu-inject-bean + ${sisu-inject.version} + runtime + + + org.sonatype.sisu + sisu-guice + 2.9.4 + no_aop + runtime + + + javax.inject + javax.inject + 1 + compile + + + + + + org.sonatype.sisu + sisu-inject-plexus + ${sisu-inject.version} + compile + + + org.codehaus.plexus + plexus-component-annotations + 1.5.5 + compile + + + org.codehaus.plexus + plexus-classworlds + 2.4 + compile + + + org.codehaus.plexus + plexus-utils + 2.0.5 + compile + + + + + + + org.slf4j + slf4j-api + ${slf4j.version} + jar + compile + + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + jar + runtime + + + org.slf4j + jul-to-slf4j + ${slf4j.version} + jar + runtime + + + org.slf4j + slf4j-simple + ${slf4j.version} + jar + test + + + + + junit + junit + 4.8.2 + test + + + + + + + + + org.codehaus.plexus + plexus-component-metadata + 1.5.5 + + + process-classes + + generate-metadata + + + + process-test-classes + + generate-test-metadata + + + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.5 + + + + org.apache.maven.plugin-tools + maven-plugin-tools-javadoc + 2.5 + + + org.codehaus.plexus + plexus-javadoc + 1.0 + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.1.1 + + + + + dependencies + project-team + mailing-list + cim + issue-tracking + license + scm + + + + + + + diff --git a/gradle/m2-old/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.sha1 b/gradle/m2-old/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.sha1 new file mode 100644 index 0000000..42dafab --- /dev/null +++ b/gradle/m2-old/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.sha1 @@ -0,0 +1 @@ +7f500699ef371383492a4d6ee799b1a77ffd82cc \ No newline at end of file diff --git a/gradle/m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories b/gradle/m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories new file mode 100644 index 0000000..c2f8957 --- /dev/null +++ b/gradle/m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +classworlds-1.1-alpha-2.pom>central= +classworlds-1.1-alpha-2.jar>central= diff --git a/gradle/m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar b/gradle/m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar new file mode 100644 index 0000000..1208b48 Binary files /dev/null and b/gradle/m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar differ diff --git a/gradle/m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.sha1 b/gradle/m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.sha1 new file mode 100644 index 0000000..1b65028 --- /dev/null +++ b/gradle/m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.sha1 @@ -0,0 +1 @@ +05adf2e681c57d7f48038b602f3ca2254ee82d47 \ No newline at end of file diff --git a/gradle/m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom b/gradle/m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom new file mode 100644 index 0000000..6805b5d --- /dev/null +++ b/gradle/m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom @@ -0,0 +1,95 @@ + + 4.0.0 + classworlds + classworlds + classworlds + 1.1-alpha-2 + + http://classworlds.codehaus.org/ + + + +
classworlds-scm@lists.codehaus.org
+
+
+
+ 2002 + + + classworlds users + http://lists.codehaus.org/mailman/listinfo/classworlds-user + http://lists.codehaus.org/mailman/listinfo/classworlds-user + http://lists.codehaus.org/pipermail/classworlds-user/ + + + classworlds developers + http://lists.codehaus.org/mailman/listinfo/classworlds-dev + http://lists.codehaus.org/mailman/listinfo/classworlds-dev + http://lists.codehaus.org/pipermail/classworlds-dev/ + + + classworlds commit messages + http://lists.codehaus.org/mailman/listinfo/classworlds-scm + http://lists.codehaus.org/mailman/listinfo/classworlds-scm + http://lists.codehaus.org/pipermail/classworlds-scm/ + + + + + bob + bob mcwhirter + bob@werken.com + The Werken Company + + Founder + + + + jvanzyl + Jason van Zyl + jason@zenplex.com + Zenplex + + Developer + + + + bwalding + Ben Walding + ben@walding.com + Walding Consulting Services + + Developer + + + + + scm:cvs:pserver:anonymous@cvs.codehaus.org:/scm/cvspublic/:classworlds + http://cvs.classworlds.codehaus.org/ + + + The Codehaus + http://codehaus.org/ + + + src/java/main + src/java/test + + + maven-surefire-plugin + + + **/*Test.java + + + + + + + + default + Default Site + scp://classworlds.codehaus.org//www/classworlds.codehaus.org + + +
\ No newline at end of file diff --git a/gradle/m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.sha1 b/gradle/m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.sha1 new file mode 100644 index 0000000..0067565 --- /dev/null +++ b/gradle/m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.sha1 @@ -0,0 +1 @@ +8c8ad6a96a8c1168f8b12ec8a227b8261b160b26 /home/projects/maven/repository-staging/to-ibiblio/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom diff --git a/gradle/m2/repository/junit/junit/3.8.1/_remote.repositories b/gradle/m2/repository/junit/junit/3.8.1/_remote.repositories new file mode 100644 index 0000000..576827e --- /dev/null +++ b/gradle/m2/repository/junit/junit/3.8.1/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +junit-3.8.1.pom>central= +junit-3.8.1.jar>central= diff --git a/gradle/m2/repository/junit/junit/3.8.1/junit-3.8.1.jar b/gradle/m2/repository/junit/junit/3.8.1/junit-3.8.1.jar new file mode 100644 index 0000000..674d71e Binary files /dev/null and b/gradle/m2/repository/junit/junit/3.8.1/junit-3.8.1.jar differ diff --git a/gradle/m2/repository/junit/junit/3.8.1/junit-3.8.1.jar.sha1 b/gradle/m2/repository/junit/junit/3.8.1/junit-3.8.1.jar.sha1 new file mode 100644 index 0000000..ed10f03 --- /dev/null +++ b/gradle/m2/repository/junit/junit/3.8.1/junit-3.8.1.jar.sha1 @@ -0,0 +1 @@ +99129f16442844f6a4a11ae22fbbee40b14d774f \ No newline at end of file diff --git a/gradle/m2/repository/junit/junit/3.8.1/junit-3.8.1.pom b/gradle/m2/repository/junit/junit/3.8.1/junit-3.8.1.pom new file mode 100644 index 0000000..2169a65 --- /dev/null +++ b/gradle/m2/repository/junit/junit/3.8.1/junit-3.8.1.pom @@ -0,0 +1,29 @@ + + + 4.0.0 + junit + junit + 3.8.1 + JUnit + http://junit.org + + JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. + + + JUnit + http://www.junit.org + + + + Common Public License Version 1.0 + http://www.opensource.org/licenses/cpl1.0.txt + + + + http://junit.cvs.sourceforge.net/junit/ + + + + diff --git a/gradle/m2/repository/junit/junit/3.8.1/junit-3.8.1.pom.sha1 b/gradle/m2/repository/junit/junit/3.8.1/junit-3.8.1.pom.sha1 new file mode 100644 index 0000000..59fcd0c --- /dev/null +++ b/gradle/m2/repository/junit/junit/3.8.1/junit-3.8.1.pom.sha1 @@ -0,0 +1 @@ +16d74791c801c89b0071b1680ea0bc85c93417bb junit-3.8.1.pom diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/_remote.repositories b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/_remote.repositories new file mode 100644 index 0000000..53dd513 --- /dev/null +++ b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +org.apache.ant-1.6.5.pom>= +org.apache.ant-1.6.5.jar>= diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/org.apache.ant-1.6.5.jar b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/org.apache.ant-1.6.5.jar new file mode 100644 index 0000000..3beb3b8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/org.apache.ant-1.6.5.jar differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/org.apache.ant-1.6.5.pom b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/org.apache.ant-1.6.5.pom new file mode 100644 index 0000000..edefc8c --- /dev/null +++ b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/org.apache.ant-1.6.5.pom @@ -0,0 +1,9 @@ + + + 4.0.0 + org.apache.ant + org.apache.ant + 1.6.5 + POM was created from install:install-file + diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/META-INF/LICENSE.txt b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/META-INF/LICENSE.txt new file mode 100644 index 0000000..f820d4b --- /dev/null +++ b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/META-INF/LICENSE.txt @@ -0,0 +1,203 @@ +/* + * Apache License + * Version 2.0, January 2004 + * http://www.apache.org/licenses/ + * + * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + * + * 1. Definitions. + * + * "License" shall mean the terms and conditions for use, reproduction, + * and distribution as defined by Sections 1 through 9 of this document. + * + * "Licensor" shall mean the copyright owner or entity authorized by + * the copyright owner that is granting the License. + * + * "Legal Entity" shall mean the union of the acting entity and all + * other entities that control, are controlled by, or are under common + * control with that entity. For the purposes of this definition, + * "control" means (i) the power, direct or indirect, to cause the + * direction or management of such entity, whether by contract or + * otherwise, or (ii) ownership of fifty percent (50%) or more of the + * outstanding shares, or (iii) beneficial ownership of such entity. + * + * "You" (or "Your") shall mean an individual or Legal Entity + * exercising permissions granted by this License. + * + * "Source" form shall mean the preferred form for making modifications, + * including but not limited to software source code, documentation + * source, and configuration files. + * + * "Object" form shall mean any form resulting from mechanical + * transformation or translation of a Source form, including but + * not limited to compiled object code, generated documentation, + * and conversions to other media types. + * + * "Work" shall mean the work of authorship, whether in Source or + * Object form, made available under the License, as indicated by a + * copyright notice that is included in or attached to the work + * (an example is provided in the Appendix below). + * + * "Derivative Works" shall mean any work, whether in Source or Object + * form, that is based on (or derived from) the Work and for which the + * editorial revisions, annotations, elaborations, or other modifications + * represent, as a whole, an original work of authorship. For the purposes + * of this License, Derivative Works shall not include works that remain + * separable from, or merely link (or bind by name) to the interfaces of, + * the Work and Derivative Works thereof. + * + * "Contribution" shall mean any work of authorship, including + * the original version of the Work and any modifications or additions + * to that Work or Derivative Works thereof, that is intentionally + * submitted to Licensor for inclusion in the Work by the copyright owner + * or by an individual or Legal Entity authorized to submit on behalf of + * the copyright owner. For the purposes of this definition, "submitted" + * means any form of electronic, verbal, or written communication sent + * to the Licensor or its representatives, including but not limited to + * communication on electronic mailing lists, source code control systems, + * and issue tracking systems that are managed by, or on behalf of, the + * Licensor for the purpose of discussing and improving the Work, but + * excluding communication that is conspicuously marked or otherwise + * designated in writing by the copyright owner as "Not a Contribution." + * + * "Contributor" shall mean Licensor and any individual or Legal Entity + * on behalf of whom a Contribution has been received by Licensor and + * subsequently incorporated within the Work. + * + * 2. Grant of Copyright License. Subject to the terms and conditions of + * this License, each Contributor hereby grants to You a perpetual, + * worldwide, non-exclusive, no-charge, royalty-free, irrevocable + * copyright license to reproduce, prepare Derivative Works of, + * publicly display, publicly perform, sublicense, and distribute the + * Work and such Derivative Works in Source or Object form. + * + * 3. Grant of Patent License. Subject to the terms and conditions of + * this License, each Contributor hereby grants to You a perpetual, + * worldwide, non-exclusive, no-charge, royalty-free, irrevocable + * (except as stated in this section) patent license to make, have made, + * use, offer to sell, sell, import, and otherwise transfer the Work, + * where such license applies only to those patent claims licensable + * by such Contributor that are necessarily infringed by their + * Contribution(s) alone or by combination of their Contribution(s) + * with the Work to which such Contribution(s) was submitted. If You + * institute patent litigation against any entity (including a + * cross-claim or counterclaim in a lawsuit) alleging that the Work + * or a Contribution incorporated within the Work constitutes direct + * or contributory patent infringement, then any patent licenses + * granted to You under this License for that Work shall terminate + * as of the date such litigation is filed. + * + * 4. Redistribution. You may reproduce and distribute copies of the + * Work or Derivative Works thereof in any medium, with or without + * modifications, and in Source or Object form, provided that You + * meet the following conditions: + * + * (a) You must give any other recipients of the Work or + * Derivative Works a copy of this License; and + * + * (b) You must cause any modified files to carry prominent notices + * stating that You changed the files; and + * + * (c) You must retain, in the Source form of any Derivative Works + * that You distribute, all copyright, patent, trademark, and + * attribution notices from the Source form of the Work, + * excluding those notices that do not pertain to any part of + * the Derivative Works; and + * + * (d) If the Work includes a "NOTICE" text file as part of its + * distribution, then any Derivative Works that You distribute must + * include a readable copy of the attribution notices contained + * within such NOTICE file, excluding those notices that do not + * pertain to any part of the Derivative Works, in at least one + * of the following places: within a NOTICE text file distributed + * as part of the Derivative Works; within the Source form or + * documentation, if provided along with the Derivative Works; or, + * within a display generated by the Derivative Works, if and + * wherever such third-party notices normally appear. The contents + * of the NOTICE file are for informational purposes only and + * do not modify the License. You may add Your own attribution + * notices within Derivative Works that You distribute, alongside + * or as an addendum to the NOTICE text from the Work, provided + * that such additional attribution notices cannot be construed + * as modifying the License. + * + * You may add Your own copyright statement to Your modifications and + * may provide additional or different license terms and conditions + * for use, reproduction, or distribution of Your modifications, or + * for any such Derivative Works as a whole, provided Your use, + * reproduction, and distribution of the Work otherwise complies with + * the conditions stated in this License. + * + * 5. Submission of Contributions. Unless You explicitly state otherwise, + * any Contribution intentionally submitted for inclusion in the Work + * by You to the Licensor shall be under the terms and conditions of + * this License, without any additional terms or conditions. + * Notwithstanding the above, nothing herein shall supersede or modify + * the terms of any separate license agreement you may have executed + * with Licensor regarding such Contributions. + * + * 6. Trademarks. This License does not grant permission to use the trade + * names, trademarks, service marks, or product names of the Licensor, + * except as required for reasonable and customary use in describing the + * origin of the Work and reproducing the content of the NOTICE file. + * + * 7. Disclaimer of Warranty. Unless required by applicable law or + * agreed to in writing, Licensor provides the Work (and each + * Contributor provides its Contributions) on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + * implied, including, without limitation, any warranties or conditions + * of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + * PARTICULAR PURPOSE. You are solely responsible for determining the + * appropriateness of using or redistributing the Work and assume any + * risks associated with Your exercise of permissions under this License. + * + * 8. Limitation of Liability. In no event and under no legal theory, + * whether in tort (including negligence), contract, or otherwise, + * unless required by applicable law (such as deliberate and grossly + * negligent acts) or agreed to in writing, shall any Contributor be + * liable to You for damages, including any direct, indirect, special, + * incidental, or consequential damages of any character arising as a + * result of this License or out of the use or inability to use the + * Work (including but not limited to damages for loss of goodwill, + * work stoppage, computer failure or malfunction, or any and all + * other commercial damages or losses), even if such Contributor + * has been advised of the possibility of such damages. + * + * 9. Accepting Warranty or Additional Liability. While redistributing + * the Work or Derivative Works thereof, You may choose to offer, + * and charge a fee for, acceptance of support, warranty, indemnity, + * or other liability obligations and/or rights consistent with this + * License. However, in accepting such obligations, You may act only + * on Your own behalf and on Your sole responsibility, not on behalf + * of any other Contributor, and only if You agree to indemnify, + * defend, and hold each Contributor harmless for any liability + * incurred by, or claims asserted against, such Contributor by reason + * of your accepting any such warranty or additional liability. + * + * END OF TERMS AND CONDITIONS + * + * APPENDIX: How to apply the Apache License to your work. + * + * To apply the Apache License to your work, attach the following + * boilerplate notice, with the fields enclosed by brackets "[]" + * replaced with your own identifying information. (Don't include + * the brackets!) The text should be enclosed in the appropriate + * comment syntax for the file format. We also recommend that a + * file or class name and description of purpose be included on the + * same "printed page" as the copyright notice for easier + * identification within third-party archives. + * + * Copyright [yyyy] [name of copyright owner] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/META-INF/MANIFEST.MF b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/META-INF/MANIFEST.MF new file mode 100644 index 0000000..9bef2f3 --- /dev/null +++ b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/META-INF/MANIFEST.MF @@ -0,0 +1,14 @@ +Manifest-Version: 1.0 +Ant-Version: Apache Ant 1.6.5 +Created-By: 1.4.1_02-b06 (Sun Microsystems Inc.) +Main-Class: org.apache.tools.ant.Main + +Name: org/apache/tools/ant/ +Extension-name: org.apache.tools.ant +Specification-Title: Apache Ant +Specification-Version: 1.6.5 +Specification-Vendor: Apache Software Foundation +Implementation-Title: org.apache.tools.ant +Implementation-Version: 1.6.5 +Implementation-Vendor: Apache Software Foundation + diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/META-INF/NOTICE.txt b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/META-INF/NOTICE.txt new file mode 100644 index 0000000..1fb6dde --- /dev/null +++ b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/META-INF/NOTICE.txt @@ -0,0 +1,15 @@ + ========================================================================= + == NOTICE file corresponding to the section 4 d of == + == the Apache License, Version 2.0, == + == in this case for the Apache Ant distribution. == + ========================================================================= + + This product includes software developed by + The Apache Software Foundation (http://www.apache.org/). + + This product includes also software developed by : + - the W3C consortium (http://www.w3c.org) , + - the SAX project (http://www.saxproject.org) + + Please read the different LICENSE files present in the root directory of + this distribution. diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/images/ant_logo_large.gif b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/images/ant_logo_large.gif new file mode 100644 index 0000000..e99363b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/images/ant_logo_large.gif differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/AntClassLoader$ResourceEnumeration.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/AntClassLoader$ResourceEnumeration.class new file mode 100644 index 0000000..3a18e27 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/AntClassLoader$ResourceEnumeration.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/AntClassLoader.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/AntClassLoader.class new file mode 100644 index 0000000..71de9e8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/AntClassLoader.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/AntTypeDefinition.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/AntTypeDefinition.class new file mode 100644 index 0000000..6975af1 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/AntTypeDefinition.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/BuildEvent.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/BuildEvent.class new file mode 100644 index 0000000..77b20a0 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/BuildEvent.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/BuildException.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/BuildException.class new file mode 100644 index 0000000..4f35e7c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/BuildException.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/BuildListener.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/BuildListener.class new file mode 100644 index 0000000..3171137 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/BuildListener.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/BuildLogger.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/BuildLogger.class new file mode 100644 index 0000000..4f211d0 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/BuildLogger.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ComponentHelper$AntTypeTable.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ComponentHelper$AntTypeTable.class new file mode 100644 index 0000000..393d4ee Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ComponentHelper$AntTypeTable.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ComponentHelper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ComponentHelper.class new file mode 100644 index 0000000..4351b40 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ComponentHelper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DefaultLogger.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DefaultLogger.class new file mode 100644 index 0000000..6b64182 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DefaultLogger.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DemuxInputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DemuxInputStream.class new file mode 100644 index 0000000..2cb2320 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DemuxInputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DemuxOutputStream$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DemuxOutputStream$1.class new file mode 100644 index 0000000..bb4860d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DemuxOutputStream$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DemuxOutputStream$BufferInfo.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DemuxOutputStream$BufferInfo.class new file mode 100644 index 0000000..131a504 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DemuxOutputStream$BufferInfo.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DemuxOutputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DemuxOutputStream.class new file mode 100644 index 0000000..3ad8028 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DemuxOutputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Diagnostics$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Diagnostics$1.class new file mode 100644 index 0000000..51636c6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Diagnostics$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Diagnostics.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Diagnostics.class new file mode 100644 index 0000000..fd4cb73 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Diagnostics.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DirectoryScanner.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DirectoryScanner.class new file mode 100644 index 0000000..a78b8f7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DirectoryScanner.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicAttribute.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicAttribute.class new file mode 100644 index 0000000..8255adc Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicAttribute.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicAttributeNS.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicAttributeNS.class new file mode 100644 index 0000000..03ea262 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicAttributeNS.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicConfigurator.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicConfigurator.class new file mode 100644 index 0000000..9a9d60d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicConfigurator.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicConfiguratorNS.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicConfiguratorNS.class new file mode 100644 index 0000000..cc5f985 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicConfiguratorNS.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicElement.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicElement.class new file mode 100644 index 0000000..f4decf1 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicElement.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicElementNS.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicElementNS.class new file mode 100644 index 0000000..98569b1 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/DynamicElementNS.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Executor.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Executor.class new file mode 100644 index 0000000..0dfe38e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Executor.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ExitException.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ExitException.class new file mode 100644 index 0000000..b4600e1 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ExitException.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ExitStatusException.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ExitStatusException.class new file mode 100644 index 0000000..c27c445 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ExitStatusException.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/FileScanner.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/FileScanner.class new file mode 100644 index 0000000..b821fcb Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/FileScanner.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$1.class new file mode 100644 index 0000000..576b0f2 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$10.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$10.class new file mode 100644 index 0000000..2f4fb8a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$10.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$2.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$2.class new file mode 100644 index 0000000..6bcd950 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$2.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$3.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$3.class new file mode 100644 index 0000000..1d42e41 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$3.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$4.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$4.class new file mode 100644 index 0000000..665d18d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$4.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$5.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$5.class new file mode 100644 index 0000000..ab44356 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$5.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$6.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$6.class new file mode 100644 index 0000000..043fee0 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$6.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$7.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$7.class new file mode 100644 index 0000000..d8ef34c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$7.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$8.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$8.class new file mode 100644 index 0000000..ded136e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$8.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$9.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$9.class new file mode 100644 index 0000000..25f4b36 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$9.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$AddNestedCreator.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$AddNestedCreator.class new file mode 100644 index 0000000..673c4f6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$AddNestedCreator.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$AttributeSetter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$AttributeSetter.class new file mode 100644 index 0000000..97cf891 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$AttributeSetter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$CreateNestedCreator.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$CreateNestedCreator.class new file mode 100644 index 0000000..a07d2c8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$CreateNestedCreator.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$Creator.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$Creator.class new file mode 100644 index 0000000..d5bc5db Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$Creator.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$NestedCreator.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$NestedCreator.class new file mode 100644 index 0000000..c6c8f6a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper$NestedCreator.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper.class new file mode 100644 index 0000000..c71925a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/IntrospectionHelper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Location.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Location.class new file mode 100644 index 0000000..3c4170d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Location.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/MagicNames.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/MagicNames.class new file mode 100644 index 0000000..f33b6bc Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/MagicNames.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Main.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Main.class new file mode 100644 index 0000000..7745117 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Main.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/NoBannerLogger.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/NoBannerLogger.class new file mode 100644 index 0000000..06964d3 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/NoBannerLogger.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/PathTokenizer.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/PathTokenizer.class new file mode 100644 index 0000000..6b5d1d4 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/PathTokenizer.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Project$AntRefTable.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Project$AntRefTable.class new file mode 100644 index 0000000..69aa48d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Project$AntRefTable.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Project.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Project.class new file mode 100644 index 0000000..baf3d27 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Project.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ProjectComponent.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ProjectComponent.class new file mode 100644 index 0000000..77e2bce Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ProjectComponent.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ProjectHelper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ProjectHelper.class new file mode 100644 index 0000000..021accb Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/ProjectHelper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/PropertyHelper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/PropertyHelper.class new file mode 100644 index 0000000..932d913 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/PropertyHelper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/RuntimeConfigurable.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/RuntimeConfigurable.class new file mode 100644 index 0000000..c1112c1 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/RuntimeConfigurable.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/SubBuildListener.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/SubBuildListener.class new file mode 100644 index 0000000..2d3dfcb Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/SubBuildListener.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Target.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Target.class new file mode 100644 index 0000000..2962c1f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Target.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Task.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Task.class new file mode 100644 index 0000000..414d643 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/Task.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/TaskAdapter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/TaskAdapter.class new file mode 100644 index 0000000..b820aea Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/TaskAdapter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/TaskContainer.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/TaskContainer.class new file mode 100644 index 0000000..95c423e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/TaskContainer.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/TypeAdapter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/TypeAdapter.class new file mode 100644 index 0000000..bd63e04 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/TypeAdapter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/UnknownElement.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/UnknownElement.class new file mode 100644 index 0000000..23ab371 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/UnknownElement.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/UnsupportedAttributeException.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/UnsupportedAttributeException.class new file mode 100644 index 0000000..d1ba718 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/UnsupportedAttributeException.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/UnsupportedElementException.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/UnsupportedElementException.class new file mode 100644 index 0000000..22d3e12 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/UnsupportedElementException.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/XmlLogger$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/XmlLogger$1.class new file mode 100644 index 0000000..be27a8e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/XmlLogger$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/XmlLogger$TimedElement.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/XmlLogger$TimedElement.class new file mode 100644 index 0000000..c9785d7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/XmlLogger$TimedElement.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/XmlLogger.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/XmlLogger.class new file mode 100644 index 0000000..7130942 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/XmlLogger.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/defaultManifest.mf b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/defaultManifest.mf new file mode 100644 index 0000000..2ccfc56 --- /dev/null +++ b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/defaultManifest.mf @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Ant-Version: Apache Ant 1.6.5 + diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/BaseFilterReader.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/BaseFilterReader.class new file mode 100644 index 0000000..74f4dd4 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/BaseFilterReader.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/BaseParamFilterReader.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/BaseParamFilterReader.class new file mode 100644 index 0000000..28c1cf5 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/BaseParamFilterReader.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ChainableReader.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ChainableReader.class new file mode 100644 index 0000000..b148408 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ChainableReader.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ClassConstants.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ClassConstants.class new file mode 100644 index 0000000..e618fb8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ClassConstants.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ConcatFilter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ConcatFilter.class new file mode 100644 index 0000000..f4ff823 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ConcatFilter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/EscapeUnicode.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/EscapeUnicode.class new file mode 100644 index 0000000..e7d15c6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/EscapeUnicode.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ExpandProperties.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ExpandProperties.class new file mode 100644 index 0000000..acaa91c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ExpandProperties.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/HeadFilter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/HeadFilter.class new file mode 100644 index 0000000..2684eea Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/HeadFilter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/LineContains$Contains.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/LineContains$Contains.class new file mode 100644 index 0000000..e0b4254 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/LineContains$Contains.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/LineContains.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/LineContains.class new file mode 100644 index 0000000..246848e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/LineContains.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/LineContainsRegExp.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/LineContainsRegExp.class new file mode 100644 index 0000000..ea9b854 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/LineContainsRegExp.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/PrefixLines.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/PrefixLines.class new file mode 100644 index 0000000..1850b5f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/PrefixLines.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ReplaceTokens$Token.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ReplaceTokens$Token.class new file mode 100644 index 0000000..4b61d30 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ReplaceTokens$Token.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ReplaceTokens.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ReplaceTokens.class new file mode 100644 index 0000000..e38a2ba Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/ReplaceTokens.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/StringInputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/StringInputStream.class new file mode 100644 index 0000000..d5c7eda Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/StringInputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/StripJavaComments.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/StripJavaComments.class new file mode 100644 index 0000000..d819e25 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/StripJavaComments.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/StripLineBreaks.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/StripLineBreaks.class new file mode 100644 index 0000000..a1907dd Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/StripLineBreaks.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/StripLineComments$Comment.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/StripLineComments$Comment.class new file mode 100644 index 0000000..4743d88 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/StripLineComments$Comment.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/StripLineComments.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/StripLineComments.class new file mode 100644 index 0000000..7ab9b6e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/StripLineComments.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TabsToSpaces.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TabsToSpaces.class new file mode 100644 index 0000000..7255565 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TabsToSpaces.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TailFilter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TailFilter.class new file mode 100644 index 0000000..dfc660f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TailFilter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$1.class new file mode 100644 index 0000000..0b871f8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$ChainableReaderFilter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$ChainableReaderFilter.class new file mode 100644 index 0000000..5d23546 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$ChainableReaderFilter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$ContainsRegex.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$ContainsRegex.class new file mode 100644 index 0000000..e586b01 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$ContainsRegex.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$ContainsString.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$ContainsString.class new file mode 100644 index 0000000..9f1453c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$ContainsString.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$DeleteCharacters.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$DeleteCharacters.class new file mode 100644 index 0000000..6eb6186 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$DeleteCharacters.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$FileTokenizer.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$FileTokenizer.class new file mode 100644 index 0000000..77a2a9e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$FileTokenizer.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$Filter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$Filter.class new file mode 100644 index 0000000..a5d338e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$Filter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$IgnoreBlank.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$IgnoreBlank.class new file mode 100644 index 0000000..70c4eba Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$IgnoreBlank.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$ReplaceRegex.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$ReplaceRegex.class new file mode 100644 index 0000000..8e7c2a9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$ReplaceRegex.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$ReplaceString.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$ReplaceString.class new file mode 100644 index 0000000..0b8e1ed Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$ReplaceString.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$StringTokenizer.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$StringTokenizer.class new file mode 100644 index 0000000..2314609 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$StringTokenizer.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$Trim.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$Trim.class new file mode 100644 index 0000000..4aa7971 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter$Trim.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter.class new file mode 100644 index 0000000..505b4c9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/TokenFilter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/util/ChainReaderHelper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/util/ChainReaderHelper.class new file mode 100644 index 0000000..07c2821 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/util/ChainReaderHelper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/util/JavaClassHelper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/util/JavaClassHelper.class new file mode 100644 index 0000000..538aa88 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/filters/util/JavaClassHelper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/AntXMLContext.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/AntXMLContext.class new file mode 100644 index 0000000..c5892cc Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/AntXMLContext.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/DefaultExecutor.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/DefaultExecutor.class new file mode 100644 index 0000000..1bb0ef2 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/DefaultExecutor.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$AntHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$AntHandler.class new file mode 100644 index 0000000..d51899a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$AntHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$ElementHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$ElementHandler.class new file mode 100644 index 0000000..a6dd780 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$ElementHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$MainHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$MainHandler.class new file mode 100644 index 0000000..2bed47d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$MainHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$ProjectHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$ProjectHandler.class new file mode 100644 index 0000000..1debe8d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$ProjectHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$RootHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$RootHandler.class new file mode 100644 index 0000000..a8838b9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$RootHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$TargetHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$TargetHandler.class new file mode 100644 index 0000000..43fcd78 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2$TargetHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2.class new file mode 100644 index 0000000..9e618ae Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelper2.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$AbstractHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$AbstractHandler.class new file mode 100644 index 0000000..145d280 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$AbstractHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$DataTypeHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$DataTypeHandler.class new file mode 100644 index 0000000..a323207 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$DataTypeHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$DescriptionHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$DescriptionHandler.class new file mode 100644 index 0000000..aaa41d1 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$DescriptionHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$NestedElementHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$NestedElementHandler.class new file mode 100644 index 0000000..e42d199 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$NestedElementHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$ProjectHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$ProjectHandler.class new file mode 100644 index 0000000..e46a428 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$ProjectHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$RootHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$RootHandler.class new file mode 100644 index 0000000..d7a892e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$RootHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$TargetHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$TargetHandler.class new file mode 100644 index 0000000..b7d5847 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$TargetHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$TaskHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$TaskHandler.class new file mode 100644 index 0000000..0b3c499 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl$TaskHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl.class new file mode 100644 index 0000000..c3fc48e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/ProjectHelperImpl.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/SingleCheckExecutor.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/SingleCheckExecutor.class new file mode 100644 index 0000000..026aabf Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/helper/SingleCheckExecutor.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/input/DefaultInputHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/input/DefaultInputHandler.class new file mode 100644 index 0000000..ab1e4fe Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/input/DefaultInputHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/input/InputHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/input/InputHandler.class new file mode 100644 index 0000000..6deacb7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/input/InputHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/input/InputRequest.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/input/InputRequest.class new file mode 100644 index 0000000..4c6f2b6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/input/InputRequest.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/input/MultipleChoiceInputRequest.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/input/MultipleChoiceInputRequest.class new file mode 100644 index 0000000..7236f7d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/input/MultipleChoiceInputRequest.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/input/PropertyFileInputHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/input/PropertyFileInputHandler.class new file mode 100644 index 0000000..14baa0a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/input/PropertyFileInputHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/listener/AnsiColorLogger.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/listener/AnsiColorLogger.class new file mode 100644 index 0000000..2abc922 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/listener/AnsiColorLogger.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/listener/MailLogger.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/listener/MailLogger.class new file mode 100644 index 0000000..acdc7d3 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/listener/MailLogger.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/listener/defaults.properties b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/listener/defaults.properties new file mode 100644 index 0000000..f60a3fd --- /dev/null +++ b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/listener/defaults.properties @@ -0,0 +1,43 @@ +#################################################### +# +# ANSI COLOR LOGGER CONFIGURATION +# +# Format for AnsiColorLogger.*= +# Attribute;Foreground;Background +# +# Attribute is one of the following: +# 0 -> Reset All Attributes (return to normal mode) +# 1 -> Bright (Usually turns on BOLD) +# 2 -> Dim +# 3 -> Underline +# 5 -> link +# 7 -> Reverse +# 8 -> Hidden +# +# Foreground is one of the following: +# 30 -> Black +# 31 -> Red +# 32 -> Green +# 33 -> Yellow +# 34 -> Blue +# 35 -> Magenta +# 36 -> Cyan +# 37 -> White +# +# Background is one of the following: +# 40 -> Black +# 41 -> Red +# 42 -> Green +# 43 -> Yellow +# 44 -> Blue +# 45 -> Magenta +# 46 -> Cyan +# 47 -> White +# +#################################################### + +AnsiColorLogger.ERROR_COLOR=2;31 +AnsiColorLogger.WARNING_COLOR=2;35 +AnsiColorLogger.INFO_COLOR=2;36 +AnsiColorLogger.VERBOSE_COLOR=2;32 +AnsiColorLogger.DEBUG_COLOR=2;34 diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/loader/AntClassLoader2.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/loader/AntClassLoader2.class new file mode 100644 index 0000000..50483bb Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/loader/AntClassLoader2.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/AbstractCvsTask.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/AbstractCvsTask.class new file mode 100644 index 0000000..aab8ab2 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/AbstractCvsTask.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Ant$Reference.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Ant$Reference.class new file mode 100644 index 0000000..54579ec Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Ant$Reference.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Ant$TargetElement.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Ant$TargetElement.class new file mode 100644 index 0000000..68dae41 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Ant$TargetElement.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Ant.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Ant.class new file mode 100644 index 0000000..9a025a1 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Ant.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/AntStructure.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/AntStructure.class new file mode 100644 index 0000000..577cf57 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/AntStructure.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Antlib.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Antlib.class new file mode 100644 index 0000000..c2fe548 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Antlib.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/AntlibDefinition.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/AntlibDefinition.class new file mode 100644 index 0000000..0b525cb Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/AntlibDefinition.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Available$FileDir.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Available$FileDir.class new file mode 100644 index 0000000..d65fdbe Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Available$FileDir.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Available.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Available.class new file mode 100644 index 0000000..08a4b04 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Available.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/BUnzip2.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/BUnzip2.class new file mode 100644 index 0000000..35d863b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/BUnzip2.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/BZip2.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/BZip2.class new file mode 100644 index 0000000..dbfec6c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/BZip2.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Basename.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Basename.class new file mode 100644 index 0000000..fba9a24 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Basename.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/BuildNumber.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/BuildNumber.class new file mode 100644 index 0000000..5f5b4ba Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/BuildNumber.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/CVSPass.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/CVSPass.class new file mode 100644 index 0000000..f2fa0b3 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/CVSPass.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/CallTarget.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/CallTarget.class new file mode 100644 index 0000000..0dedb64 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/CallTarget.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Checksum.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Checksum.class new file mode 100644 index 0000000..3baef77 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Checksum.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Chmod.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Chmod.class new file mode 100644 index 0000000..924b7e7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Chmod.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Concat$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Concat$1.class new file mode 100644 index 0000000..04bb788 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Concat$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Concat$MultiReader.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Concat$MultiReader.class new file mode 100644 index 0000000..80ad131 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Concat$MultiReader.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Concat$TextElement.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Concat$TextElement.class new file mode 100644 index 0000000..4b8c53b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Concat$TextElement.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Concat.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Concat.class new file mode 100644 index 0000000..1a7b093 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Concat.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ConditionTask.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ConditionTask.class new file mode 100644 index 0000000..1703a66 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ConditionTask.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Copy.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Copy.class new file mode 100644 index 0000000..750c764 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Copy.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Copydir.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Copydir.class new file mode 100644 index 0000000..f307790 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Copydir.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Copyfile.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Copyfile.class new file mode 100644 index 0000000..b63062e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Copyfile.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Cvs.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Cvs.class new file mode 100644 index 0000000..be1a7c3 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Cvs.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/DefBase.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/DefBase.class new file mode 100644 index 0000000..5edf421 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/DefBase.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/DefaultExcludes.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/DefaultExcludes.class new file mode 100644 index 0000000..07591b6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/DefaultExcludes.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Definer$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Definer$1.class new file mode 100644 index 0000000..7d22d32 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Definer$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Definer$Format.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Definer$Format.class new file mode 100644 index 0000000..6147439 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Definer$Format.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Definer$OnError.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Definer$OnError.class new file mode 100644 index 0000000..3302c0a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Definer$OnError.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Definer$ResourceStack.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Definer$ResourceStack.class new file mode 100644 index 0000000..93fbfa4 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Definer$ResourceStack.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Definer.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Definer.class new file mode 100644 index 0000000..c92738c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Definer.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Delete.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Delete.class new file mode 100644 index 0000000..5c44c60 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Delete.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Deltree.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Deltree.class new file mode 100644 index 0000000..ca7117f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Deltree.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/DependSet.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/DependSet.class new file mode 100644 index 0000000..e2bdd02 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/DependSet.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Dirname.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Dirname.class new file mode 100644 index 0000000..2649558 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Dirname.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Ear.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Ear.class new file mode 100644 index 0000000..b65f6f9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Ear.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Echo$EchoLevel.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Echo$EchoLevel.class new file mode 100644 index 0000000..62aa466 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Echo$EchoLevel.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Echo.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Echo.class new file mode 100644 index 0000000..da21619 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Echo.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Exec$StreamPumper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Exec$StreamPumper.class new file mode 100644 index 0000000..879f743 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Exec$StreamPumper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Exec.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Exec.class new file mode 100644 index 0000000..26205b7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Exec.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecTask.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecTask.class new file mode 100644 index 0000000..fb12183 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecTask.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$1.class new file mode 100644 index 0000000..925e5f7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$CommandLauncher.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$CommandLauncher.class new file mode 100644 index 0000000..02ca5bb Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$CommandLauncher.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$CommandLauncherProxy.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$CommandLauncherProxy.class new file mode 100644 index 0000000..4f01974 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$CommandLauncherProxy.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$Java11CommandLauncher.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$Java11CommandLauncher.class new file mode 100644 index 0000000..68f32f3 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$Java11CommandLauncher.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$Java13CommandLauncher.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$Java13CommandLauncher.class new file mode 100644 index 0000000..5e083fd Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$Java13CommandLauncher.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$MacCommandLauncher.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$MacCommandLauncher.class new file mode 100644 index 0000000..3f34c7d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$MacCommandLauncher.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$OS2CommandLauncher.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$OS2CommandLauncher.class new file mode 100644 index 0000000..4cde1c8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$OS2CommandLauncher.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$PerlScriptCommandLauncher.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$PerlScriptCommandLauncher.class new file mode 100644 index 0000000..34eaa33 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$PerlScriptCommandLauncher.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$ScriptCommandLauncher.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$ScriptCommandLauncher.class new file mode 100644 index 0000000..5312219 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$ScriptCommandLauncher.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$VmsCommandLauncher.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$VmsCommandLauncher.class new file mode 100644 index 0000000..4d617c5 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$VmsCommandLauncher.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$WinNTCommandLauncher.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$WinNTCommandLauncher.class new file mode 100644 index 0000000..d05a1f9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute$WinNTCommandLauncher.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute.class new file mode 100644 index 0000000..b06ffee Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Execute.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecuteJava.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecuteJava.class new file mode 100644 index 0000000..b9d79e0 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecuteJava.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecuteOn$FileDirBoth.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecuteOn$FileDirBoth.class new file mode 100644 index 0000000..e1af1fd Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecuteOn$FileDirBoth.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecuteOn.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecuteOn.class new file mode 100644 index 0000000..1e4b423 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecuteOn.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecuteStreamHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecuteStreamHandler.class new file mode 100644 index 0000000..d65075a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecuteStreamHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecuteWatchdog.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecuteWatchdog.class new file mode 100644 index 0000000..789020b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ExecuteWatchdog.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Exit$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Exit$1.class new file mode 100644 index 0000000..0c6217c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Exit$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Exit$NestedCondition.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Exit$NestedCondition.class new file mode 100644 index 0000000..91bbdd7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Exit$NestedCondition.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Exit.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Exit.class new file mode 100644 index 0000000..4626ac7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Exit.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Expand.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Expand.class new file mode 100644 index 0000000..de0572a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Expand.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Filter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Filter.class new file mode 100644 index 0000000..d600247 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Filter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/FixCRLF$AddAsisRemove.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/FixCRLF$AddAsisRemove.class new file mode 100644 index 0000000..2f1f9d4 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/FixCRLF$AddAsisRemove.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/FixCRLF$CrLf.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/FixCRLF$CrLf.class new file mode 100644 index 0000000..da69469 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/FixCRLF$CrLf.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/FixCRLF$OneLiner$BufferLine.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/FixCRLF$OneLiner$BufferLine.class new file mode 100644 index 0000000..d59221f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/FixCRLF$OneLiner$BufferLine.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/FixCRLF$OneLiner.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/FixCRLF$OneLiner.class new file mode 100644 index 0000000..e8a22e8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/FixCRLF$OneLiner.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/FixCRLF.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/FixCRLF.class new file mode 100644 index 0000000..683938d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/FixCRLF.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/GUnzip.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/GUnzip.class new file mode 100644 index 0000000..db5bcbf Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/GUnzip.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/GZip.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/GZip.class new file mode 100644 index 0000000..3bd95af Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/GZip.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/GenerateKey$DistinguishedName.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/GenerateKey$DistinguishedName.class new file mode 100644 index 0000000..32c91eb Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/GenerateKey$DistinguishedName.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/GenerateKey$DnameParam.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/GenerateKey$DnameParam.class new file mode 100644 index 0000000..d8b9cde Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/GenerateKey$DnameParam.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/GenerateKey.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/GenerateKey.class new file mode 100644 index 0000000..b6b07c7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/GenerateKey.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Get$Base64Converter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Get$Base64Converter.class new file mode 100644 index 0000000..eb39e35 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Get$Base64Converter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Get$DownloadProgress.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Get$DownloadProgress.class new file mode 100644 index 0000000..748aa85 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Get$DownloadProgress.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Get$NullProgress.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Get$NullProgress.class new file mode 100644 index 0000000..628914e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Get$NullProgress.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Get$VerboseProgress.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Get$VerboseProgress.class new file mode 100644 index 0000000..b0cad57 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Get$VerboseProgress.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Get.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Get.class new file mode 100644 index 0000000..d20258a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Get.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ImportTask.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ImportTask.class new file mode 100644 index 0000000..0e1a84f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ImportTask.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Input.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Input.class new file mode 100644 index 0000000..ea8a40a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Input.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/JDBCTask.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/JDBCTask.class new file mode 100644 index 0000000..c61bef6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/JDBCTask.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Jar$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Jar$1.class new file mode 100644 index 0000000..bb8a9dd Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Jar$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Jar$FilesetManifestConfig.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Jar$FilesetManifestConfig.class new file mode 100644 index 0000000..ca53e1a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Jar$FilesetManifestConfig.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Jar.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Jar.class new file mode 100644 index 0000000..f7b8d7e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Jar.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Java.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Java.class new file mode 100644 index 0000000..fba7def Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Java.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javac$ImplementationSpecificArgument.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javac$ImplementationSpecificArgument.class new file mode 100644 index 0000000..26c19f0 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javac$ImplementationSpecificArgument.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javac.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javac.class new file mode 100644 index 0000000..9b3a80d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javac.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$1.class new file mode 100644 index 0000000..cfc7032 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$AccessType.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$AccessType.class new file mode 100644 index 0000000..62fe289 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$AccessType.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$DocletInfo.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$DocletInfo.class new file mode 100644 index 0000000..d33f9c8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$DocletInfo.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$DocletParam.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$DocletParam.class new file mode 100644 index 0000000..f12dd4a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$DocletParam.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$ExtensionInfo.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$ExtensionInfo.class new file mode 100644 index 0000000..b3665e6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$ExtensionInfo.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$GroupArgument.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$GroupArgument.class new file mode 100644 index 0000000..e64594b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$GroupArgument.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$Html.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$Html.class new file mode 100644 index 0000000..fa0981f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$Html.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$JavadocOutputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$JavadocOutputStream.class new file mode 100644 index 0000000..eb67965 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$JavadocOutputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$LinkArgument.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$LinkArgument.class new file mode 100644 index 0000000..4b7f5f5 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$LinkArgument.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$PackageName.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$PackageName.class new file mode 100644 index 0000000..8f8e78b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$PackageName.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$SourceFile.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$SourceFile.class new file mode 100644 index 0000000..1065659 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$SourceFile.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$TagArgument.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$TagArgument.class new file mode 100644 index 0000000..98e1ddb Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc$TagArgument.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc.class new file mode 100644 index 0000000..e46ae5d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Javadoc.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Jikes.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Jikes.class new file mode 100644 index 0000000..852d072 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Jikes.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/JikesOutputParser.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/JikesOutputParser.class new file mode 100644 index 0000000..28aa6e9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/JikesOutputParser.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/KeySubst.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/KeySubst.class new file mode 100644 index 0000000..bb668ea Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/KeySubst.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$1.class new file mode 100644 index 0000000..ee0fa3f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$AllHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$AllHandler.class new file mode 100644 index 0000000..e81e4a0 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$AllHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$ConditionHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$ConditionHandler.class new file mode 100644 index 0000000..07d3051 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$ConditionHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$EachHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$EachHandler.class new file mode 100644 index 0000000..15752cf Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$EachHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$FileMode.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$FileMode.class new file mode 100644 index 0000000..ca609bc Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$FileMode.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$Handler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$Handler.class new file mode 100644 index 0000000..8ce72a0 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$Handler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$PropertyOutputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$PropertyOutputStream.class new file mode 100644 index 0000000..de84ec4 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$PropertyOutputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$When.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$When.class new file mode 100644 index 0000000..fcb711b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length$When.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length.class new file mode 100644 index 0000000..ed6bc39 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Length.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/LoadFile.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/LoadFile.class new file mode 100644 index 0000000..a125bfc Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/LoadFile.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/LoadProperties.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/LoadProperties.class new file mode 100644 index 0000000..d023e41 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/LoadProperties.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/LogOutputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/LogOutputStream.class new file mode 100644 index 0000000..2e1b3c8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/LogOutputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/LogStreamHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/LogStreamHandler.class new file mode 100644 index 0000000..13bbe3b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/LogStreamHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef$Attribute.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef$Attribute.class new file mode 100644 index 0000000..b59d366 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef$Attribute.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef$MyAntTypeDefinition.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef$MyAntTypeDefinition.class new file mode 100644 index 0000000..2c852f7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef$MyAntTypeDefinition.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef$NestedSequential.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef$NestedSequential.class new file mode 100644 index 0000000..d078189 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef$NestedSequential.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef$TemplateElement.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef$TemplateElement.class new file mode 100644 index 0000000..33c176b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef$TemplateElement.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef$Text.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef$Text.class new file mode 100644 index 0000000..73f3144 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef$Text.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef.class new file mode 100644 index 0000000..4bb7abf Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroDef.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroInstance$Element.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroInstance$Element.class new file mode 100644 index 0000000..468403c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroInstance$Element.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroInstance.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroInstance.class new file mode 100644 index 0000000..7b255a7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MacroInstance.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Manifest$Attribute.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Manifest$Attribute.class new file mode 100644 index 0000000..fc468fa Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Manifest$Attribute.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Manifest$Section.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Manifest$Section.class new file mode 100644 index 0000000..67d71a9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Manifest$Section.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Manifest.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Manifest.class new file mode 100644 index 0000000..3a43113 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Manifest.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ManifestException.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ManifestException.class new file mode 100644 index 0000000..24eb9d8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ManifestException.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ManifestTask$Mode.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ManifestTask$Mode.class new file mode 100644 index 0000000..401d6ff Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ManifestTask$Mode.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ManifestTask.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ManifestTask.class new file mode 100644 index 0000000..9d0552a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ManifestTask.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MatchingTask.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MatchingTask.class new file mode 100644 index 0000000..fc30e40 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/MatchingTask.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Mkdir.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Mkdir.class new file mode 100644 index 0000000..16b9a46 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Mkdir.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Move.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Move.class new file mode 100644 index 0000000..e7380ca Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Move.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Nice.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Nice.class new file mode 100644 index 0000000..813deca Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Nice.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Pack.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Pack.class new file mode 100644 index 0000000..14dfa1c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Pack.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Parallel$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Parallel$1.class new file mode 100644 index 0000000..b7be449 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Parallel$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Parallel$TaskList.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Parallel$TaskList.class new file mode 100644 index 0000000..4c3ab2b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Parallel$TaskList.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Parallel$TaskRunnable.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Parallel$TaskRunnable.class new file mode 100644 index 0000000..2bd72c8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Parallel$TaskRunnable.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Parallel.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Parallel.class new file mode 100644 index 0000000..73d001b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Parallel.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Patch.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Patch.class new file mode 100644 index 0000000..5f8841b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Patch.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PathConvert$MapEntry.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PathConvert$MapEntry.class new file mode 100644 index 0000000..19ec92e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PathConvert$MapEntry.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PathConvert$TargetOs.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PathConvert$TargetOs.class new file mode 100644 index 0000000..6fddf91 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PathConvert$TargetOs.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PathConvert.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PathConvert.class new file mode 100644 index 0000000..166abca Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PathConvert.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PreSetDef$PreSetDefinition.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PreSetDef$PreSetDefinition.class new file mode 100644 index 0000000..b880ea7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PreSetDef$PreSetDefinition.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PreSetDef.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PreSetDef.class new file mode 100644 index 0000000..f8f6757 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PreSetDef.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ProcessDestroyer$ProcessDestroyerImpl.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ProcessDestroyer$ProcessDestroyerImpl.class new file mode 100644 index 0000000..d7001ae Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ProcessDestroyer$ProcessDestroyerImpl.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ProcessDestroyer.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ProcessDestroyer.class new file mode 100644 index 0000000..b215ba2 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/ProcessDestroyer.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Property.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Property.class new file mode 100644 index 0000000..7191741 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Property.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PumpStreamHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PumpStreamHandler.class new file mode 100644 index 0000000..523b1bd Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/PumpStreamHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Recorder$ActionChoices.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Recorder$ActionChoices.class new file mode 100644 index 0000000..cc3d807 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Recorder$ActionChoices.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Recorder$VerbosityLevelChoices.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Recorder$VerbosityLevelChoices.class new file mode 100644 index 0000000..9560084 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Recorder$VerbosityLevelChoices.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Recorder.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Recorder.class new file mode 100644 index 0000000..b4d8bc1 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Recorder.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/RecorderEntry.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/RecorderEntry.class new file mode 100644 index 0000000..be37b2d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/RecorderEntry.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Redirector$PropertyOutputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Redirector$PropertyOutputStream.class new file mode 100644 index 0000000..ca6c0c7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Redirector$PropertyOutputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Redirector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Redirector.class new file mode 100644 index 0000000..9a9ff10 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Redirector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Rename.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Rename.class new file mode 100644 index 0000000..4ebab6e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Rename.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Replace$NestedString.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Replace$NestedString.class new file mode 100644 index 0000000..5643df6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Replace$NestedString.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Replace$Replacefilter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Replace$Replacefilter.class new file mode 100644 index 0000000..d599e16 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Replace$Replacefilter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Replace.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Replace.class new file mode 100644 index 0000000..c0198b3 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Replace.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Rmic$ImplementationSpecificArgument.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Rmic$ImplementationSpecificArgument.class new file mode 100644 index 0000000..9b62c3e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Rmic$ImplementationSpecificArgument.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Rmic.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Rmic.class new file mode 100644 index 0000000..0e2b156 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Rmic.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SQLExec$DelimiterType.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SQLExec$DelimiterType.class new file mode 100644 index 0000000..b124b17 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SQLExec$DelimiterType.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SQLExec$OnError.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SQLExec$OnError.class new file mode 100644 index 0000000..6589825 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SQLExec$OnError.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SQLExec$Transaction.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SQLExec$Transaction.class new file mode 100644 index 0000000..69c1ea1 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SQLExec$Transaction.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SQLExec.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SQLExec.class new file mode 100644 index 0000000..858de36 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SQLExec.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SendEmail.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SendEmail.class new file mode 100644 index 0000000..161d8d9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SendEmail.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Sequential.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Sequential.class new file mode 100644 index 0000000..e1f3572 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Sequential.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SignJar.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SignJar.class new file mode 100644 index 0000000..ae7ed6c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SignJar.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Sleep.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Sleep.class new file mode 100644 index 0000000..afe2745 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Sleep.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/StreamPumper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/StreamPumper.class new file mode 100644 index 0000000..75cf68d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/StreamPumper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SubAnt.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SubAnt.class new file mode 100644 index 0000000..86290ea Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/SubAnt.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Sync$MyCopy.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Sync$MyCopy.class new file mode 100644 index 0000000..7b36d99 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Sync$MyCopy.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Sync.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Sync.class new file mode 100644 index 0000000..4f46963 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Sync.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tar$TarCompressionMethod.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tar$TarCompressionMethod.class new file mode 100644 index 0000000..a792a9c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tar$TarCompressionMethod.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tar$TarFileSet.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tar$TarFileSet.class new file mode 100644 index 0000000..1e182ee Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tar$TarFileSet.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tar$TarLongFileMode.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tar$TarLongFileMode.class new file mode 100644 index 0000000..a8c4ad1 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tar$TarLongFileMode.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tar.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tar.class new file mode 100644 index 0000000..e98d8b4 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tar.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/TaskOutputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/TaskOutputStream.class new file mode 100644 index 0000000..2b2661f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/TaskOutputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Taskdef.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Taskdef.class new file mode 100644 index 0000000..95c48c1 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Taskdef.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/TempFile.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/TempFile.class new file mode 100644 index 0000000..c66e91a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/TempFile.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Touch$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Touch$1.class new file mode 100644 index 0000000..0f9f694 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Touch$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Touch$2.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Touch$2.class new file mode 100644 index 0000000..d0a0488 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Touch$2.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Touch$DateFormatFactory.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Touch$DateFormatFactory.class new file mode 100644 index 0000000..58e00d6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Touch$DateFormatFactory.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Touch.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Touch.class new file mode 100644 index 0000000..e19c9bc9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Touch.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Transform.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Transform.class new file mode 100644 index 0000000..87830b6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Transform.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tstamp$CustomFormat.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tstamp$CustomFormat.class new file mode 100644 index 0000000..c180e3c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tstamp$CustomFormat.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tstamp$Unit.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tstamp$Unit.class new file mode 100644 index 0000000..7c0e7ed Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tstamp$Unit.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tstamp.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tstamp.class new file mode 100644 index 0000000..f0a4821 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Tstamp.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Typedef.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Typedef.class new file mode 100644 index 0000000..0ddac55 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Typedef.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Unpack.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Unpack.class new file mode 100644 index 0000000..b825fb9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Unpack.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Untar$UntarCompressionMethod.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Untar$UntarCompressionMethod.class new file mode 100644 index 0000000..ea2971b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Untar$UntarCompressionMethod.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Untar.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Untar.class new file mode 100644 index 0000000..2fb3589 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Untar.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/UpToDate.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/UpToDate.class new file mode 100644 index 0000000..e389b6a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/UpToDate.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/WaitFor$Unit.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/WaitFor$Unit.class new file mode 100644 index 0000000..b7b1503 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/WaitFor$Unit.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/WaitFor.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/WaitFor.class new file mode 100644 index 0000000..1bdeecf Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/WaitFor.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/War.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/War.class new file mode 100644 index 0000000..8713ec9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/War.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/WhichResource.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/WhichResource.class new file mode 100644 index 0000000..966fb3c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/WhichResource.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTLiaison.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTLiaison.class new file mode 100644 index 0000000..958aa1f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTLiaison.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTLiaison2.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTLiaison2.class new file mode 100644 index 0000000..0c2899f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTLiaison2.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTLogger.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTLogger.class new file mode 100644 index 0000000..29f71c0 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTLogger.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTLoggerAware.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTLoggerAware.class new file mode 100644 index 0000000..0889a36 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTLoggerAware.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$1.class new file mode 100644 index 0000000..f76c213 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$Factory$Attribute.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$Factory$Attribute.class new file mode 100644 index 0000000..11cb9d6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$Factory$Attribute.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$Factory.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$Factory.class new file mode 100644 index 0000000..4c9e060 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$Factory.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$OutputProperty.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$OutputProperty.class new file mode 100644 index 0000000..e7ddef0 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$OutputProperty.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$Param.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$Param.class new file mode 100644 index 0000000..be4d816 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$Param.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$StyleMapper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$StyleMapper.class new file mode 100644 index 0000000..071841e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess$StyleMapper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess.class new file mode 100644 index 0000000..6515417 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XSLTProcess.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XmlProperty.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XmlProperty.class new file mode 100644 index 0000000..3ff1ca6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/XmlProperty.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Zip$ArchiveState.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Zip$ArchiveState.class new file mode 100644 index 0000000..bfb5fa1 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Zip$ArchiveState.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Zip$Duplicate.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Zip$Duplicate.class new file mode 100644 index 0000000..f613411 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Zip$Duplicate.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Zip$WhenEmpty.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Zip$WhenEmpty.class new file mode 100644 index 0000000..fb68c69 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Zip$WhenEmpty.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Zip.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Zip.class new file mode 100644 index 0000000..11087a7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/Zip.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/CompilerAdapter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/CompilerAdapter.class new file mode 100644 index 0000000..61f1d0b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/CompilerAdapter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.class new file mode 100644 index 0000000..e17cae2 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.class new file mode 100644 index 0000000..9ccb6cd Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Gcj.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Gcj.class new file mode 100644 index 0000000..58165b7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Gcj.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Javac12.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Javac12.class new file mode 100644 index 0000000..444114e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Javac12.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Javac13.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Javac13.class new file mode 100644 index 0000000..df1d562 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Javac13.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/JavacExternal.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/JavacExternal.class new file mode 100644 index 0000000..235dd21 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/JavacExternal.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Jikes.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Jikes.class new file mode 100644 index 0000000..0a89502 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Jikes.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Jvc.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Jvc.class new file mode 100644 index 0000000..2b6a48c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Jvc.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Kjc.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Kjc.class new file mode 100644 index 0000000..c20ebd9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Kjc.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Sj.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Sj.class new file mode 100644 index 0000000..8d4af3f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/compilers/Sj.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/And.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/And.class new file mode 100644 index 0000000..b6f8bc1 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/And.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Condition.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Condition.class new file mode 100644 index 0000000..9417305 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Condition.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/ConditionBase.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/ConditionBase.class new file mode 100644 index 0000000..d56c60c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/ConditionBase.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Contains.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Contains.class new file mode 100644 index 0000000..8be1d91 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Contains.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Equals.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Equals.class new file mode 100644 index 0000000..cb7b032 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Equals.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/FilesMatch.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/FilesMatch.class new file mode 100644 index 0000000..3399980 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/FilesMatch.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Http.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Http.class new file mode 100644 index 0000000..f9559ad Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Http.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/IsFalse.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/IsFalse.class new file mode 100644 index 0000000..84a72af Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/IsFalse.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/IsFileSelected.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/IsFileSelected.class new file mode 100644 index 0000000..b5288e6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/IsFileSelected.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/IsReference.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/IsReference.class new file mode 100644 index 0000000..4223f23 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/IsReference.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/IsSet.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/IsSet.class new file mode 100644 index 0000000..988958c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/IsSet.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/IsTrue.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/IsTrue.class new file mode 100644 index 0000000..465c35f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/IsTrue.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Not.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Not.class new file mode 100644 index 0000000..91b1a25 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Not.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Or.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Or.class new file mode 100644 index 0000000..ef38fda Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Or.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Os.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Os.class new file mode 100644 index 0000000..2f21cf9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Os.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Socket.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Socket.class new file mode 100644 index 0000000..7541dc8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/condition/Socket.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.class new file mode 100644 index 0000000..3c5c147 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.class new file mode 100644 index 0000000..4de54d5 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.class new file mode 100644 index 0000000..06f1112 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.class new file mode 100644 index 0000000..937441b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.class new file mode 100644 index 0000000..93acae9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/CvsTagEntry.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/CvsTagEntry.class new file mode 100644 index 0000000..1e355be Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/CvsTagEntry.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/CvsUser.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/CvsUser.class new file mode 100644 index 0000000..41a4f25 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/CvsUser.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/CvsVersion.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/CvsVersion.class new file mode 100644 index 0000000..d5e2c57 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/CvsVersion.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/RCSFile.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/RCSFile.class new file mode 100644 index 0000000..d92c4ca Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/RCSFile.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/RedirectingOutputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/RedirectingOutputStream.class new file mode 100644 index 0000000..081324b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/RedirectingOutputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/RedirectingStreamHandler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/RedirectingStreamHandler.class new file mode 100644 index 0000000..d20bccd Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/cvslib/RedirectingStreamHandler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/defaults.properties b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/defaults.properties new file mode 100644 index 0000000..fa7c3ce --- /dev/null +++ b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/defaults.properties @@ -0,0 +1,212 @@ +# standard ant tasks +mkdir=org.apache.tools.ant.taskdefs.Mkdir +javac=org.apache.tools.ant.taskdefs.Javac +chmod=org.apache.tools.ant.taskdefs.Chmod +delete=org.apache.tools.ant.taskdefs.Delete +copy=org.apache.tools.ant.taskdefs.Copy +move=org.apache.tools.ant.taskdefs.Move +jar=org.apache.tools.ant.taskdefs.Jar +rmic=org.apache.tools.ant.taskdefs.Rmic +cvs=org.apache.tools.ant.taskdefs.Cvs +get=org.apache.tools.ant.taskdefs.Get +unzip=org.apache.tools.ant.taskdefs.Expand +unjar=org.apache.tools.ant.taskdefs.Expand +unwar=org.apache.tools.ant.taskdefs.Expand +echo=org.apache.tools.ant.taskdefs.Echo +javadoc=org.apache.tools.ant.taskdefs.Javadoc +zip=org.apache.tools.ant.taskdefs.Zip +gzip=org.apache.tools.ant.taskdefs.GZip +gunzip=org.apache.tools.ant.taskdefs.GUnzip +replace=org.apache.tools.ant.taskdefs.Replace +java=org.apache.tools.ant.taskdefs.Java +tstamp=org.apache.tools.ant.taskdefs.Tstamp +property=org.apache.tools.ant.taskdefs.Property +xmlproperty=org.apache.tools.ant.taskdefs.XmlProperty +taskdef=org.apache.tools.ant.taskdefs.Taskdef +ant=org.apache.tools.ant.taskdefs.Ant +exec=org.apache.tools.ant.taskdefs.ExecTask +tar=org.apache.tools.ant.taskdefs.Tar +untar=org.apache.tools.ant.taskdefs.Untar +available=org.apache.tools.ant.taskdefs.Available +filter=org.apache.tools.ant.taskdefs.Filter +fixcrlf=org.apache.tools.ant.taskdefs.FixCRLF +patch=org.apache.tools.ant.taskdefs.Patch +style=org.apache.tools.ant.taskdefs.XSLTProcess +xslt=org.apache.tools.ant.taskdefs.XSLTProcess +touch=org.apache.tools.ant.taskdefs.Touch +signjar=org.apache.tools.ant.taskdefs.SignJar +genkey=org.apache.tools.ant.taskdefs.GenerateKey +antstructure=org.apache.tools.ant.taskdefs.AntStructure +execon=org.apache.tools.ant.taskdefs.ExecuteOn +antcall=org.apache.tools.ant.taskdefs.CallTarget +sql=org.apache.tools.ant.taskdefs.SQLExec +mail=org.apache.tools.ant.taskdefs.email.EmailTask +fail=org.apache.tools.ant.taskdefs.Exit +war=org.apache.tools.ant.taskdefs.War +uptodate=org.apache.tools.ant.taskdefs.UpToDate +apply=org.apache.tools.ant.taskdefs.Transform +record=org.apache.tools.ant.taskdefs.Recorder +cvspass=org.apache.tools.ant.taskdefs.CVSPass +typedef=org.apache.tools.ant.taskdefs.Typedef +sleep=org.apache.tools.ant.taskdefs.Sleep +pathconvert=org.apache.tools.ant.taskdefs.PathConvert +ear=org.apache.tools.ant.taskdefs.Ear +parallel=org.apache.tools.ant.taskdefs.Parallel +sequential=org.apache.tools.ant.taskdefs.Sequential +condition=org.apache.tools.ant.taskdefs.ConditionTask +dependset=org.apache.tools.ant.taskdefs.DependSet +bzip2=org.apache.tools.ant.taskdefs.BZip2 +bunzip2=org.apache.tools.ant.taskdefs.BUnzip2 +checksum=org.apache.tools.ant.taskdefs.Checksum +waitfor=org.apache.tools.ant.taskdefs.WaitFor +input=org.apache.tools.ant.taskdefs.Input +loadfile=org.apache.tools.ant.taskdefs.LoadFile +manifest=org.apache.tools.ant.taskdefs.ManifestTask +loadproperties=org.apache.tools.ant.taskdefs.LoadProperties +basename=org.apache.tools.ant.taskdefs.Basename +dirname=org.apache.tools.ant.taskdefs.Dirname +cvschangelog=org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask +cvsversion=org.apache.tools.ant.taskdefs.cvslib.CvsVersion +buildnumber=org.apache.tools.ant.taskdefs.BuildNumber +concat=org.apache.tools.ant.taskdefs.Concat +cvstagdiff=org.apache.tools.ant.taskdefs.cvslib.CvsTagDiff +tempfile=org.apache.tools.ant.taskdefs.TempFile +import=org.apache.tools.ant.taskdefs.ImportTask +whichresource=org.apache.tools.ant.taskdefs.WhichResource +subant=org.apache.tools.ant.taskdefs.SubAnt +sync=org.apache.tools.ant.taskdefs.Sync +defaultexcludes=org.apache.tools.ant.taskdefs.DefaultExcludes +presetdef=org.apache.tools.ant.taskdefs.PreSetDef +macrodef=org.apache.tools.ant.taskdefs.MacroDef +nice=org.apache.tools.ant.taskdefs.Nice +length=org.apache.tools.ant.taskdefs.Length + +# optional tasks +image=org.apache.tools.ant.taskdefs.optional.image.Image +script=org.apache.tools.ant.taskdefs.optional.Script +netrexxc=org.apache.tools.ant.taskdefs.optional.NetRexxC +renameext=org.apache.tools.ant.taskdefs.optional.RenameExtensions +ejbc=org.apache.tools.ant.taskdefs.optional.ejb.Ejbc +ddcreator=org.apache.tools.ant.taskdefs.optional.ejb.DDCreator +wlrun=org.apache.tools.ant.taskdefs.optional.ejb.WLRun +wlstop=org.apache.tools.ant.taskdefs.optional.ejb.WLStop +vssadd=org.apache.tools.ant.taskdefs.optional.vss.MSVSSADD +vsscheckin=org.apache.tools.ant.taskdefs.optional.vss.MSVSSCHECKIN +vsscheckout=org.apache.tools.ant.taskdefs.optional.vss.MSVSSCHECKOUT +vsscp=org.apache.tools.ant.taskdefs.optional.vss.MSVSSCP +vsscreate=org.apache.tools.ant.taskdefs.optional.vss.MSVSSCREATE +vssget=org.apache.tools.ant.taskdefs.optional.vss.MSVSSGET +vsshistory=org.apache.tools.ant.taskdefs.optional.vss.MSVSSHISTORY +vsslabel=org.apache.tools.ant.taskdefs.optional.vss.MSVSSLABEL +ejbjar=org.apache.tools.ant.taskdefs.optional.ejb.EjbJar +mparse=org.apache.tools.ant.taskdefs.optional.metamata.MParse +mmetrics=org.apache.tools.ant.taskdefs.optional.metamata.MMetrics +maudit=org.apache.tools.ant.taskdefs.optional.metamata.MAudit +junit=org.apache.tools.ant.taskdefs.optional.junit.JUnitTask +cab=org.apache.tools.ant.taskdefs.optional.Cab +ftp=org.apache.tools.ant.taskdefs.optional.net.FTP +icontract=org.apache.tools.ant.taskdefs.optional.IContract +javacc=org.apache.tools.ant.taskdefs.optional.javacc.JavaCC +jjdoc=org.apache.tools.ant.taskdefs.optional.javacc.JJDoc +jjtree=org.apache.tools.ant.taskdefs.optional.javacc.JJTree +stcheckout=org.apache.tools.ant.taskdefs.optional.starteam.StarTeamCheckout +stcheckin=org.apache.tools.ant.taskdefs.optional.starteam.StarTeamCheckin +stlabel=org.apache.tools.ant.taskdefs.optional.starteam.StarTeamLabel +stlist=org.apache.tools.ant.taskdefs.optional.starteam.StarTeamList +wljspc=org.apache.tools.ant.taskdefs.optional.jsp.WLJspc +jlink=org.apache.tools.ant.taskdefs.optional.jlink.JlinkTask +native2ascii=org.apache.tools.ant.taskdefs.optional.Native2Ascii +propertyfile=org.apache.tools.ant.taskdefs.optional.PropertyFile +depend=org.apache.tools.ant.taskdefs.optional.depend.Depend +antlr=org.apache.tools.ant.taskdefs.optional.ANTLR +vajload=org.apache.tools.ant.taskdefs.optional.ide.VAJLoadProjects +vajexport=org.apache.tools.ant.taskdefs.optional.ide.VAJExport +vajimport=org.apache.tools.ant.taskdefs.optional.ide.VAJImport +telnet=org.apache.tools.ant.taskdefs.optional.net.TelnetTask +csc=org.apache.tools.ant.taskdefs.optional.dotnet.CSharp +ilasm=org.apache.tools.ant.taskdefs.optional.dotnet.Ilasm +WsdlToDotnet=org.apache.tools.ant.taskdefs.optional.dotnet.WsdlToDotnet +wsdltodotnet=org.apache.tools.ant.taskdefs.optional.dotnet.WsdlToDotnet +importtypelib=org.apache.tools.ant.taskdefs.optional.dotnet.ImportTypelib +stylebook=org.apache.tools.ant.taskdefs.optional.StyleBook +test=org.apache.tools.ant.taskdefs.optional.Test +pvcs=org.apache.tools.ant.taskdefs.optional.pvcs.Pvcs +p4change=org.apache.tools.ant.taskdefs.optional.perforce.P4Change +p4delete=org.apache.tools.ant.taskdefs.optional.perforce.P4Delete +p4label=org.apache.tools.ant.taskdefs.optional.perforce.P4Label +p4labelsync=org.apache.tools.ant.taskdefs.optional.perforce.P4Labelsync +p4have=org.apache.tools.ant.taskdefs.optional.perforce.P4Have +p4sync=org.apache.tools.ant.taskdefs.optional.perforce.P4Sync +p4edit=org.apache.tools.ant.taskdefs.optional.perforce.P4Edit +p4integrate=org.apache.tools.ant.taskdefs.optional.perforce.P4Integrate +p4resolve=org.apache.tools.ant.taskdefs.optional.perforce.P4Resolve +p4submit=org.apache.tools.ant.taskdefs.optional.perforce.P4Submit +p4counter=org.apache.tools.ant.taskdefs.optional.perforce.P4Counter +p4revert=org.apache.tools.ant.taskdefs.optional.perforce.P4Revert +p4reopen=org.apache.tools.ant.taskdefs.optional.perforce.P4Reopen +p4fstat=org.apache.tools.ant.taskdefs.optional.perforce.P4Fstat +javah=org.apache.tools.ant.taskdefs.optional.Javah +ccupdate=org.apache.tools.ant.taskdefs.optional.clearcase.CCUpdate +cccheckout=org.apache.tools.ant.taskdefs.optional.clearcase.CCCheckout +cccheckin=org.apache.tools.ant.taskdefs.optional.clearcase.CCCheckin +ccuncheckout=org.apache.tools.ant.taskdefs.optional.clearcase.CCUnCheckout +ccmklbtype=org.apache.tools.ant.taskdefs.optional.clearcase.CCMklbtype +ccmklabel=org.apache.tools.ant.taskdefs.optional.clearcase.CCMklabel +ccrmtype=org.apache.tools.ant.taskdefs.optional.clearcase.CCRmtype +cclock=org.apache.tools.ant.taskdefs.optional.clearcase.CCLock +ccunlock=org.apache.tools.ant.taskdefs.optional.clearcase.CCUnlock +ccmkbl=org.apache.tools.ant.taskdefs.optional.clearcase.CCMkbl +ccmkattr=org.apache.tools.ant.taskdefs.optional.clearcase.CCMkattr +ccmkelem=org.apache.tools.ant.taskdefs.optional.clearcase.CCMkelem +ccmkdir=org.apache.tools.ant.taskdefs.optional.clearcase.CCMkdir +sound=org.apache.tools.ant.taskdefs.optional.sound.SoundTask +junitreport=org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator +blgenclient=org.apache.tools.ant.taskdefs.optional.ejb.BorlandGenerateClient +rpm=org.apache.tools.ant.taskdefs.optional.Rpm +xmlvalidate=org.apache.tools.ant.taskdefs.optional.XMLValidateTask +iplanet-ejbc=org.apache.tools.ant.taskdefs.optional.ejb.IPlanetEjbcTask +jdepend=org.apache.tools.ant.taskdefs.optional.jdepend.JDependTask +mimemail=org.apache.tools.ant.taskdefs.optional.net.MimeMail +ccmcheckin=org.apache.tools.ant.taskdefs.optional.ccm.CCMCheckin +ccmcheckout=org.apache.tools.ant.taskdefs.optional.ccm.CCMCheckout +ccmcheckintask=org.apache.tools.ant.taskdefs.optional.ccm.CCMCheckinDefault +ccmreconfigure=org.apache.tools.ant.taskdefs.optional.ccm.CCMReconfigure +ccmcreatetask=org.apache.tools.ant.taskdefs.optional.ccm.CCMCreateTask +jpcoverage=org.apache.tools.ant.taskdefs.optional.sitraka.Coverage +jpcovmerge=org.apache.tools.ant.taskdefs.optional.sitraka.CovMerge +jpcovreport=org.apache.tools.ant.taskdefs.optional.sitraka.CovReport +p4add=org.apache.tools.ant.taskdefs.optional.perforce.P4Add +jspc=org.apache.tools.ant.taskdefs.optional.jsp.JspC +replaceregexp=org.apache.tools.ant.taskdefs.optional.ReplaceRegExp +translate=org.apache.tools.ant.taskdefs.optional.i18n.Translate +sosget=org.apache.tools.ant.taskdefs.optional.sos.SOSGet +soscheckin=org.apache.tools.ant.taskdefs.optional.sos.SOSCheckin +soscheckout=org.apache.tools.ant.taskdefs.optional.sos.SOSCheckout +soslabel=org.apache.tools.ant.taskdefs.optional.sos.SOSLabel +echoproperties=org.apache.tools.ant.taskdefs.optional.EchoProperties +splash=org.apache.tools.ant.taskdefs.optional.splash.SplashTask +serverdeploy=org.apache.tools.ant.taskdefs.optional.j2ee.ServerDeploy +jarlib-display=org.apache.tools.ant.taskdefs.optional.extension.JarLibDisplayTask +jarlib-manifest=org.apache.tools.ant.taskdefs.optional.extension.JarLibManifestTask +jarlib-available=org.apache.tools.ant.taskdefs.optional.extension.JarLibAvailableTask +jarlib-resolve=org.apache.tools.ant.taskdefs.optional.extension.JarLibResolveTask +setproxy=org.apache.tools.ant.taskdefs.optional.net.SetProxy +vbc=org.apache.tools.ant.taskdefs.optional.dotnet.VisualBasicCompile +symlink=org.apache.tools.ant.taskdefs.optional.unix.Symlink +chgrp=org.apache.tools.ant.taskdefs.optional.unix.Chgrp +chown=org.apache.tools.ant.taskdefs.optional.unix.Chown +attrib=org.apache.tools.ant.taskdefs.optional.windows.Attrib +scp=org.apache.tools.ant.taskdefs.optional.ssh.Scp +sshexec=org.apache.tools.ant.taskdefs.optional.ssh.SSHExec +jsharpc=org.apache.tools.ant.taskdefs.optional.dotnet.JSharp +rexec=org.apache.tools.ant.taskdefs.optional.net.RExecTask +scriptdef=org.apache.tools.ant.taskdefs.optional.script.ScriptDef +ildasm=org.apache.tools.ant.taskdefs.optional.dotnet.Ildasm + +# deprecated ant tasks (kept for back compatibility) +starteam=org.apache.tools.ant.taskdefs.optional.scm.AntStarTeamCheckOut +javadoc2=org.apache.tools.ant.taskdefs.Javadoc +copydir=org.apache.tools.ant.taskdefs.Copydir +copyfile=org.apache.tools.ant.taskdefs.Copyfile +deltree=org.apache.tools.ant.taskdefs.Deltree +rename=org.apache.tools.ant.taskdefs.Rename diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/EmailAddress.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/EmailAddress.class new file mode 100644 index 0000000..3a2cf37 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/EmailAddress.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/EmailTask$Encoding.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/EmailTask$Encoding.class new file mode 100644 index 0000000..2d5db68 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/EmailTask$Encoding.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/EmailTask.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/EmailTask.class new file mode 100644 index 0000000..3d0b62e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/EmailTask.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/Mailer.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/Mailer.class new file mode 100644 index 0000000..d20e3c7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/Mailer.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/Message.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/Message.class new file mode 100644 index 0000000..ae8da09 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/Message.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/PlainMailer.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/PlainMailer.class new file mode 100644 index 0000000..5b728f7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/PlainMailer.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/UUMailer.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/UUMailer.class new file mode 100644 index 0000000..d87f4fd Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/email/UUMailer.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter$RmicFileNameMapper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter$RmicFileNameMapper.class new file mode 100644 index 0000000..42ab8bd Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter$RmicFileNameMapper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter.class new file mode 100644 index 0000000..10fa16f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/KaffeRmic.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/KaffeRmic.class new file mode 100644 index 0000000..3af4e1d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/KaffeRmic.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/RmicAdapter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/RmicAdapter.class new file mode 100644 index 0000000..f2e463a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/RmicAdapter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/RmicAdapterFactory.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/RmicAdapterFactory.class new file mode 100644 index 0000000..603469e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/RmicAdapterFactory.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/SunRmic.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/SunRmic.class new file mode 100644 index 0000000..2afa598 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/SunRmic.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/WLRmic.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/WLRmic.class new file mode 100644 index 0000000..c20ba48 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/taskdefs/rmic/WLRmic.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/AbstractFileSet.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/AbstractFileSet.class new file mode 100644 index 0000000..77d3831 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/AbstractFileSet.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/AntFilterReader.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/AntFilterReader.class new file mode 100644 index 0000000..896f095 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/AntFilterReader.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Assertions$BaseAssertion.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Assertions$BaseAssertion.class new file mode 100644 index 0000000..0a7b7d2 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Assertions$BaseAssertion.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Assertions$DisabledAssertion.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Assertions$DisabledAssertion.class new file mode 100644 index 0000000..dd2dd11 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Assertions$DisabledAssertion.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Assertions$EnabledAssertion.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Assertions$EnabledAssertion.class new file mode 100644 index 0000000..f302d40 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Assertions$EnabledAssertion.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Assertions.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Assertions.class new file mode 100644 index 0000000..77fa240 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Assertions.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Commandline$Argument.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Commandline$Argument.class new file mode 100644 index 0000000..df93440 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Commandline$Argument.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Commandline$Marker.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Commandline$Marker.class new file mode 100644 index 0000000..095351c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Commandline$Marker.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Commandline.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Commandline.class new file mode 100644 index 0000000..0892278 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Commandline.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/CommandlineJava$SysProperties.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/CommandlineJava$SysProperties.class new file mode 100644 index 0000000..514833b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/CommandlineJava$SysProperties.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/CommandlineJava.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/CommandlineJava.class new file mode 100644 index 0000000..549d15e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/CommandlineJava.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/DTDLocation.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/DTDLocation.class new file mode 100644 index 0000000..a5e1ef7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/DTDLocation.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/DataType.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/DataType.class new file mode 100644 index 0000000..fad0526 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/DataType.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Description.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Description.class new file mode 100644 index 0000000..7b118c6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Description.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/DirSet.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/DirSet.class new file mode 100644 index 0000000..a81e8f5 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/DirSet.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/EnumeratedAttribute.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/EnumeratedAttribute.class new file mode 100644 index 0000000..0364e27 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/EnumeratedAttribute.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Environment$Variable.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Environment$Variable.class new file mode 100644 index 0000000..3ced099 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Environment$Variable.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Environment.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Environment.class new file mode 100644 index 0000000..f6da4f0 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Environment.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FileList$FileName.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FileList$FileName.class new file mode 100644 index 0000000..d3eaf6c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FileList$FileName.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FileList.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FileList.class new file mode 100644 index 0000000..d2f5f6a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FileList.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FileSet.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FileSet.class new file mode 100644 index 0000000..b944c0e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FileSet.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FilterChain.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FilterChain.class new file mode 100644 index 0000000..ac90192 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FilterChain.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FilterSet$Filter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FilterSet$Filter.class new file mode 100644 index 0000000..bfb7578 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FilterSet$Filter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FilterSet$FiltersFile.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FilterSet$FiltersFile.class new file mode 100644 index 0000000..8cdada8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FilterSet$FiltersFile.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FilterSet.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FilterSet.class new file mode 100644 index 0000000..cad71ec Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FilterSet.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FilterSetCollection.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FilterSetCollection.class new file mode 100644 index 0000000..c4b92a5 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FilterSetCollection.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FlexInteger.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FlexInteger.class new file mode 100644 index 0000000..76d9609 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/FlexInteger.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Mapper$MapperType.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Mapper$MapperType.class new file mode 100644 index 0000000..8f9275b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Mapper$MapperType.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Mapper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Mapper.class new file mode 100644 index 0000000..e0b64fa Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Mapper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Parameter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Parameter.class new file mode 100644 index 0000000..0ad8346 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Parameter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Parameterizable.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Parameterizable.class new file mode 100644 index 0000000..209b183 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Parameterizable.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Path$PathElement.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Path$PathElement.class new file mode 100644 index 0000000..bc9e5f4 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Path$PathElement.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Path.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Path.class new file mode 100644 index 0000000..1f1a419 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Path.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/PatternSet$NameEntry.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/PatternSet$NameEntry.class new file mode 100644 index 0000000..1d62ee7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/PatternSet$NameEntry.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/PatternSet.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/PatternSet.class new file mode 100644 index 0000000..27f7d00 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/PatternSet.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Permissions$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Permissions$1.class new file mode 100644 index 0000000..f0d07e7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Permissions$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Permissions$MySM.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Permissions$MySM.class new file mode 100644 index 0000000..e20f742 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Permissions$MySM.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Permissions$Permission.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Permissions$Permission.class new file mode 100644 index 0000000..e1e642f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Permissions$Permission.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Permissions.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Permissions.class new file mode 100644 index 0000000..3fd33c4 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Permissions.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/PropertySet$BuiltinPropertySetName.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/PropertySet$BuiltinPropertySetName.class new file mode 100644 index 0000000..6fd0bd6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/PropertySet$BuiltinPropertySetName.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/PropertySet$PropertyRef.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/PropertySet$PropertyRef.class new file mode 100644 index 0000000..41556e5 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/PropertySet$PropertyRef.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/PropertySet.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/PropertySet.class new file mode 100644 index 0000000..80b1b92 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/PropertySet.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/RedirectorElement.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/RedirectorElement.class new file mode 100644 index 0000000..1c76012 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/RedirectorElement.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Reference.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Reference.class new file mode 100644 index 0000000..1476ace Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Reference.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/RegularExpression.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/RegularExpression.class new file mode 100644 index 0000000..30bb070 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/RegularExpression.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Resource.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Resource.class new file mode 100644 index 0000000..e10cd8e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Resource.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/ResourceFactory.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/ResourceFactory.class new file mode 100644 index 0000000..79d7cc1 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/ResourceFactory.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/ResourceLocation.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/ResourceLocation.class new file mode 100644 index 0000000..178711d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/ResourceLocation.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Substitution.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Substitution.class new file mode 100644 index 0000000..47f8779 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/Substitution.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/XMLCatalog$CatalogResolver.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/XMLCatalog$CatalogResolver.class new file mode 100644 index 0000000..983817b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/XMLCatalog$CatalogResolver.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/XMLCatalog$ExternalResolver.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/XMLCatalog$ExternalResolver.class new file mode 100644 index 0000000..74cbbbb Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/XMLCatalog$ExternalResolver.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/XMLCatalog$InternalResolver.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/XMLCatalog$InternalResolver.class new file mode 100644 index 0000000..6bbda74 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/XMLCatalog$InternalResolver.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/XMLCatalog.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/XMLCatalog.class new file mode 100644 index 0000000..e0e36ea Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/XMLCatalog.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/ZipFileSet.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/ZipFileSet.class new file mode 100644 index 0000000..c5df008 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/ZipFileSet.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/ZipScanner.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/ZipScanner.class new file mode 100644 index 0000000..c34429d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/ZipScanner.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/defaults.properties b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/defaults.properties new file mode 100644 index 0000000..4d1fb67 --- /dev/null +++ b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/defaults.properties @@ -0,0 +1,37 @@ +classfileset=org.apache.tools.ant.types.optional.depend.ClassfileSet +description=org.apache.tools.ant.types.Description +dirset=org.apache.tools.ant.types.DirSet +filelist=org.apache.tools.ant.types.FileList +fileset=org.apache.tools.ant.types.FileSet +filterchain=org.apache.tools.ant.types.FilterChain +filterreader=org.apache.tools.ant.types.AntFilterReader +filterset=org.apache.tools.ant.types.FilterSet +mapper=org.apache.tools.ant.types.Mapper +redirector=org.apache.tools.ant.types.RedirectorElement +# different filename mappers +identitymapper=org.apache.tools.ant.util.IdentityMapper +flattenmapper=org.apache.tools.ant.util.FlatFileNameMapper +globmapper=org.apache.tools.ant.util.GlobPatternMapper +mergemapper=org.apache.tools.ant.util.MergingMapper +regexpmapper=org.apache.tools.ant.util.RegexpPatternMapper +packagemapper=org.apache.tools.ant.util.PackageNameMapper +unpackagemapper=org.apache.tools.ant.util.UnPackageNameMapper +compositemapper=org.apache.tools.ant.util.CompositeMapper +chainedmapper=org.apache.tools.ant.util.ChainedMapper +filtermapper=org.apache.tools.ant.types.mappers.FilterMapper + +path=org.apache.tools.ant.types.Path +patternset=org.apache.tools.ant.types.PatternSet +regexp=org.apache.tools.ant.types.RegularExpression +substitution=org.apache.tools.ant.types.Substitution +xmlcatalog=org.apache.tools.ant.types.XMLCatalog +extensionSet=org.apache.tools.ant.taskdefs.optional.extension.ExtensionSet +extension=org.apache.tools.ant.taskdefs.optional.extension.ExtensionAdapter +libfileset=org.apache.tools.ant.taskdefs.optional.extension.LibFileSet +selector=org.apache.tools.ant.types.selectors.SelectSelector +zipfileset=org.apache.tools.ant.types.ZipFileSet +scriptfilter=org.apache.tools.ant.types.optional.ScriptFilter +propertyset=org.apache.tools.ant.types.PropertySet +assertions=org.apache.tools.ant.types.Assertions +concatfilter=org.apache.tools.ant.filters.ConcatFilter +isfileselected=org.apache.tools.ant.taskdefs.condition.IsFileSelected diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/mappers/FilterMapper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/mappers/FilterMapper.class new file mode 100644 index 0000000..ee9a959 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/mappers/FilterMapper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/resolver/ApacheCatalog.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/resolver/ApacheCatalog.class new file mode 100644 index 0000000..ce53ac5 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/resolver/ApacheCatalog.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/resolver/ApacheCatalogResolver.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/resolver/ApacheCatalogResolver.class new file mode 100644 index 0000000..188102c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/resolver/ApacheCatalogResolver.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/AbstractSelectorContainer.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/AbstractSelectorContainer.class new file mode 100644 index 0000000..ebc0c25 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/AbstractSelectorContainer.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/AndSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/AndSelector.class new file mode 100644 index 0000000..2bed735 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/AndSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/BaseExtendSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/BaseExtendSelector.class new file mode 100644 index 0000000..930e11a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/BaseExtendSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/BaseSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/BaseSelector.class new file mode 100644 index 0000000..81b2ff9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/BaseSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/BaseSelectorContainer.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/BaseSelectorContainer.class new file mode 100644 index 0000000..fe2c0e7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/BaseSelectorContainer.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/ContainsRegexpSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/ContainsRegexpSelector.class new file mode 100644 index 0000000..8826968 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/ContainsRegexpSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/ContainsSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/ContainsSelector.class new file mode 100644 index 0000000..382cff5 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/ContainsSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/DateSelector$TimeComparisons.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/DateSelector$TimeComparisons.class new file mode 100644 index 0000000..8f50702 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/DateSelector$TimeComparisons.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/DateSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/DateSelector.class new file mode 100644 index 0000000..48133ca Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/DateSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/DependSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/DependSelector.class new file mode 100644 index 0000000..5967df5 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/DependSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/DepthSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/DepthSelector.class new file mode 100644 index 0000000..adcadb3 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/DepthSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/DifferentSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/DifferentSelector.class new file mode 100644 index 0000000..94da6bc Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/DifferentSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/ExtendFileSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/ExtendFileSelector.class new file mode 100644 index 0000000..df9c4aa Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/ExtendFileSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/ExtendSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/ExtendSelector.class new file mode 100644 index 0000000..f8da5a5 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/ExtendSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/FileSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/FileSelector.class new file mode 100644 index 0000000..ab3fbd0 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/FileSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/FilenameSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/FilenameSelector.class new file mode 100644 index 0000000..a9055dc Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/FilenameSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/MajoritySelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/MajoritySelector.class new file mode 100644 index 0000000..c1d7c6a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/MajoritySelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/MappingSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/MappingSelector.class new file mode 100644 index 0000000..85ed503 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/MappingSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/NoneSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/NoneSelector.class new file mode 100644 index 0000000..5278987 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/NoneSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/NotSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/NotSelector.class new file mode 100644 index 0000000..647ae82 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/NotSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/OrSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/OrSelector.class new file mode 100644 index 0000000..b648cd0 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/OrSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/PresentSelector$FilePresence.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/PresentSelector$FilePresence.class new file mode 100644 index 0000000..2881760 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/PresentSelector$FilePresence.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/PresentSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/PresentSelector.class new file mode 100644 index 0000000..8cf047d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/PresentSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SelectSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SelectSelector.class new file mode 100644 index 0000000..aa468e2 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SelectSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SelectorContainer.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SelectorContainer.class new file mode 100644 index 0000000..6b09d64 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SelectorContainer.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SelectorScanner.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SelectorScanner.class new file mode 100644 index 0000000..63c1e16 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SelectorScanner.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SelectorUtils.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SelectorUtils.class new file mode 100644 index 0000000..12dce91 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SelectorUtils.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SizeSelector$ByteUnits.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SizeSelector$ByteUnits.class new file mode 100644 index 0000000..d75a939 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SizeSelector$ByteUnits.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SizeSelector$SizeComparisons.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SizeSelector$SizeComparisons.class new file mode 100644 index 0000000..90bcb1d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SizeSelector$SizeComparisons.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SizeSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SizeSelector.class new file mode 100644 index 0000000..9cb97a5 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/SizeSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/TypeSelector$FileType.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/TypeSelector$FileType.class new file mode 100644 index 0000000..ff63139 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/TypeSelector$FileType.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/TypeSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/TypeSelector.class new file mode 100644 index 0000000..9e10d2c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/TypeSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/Algorithm.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/Algorithm.class new file mode 100644 index 0000000..e17f3c2 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/Algorithm.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/Cache.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/Cache.class new file mode 100644 index 0000000..66e8674 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/Cache.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/DigestAlgorithm.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/DigestAlgorithm.class new file mode 100644 index 0000000..50970c2 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/DigestAlgorithm.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/EqualComparator.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/EqualComparator.class new file mode 100644 index 0000000..8ee303b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/EqualComparator.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/HashvalueAlgorithm.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/HashvalueAlgorithm.class new file mode 100644 index 0000000..be42b85 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/HashvalueAlgorithm.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector$AlgorithmName.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector$AlgorithmName.class new file mode 100644 index 0000000..f7a10e6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector$AlgorithmName.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector$CacheName.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector$CacheName.class new file mode 100644 index 0000000..9812fe5 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector$CacheName.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector$ComparatorName.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector$ComparatorName.class new file mode 100644 index 0000000..2d8a646 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector$ComparatorName.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.class new file mode 100644 index 0000000..48449ab Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.class new file mode 100644 index 0000000..379f73c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ChainedMapper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ChainedMapper.class new file mode 100644 index 0000000..ff92240 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ChainedMapper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ClasspathUtils$Delegate.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ClasspathUtils$Delegate.class new file mode 100644 index 0000000..f5eacb7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ClasspathUtils$Delegate.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ClasspathUtils.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ClasspathUtils.class new file mode 100644 index 0000000..3d464b8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ClasspathUtils.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/CollectionUtils$CompoundEnumeration.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/CollectionUtils$CompoundEnumeration.class new file mode 100644 index 0000000..6f0833a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/CollectionUtils$CompoundEnumeration.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/CollectionUtils$EmptyEnumeration.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/CollectionUtils$EmptyEnumeration.class new file mode 100644 index 0000000..e325712 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/CollectionUtils$EmptyEnumeration.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/CollectionUtils.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/CollectionUtils.class new file mode 100644 index 0000000..b0fa697 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/CollectionUtils.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/CompositeMapper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/CompositeMapper.class new file mode 100644 index 0000000..72011ae Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/CompositeMapper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ConcatFileInputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ConcatFileInputStream.class new file mode 100644 index 0000000..6991aa2 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ConcatFileInputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ContainerMapper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ContainerMapper.class new file mode 100644 index 0000000..733a572 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ContainerMapper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/DOMElementWriter.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/DOMElementWriter.class new file mode 100644 index 0000000..b1c0d33 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/DOMElementWriter.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/DOMUtils.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/DOMUtils.class new file mode 100644 index 0000000..f5dc51f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/DOMUtils.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/DateUtils.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/DateUtils.class new file mode 100644 index 0000000..a014ac4 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/DateUtils.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/FileNameMapper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/FileNameMapper.class new file mode 100644 index 0000000..08bf8f7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/FileNameMapper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/FileUtils.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/FileUtils.class new file mode 100644 index 0000000..ad7e466 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/FileUtils.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/FlatFileNameMapper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/FlatFileNameMapper.class new file mode 100644 index 0000000..f3c0ac8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/FlatFileNameMapper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/GlobPatternMapper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/GlobPatternMapper.class new file mode 100644 index 0000000..b73d198 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/GlobPatternMapper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/IdentityMapper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/IdentityMapper.class new file mode 100644 index 0000000..5a3c9c5 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/IdentityMapper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/JAXPUtils.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/JAXPUtils.class new file mode 100644 index 0000000..d28beb4 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/JAXPUtils.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/JavaEnvUtils.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/JavaEnvUtils.class new file mode 100644 index 0000000..28176b8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/JavaEnvUtils.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/KeepAliveInputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/KeepAliveInputStream.class new file mode 100644 index 0000000..ddb0078 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/KeepAliveInputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/KeepAliveOutputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/KeepAliveOutputStream.class new file mode 100644 index 0000000..24ae8e2 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/KeepAliveOutputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/LazyFileOutputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/LazyFileOutputStream.class new file mode 100644 index 0000000..5da2279 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/LazyFileOutputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/LazyHashtable.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/LazyHashtable.class new file mode 100644 index 0000000..3eff2c2 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/LazyHashtable.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/LeadPipeInputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/LeadPipeInputStream.class new file mode 100644 index 0000000..aba6c26 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/LeadPipeInputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/LineTokenizer.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/LineTokenizer.class new file mode 100644 index 0000000..085ad8e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/LineTokenizer.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/LoaderUtils.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/LoaderUtils.class new file mode 100644 index 0000000..f52cb82 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/LoaderUtils.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/MergingMapper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/MergingMapper.class new file mode 100644 index 0000000..b462079 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/MergingMapper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/OutputStreamFunneler$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/OutputStreamFunneler$1.class new file mode 100644 index 0000000..97e70ab Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/OutputStreamFunneler$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/OutputStreamFunneler$Funnel.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/OutputStreamFunneler$Funnel.class new file mode 100644 index 0000000..24fbb17 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/OutputStreamFunneler$Funnel.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/OutputStreamFunneler.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/OutputStreamFunneler.class new file mode 100644 index 0000000..953fcbc Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/OutputStreamFunneler.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/PackageNameMapper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/PackageNameMapper.class new file mode 100644 index 0000000..5195e6d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/PackageNameMapper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ReaderInputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ReaderInputStream.class new file mode 100644 index 0000000..7bb3193 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ReaderInputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/RegexpPatternMapper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/RegexpPatternMapper.class new file mode 100644 index 0000000..811383b Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/RegexpPatternMapper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ResourceUtils.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ResourceUtils.class new file mode 100644 index 0000000..4e66289 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ResourceUtils.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ScriptRunner.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ScriptRunner.class new file mode 100644 index 0000000..5edb6fa Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/ScriptRunner.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/SourceFileScanner.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/SourceFileScanner.class new file mode 100644 index 0000000..ab348c0 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/SourceFileScanner.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/StringUtils.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/StringUtils.class new file mode 100644 index 0000000..f66bdb2 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/StringUtils.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/TaskLogger.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/TaskLogger.class new file mode 100644 index 0000000..a934f5e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/TaskLogger.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/TeeOutputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/TeeOutputStream.class new file mode 100644 index 0000000..cf0322a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/TeeOutputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/TimeoutObserver.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/TimeoutObserver.class new file mode 100644 index 0000000..dee9e84 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/TimeoutObserver.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/Tokenizer.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/Tokenizer.class new file mode 100644 index 0000000..6c0d441 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/Tokenizer.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/UnPackageNameMapper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/UnPackageNameMapper.class new file mode 100644 index 0000000..e29b194 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/UnPackageNameMapper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/Watchdog.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/Watchdog.class new file mode 100644 index 0000000..1cb4fe8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/Watchdog.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/WeakishReference$HardReference.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/WeakishReference$HardReference.class new file mode 100644 index 0000000..c464827 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/WeakishReference$HardReference.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/WeakishReference.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/WeakishReference.class new file mode 100644 index 0000000..2e36d3c Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/WeakishReference.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/facade/FacadeTaskHelper.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/facade/FacadeTaskHelper.class new file mode 100644 index 0000000..65f522a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/facade/FacadeTaskHelper.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.class new file mode 100644 index 0000000..f9c7918 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/regexp/Regexp.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/regexp/Regexp.class new file mode 100644 index 0000000..bdfae6e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/regexp/Regexp.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/regexp/RegexpFactory.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/regexp/RegexpFactory.class new file mode 100644 index 0000000..8310ead Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/regexp/RegexpFactory.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/regexp/RegexpMatcher.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/regexp/RegexpMatcher.class new file mode 100644 index 0000000..640d1a0 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/regexp/RegexpMatcher.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/regexp/RegexpMatcherFactory.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/regexp/RegexpMatcherFactory.class new file mode 100644 index 0000000..f84f3ee Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/regexp/RegexpMatcherFactory.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/regexp/RegexpUtil.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/regexp/RegexpUtil.class new file mode 100644 index 0000000..400807e Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/util/regexp/RegexpUtil.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/version.txt b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/version.txt new file mode 100644 index 0000000..6323c5c --- /dev/null +++ b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/ant/version.txt @@ -0,0 +1,2 @@ +VERSION=1.6.5 +DATE=June 2 2005 diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/BZip2Constants.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/BZip2Constants.class new file mode 100644 index 0000000..813e40f Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/BZip2Constants.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/CBZip2InputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/CBZip2InputStream.class new file mode 100644 index 0000000..bd62ca1 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/CBZip2InputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/CBZip2OutputStream$1.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/CBZip2OutputStream$1.class new file mode 100644 index 0000000..29578dc Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/CBZip2OutputStream$1.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/CBZip2OutputStream$StackElem.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/CBZip2OutputStream$StackElem.class new file mode 100644 index 0000000..ea42529 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/CBZip2OutputStream$StackElem.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/CBZip2OutputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/CBZip2OutputStream.class new file mode 100644 index 0000000..1f72444 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/CBZip2OutputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/CRC.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/CRC.class new file mode 100644 index 0000000..5344a76 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/bzip2/CRC.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/mail/ErrorInQuitException.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/mail/ErrorInQuitException.class new file mode 100644 index 0000000..afe33d8 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/mail/ErrorInQuitException.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/mail/MailMessage.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/mail/MailMessage.class new file mode 100644 index 0000000..f9f3691 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/mail/MailMessage.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/mail/MailPrintStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/mail/MailPrintStream.class new file mode 100644 index 0000000..09cac65 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/mail/MailPrintStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/mail/SmtpResponseReader.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/mail/SmtpResponseReader.class new file mode 100644 index 0000000..6377eb7 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/mail/SmtpResponseReader.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarBuffer.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarBuffer.class new file mode 100644 index 0000000..215d9ef Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarBuffer.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarConstants.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarConstants.class new file mode 100644 index 0000000..6ee5265 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarConstants.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarEntry.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarEntry.class new file mode 100644 index 0000000..a7fa2b9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarEntry.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarInputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarInputStream.class new file mode 100644 index 0000000..906c58d Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarInputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarOutputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarOutputStream.class new file mode 100644 index 0000000..0020011 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarOutputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarUtils.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarUtils.class new file mode 100644 index 0000000..167ec41 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/tar/TarUtils.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/AsiExtraField.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/AsiExtraField.class new file mode 100644 index 0000000..fec41f9 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/AsiExtraField.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ExtraFieldUtils.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ExtraFieldUtils.class new file mode 100644 index 0000000..86d1fad Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ExtraFieldUtils.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/JarMarker.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/JarMarker.class new file mode 100644 index 0000000..92e8ce6 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/JarMarker.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/UnixStat.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/UnixStat.class new file mode 100644 index 0000000..a7a4682 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/UnixStat.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/UnrecognizedExtraField.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/UnrecognizedExtraField.class new file mode 100644 index 0000000..a9b4850 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/UnrecognizedExtraField.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipEntry.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipEntry.class new file mode 100644 index 0000000..af266e5 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipEntry.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipExtraField.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipExtraField.class new file mode 100644 index 0000000..7147701 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipExtraField.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipFile$BoundedInputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipFile$BoundedInputStream.class new file mode 100644 index 0000000..8ef424a Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipFile$BoundedInputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipFile.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipFile.class new file mode 100644 index 0000000..175f739 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipFile.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipLong.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipLong.class new file mode 100644 index 0000000..151f8d3 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipLong.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipOutputStream.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipOutputStream.class new file mode 100644 index 0000000..2bbfec2 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipOutputStream.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipShort.class b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipShort.class new file mode 100644 index 0000000..2535080 Binary files /dev/null and b/gradle/m2/repository/org/apache/ant/org.apache.ant/1.6.5/tmp/org/apache/tools/zip/ZipShort.class differ diff --git a/gradle/m2/repository/org/apache/ant/org.apache.ant/maven-metadata-local.xml b/gradle/m2/repository/org/apache/ant/org.apache.ant/maven-metadata-local.xml new file mode 100644 index 0000000..e4c4db6 --- /dev/null +++ b/gradle/m2/repository/org/apache/ant/org.apache.ant/maven-metadata-local.xml @@ -0,0 +1,12 @@ + + + org.apache.ant + org.apache.ant + + 1.6.5 + + 1.6.5 + + 20191003160130 + + diff --git a/gradle/m2/repository/org/apache/apache/10/_remote.repositories b/gradle/m2/repository/org/apache/apache/10/_remote.repositories new file mode 100644 index 0000000..3763815 --- /dev/null +++ b/gradle/m2/repository/org/apache/apache/10/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:29 BST 2019 +apache-10.pom>central= diff --git a/gradle/m2/repository/org/apache/apache/10/apache-10.pom b/gradle/m2/repository/org/apache/apache/10/apache-10.pom new file mode 100644 index 0000000..095e38b --- /dev/null +++ b/gradle/m2/repository/org/apache/apache/10/apache-10.pom @@ -0,0 +1,411 @@ + + + + + + 4.0.0 + + + org.apache + apache + 10 + pom + + The Apache Software Foundation + + The Apache Software Foundation provides support for the Apache community of open-source software projects. + The Apache projects are characterized by a collaborative, consensus based development process, an open and + pragmatic software license, and a desire to create high quality software that leads the way in its field. + We consider ourselves not simply a group of projects sharing a server, but rather a community of developers + and users. + + http://www.apache.org/ + + The Apache Software Foundation + http://www.apache.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + + false + + + + + + + Apache Announce List + announce-subscribe@apache.org + announce-unsubscribe@apache.org + announce@apache.org + http://mail-archives.apache.org/mod_mbox/www-announce/ + + + + + scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/apache-10 + scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/apache-10 + http://svn.apache.org/viewvc/maven/pom/tags/apache-10 + + + + + apache.releases.https + Apache Release Distribution Repository + https://repository.apache.org/service/local/staging/deploy/maven2 + + + apache.snapshots.https + ${distMgmtSnapshotsName} + ${distMgmtSnapshotsUrl} + + + + + Apache Development Snapshot Repository + https://repository.apache.org/content/repositories/snapshots + http://www.apache.org/images/asf_logo_wide.gif + UTF-8 + source-release + true + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.6 + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2.1 + + + org.apache.maven.plugins + maven-clean-plugin + 2.4.1 + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.4 + 1.4 + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.6 + + + org.apache.maven.plugins + maven-docck-plugin + 1.0 + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.0.1 + + + org.apache.maven.plugins + maven-gpg-plugin + 1.3 + + + org.apache.maven.plugins + maven-install-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-invoker-plugin + 1.5 + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + + true + true + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + + org.apache.maven.plugins + maven-plugin-plugin + 2.8 + + + + org.apache.maven.plugins + maven-release-plugin + 2.1 + + false + deploy + -Papache-release + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + 1.2.1 + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + org.apache.maven.plugins + maven-scm-plugin + 1.4 + + + org.apache.maven.plugins + maven-site-plugin + 3.0 + + + org.apache.maven.wagon + wagon-ssh + 1.0 + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.9 + + + org.apache.rat + apache-rat-plugin + 0.7 + + + org.codehaus.mojo + clirr-maven-plugin + 2.3 + + + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + + + + process + + + + org.apache:apache-jar-resource-bundle:1.4 + + + + + + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + + + index + summary + modules + license + project-team + scm + issue-tracking + mailing-list + dependency-management + dependencies + dependency-convergence + cim + plugin-management + plugins + distribution-management + + + + + + + + + + + apache-release + + + + + maven-assembly-plugin + + + org.apache.apache.resources + apache-source-release-assembly-descriptor + 1.0.3 + + + + + source-release-assembly + package + + single + + + true + + ${sourceReleaseAssemblyDescriptor} + + gnu + + + + + + + true + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + ${gpg.passphrase} + ${gpg.useagent} + + + + + sign + + + + + + + + + + + maven-3 + + + + ${basedir} + + + + + + org.apache.maven.plugins + maven-site-plugin + + + attach-descriptor + + attach-descriptor + + + + + + + + + + diff --git a/gradle/m2/repository/org/apache/apache/10/apache-10.pom.sha1 b/gradle/m2/repository/org/apache/apache/10/apache-10.pom.sha1 new file mode 100644 index 0000000..b0cf882 --- /dev/null +++ b/gradle/m2/repository/org/apache/apache/10/apache-10.pom.sha1 @@ -0,0 +1 @@ +48296e511366fa13aad48c58d8e09721774abec6 \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/apache/11/_remote.repositories b/gradle/m2/repository/org/apache/apache/11/_remote.repositories new file mode 100644 index 0000000..2c0603e --- /dev/null +++ b/gradle/m2/repository/org/apache/apache/11/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:29 BST 2019 +apache-11.pom>central= diff --git a/gradle/m2/repository/org/apache/apache/11/apache-11.pom b/gradle/m2/repository/org/apache/apache/11/apache-11.pom new file mode 100644 index 0000000..540f1d7 --- /dev/null +++ b/gradle/m2/repository/org/apache/apache/11/apache-11.pom @@ -0,0 +1,411 @@ + + + + + + 4.0.0 + + + org.apache + apache + 11 + pom + + The Apache Software Foundation + + The Apache Software Foundation provides support for the Apache community of open-source software projects. + The Apache projects are characterized by a collaborative, consensus based development process, an open and + pragmatic software license, and a desire to create high quality software that leads the way in its field. + We consider ourselves not simply a group of projects sharing a server, but rather a community of developers + and users. + + http://www.apache.org/ + + The Apache Software Foundation + http://www.apache.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + + false + + + + + + + Apache Announce List + announce-subscribe@apache.org + announce-unsubscribe@apache.org + announce@apache.org + http://mail-archives.apache.org/mod_mbox/www-announce/ + + + + + scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/apache-11 + scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/apache-11 + http://svn.apache.org/viewvc/maven/pom/tags/apache-11 + + + + + apache.releases.https + Apache Release Distribution Repository + https://repository.apache.org/service/local/staging/deploy/maven2 + + + apache.snapshots.https + ${distMgmtSnapshotsName} + ${distMgmtSnapshotsUrl} + + + + + Apache Development Snapshot Repository + https://repository.apache.org/content/repositories/snapshots + http://www.apache.org/images/asf_logo_wide.gif + UTF-8 + source-release + true + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.6 + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2.1 + + + org.apache.maven.plugins + maven-clean-plugin + 2.5 + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + 1.4 + 1.4 + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.7 + + + org.apache.maven.plugins + maven-docck-plugin + 1.0 + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.0.1 + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + org.apache.maven.plugins + maven-install-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-invoker-plugin + 1.6 + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + true + true + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + + org.apache.maven.plugins + maven-plugin-plugin + 3.1 + + + + org.apache.maven.plugins + maven-release-plugin + 2.3.2 + + false + deploy + -Papache-release ${arguments} + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + 1.3 + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + org.apache.maven.plugins + maven-scm-plugin + 1.7 + + + org.apache.maven.plugins + maven-site-plugin + 3.1 + + + org.apache.maven.wagon + wagon-ssh + 1.0 + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12 + + + org.apache.rat + apache-rat-plugin + 0.8 + + + org.codehaus.mojo + clirr-maven-plugin + 2.4 + + + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + + + + process + + + + org.apache:apache-jar-resource-bundle:1.4 + + + + + + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.5 + + + + index + summary + modules + license + project-team + scm + issue-tracking + mailing-list + dependency-management + dependencies + dependency-convergence + cim + plugin-management + plugins + distribution-management + + + + + + + + + + + apache-release + + + + + maven-assembly-plugin + + + org.apache.apache.resources + apache-source-release-assembly-descriptor + 1.0.4 + + + + + source-release-assembly + package + + single + + + true + + ${sourceReleaseAssemblyDescriptor} + + gnu + + + + + + + true + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + ${gpg.passphrase} + ${gpg.useagent} + + + + + sign + + + + + + + + + + + maven-3 + + + + ${basedir} + + + + + + org.apache.maven.plugins + maven-site-plugin + + + attach-descriptor + + attach-descriptor + + + + + + + + + + diff --git a/gradle/m2/repository/org/apache/apache/11/apache-11.pom.sha1 b/gradle/m2/repository/org/apache/apache/11/apache-11.pom.sha1 new file mode 100644 index 0000000..44618bf --- /dev/null +++ b/gradle/m2/repository/org/apache/apache/11/apache-11.pom.sha1 @@ -0,0 +1 @@ +cb35e3b8eb7f1adbdc91e015b60d0da3a4e16c4f \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/apache/3/_remote.repositories b/gradle/m2/repository/org/apache/apache/3/_remote.repositories new file mode 100644 index 0000000..e2339e5 --- /dev/null +++ b/gradle/m2/repository/org/apache/apache/3/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:29 BST 2019 +apache-3.pom>central= diff --git a/gradle/m2/repository/org/apache/apache/3/apache-3.pom b/gradle/m2/repository/org/apache/apache/3/apache-3.pom new file mode 100644 index 0000000..1fc7e40 --- /dev/null +++ b/gradle/m2/repository/org/apache/apache/3/apache-3.pom @@ -0,0 +1,82 @@ + + + + + + 4.0.0 + + + org.apache + apache + 3 + pom + The Apache Software Foundation + + The Apache Software Foundation provides support for the Apache community of open-source software projects. + The Apache projects are characterized by a collaborative, consensus based development process, an open and + pragmatic software license, and a desire to create high quality software that leads the way in its field. + We consider ourselves not simply a group of projects sharing a server, but rather a community of developers + and users. + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + Apache Software Foundation + http://www.apache.org/ + + http://www.apache.org/ + + + apache.snapshots + Apache Snapshot Repository + http://people.apache.org/repo/m2-snapshot-repository + + false + + + + + + + apache.releases + Apache Release Distribution Repository + scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository + + + apache.snapshots + Apache Development Snapshot Repository + scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository + + + + + Apache Announce List + announce-subscribe@apache.org + announce-unsubscribe@apache.org + announce@apache.org + http://mail-archives.apache.org/mod_mbox/www-announce/ + + + + diff --git a/gradle/m2/repository/org/apache/apache/3/apache-3.pom.sha1 b/gradle/m2/repository/org/apache/apache/3/apache-3.pom.sha1 new file mode 100644 index 0000000..65af4c2 --- /dev/null +++ b/gradle/m2/repository/org/apache/apache/3/apache-3.pom.sha1 @@ -0,0 +1 @@ +1bc0010136a890e2fd38d901a0b7ecdf0e3f9871 *./apache-3.pom diff --git a/gradle/m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/_remote.repositories b/gradle/m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/_remote.repositories new file mode 100644 index 0000000..71ddc60 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +maven-artifact-manager-2.0.6.pom>central= +maven-artifact-manager-2.0.6.jar>central= diff --git a/gradle/m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar b/gradle/m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar new file mode 100644 index 0000000..c2ac7f8 Binary files /dev/null and b/gradle/m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar differ diff --git a/gradle/m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar.sha1 b/gradle/m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar.sha1 new file mode 100644 index 0000000..217d83d --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar.sha1 @@ -0,0 +1 @@ +dc326c3a989c10618e09a7b77cadeff297591942 \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom b/gradle/m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom new file mode 100644 index 0000000..1ba5992 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom @@ -0,0 +1,78 @@ + + + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + maven-artifact-manager + Maven Artifact Manager + + + org.apache.maven + maven-repository-metadata + + + org.apache.maven.wagon + wagon-file + test + + + org.codehaus.plexus + plexus-utils + + + org.apache.maven + maven-artifact + + + org.codehaus.plexus + plexus-container-default + + + org.apache.maven.wagon + wagon-provider-api + + + easymock + easymock + 1.2_Java1.3 + test + + + + + + + maven-surefire-plugin + + + **/testutils/** + + + + + + + diff --git a/gradle/m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom.sha1 b/gradle/m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom.sha1 new file mode 100644 index 0000000..14cb0bc --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom.sha1 @@ -0,0 +1 @@ +8cb8b1dc4d9f7fbd90be4e9c8e9a1d353e28666c \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-artifact/2.0.6/_remote.repositories b/gradle/m2/repository/org/apache/maven/maven-artifact/2.0.6/_remote.repositories new file mode 100644 index 0000000..64fe7ae --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-artifact/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +maven-artifact-2.0.6.pom>central= +maven-artifact-2.0.6.jar>central= diff --git a/gradle/m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar b/gradle/m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar new file mode 100644 index 0000000..e6f60b7 Binary files /dev/null and b/gradle/m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar differ diff --git a/gradle/m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar.sha1 b/gradle/m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar.sha1 new file mode 100644 index 0000000..d0e2c44 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar.sha1 @@ -0,0 +1 @@ +fcbf6e26a6d26ecaa25c199b6f16bf168b2f28dc \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom b/gradle/m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom new file mode 100644 index 0000000..b351bc2 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom @@ -0,0 +1,42 @@ + + + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + maven-artifact + Maven Artifact + + + org.codehaus.plexus + plexus-utils + + + org.codehaus.plexus + plexus-container-default + test + + + diff --git a/gradle/m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom.sha1 b/gradle/m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom.sha1 new file mode 100644 index 0000000..f1af079 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom.sha1 @@ -0,0 +1 @@ +973c14299a051daf4e767cc60f15788b50c887f2 \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-model/2.0.6/_remote.repositories b/gradle/m2/repository/org/apache/maven/maven-model/2.0.6/_remote.repositories new file mode 100644 index 0000000..4c5c51e --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-model/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +maven-model-2.0.6.pom>central= +maven-model-2.0.6.jar>central= diff --git a/gradle/m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar b/gradle/m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar new file mode 100644 index 0000000..5a7f1cb Binary files /dev/null and b/gradle/m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar differ diff --git a/gradle/m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar.sha1 b/gradle/m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar.sha1 new file mode 100644 index 0000000..905ef14 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar.sha1 @@ -0,0 +1 @@ +9649253c0e68a453f388e0a308c0653309f87807 \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom b/gradle/m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom new file mode 100644 index 0000000..a9302b8 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom @@ -0,0 +1,93 @@ + + + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + maven-model + Maven Model + Maven Model + + + + org.codehaus.modello + modello-maven-plugin + + 4.0.0 + src/main/mdo/maven.mdo + + + + + + + all-models + + + + org.codehaus.modello + modello-maven-plugin + 1.0-alpha-8 + + + v3 + + xpp3-writer + java + xpp3-reader + xsd + + + 3.0.0 + true + + + + + + maven-jar-plugin + + + package + + jar + + + all + + + + + + + + + + + org.codehaus.plexus + plexus-utils + + + diff --git a/gradle/m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom.sha1 b/gradle/m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom.sha1 new file mode 100644 index 0000000..e1f91c0 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom.sha1 @@ -0,0 +1 @@ +ea1dd9b8c7b1c3d2f0bdf314390ed7da7e463460 \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-parent/21/_remote.repositories b/gradle/m2/repository/org/apache/maven/maven-parent/21/_remote.repositories new file mode 100644 index 0000000..5c96772 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-parent/21/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:29 BST 2019 +maven-parent-21.pom>central= diff --git a/gradle/m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom b/gradle/m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom new file mode 100644 index 0000000..9fa4a6b --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom @@ -0,0 +1,895 @@ + + + + + + 4.0.0 + + + + org.apache + apache + 10 + ../asf/pom.xml + + + org.apache.maven + maven-parent + 21 + pom + + Apache Maven + Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. + http://maven.apache.org/ + 2002 + + + + + jdcasey + John Casey + jdcasey@apache.org + ASF + + PMC Chair + + -5 + + + aheritier + Arnaud Héritier + aheritier@apache.org + + PMC Member + + +1 + + + baerrach + Barrie Treloar + + PMC Member + + + + brett + Brett Porter + brett@apache.org + ASF + + PMC Member + + +10 + + + brianf + Brian Fox + brianf@apache.org + Sonatype + + PMC Member + + -5 + + + carlos + Carlos Sanchez + carlos@apache.org + ASF + + PMC Member + + +1 + + + dennisl + Dennis Lundberg + dennisl@apache.org + ASF + + PMC Member + + +1 + + + dfabulich + Daniel Fabulich + dfabulich@apache.org + + PMC Member + + -8 + + + dkulp + Daniel Kulp + dkulp@apache.org + ASF + + PMC Member + + -5 + + + evenisse + Emmanuel Venisse + evenisse@apache.org + ASF + + PMC Member + + +1 + + + hboutemy + Hervé Boutemy + hboutemy@apache.org + ASF + + PMC Member + + Europe/Paris + + + kenney + Kenney Westerhof + kenney@apache.org + Neonics + + PMC Member + + +1 + + + krosenvold + Kristian Rosenvold + krosenvold@apache.org + + PMC Member + + +1 + + + oching + Maria Odea B. Ching + + PMC Member + + + + olamy + Olivier Lamy + olamy@apache.org + + PMC Member + + +1 + + + pgier + Paul Gier + pgier@apache.org + Red Hat + + PMC Member + + -6 + + + rgoers + Ralph Goers + rgoers@apache.org + Intuit + -8 + + PMC Member + + + + snicoll + Stephane Nicoll + snicoll@apache.org + ASF + + PMC Member + + +1 + + + stephenc + Stephen Connolly + stephenc@apache.org + + PMC Member + + 0 + + + struberg + Mark Struberg + struberg@apache.org + + PMC Member + + + + vmassol + Vincent Massol + vmassol@apache.org + ASF + + PMC Member + + +1 + + + vsiveton + Vincent Siveton + vsiveton@apache.org + ASF + + PMC Member + + -5 + + + wfay + Wayne Fay + wfay@apache.org + ASF + + PMC Member + + -6 + + + + + bdemers + Brian Demers + Sonatype + bdemers@apache.org + -5 + + Committer + + + + bellingard + Fabrice Bellingard + + Committer + + + + bentmann + Benjamin Bentmann + bentmann@apache.org + Sonatype + + Committer + + +1 + + + bimargulies + Benson Margulies + bimargulies@apache.org + + Committer + + America/New_York + + + cstamas + Tamas Cservenak + Sonatype + cstamas@apache.org + +1 + + Committer + + + + dantran + Dan Tran + + Committer + + + + dbradicich + Damian Bradicich + Sonatype + dbradicich@apache.org + -5 + + Committer + + + + fgiust + Fabrizio Giustina + fgiust@apache.org + openmind + + Committer + + +1 + + + godin + Evgeny Mandrikov + SonarSource + godin@apache.org + + Committer + + +3 + + + handyande + Andrew Williams + handyande@apache.org + + Committer + + 0 + + + ifedorenko + Igor Fedorenko + igor@ifedorenko.com + Sonatype + + Committer + + -5 + + + jjensen + Jeff Jensen + + Committer + + + + jvanzyl + Jason van Zyl + + Committer + + -5 + + + ltheussl + Lukas Theussl + ltheussl@apache.org + + Committer + + +1 + + + mauro + Mauro Talevi + + Committer + + + + mkleint + Milos Kleint + + Committer + + + + nicolas + Nicolas de Loof + + Committer + + + + rafale + Raphaël Piéroni + rafale@apache.org + Dexem + + Committer + + +1 + + + rfscholte + Robert Scholte + rfscholte@apache.org + + Committer + + Europe/Amsterdam + + + + + aramirez + Allan Q. Ramirez + + Emeritus + + + + bayard + Henri Yandell + + Emeritus + + + + chrisjs + Chris Stevenson + + Emeritus + + + + dblevins + David Blevins + + Emeritus + + + + dlr + Daniel Rall + + Emeritus + + + + epunzalan + Edwin Punzalan + epunzalan@apache.org + + Emeritus + + -8 + + + felipeal + Felipe Leme + + Emeritus + + + + jmcconnell + Jesse McConnell + jmcconnell@apache.org + ASF + + Emeritus + + -6 + + + joakime + Joakim Erdfelt + joakime@apache.org + ASF + + Emeritus + + -5 + + + jstrachan + James Strachan + + Emeritus + + + + jtolentino + Ernesto Tolentino Jr. + jtolentino@apache.org + ASF + + Emeritus + + +8 + + + markh + Mark Hobson + markh@apache.org + + Emeritus + + 0 + + + mperham + Mike Perham + mperham@gmail.com + IBM + + Emeritus + + -6 + + + ogusakov + Oleg Gusakov + + Emeritus + + + + pschneider + Patrick Schneider + pschneider@gmail.com + + Emeritus + + -6 + + + ptahchiev + Petar Tahchiev + ptahchiev@apache.org + + Emeritus + + +2 + + + rinku + Rahul Thakur + + Emeritus + + + + shinobu + Shinobu Kuwai + + Emeritus + + + + smorgrav + Torbjorn Eikli Smorgrav + + Emeritus + + + + trygvis + Trygve Laugstol + trygvis@apache.org + ASF + + Emeritus + + +1 + + + wsmoak + Wendy Smoak + wsmoak@apache.org + + Emeritus + + -7 + + + + + + Maven Announcements List + announce@maven.apache.org + announce-subscribe@maven.apache.org + announce-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-announce/ + + http://www.mail-archive.com/announce@maven.apache.org + http://old.nabble.com/Maven-Announcements-f15617.html + http://markmail.org/list/org.apache.maven.announce + + + + Maven Notifications List + notifications-subscribe@maven.apache.org + notifications-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-notifications/ + + http://www.mail-archive.com/notifications@maven.apache.org + http://old.nabble.com/Maven---Notifications-f15574.html + http://markmail.org/list/org.apache.maven.notifications + + + + + + scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-21 + scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-21 + http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-21 + + + + Jenkins + https://builds.apache.org/hudson/view/M-R/view/Maven + + + mail + +
notifications@maven.apache.org
+
+
+
+
+ + + apache.website + scp://people.apache.org/www/maven.apache.org + + + + + https://analysis.apache.org/ + + + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + + false + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-plugin-plugin + + true + + + + org.codehaus.modello + modello-maven-plugin + 1.4.1 + + true + + + + + org.codehaus.plexus + plexus-maven-plugin + 1.3.8 + + + org.codehaus.plexus + plexus-component-metadata + 1.5.5 + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.2 + + + + + + + + quality-checks + + + quality-checks + true + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.5 + + 1.5 + + rulesets/maven.xml + + + ${project.build.directory}/generated-sources/modello + ${project.build.directory}/generated-sources/plugin + + + + + cpd-check + verify + + cpd-check + + + + + + + + + reporting + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 + + + clean + + clean + + + + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.9 + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.7 + + config/maven_checks.xml + config/maven-header.txt + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.5 + + 1.5 + + rulesets/maven.xml + + + ${project.build.directory}/generated-sources/modello + ${project.build.directory}/generated-sources/plugin + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 + + + org.apache.maven.plugins + maven-jxr-plugin + 2.2 + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + + http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/ + http://junit.sourceforge.net/javadoc/ + http://logging.apache.org/log4j/1.2/apidocs/ + http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/ + + true + + + org.apache.maven.plugin-tools + maven-plugin-tools-javadoc + 2.5 + + + org.codehaus.plexus + plexus-javadoc + 1.0 + + + + + + + javadoc + test-javadoc + + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.2 + + + org.codehaus.sonar-plugins + maven-report + 0.1 + + + + + +
diff --git a/gradle/m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom.sha1 b/gradle/m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom.sha1 new file mode 100644 index 0000000..375ff3b --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom.sha1 @@ -0,0 +1 @@ +0ecebf1043d9c7bdd3d32a4184ad4ef9ad3ea744 \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-parent/22/_remote.repositories b/gradle/m2/repository/org/apache/maven/maven-parent/22/_remote.repositories new file mode 100644 index 0000000..5be2fb9 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-parent/22/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:29 BST 2019 +maven-parent-22.pom>central= diff --git a/gradle/m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom b/gradle/m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom new file mode 100644 index 0000000..7bdee2d --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom @@ -0,0 +1,978 @@ + + + + + + 4.0.0 + + + + org.apache + apache + 11 + ../asf/pom.xml + + + org.apache.maven + maven-parent + 22 + pom + + Apache Maven + Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. + http://maven.apache.org/ + 2002 + + + + + olamy + Olivier Lamy + olamy@apache.org + + PMC Chair + + Europe/Paris + + + aheritier + Arnaud Héritier + aheritier@apache.org + + PMC Member + + +1 + + + baerrach + Barrie Treloar + + PMC Member + + + + bimargulies + Benson Margulies + bimargulies@apache.org + + PMC Member + + America/New_York + + + brett + Brett Porter + brett@apache.org + ASF + + PMC Member + + +10 + + + brianf + Brian Fox + brianf@apache.org + Sonatype + + PMC Member + + -5 + + + carlos + Carlos Sanchez + carlos@apache.org + ASF + + PMC Member + + +1 + + + dennisl + Dennis Lundberg + dennisl@apache.org + ASF + + PMC Member + + +1 + + + dfabulich + Daniel Fabulich + dfabulich@apache.org + + PMC Member + + -8 + + + dkulp + Daniel Kulp + dkulp@apache.org + ASF + + PMC Member + + -5 + + + evenisse + Emmanuel Venisse + evenisse@apache.org + ASF + + PMC Member + + +1 + + + hboutemy + Hervé Boutemy + hboutemy@apache.org + ASF + + PMC Member + + Europe/Paris + + + jdcasey + John Casey + jdcasey@apache.org + ASF + + PMC Member + + -5 + + + kenney + Kenney Westerhof + kenney@apache.org + Neonics + + PMC Member + + +1 + + + krosenvold + Kristian Rosenvold + krosenvold@apache.org + + PMC Member + + +1 + + + markh + Mark Hobson + markh@apache.org + + PMC Member + + 0 + + + mkleint + Milos Kleint + + PMC Member + + + + oching + Maria Odea B. Ching + + PMC Member + + + + pgier + Paul Gier + pgier@apache.org + Red Hat + + PMC Member + + -6 + + + rfscholte + Robert Scholte + rfscholte@apache.org + + PMC Member + + Europe/Amsterdam + + + rgoers + Ralph Goers + rgoers@apache.org + Intuit + -8 + + PMC Member + + + + snicoll + Stephane Nicoll + snicoll@apache.org + ASF + + PMC Member + + +1 + + + stephenc + Stephen Connolly + stephenc@apache.org + + PMC Member + + 0 + + + struberg + Mark Struberg + struberg@apache.org + + PMC Member + + + + vsiveton + Vincent Siveton + vsiveton@apache.org + ASF + + PMC Member + + -5 + + + wfay + Wayne Fay + wfay@apache.org + ASF + + PMC Member + + -6 + + + + + bdemers + Brian Demers + Sonatype + bdemers@apache.org + -5 + + Committer + + + + bellingard + Fabrice Bellingard + + Committer + + + + bentmann + Benjamin Bentmann + bentmann@apache.org + Sonatype + + Committer + + +1 + + + cstamas + Tamas Cservenak + Sonatype + cstamas@apache.org + +1 + + Committer + + + + dantran + Dan Tran + + Committer + + + + dbradicich + Damian Bradicich + Sonatype + dbradicich@apache.org + -5 + + Committer + + + + fgiust + Fabrizio Giustina + fgiust@apache.org + openmind + + Committer + + +1 + + + godin + Evgeny Mandrikov + SonarSource + godin@apache.org + + Committer + + +3 + + + handyande + Andrew Williams + handyande@apache.org + + Committer + + 0 + + + ifedorenko + Igor Fedorenko + igor@ifedorenko.com + Sonatype + + Committer + + -5 + + + jjensen + Jeff Jensen + + Committer + + + + jvanzyl + Jason van Zyl + + Committer + + -5 + + + ltheussl + Lukas Theussl + ltheussl@apache.org + + Committer + + +1 + + + mauro + Mauro Talevi + + Committer + + + + nicolas + Nicolas de Loof + + Committer + + + + rafale + Raphaël Piéroni + rafale@apache.org + Dexem + + Committer + + +1 + + + simonetripodi + Simone Tripodi + simonetripodi@apache.org + + Committer + + +1 + + + tchemit + Tony Chemit + tchemit@apache.org + CodeLutin + + Committer + + Europe/Paris + + + vmassol + Vincent Massol + vmassol@apache.org + ASF + + Committer + + +1 + + + + + aramirez + Allan Q. Ramirez + + Emeritus + + + + bayard + Henri Yandell + + Emeritus + + + + chrisjs + Chris Stevenson + + Emeritus + + + + dblevins + David Blevins + + Emeritus + + + + dlr + Daniel Rall + + Emeritus + + + + epunzalan + Edwin Punzalan + epunzalan@apache.org + + Emeritus + + -8 + + + felipeal + Felipe Leme + + Emeritus + + + + jmcconnell + Jesse McConnell + jmcconnell@apache.org + ASF + + Emeritus + + -6 + + + joakime + Joakim Erdfelt + joakime@apache.org + ASF + + Emeritus + + -5 + + + jstrachan + James Strachan + + Emeritus + + + + jtolentino + Ernesto Tolentino Jr. + jtolentino@apache.org + ASF + + Emeritus + + +8 + + + mperham + Mike Perham + mperham@gmail.com + IBM + + Emeritus + + -6 + + + ogusakov + Oleg Gusakov + + Emeritus + + + + pschneider + Patrick Schneider + pschneider@gmail.com + + Emeritus + + -6 + + + ptahchiev + Petar Tahchiev + ptahchiev@apache.org + + Emeritus + + +2 + + + rinku + Rahul Thakur + + Emeritus + + + + shinobu + Shinobu Kuwai + + Emeritus + + + + smorgrav + Torbjorn Eikli Smorgrav + + Emeritus + + + + trygvis + Trygve Laugstol + trygvis@apache.org + ASF + + Emeritus + + +1 + + + wsmoak + Wendy Smoak + wsmoak@apache.org + + Emeritus + + -7 + + + jruiz + Johnny Ruiz III + jruiz@apache.org + + Emeritus + + + + + + + Maven User List + users-subscribe@maven.apache.org + users-unsubscribe@maven.apache.org + users@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-users + + http://www.mail-archive.com/users@maven.apache.org/ + http://maven.40175.n5.nabble.com/Maven-Users-f40176.html + http://maven.users.markmail.org/ + + + + Maven Developer List + dev-subscribe@maven.apache.org + dev-unsubscribe@maven.apache.org + dev@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-dev + + http://www.mail-archive.com/dev@maven.apache.org/ + http://maven.40175.n5.nabble.com/Maven-Developers-f142166.html + http://maven.dev.markmail.org/ + + + + Maven Issues List + issues-subscribe@maven.apache.org + issues-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-issues/ + + http://www.mail-archive.com/issues@maven.apache.org + http://maven.40175.n5.nabble.com/Maven-Issues-f219593.html + http://maven.issues.markmail.org/ + + + + Maven Commits List + commits-subscribe@maven.apache.org + commits-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-dev + + http://www.mail-archive.com/commits@maven.apache.org + http://maven.40175.n5.nabble.com/Maven-Commits-f277168.html + http://maven.commits.markmail.org/ + + + + Maven Announcements List + announce@maven.apache.org + announce-subscribe@maven.apache.org + announce-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-announce/ + + http://www.mail-archive.com/announce@maven.apache.org + http://maven.40175.n5.nabble.com/Maven-Announcements-f326045.html + http://maven.announce.markmail.org/ + + + + Maven Notifications List + notifications-subscribe@maven.apache.org + notifications-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-notifications/ + + http://www.mail-archive.com/notifications@maven.apache.org + http://maven.40175.n5.nabble.com/Maven-Notifications-f301718.html + http://maven.notifications.markmail.org/ + + + + + + scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-22 + scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-22 + http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-22 + + + + Jenkins + https://builds.apache.org/view/M-R/view/Maven + + + mail + +
notifications@maven.apache.org
+
+
+
+
+ + + apache.website + scp://people.apache.org/www/maven.apache.org + + + + + https://analysis.apache.org/ + + + + + + org.codehaus.plexus + plexus-component-annotations + 1.5.5 + + + + + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + + false + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-plugin-plugin + + true + + + + org.codehaus.modello + modello-maven-plugin + 1.4.1 + + true + + + + + org.codehaus.plexus + plexus-maven-plugin + 1.3.8 + + + org.codehaus.plexus + plexus-component-metadata + 1.5.5 + + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.2 + + + + + + + + quality-checks + + + quality-checks + true + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.7.1 + + 1.5 + + rulesets/maven.xml + + + ${project.build.directory}/generated-sources/modello + ${project.build.directory}/generated-sources/plugin + + + + + cpd-check + verify + + cpd-check + + + + + + + + + reporting + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 + + + clean + + clean + + + + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.5 + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.12 + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.9.1 + + config/maven_checks.xml + config/maven-header.txt + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.7.1 + + 1.5 + + rulesets/maven.xml + + + ${project.build.directory}/generated-sources/modello + ${project.build.directory}/generated-sources/plugin + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 + + + org.apache.maven.plugins + maven-jxr-plugin + 2.3 + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + + http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/ + http://junit.sourceforge.net/javadoc/ + http://logging.apache.org/log4j/1.2/apidocs/ + http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/ + + true + + + org.apache.maven.plugin-tools + maven-plugin-tools-javadoc + 3.1 + + + org.codehaus.plexus + plexus-javadoc + 1.0 + + + + + + + javadoc + test-javadoc + + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.2 + + + org.codehaus.sonar-plugins + maven-report + 0.1 + + + + + +
diff --git a/gradle/m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom.sha1 b/gradle/m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom.sha1 new file mode 100644 index 0000000..5d702ce --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom.sha1 @@ -0,0 +1 @@ +b8b69066f9f1c388a977669871df9b66782f751a \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-parent/5/_remote.repositories b/gradle/m2/repository/org/apache/maven/maven-parent/5/_remote.repositories new file mode 100644 index 0000000..072b683 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-parent/5/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:29 BST 2019 +maven-parent-5.pom>central= diff --git a/gradle/m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom b/gradle/m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom new file mode 100644 index 0000000..b335040 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom @@ -0,0 +1,466 @@ + + + + + + 4.0.0 + + org.apache + apache + 3 + ../asf/pom.xml + + org.apache.maven + maven-parent + 5 + pom + Apache Maven + + Maven is a software project management and comprehension tool. Based on the concept of a project object model + (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. + + http://maven.apache.org/ + + jira + http://jira.codehaus.org/browse/MPA + + + continuum + http://maven.zones.apache.org/continuum + + + mail + +
notifications@maven.apache.org
+
+
+
+
+ 2002 + + + Maven Announcements List + announce@maven.apache.org + announce-subscribe@maven.apache.org + announce-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-announce/ + + + Maven Issues List + issues@maven.apache.org + issues-subscribe@maven.apache.org + issues-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-issues/ + + + Maven Notifications List + notifications@maven.apache.org + notifications-subscribe@maven.apache.org + notifications-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-notifications/ + + + + + + jvanzyl + Jason van Zyl + jason@maven.org + ASF + + PMC Chair + + -5 + + + brett + Brett Porter + brett@apache.org + ASF + + PMC Member + + +10 + + + evenisse + Emmanuel Venisse + evenisse@apache.org + ASF + + PMC Member + + +1 + + + kenney + Kenney Westerhof + kenney@apache.org + Neonics + + PMC Member + + +1 + + + snicoll + Stephane Nicoll + snicoll@apache.org + ASF + + PMC Member + + +1 + + + vmassol + Vincent Massol + vmassol@apache.org + ASF + + PMC Member + + +1 + + + fgiust + Fabrizio Giustina + fgiust@apache.org + openmind + + PMC Member + + +1 + + + epunzalan + Edwin Punzalan + epunzalan@mergere.com + Mergere + + Committer + + +8 + + + mperham + Mike Perham + mperham@gmail.com + IBM + + PMC Member + + -6 + + + jdcasey + John Casey + jdcasey@apache.org + ASF + + PMC Member + + -5 + + + trygvis + Trygve Laugstol + trygvis@apache.org + ASF + + PMC Member + + +1 + + + vsiveton + Vincent Siveton + vsiveton@apache.org + ASF + + PMC Member + + -5 + + + carlos + Carlos Sanchez + carlos@apache.org + ASF + + PMC Member + + +1 + + + dennisl + Dennis Lundberg + dennisl@apache.org + ASF + + PMC Member + + +1 + + + aheritier + Arnaud Heritier + aheritier@apache.org + ASF + + PMC Member + + +1 + + + handyande + Andrew Williams + handyande@apache.org + + Committer + + 0 + + + jtolentino + Ernesto Tolentino Jr. + jtolentino@apache.org + ASF + + PMC Member + + +8 + + + joakime + Joakim Erdfelt + joakime@apache.org + ASF + + PMC Member + + -5 + + + jmcconnell + Jesse McConnell + jmcconnell@apache.org + ASF + + PMC Member + + -6 + + + wsmoak + Wendy Smoak + wsmoak@apache.org + + Committer + + -7 + + + + + + + apache.website + scp://people.apache.org/www/maven.apache.org + + + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.0-beta-4 + + + https://svn.apache.org/repos/asf/maven/pom/tags + false + deploy + -Prelease + + + + + + + + + ci + + + + org.apache.maven.plugins + maven-pmd-plugin + + + + cpd-check + + + + + + + + + reporting + + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + org.apache.maven.plugins + maven-checkstyle-plugin + + http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml + http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven-header.txt + + + + org.apache.maven.plugins + maven-pmd-plugin + + + org.codehaus.mojo + cobertura-maven-plugin + + + org.codehaus.mojo + taglist-maven-plugin + + + org.apache.maven.plugins + maven-jxr-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + http://java.sun.com/j2ee/1.4/docs/api + http://java.sun.com/j2se/1.5.0/docs/api + http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/ + http://jakarta.apache.org/commons/dbcp/apidocs/ + http://jakarta.apache.org/commons/fileupload/apidocs/ + http://jakarta.apache.org/commons/httpclient/apidocs/ + http://jakarta.apache.org/commons/logging/apidocs/ + http://jakarta.apache.org/commons/pool/apidocs/ + http://www.junit.org/junit/javadoc/ + http://logging.apache.org/log4j/docs/api/ + http://jakarta.apache.org/regexp/apidocs/ + http://jakarta.apache.org/velocity/api/ + + + + + + + + release + + + + + maven-gpg-plugin + 1.0-alpha-1 + + ${gpg.passphrase} + + + + + sign + + + + + + + true + maven-deploy-plugin + 2.3 + + ${deploy.altRepository} + true + + + + + maven-remote-resources-plugin + 1.0-alpha-1 + + + + process + + + + org.apache:apache-jar-resource-bundle:1.0 + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.0.2 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.2 + + + attach-javadocs + + jar + + + + + + + + + + + scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-5 + scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-5 + https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-5 + +
+ diff --git a/gradle/m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom.sha1 b/gradle/m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom.sha1 new file mode 100644 index 0000000..5d7a3eb --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom.sha1 @@ -0,0 +1 @@ +5c1ab38decaca1ccd08294aeab135047ebbae00d \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-plugin-api/2.0.6/_remote.repositories b/gradle/m2/repository/org/apache/maven/maven-plugin-api/2.0.6/_remote.repositories new file mode 100644 index 0000000..86b3f62 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-plugin-api/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +maven-plugin-api-2.0.6.jar>central= +maven-plugin-api-2.0.6.pom>central= diff --git a/gradle/m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar b/gradle/m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar new file mode 100644 index 0000000..a34ffa0 Binary files /dev/null and b/gradle/m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar differ diff --git a/gradle/m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar.sha1 b/gradle/m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar.sha1 new file mode 100644 index 0000000..0ebaee6 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar.sha1 @@ -0,0 +1 @@ +52b32fd980c8ead7a3858d057330bda1ace72d9d \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom b/gradle/m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom new file mode 100644 index 0000000..c05402a --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom @@ -0,0 +1,39 @@ + + + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + maven-plugin-api + Maven Plugin API + + + junit + junit + 3.8.1 + test + + + diff --git a/gradle/m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom.sha1 b/gradle/m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom.sha1 new file mode 100644 index 0000000..b9a6d5b --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom.sha1 @@ -0,0 +1 @@ +3af72b052dfefb73ecfae742613012b5396c8863 \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/_remote.repositories b/gradle/m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/_remote.repositories new file mode 100644 index 0000000..75d5786 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +maven-plugin-registry-2.0.6.jar>central= +maven-plugin-registry-2.0.6.pom>central= diff --git a/gradle/m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar b/gradle/m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar new file mode 100644 index 0000000..e0365a2 Binary files /dev/null and b/gradle/m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar differ diff --git a/gradle/m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar.sha1 b/gradle/m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar.sha1 new file mode 100644 index 0000000..79cac6e --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar.sha1 @@ -0,0 +1 @@ +4242ec8629b4797387751379f57e72cb718aac7a \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom b/gradle/m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom new file mode 100644 index 0000000..b020f0d --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom @@ -0,0 +1,53 @@ + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + org.apache.maven + maven-plugin-registry + Maven Plugin Registry Model + 2.0.6 + + + + org.codehaus.modello + modello-maven-plugin + + 1.0.0 + plugin-registry.mdo + + + + + + + org.codehaus.plexus + plexus-utils + + + org.codehaus.plexus + plexus-container-default + + + diff --git a/gradle/m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom.sha1 b/gradle/m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom.sha1 new file mode 100644 index 0000000..b598f15 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom.sha1 @@ -0,0 +1 @@ +2e13beea3b3511c6075c60384d9e7fad18efbcdf \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-profile/2.0.6/_remote.repositories b/gradle/m2/repository/org/apache/maven/maven-profile/2.0.6/_remote.repositories new file mode 100644 index 0000000..efe93ae --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-profile/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +maven-profile-2.0.6.jar>central= +maven-profile-2.0.6.pom>central= diff --git a/gradle/m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar b/gradle/m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar new file mode 100644 index 0000000..5c99a12 Binary files /dev/null and b/gradle/m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar differ diff --git a/gradle/m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar.sha1 b/gradle/m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar.sha1 new file mode 100644 index 0000000..2928a3f --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar.sha1 @@ -0,0 +1 @@ +f03cd3820d2b4d60b93ccd17a1c14e8eeef63f79 \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom b/gradle/m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom new file mode 100644 index 0000000..824b31c --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom @@ -0,0 +1,57 @@ + + + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + maven-profile + Maven Profile Model + + + + org.codehaus.modello + modello-maven-plugin + + 1.0.0 + profiles.mdo + + + + + + + org.apache.maven + maven-model + + + org.codehaus.plexus + plexus-utils + + + org.codehaus.plexus + plexus-container-default + + + diff --git a/gradle/m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom.sha1 b/gradle/m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom.sha1 new file mode 100644 index 0000000..f9b7786 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom.sha1 @@ -0,0 +1 @@ +12d0d8217e613b9cb487c1d1d0db744a4f588528 \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-project/2.0.6/_remote.repositories b/gradle/m2/repository/org/apache/maven/maven-project/2.0.6/_remote.repositories new file mode 100644 index 0000000..b5b1b07 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-project/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +maven-project-2.0.6.jar>central= +maven-project-2.0.6.pom>central= diff --git a/gradle/m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar b/gradle/m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar new file mode 100644 index 0000000..42311be Binary files /dev/null and b/gradle/m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar differ diff --git a/gradle/m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar.sha1 b/gradle/m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar.sha1 new file mode 100644 index 0000000..9447c11 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar.sha1 @@ -0,0 +1 @@ +c0df764cd8f5bac660bfa53fa97fdd53663ee308 \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom b/gradle/m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom new file mode 100644 index 0000000..ee3f9e5 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom @@ -0,0 +1,73 @@ + + + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + maven-project + Maven Project Builder + This library is used to not only read Maven project object model files, but to assemble inheritence + and to retrieve remote models as required. + + + org.apache.maven + maven-settings + + + org.apache.maven + maven-artifact-test + test + + + org.apache.maven + maven-profile + + + org.apache.maven + maven-model + + + org.apache.maven + maven-artifact-manager + + + + org.apache.maven + maven-plugin-registry + + + org.codehaus.plexus + plexus-utils + + + org.apache.maven + maven-artifact + + + org.codehaus.plexus + plexus-container-default + + + diff --git a/gradle/m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom.sha1 b/gradle/m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom.sha1 new file mode 100644 index 0000000..af7bf705 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom.sha1 @@ -0,0 +1 @@ +28e9f98ae3688d8831052283b2d65bd18295a7f5 \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/_remote.repositories b/gradle/m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/_remote.repositories new file mode 100644 index 0000000..aa020a8 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +maven-repository-metadata-2.0.6.jar>central= +maven-repository-metadata-2.0.6.pom>central= diff --git a/gradle/m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar b/gradle/m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar new file mode 100644 index 0000000..af8d9fd Binary files /dev/null and b/gradle/m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar differ diff --git a/gradle/m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar.sha1 b/gradle/m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar.sha1 new file mode 100644 index 0000000..bbd7290 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar.sha1 @@ -0,0 +1 @@ +ae64379396d2eba33616ce1e0a458c3a744b317b \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom b/gradle/m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom new file mode 100644 index 0000000..7f60d0f --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom @@ -0,0 +1,51 @@ + + + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + maven-repository-metadata + Maven Repository Metadata Model + Maven Plugin Mapping + + + + org.codehaus.modello + modello-maven-plugin + 1.0-alpha-8 + + 1.0.0 + src/main/mdo/metadata.mdo + + + + + + + org.codehaus.plexus + plexus-utils + + + diff --git a/gradle/m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom.sha1 b/gradle/m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom.sha1 new file mode 100644 index 0000000..316f59c --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom.sha1 @@ -0,0 +1 @@ +bdcd11054562df6124286aaf252ae8f256879e26 \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-settings/2.0.6/_remote.repositories b/gradle/m2/repository/org/apache/maven/maven-settings/2.0.6/_remote.repositories new file mode 100644 index 0000000..ec8c8c6 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-settings/2.0.6/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +maven-settings-2.0.6.pom>central= +maven-settings-2.0.6.jar>central= diff --git a/gradle/m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar b/gradle/m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar new file mode 100644 index 0000000..4953b08 Binary files /dev/null and b/gradle/m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar differ diff --git a/gradle/m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar.sha1 b/gradle/m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar.sha1 new file mode 100644 index 0000000..84e8624 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar.sha1 @@ -0,0 +1 @@ +5da16cf9def50e3a352cd7e8923a49ebd72003b8 \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom b/gradle/m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom new file mode 100644 index 0000000..618d8c1 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom @@ -0,0 +1,57 @@ + + + + + + + maven + org.apache.maven + 2.0.6 + + 4.0.0 + maven-settings + Maven Local Settings Model + + + + org.codehaus.modello + modello-maven-plugin + + 1.0.0 + src/main/mdo/settings.mdo + + + + + + + org.apache.maven + maven-model + + + org.codehaus.plexus + plexus-utils + + + org.codehaus.plexus + plexus-container-default + + + diff --git a/gradle/m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom.sha1 b/gradle/m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom.sha1 new file mode 100644 index 0000000..46872ad --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom.sha1 @@ -0,0 +1 @@ +6e8ca6b7fce58a28d2b73774fe277593af14d82a \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/maven/2.0.6/_remote.repositories b/gradle/m2/repository/org/apache/maven/maven/2.0.6/_remote.repositories new file mode 100644 index 0000000..e6490e4 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven/2.0.6/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:29 BST 2019 +maven-2.0.6.pom>central= diff --git a/gradle/m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom b/gradle/m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom new file mode 100644 index 0000000..e4622f0 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom @@ -0,0 +1,246 @@ + + + + 4.0.0 + + org.apache.maven + maven-parent + 5 + ../pom/maven/pom.xml + + maven + pom + Maven + 2.0.6 + Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process. + http://maven.apache.org + + jira + http://jira.codehaus.org/browse/MNG + + 2001 + + + Maven User List + users-subscribe@maven.apache.org + users-unsubscribe@maven.apache.org + users@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-users + + http://www.mail-archive.com/users@maven.apache.org/ + http://www.nabble.com/Maven---Users-f178.html + + + + + scm:svn:https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.6 + scm:svn:https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.6 + https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.6 + + + + + + maven-release-plugin + + https://svn.apache.org/repos/asf/maven/components/tags + + + + org.codehaus.modello + modello-maven-plugin + 1.0-alpha-13 + + + site-docs + pre-site + + xdoc + xsd + + + + + standard + + java + xpp3-reader + xpp3-writer + + + + + + + + + maven-artifact + maven-artifact-manager + maven-artifact-test + maven-core + maven-error-diagnostics + maven-model + maven-monitor + maven-plugin-api + maven-plugin-descriptor + maven-plugin-parameter-documenter + maven-plugin-registry + maven-profile + maven-project + maven-reporting + maven-repository-metadata + maven-script + maven-settings + + + + junit + junit + 3.8.1 + test + + + + 2.0.6 + + + + + + org.apache.maven + maven-model + ${mavenVersion} + + + org.apache.maven + maven-project + ${mavenVersion} + + + org.apache.maven.reporting + maven-reporting-api + ${mavenVersion} + + + org.apache.maven + maven-repository-metadata + ${mavenVersion} + + + org.apache.maven + maven-artifact + ${mavenVersion} + + + org.apache.maven + maven-artifact-manager + ${mavenVersion} + + + org.apache.maven + maven-artifact-test + ${mavenVersion} + + + org.apache.maven + maven-settings + ${mavenVersion} + + + org.apache.maven + maven-plugin-parameter-documenter + ${mavenVersion} + + + org.apache.maven + maven-profile + ${mavenVersion} + + + org.apache.maven + maven-plugin-registry + ${mavenVersion} + + + org.apache.maven + maven-plugin-api + ${mavenVersion} + + + org.apache.maven + maven-monitor + ${mavenVersion} + + + + org.codehaus.plexus + plexus-container-default + 1.0-alpha-9-stable-1 + + + org.codehaus.plexus + plexus-utils + 1.4.1 + + + org.apache.maven.wagon + wagon-provider-api + 1.0-beta-2 + + + org.apache.maven.wagon + wagon-ssh + 1.0-beta-2 + + + org.apache.maven.wagon + wagon-ssh-external + 1.0-beta-2 + + + org.apache.maven.wagon + wagon-file + 1.0-beta-2 + + + org.apache.maven.wagon + wagon-http-lightweight + 1.0-beta-2 + + + easymock + easymock + 1.2_Java1.3 + test + + + classworlds + classworlds + 1.1 + + + + + + apache.website + scp://people.apache.org/www/maven.apache.org/ref/${project.version}/ + + + diff --git a/gradle/m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom.sha1 b/gradle/m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom.sha1 new file mode 100644 index 0000000..6c719f9 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom.sha1 @@ -0,0 +1 @@ +1991be0ed3e1820e135201406d5acabf8c08d426 maven-2.0.6.pom diff --git a/gradle/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/_remote.repositories b/gradle/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/_remote.repositories new file mode 100644 index 0000000..1730926 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:29 BST 2019 +maven-clean-plugin-2.5.pom>central= +maven-clean-plugin-2.5.jar>central= diff --git a/gradle/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar b/gradle/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar new file mode 100644 index 0000000..a1ff199 Binary files /dev/null and b/gradle/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar differ diff --git a/gradle/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar.sha1 b/gradle/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar.sha1 new file mode 100644 index 0000000..daf49c5 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar.sha1 @@ -0,0 +1 @@ +75653decaefa85ca8114ff3a4f869bb2ee6d605d \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom b/gradle/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom new file mode 100644 index 0000000..7ec3fa9 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom @@ -0,0 +1,112 @@ + + + + + + 4.0.0 + + + org.apache.maven.plugins + maven-plugins + 22 + ../maven-plugins/pom.xml + + + maven-clean-plugin + 2.5 + maven-plugin + + Maven Clean Plugin + + The Maven Clean Plugin is a plugin that removes files generated at build-time in a project's directory. + + 2001 + + + ${mavenVersion} + + + + scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-clean-plugin-2.5 + scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-clean-plugin-2.5 + http://svn.apache.org/viewvc/maven/plugins/tags/maven-clean-plugin-2.5 + + + JIRA + http://jira.codehaus.org/browse/MCLEAN + + + + 2.0.6 + + + + + org.apache.maven + maven-plugin-api + ${mavenVersion} + + + org.codehaus.plexus + plexus-utils + 3.0 + + + + + org.apache.maven.shared + maven-plugin-testing-harness + 1.1 + test + + + + + + run-its + + + + + org.apache.maven.plugins + maven-invoker-plugin + + true + true + src/it + ${project.build.directory}/it + + */pom.xml + + setup + verify + ${project.build.directory}/local-repo + src/it/settings.xml + + clean + + + + + + + + + diff --git a/gradle/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom.sha1 b/gradle/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom.sha1 new file mode 100644 index 0000000..2289aec --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom.sha1 @@ -0,0 +1 @@ +8571a1cd21bed4fe28656c3303526fa7d1e582ad \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/_remote.repositories b/gradle/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/_remote.repositories new file mode 100644 index 0000000..f8d9b7b --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:29 BST 2019 +maven-install-plugin-2.4.jar>central= +maven-install-plugin-2.4.pom>central= diff --git a/gradle/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar b/gradle/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar new file mode 100644 index 0000000..fd51266 Binary files /dev/null and b/gradle/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar differ diff --git a/gradle/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar.sha1 b/gradle/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar.sha1 new file mode 100644 index 0000000..44d6010 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar.sha1 @@ -0,0 +1 @@ +9d1316166fe4c313f56276935e08df11f45267c2 \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom b/gradle/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom new file mode 100644 index 0000000..7425521 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom @@ -0,0 +1,193 @@ + + + + + + 4.0.0 + + + maven-plugins + org.apache.maven.plugins + 23 + ../maven-plugins/pom.xml + + + maven-install-plugin + 2.4 + maven-plugin + + Maven Install Plugin + Copies the project artifacts to the user's local repository. + 2004 + + + ${mavenVersion} + + + + scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-install-plugin-2.4 + scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-install-plugin-2.4 + http://svn.apache.org/viewvc/maven/plugins/tags/maven-install-plugin-2.4 + + + jira + http://jira.codehaus.org/browse/MINSTALL + + + + 2.0.6 + 3.1 + + + + + org.apache.maven + maven-plugin-api + ${mavenVersion} + + + org.apache.maven + maven-project + ${mavenVersion} + + + org.apache.maven + maven-model + ${mavenVersion} + + + org.apache.maven + maven-artifact-manager + ${mavenVersion} + + + org.apache.maven + maven-artifact + ${mavenVersion} + + + + + org.apache.maven.plugin-tools + maven-plugin-annotations + ${mavenPluginPluginVersion} + provided + + + + org.apache.maven.plugin-testing + maven-plugin-testing-harness + 1.2 + test + + + org.codehaus.plexus + plexus-utils + 3.0.5 + + + org.codehaus.plexus + plexus-digest + 1.0 + + + + + + Ludwig Magnusson + + + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + ${mavenPluginPluginVersion} + + true + + + + mojo-descriptor + process-classes + + descriptor + + + + help-goal + + helpmojo + + + + + + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + ${mavenPluginPluginVersion} + + + + + + + run-its + + + + + org.apache.maven.plugins + maven-invoker-plugin + 1.7 + + true + src/it + ${project.build.directory}/it + + */pom.xml + */non-default-pom.xml + + setup + verify + ${project.build.directory}/local-repo + src/it/settings.xml + true + + clean + install + + + + + + + + + diff --git a/gradle/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom.sha1 b/gradle/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom.sha1 new file mode 100644 index 0000000..a3c993d --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom.sha1 @@ -0,0 +1 @@ +a94328f3fcee1cebefa3d1224caa0050682da487 \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/22/_remote.repositories b/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/22/_remote.repositories new file mode 100644 index 0000000..e321516 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/22/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:29 BST 2019 +maven-plugins-22.pom>central= diff --git a/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom b/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom new file mode 100644 index 0000000..4354104 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom @@ -0,0 +1,340 @@ + + + + 4.0.0 + + + org.apache.maven + maven-parent + 21 + ../../pom/maven/pom.xml + + + org.apache.maven.plugins + maven-plugins + 22 + pom + + Maven Plugins + Maven Plugins + http://maven.apache.org/plugins/ + + + + + Maven User List + users-subscribe@maven.apache.org + users-unsubscribe@maven.apache.org + users@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-users + + http://www.mail-archive.com/users@maven.apache.org/ + http://old.nabble.com/Maven---Users-f178.html + http://maven.users.markmail.org/ + + + + Maven Developer List + dev-subscribe@maven.apache.org + dev-unsubscribe@maven.apache.org + dev@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-dev + + http://www.mail-archive.com/dev@maven.apache.org/ + http://old.nabble.com/Maven-Developers-f179.html + http://maven.dev.markmail.org/ + + + + Maven Issues List + issues-subscribe@maven.apache.org + issues-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-issues/ + + http://www.mail-archive.com/issues@maven.apache.org + http://old.nabble.com/Maven---Issues-f15573.html + http://maven.issues.markmail.org/ + + + + Maven Commits List + commits-subscribe@maven.apache.org + commits-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-dev + + http://www.mail-archive.com/commits@maven.apache.org + http://old.nabble.com/Maven---Commits-f15575.html + http://maven.commits.markmail.org/ + + + + + Maven Announcements List + announce@maven.apache.org + announce-subscribe@maven.apache.org + announce-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-announce/ + + http://www.mail-archive.com/announce@maven.apache.org + http://old.nabble.com/Maven-Announcements-f15617.html + http://maven.announce.markmail.org/ + + + + Maven Notifications List + notifications-subscribe@maven.apache.org + notifications-unsubscribe@maven.apache.org + http://mail-archives.apache.org/mod_mbox/maven-notifications/ + + http://www.mail-archive.com/notifications@maven.apache.org + http://old.nabble.com/Maven---Notifications-f15574.html + http://maven.notifications.markmail.org/ + + + + + + scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-22 + scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-22 + http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-22 + + + Jenkins + https://builds.apache.org/hudson/job/maven-plugins/ + + + + + apache.website + scp://people.apache.org/www/maven.apache.org/plugins/ + + + + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + + false + + + + + + + + + org.apache.maven.plugins + maven-changes-plugin + 2.6 + + + JIRA + + 1000 + true + + org/apache/maven/plugins + + [ANN] ${project.name} ${project.version} Released + + announce@maven.apache.org + users@maven.apache.org + + + dev@maven.apache.org + + + ${apache.availid} + ${smtp.host} + + + + + org.apache.maven.shared + maven-shared-resources + 1 + + + + + maven-release-plugin + + https://svn.apache.org/repos/asf/maven/plugins/tags + + + + maven-site-plugin + + scp://people.apache.org/www/maven.apache.org/plugins/${project.artifactId}-${project.version} + + + + + + + maven-enforcer-plugin + + + + enforce + + ensure-no-container-api + + + + + org.codehaus.plexus:plexus-component-api + + The new containers are not supported. You probably added a dependency that is missing the exclusions. + + + true + + + + + + org.apache.maven.plugins + maven-plugin-plugin + + + generated-helpmojo + + helpmojo + + + + + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + 2.8 + + + + + + + quality-checks + + + quality-checks + true + + + + + + org.apache.maven.plugins + maven-docck-plugin + + + docck-check + verify + + check + + + + + + + + + run-its + + + + org.apache.maven.plugins + maven-invoker-plugin + + true + src/it + ${project.build.directory}/it + setup + verify + ${project.build.directory}/local-repo + src/it/settings.xml + + */pom.xml + + + + + integration-test + + install + integration-test + verify + + + + + + + + + reporting + + + + org.apache.maven.plugins + maven-invoker-plugin + 1.5 + + + + + + maven-3 + + + + ${basedir} + + + + + + + org.apache.maven.plugins + maven-site-plugin + false + + + attach-descriptor + + attach-descriptor + + + + + + + + + diff --git a/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom.sha1 b/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom.sha1 new file mode 100644 index 0000000..12ad70e --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom.sha1 @@ -0,0 +1 @@ +beff44ae4eff1e5c79c01972083cd11fa6982462 \ No newline at end of file diff --git a/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/23/_remote.repositories b/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/23/_remote.repositories new file mode 100644 index 0000000..ed9cbc4 --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/23/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:29 BST 2019 +maven-plugins-23.pom>central= diff --git a/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom b/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom new file mode 100644 index 0000000..916423d --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom @@ -0,0 +1,266 @@ + + + + 4.0.0 + + + org.apache.maven + maven-parent + 22 + ../../pom/maven/pom.xml + + + org.apache.maven.plugins + maven-plugins + 23 + pom + + Maven Plugins + Maven Plugins + http://maven.apache.org/plugins/ + + + scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-23 + scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-23 + http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-23 + + + Jenkins + https://builds.apache.org/hudson/job/maven-plugins/ + + + + + apache.website + scp://people.apache.org/www/maven.apache.org/plugins/ + + + + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + + false + + + + + + + + + org.apache.maven.plugins + maven-changes-plugin + 2.7.1 + + + JIRA + + 1000 + true + + org/apache/maven/plugins + + [ANN] ${project.name} ${project.version} Released + + announce@maven.apache.org + users@maven.apache.org + + + dev@maven.apache.org + + + ${apache.availid} + ${smtp.host} + + + + + org.apache.maven.shared + maven-shared-resources + 1 + + + + + maven-release-plugin + + https://svn.apache.org/repos/asf/maven/plugins/tags + + + + maven-site-plugin + + scp://people.apache.org/www/maven.apache.org/plugins/${project.artifactId}-${project.version} + + + + + + + maven-enforcer-plugin + + + + enforce + + ensure-no-container-api + + + + + org.codehaus.plexus:plexus-component-api + + The new containers are not supported. You probably added a dependency that is missing the exclusions. + + + true + + + + + + org.apache.maven.plugins + maven-plugin-plugin + + + generated-helpmojo + + helpmojo + + + + + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + 3.1 + + + + + + + quality-checks + + + quality-checks + true + + + + + + org.apache.maven.plugins + maven-docck-plugin + + + docck-check + verify + + check + + + + + + + + + run-its + + + + org.apache.maven.plugins + maven-invoker-plugin + + true + src/it + ${project.build.directory}/it + setup + verify + ${project.build.directory}/local-repo + src/it/settings.xml + + */pom.xml + + + + + integration-test + + install + integration-test + verify + + + + + + + + + reporting + + + + org.apache.maven.plugins + maven-invoker-plugin + 1.6 + + + + + + maven-3 + + + + ${basedir} + + + + + + + org.apache.maven.plugins + maven-site-plugin + false + + + attach-descriptor + + attach-descriptor + + + + + + + + + diff --git a/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom.sha1 b/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom.sha1 new file mode 100644 index 0000000..3f61aba --- /dev/null +++ b/gradle/m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom.sha1 @@ -0,0 +1 @@ +d40d68ba1f88d8e9b0040f175a6ff41928abd5e7 \ No newline at end of file diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-components/1.1.7/_remote.repositories b/gradle/m2/repository/org/codehaus/plexus/plexus-components/1.1.7/_remote.repositories new file mode 100644 index 0000000..fb073d5 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-components/1.1.7/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +plexus-components-1.1.7.pom>central= diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom b/gradle/m2/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom new file mode 100644 index 0000000..9f5e66d --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom @@ -0,0 +1,69 @@ + + 4.0.0 + + plexus + org.codehaus.plexus + 1.0.8 + + org.codehaus.plexus + plexus-components + pom + 1.1.7 + Plexus Components Parent Project + + + + org.codehaus.plexus + plexus-container-default + 1.0-alpha-8 + + + + plexus-action + plexus-archiver + plexus-bayesian + plexus-command + plexus-compiler + plexus-drools + plexus-formica + plexus-formica-web + plexus-hibernate + plexus-i18n + plexus-interactivity + plexus-ircbot + plexus-jdo + plexus-jetty-httpd + plexus-jetty + plexus-mimetyper + plexus-mail-sender + plexus-notification + plexus-resources + plexus-taskqueue + plexus-velocity + plexus-xmlrpc + + + scm:svn:http://svn.codehaus.org/plexus/plexus-components/trunk/ + scm:svn:https://svn.codehaus.org/plexus/plexus-components/trunk + http://fisheye.codehaus.org/browse/plexus/plexus-components/trunk/ + + + + + org.codehaus.plexus + plexus-maven-plugin + 1.3.2 + + + + descriptor + + + + + + + diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom.sha1 b/gradle/m2/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom.sha1 new file mode 100644 index 0000000..a404d1c --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom.sha1 @@ -0,0 +1 @@ +5fcdd5b77b86b603af118b70281f48539031a9f3 \ No newline at end of file diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/_remote.repositories b/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/_remote.repositories new file mode 100644 index 0000000..a30f617 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +plexus-container-default-1.0-alpha-8.pom>central= diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom b/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom new file mode 100644 index 0000000..99e725b --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom @@ -0,0 +1,248 @@ + + 4.0.0 + org.codehaus.plexus + plexus-container-default + Default Plexus Container + 1.0-alpha-8 + + + + +
dev@plexus.codehaus.org
+
+
+ + irc + + 6667 + #plexus + irc.codehaus.org + + +
+
+ 2001 + + + Plexus Developer List + http://lists.codehaus.org/mailman/listinfo/plexus-dev + http://lists.codehaus.org/mailman/listinfo/plexus-dev + http://lists.codehaus.org/pipermail/plexus-dev/ + + + + + jvanzyl + Jason van Zyl + jason@zenplex.com + Zenplex + + Developer + Release Manager + + + + kaz + Pete Kazmier + + + + Developer + + + + jtaylor + James Taylor + james@jamestaylor.org + + + Developer + + + + dandiep + Dan Diephouse + dan@envoisolutions.com + Envoi solutions + + Developer + + + + kasper + Kasper Nielsen + apache@kav.dk + + + Developer + + + + bwalding + Ben Walding + bwalding@codehaus.org + Walding Consulting Services + + Developer + + + + mhw + Mark Wilkinson + mhw@kremvax.net + + Developer + + + + michal + Michal Maczka + mmaczka@interia.pl + + Developer + + + + evenisse + Emmanuel Venisse + evenisse@codehaus.org + + Developer + + + + trygvis + Trygve Laugstol + trygvis@codehaus.org + + Developer + + + + kenney + Kenney Westerhof + kenney@codehaus.org + + Developer + + + + + scm:svn:svn://svn.codehaus.org/plexus/scm/trunk/plexus-containers/plexus-container-default + scm:svn:https://svn.codehaus.org/plexus/trunk/plexus-containers/plexus-container-default + + + Codehaus + http://www.codehaus.org/ + + + src/main/java + src/main/scripts + src/test/java + target/classes + target/test-classes + + + src/main/resources + + + + + src/test/resources + + + target + plexus-container-default-1.0-alpha-8 + + + maven-release-plugin + 2.0-beta-2 + + https://svn.codehaus.org/plexus/tags + + + + maven-surefire-plugin + 2.0-beta-1 + + + **/Test*.java + **/Abstract*.java + + + + + + + + + false + + snapshots + Maven Snapshot Development Repository + http://snapshots.maven.codehaus.org/maven2 + + + + false + + central + Maven Repository Switchboard + http://repo1.maven.org/maven2 + + + + + + false + + snapshots-plugins + Maven Snapshot Plugins Development Repository + http://snapshots.maven.codehaus.org/maven2 + + + + false + + central + Maven Plugin Repository + http://repo1.maven.org/maven2 + + + + + org.codehaus.plexus + plexus-utils + 1.0.4 + compile + + + junit + junit + 3.8.1 + compile + + + classworlds + classworlds + 1.1-alpha-2 + compile + + + + target/site + + + + repo1 + Maven Central Repository + scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2 + + + snapshots + Maven Central Development Repository + scp://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2 + + deployed + +
\ No newline at end of file diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom.sha1 b/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom.sha1 new file mode 100644 index 0000000..3ee0cb2 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom.sha1 @@ -0,0 +1 @@ +3324c2065311b5cd636d3fe37353fe7558a6ec22 /home/projects/maven/repository-staging/to-ibiblio/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories b/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories new file mode 100644 index 0000000..fd0e468 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +plexus-container-default-1.0-alpha-9-stable-1.pom>central= +plexus-container-default-1.0-alpha-9-stable-1.jar>central= diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar b/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar new file mode 100644 index 0000000..d205236 Binary files /dev/null and b/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar differ diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar.sha1 b/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar.sha1 new file mode 100644 index 0000000..7121d89 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar.sha1 @@ -0,0 +1 @@ +94aea3010e250a334d9dab7f591114cd6c767458 \ No newline at end of file diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom b/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom new file mode 100644 index 0000000..5e52b57 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom @@ -0,0 +1,65 @@ + + + plexus-containers + org.codehaus.plexus + 1.0.3 + + 4.0.0 + plexus-container-default + Default Plexus Container + 1.0-alpha-9-stable-1 + + + + maven-surefire-plugin + + + **/Test*.java + **/Abstract*.java + + + + + + + org.apache.maven.wagon + wagon-webdav + 1.0-beta-2 + + + + + + junit + junit + 3.8.1 + compile + + + org.codehaus.plexus + plexus-utils + 1.0.4 + + + classworlds + classworlds + 1.1-alpha-2 + + + + + codehaus.org + Plexus Central Repository + dav:https://dav.codehaus.org/repository/plexus + + + codehaus.org + Plexus Central Development Repository + dav:https://dav.codehaus.org/snapshots.repository/plexus + + + codehaus.org + dav:https://dav.codehaus.org/plexus + + + diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom.sha1 b/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom.sha1 new file mode 100644 index 0000000..fbad1e3 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom.sha1 @@ -0,0 +1 @@ +f557cb47f4594ac941d0edf08093a03ce15b51ba \ No newline at end of file diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/_remote.repositories b/gradle/m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/_remote.repositories new file mode 100644 index 0000000..e38e67f --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:29 BST 2019 +plexus-containers-1.0.3.pom>central= diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom b/gradle/m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom new file mode 100644 index 0000000..cf94c7c --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom @@ -0,0 +1,17 @@ + + 4.0.0 + + org.codehaus.plexus + plexus + 1.0.4 + + org.codehaus.plexus + plexus-containers + pom + Parent Plexus Container POM + 1.0.3 + + plexus-container-artifact + plexus-container-default + + diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom.sha1 b/gradle/m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom.sha1 new file mode 100644 index 0000000..7e24b10 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom.sha1 @@ -0,0 +1 @@ +e16f1c9b83cdeb142fc038dd0262c61121d58c4b /home/projects/maven/repository-staging/to-ibiblio/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-digest/1.0/_remote.repositories b/gradle/m2/repository/org/codehaus/plexus/plexus-digest/1.0/_remote.repositories new file mode 100644 index 0000000..d759f36 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-digest/1.0/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +plexus-digest-1.0.pom>central= +plexus-digest-1.0.jar>central= diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar b/gradle/m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar new file mode 100644 index 0000000..d7eda22 Binary files /dev/null and b/gradle/m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar differ diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar.sha1 b/gradle/m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar.sha1 new file mode 100644 index 0000000..5ce344f --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar.sha1 @@ -0,0 +1 @@ +5f6a5a5140cd39e8c987cf6c31429d917b31166e \ No newline at end of file diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom b/gradle/m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom new file mode 100644 index 0000000..302a977 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom @@ -0,0 +1,34 @@ + + + plexus-components + org.codehaus.plexus + 1.1.7 + + 4.0.0 + plexus-digest + Plexus Digest / Hashcode Components + 1.0 + + scm:svn:https://svn.codehaus.org/plexus/tags/plexus-digest-1.0 + scm:svn:https://svn.codehaus.org/plexus/tags/plexus-digest-1.0 + https://svn.codehaus.org/plexus/tags/plexus-digest-1.0 + + + + + org.codehaus.plexus + plexus-maven-plugin + + + + descriptor + + + + + + + + deployed + + \ No newline at end of file diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom.sha1 b/gradle/m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom.sha1 new file mode 100644 index 0000000..fcf1eea --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom.sha1 @@ -0,0 +1 @@ +df5c2e55c9f30db34972661819437f1802128861 \ No newline at end of file diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/_remote.repositories b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/_remote.repositories new file mode 100644 index 0000000..ea26cfd --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:29 BST 2019 +plexus-utils-1.0.4.pom>central= diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom new file mode 100644 index 0000000..4c60828 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom @@ -0,0 +1,235 @@ + + 4.0.0 + org.codehaus.plexus + plexus-utils + Plexus Common Utilities + 1.0.4 + + + + +
dev@plexus.codehaus.org
+
+
+ + irc + + 6667 + #plexus + irc.codehaus.org + + +
+
+ 2001 + + + Plexus Developer List + http://lists.codehaus.org/mailman/listinfo/plexus-dev + http://lists.codehaus.org/mailman/listinfo/plexus-dev + http://lists.codehaus.org/pipermail/plexus-dev/ + + + + + jvanzyl + Jason van Zyl + jason@zenplex.com + Zenplex + + Developer + Release Manager + + + + kaz + Pete Kazmier + + + + Developer + + + + jtaylor + James Taylor + james@jamestaylor.org + + + Developer + + + + dandiep + Dan Diephouse + dan@envoisolutions.com + Envoi solutions + + Developer + + + + kasper + Kasper Nielsen + apache@kav.dk + + + Developer + + + + bwalding + Ben Walding + bwalding@codehaus.org + Walding Consulting Services + + Developer + + + + mhw + Mark Wilkinson + mhw@kremvax.net + + Developer + + + + michal + Michal Maczka + mmaczka@interia.pl + + Developer + + + + evenisse + Emmanuel Venisse + evenisse@codehaus.org + + Developer + + + + trygvis + Trygve Laugstol + trygvis@codehaus.org + + Developer + + + + kenney + Kenney Westerhof + kenney@codehaus.org + + Developer + + + + + scm:svn:svn://svn.codehaus.org/plexus/scm/trunk/plexus-utils + scm:svn:https://svn.codehaus.org/plexus/trunk/plexus-utils + + + Codehaus + http://www.codehaus.org/ + + + src/main/java + src/main/scripts + src/test/java + target/classes + target/test-classes + + + src/main/resources + + + + + src/test/resources + + + target + + + maven-release-plugin + 2.0-beta-3-SNAPSHOT + + https://svn.codehaus.org/plexus/tags + + + + maven-surefire-plugin + RELEASE + + + org/codehaus/plexus/util/FileBasedTestCase.java + **/Test*.java + + + + + + + + + false + + snapshots + Maven Snapshot Development Repository + http://snapshots.maven.codehaus.org/maven2 + + + + false + + central + Maven Repository Switchboard + http://repo1.maven.org/maven2 + + + + + + false + + snapshots-plugins + Maven Snapshot Plugins Development Repository + http://snapshots.maven.codehaus.org/maven2 + + + + false + + central + Maven Plugin Repository + http://repo1.maven.org/maven2 + + + + + junit + junit + 3.8.1 + test + + + + target/site + + + + repo1 + Maven Central Repository + scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2 + + + snapshots + Maven Central Development Repository + scp://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2 + + deployed + +
\ No newline at end of file diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom.sha1 b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom.sha1 new file mode 100644 index 0000000..f74d077 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom.sha1 @@ -0,0 +1 @@ +a82e1ddd2d795616ac58d73ed246b8ec65326dfa /home/projects/maven/repository-staging/to-ibiblio/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/_remote.repositories b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/_remote.repositories new file mode 100644 index 0000000..1f58c63 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:29 BST 2019 +plexus-utils-1.4.1.pom>central= diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom new file mode 100644 index 0000000..207a3ec --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom @@ -0,0 +1,50 @@ + + + plexus + org.codehaus.plexus + 1.0.11 + ../pom/pom.xml + + 4.0.0 + plexus-utils + Plexus Common Utilities + 1.4.1 + + + + maven-compiler-plugin + + + 1.3 + 1.3 + + + + maven-surefire-plugin + + + true + + org/codehaus/plexus/util/FileBasedTestCase.java + **/Test*.java + + + + + + + scm:svn:http://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-1.4.1 + scm:svn:https://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-1.4.1 + http://fisheye.codehaus.org/browse/plexus/plexus-utils/tags/plexus-utils-1.4.1 + + + + + maven-javadoc-plugin + + + maven-jxr-plugin + + + + diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom.sha1 b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom.sha1 new file mode 100644 index 0000000..cbbf6f8 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom.sha1 @@ -0,0 +1 @@ +0a77530df5e881e55a4ffaea4b6bf33d57bc5b26 \ No newline at end of file diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/_remote.repositories b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/_remote.repositories new file mode 100644 index 0000000..0049288 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +plexus-utils-3.0.5.jar>central= +plexus-utils-3.0.5.pom>central= diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar new file mode 100644 index 0000000..1a011f3 Binary files /dev/null and b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar differ diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar.sha1 b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar.sha1 new file mode 100644 index 0000000..be55bdb --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar.sha1 @@ -0,0 +1 @@ +3da9c286180a66aba197db8ffa7bbdc756c3e31f \ No newline at end of file diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom new file mode 100644 index 0000000..282b590 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom @@ -0,0 +1,71 @@ + + + + + + 4.0.0 + + + org.codehaus.plexus + plexus + 3.1 + + + plexus-utils + 3.0.5 + + Plexus Common Utilities + A collection of various utility classes to ease working with strings, files, command lines, XML and more. + http://plexus.codehaus.org/plexus-utils + + + scm:git:git@github.com:sonatype/plexus-utils.git + scm:git:git@github.com:sonatype/plexus-utils.git + http://github.com/sonatype/plexus-utils + + + JIRA + http://jira.codehaus.org/browse/PLXUTILS + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + true + + org/codehaus/plexus/util/FileBasedTestCase.java + **/Test*.java + + + + JAVA_HOME + ${JAVA_HOME} + + + M2_HOME + ${M2_HOME} + + + + + + + diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom.sha1 b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom.sha1 new file mode 100644 index 0000000..a620007 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom.sha1 @@ -0,0 +1 @@ +880976a01d8f71ced7c8da841e571479bb7b6021 \ No newline at end of file diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.11/_remote.repositories b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.11/_remote.repositories new file mode 100644 index 0000000..a91fb6b --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.11/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:29 BST 2019 +plexus-1.0.11.pom>central= diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom new file mode 100644 index 0000000..28ee574 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom @@ -0,0 +1,308 @@ + + 4.0.0 + org.codehaus.plexus + plexus + pom + Plexus + 1.0.11 + + + + mail + +
dev@plexus.codehaus.org
+
+
+ + irc + + irc.codehaus.org + 6667 + #plexus + + +
+
+ 2001 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + Plexus User List + http://xircles.codehaus.org/manage_email/user%40plexus.codehaus.org + http://xircles.codehaus.org/manage_email/user%40plexus.codehaus.org + http://archive.plexus.codehaus.org/user + + + Plexus Developer List + http://xircles.codehaus.org/manage_email/dev%40plexus.codehaus.org + http://xircles.codehaus.org/manage_email/dev%40plexus.codehaus.org + http://archive.plexus.codehaus.org/dev + + + Plexus Announce List + http://xircles.codehaus.org/manage_email/announce%40plexus.codehaus.org + http://xircles.codehaus.org/manage_email/announce%40plexus.codehaus.org + http://archive.plexus.codehaus.org/announce + + + Plexus Commit List + http://xircles.codehaus.org/manage_email/scm%40plexus.codehaus.org + http://xircles.codehaus.org/manage_email/scm%40plexus.codehaus.org + http://archive.plexus.codehaus.org/scm + + + + JIRA + http://jira.codehaus.org/browse/PLX + + + + + codehaus.org + Plexus Central Repository + dav:https://dav.codehaus.org/repository/plexus + + + codehaus.org + Plexus Central Development Repository + dav:https://dav.codehaus.org/snapshots.repository/plexus + + + codehaus.org + dav:https://dav.codehaus.org/plexus + + + + + codehaus.snapshots + Codehaus Snapshot Development Repository + http://snapshots.repository.codehaus.org + + false + + + + + + + jvanzyl + Jason van Zyl + jason@maven.org + + Developer + Release Manager + + + + kaz + Pete Kazmier + + + + Developer + + + + jtaylor + James Taylor + james@jamestaylor.org + + + Developer + + + + dandiep + Dan Diephouse + dan@envoisolutions.com + Envoi solutions + + Developer + + + + kasper + Kasper Nielsen + apache@kav.dk + + + Developer + + + + bwalding + Ben Walding + bwalding@codehaus.org + Walding Consulting Services + + Developer + + + + mhw + Mark Wilkinson + mhw@kremvax.net + + Developer + + + + michal + Michal Maczka + mmaczka@interia.pl + + Developer + + + + evenisse + Emmanuel Venisse + evenisse@codehaus.org + + Developer + + + + Trygve Laugstol + trygvis + trygvis@codehaus.org + + Developer + + + + Kenney Westerhof + kenney + kenney@codehaus.org + + Developer + + + + Carlos Sanchez + carlos + carlos@codehaus.org + + Developer + + + + Brett Porter + brett + brett@codehaus.org + + Developer + + + + John Casey + jdcasey + jdcasey@codehaus.org + + Developer + + + + Andrew Williams + handyande + andy@handyande.co.uk + + Developer + + + + Rahul Thakur + rahul + rahul.thakur.xdev@gmail.com + + Developer + + + + Joakim Erdfelt + joakime + joakim@erdfelt.com + + Developer + + + + Olivier Lamy + olamy + olamy@codehaus.org + + Developer + + + + + + junit + junit + 3.8.1 + test + + + + scm:svn:http://svn.codehaus.org/plexus/pom/trunk/ + scm:svn:https://svn.codehaus.org/plexus/pom/trunk/ + http://fisheye.codehaus.org/browse/plexus/pom/trunk/ + + + Codehaus + http://www.codehaus.org/ + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.4 + 1.4 + + + + + + + org.apache.maven.wagon + wagon-webdav + 1.0-beta-2 + + + + + + maven-release-plugin + + deploy + + + + + +
diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.sha1 b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.sha1 new file mode 100644 index 0000000..1ba2b3a --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.sha1 @@ -0,0 +1 @@ +4693d4512d50c5159bef1c49def1d2690a327c30 \ No newline at end of file diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.4/_remote.repositories b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.4/_remote.repositories new file mode 100644 index 0000000..99ad41c --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.4/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:29 BST 2019 +plexus-1.0.4.pom>central= diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom new file mode 100644 index 0000000..2cf5d56 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom @@ -0,0 +1,205 @@ + + 4.0.0 + org.codehaus.plexus + plexus + pom + Plexus + 1.0.4 + + + + mail + +
dev@plexus.codehaus.org
+
+
+ + irc + + irc.codehaus.org + 6667 + #plexus + + +
+
+ 2001 + + + Plexus Developer List + http://lists.codehaus.org/mailman/listinfo/plexus-dev + http://lists.codehaus.org/mailman/listinfo/plexus-dev + http://lists.codehaus.org/pipermail/plexus-dev/ + + + + + + repo1 + Maven Central Repository + scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2 + + + snapshots + Maven Central Development Repository + scp://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2 + + + + + snapshots + Maven Snapshot Development Repository + http://snapshots.maven.codehaus.org/maven2 + + false + + + + + + snapshots-plugins + Maven Snapshot Plugins Development Repository + http://snapshots.maven.codehaus.org/maven2 + + false + + + + + + + jvanzyl + Jason van Zyl + jason@zenplex.com + Zenplex + + Developer + Release Manager + + + + kaz + Pete Kazmier + + + + Developer + + + + jtaylor + James Taylor + james@jamestaylor.org + + + Developer + + + + dandiep + Dan Diephouse + dan@envoisolutions.com + Envoi solutions + + Developer + + + + kasper + Kasper Nielsen + apache@kav.dk + + + Developer + + + + bwalding + Ben Walding + bwalding@codehaus.org + Walding Consulting Services + + Developer + + + + mhw + Mark Wilkinson + mhw@kremvax.net + + Developer + + + + michal + Michal Maczka + mmaczka@interia.pl + + Developer + + + + evenisse + Emmanuel Venisse + evenisse@codehaus.org + + Developer + + + + Trygve Laugstøl + trygvis + trygvis@codehaus.org + + Developer + + + + Kenney Westerhof + kenney + kenney@codehaus.org + + Developer + + + + + + junit + junit + 3.8.1 + test + + + + scm:svn:svn://svn.codehaus.org/plexus/scm/trunk/ + scm:svn:https://svn.codehaus.org/plexus/trunk + + + Codehaus + http://www.codehaus.org/ + + + plexus-appserver + plexus-archetypes + plexus-components + plexus-component-factories + plexus-containers + plexus-logging + plexus-maven-plugin + plexus-services + plexus-tools + plexus-utils + + + + + org.apache.maven.plugins + maven-release-plugin + + https://svn.codehaus.org/plexus/tags + + + + +
diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom.sha1 b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom.sha1 new file mode 100644 index 0000000..290ef19 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom.sha1 @@ -0,0 +1 @@ +06f66b2f7d2eef1d805c11bca91c89984cda4137 /home/projects/maven/repository-staging/to-ibiblio/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.8/_remote.repositories b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.8/_remote.repositories new file mode 100644 index 0000000..dca6ab9 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.8/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +plexus-1.0.8.pom>central= diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom new file mode 100644 index 0000000..cba2014 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom @@ -0,0 +1,259 @@ + + + 4.0.0 + org.codehaus.plexus + plexus + pom + Plexus + 1.0.8 + + + + mail + +
dev@plexus.codehaus.org
+
+
+ + irc + + irc.codehaus.org + 6667 + #plexus + + +
+
+ 2001 + + + Plexus Developer List + http://lists.codehaus.org/mailman/listinfo/plexus-dev + http://lists.codehaus.org/mailman/listinfo/plexus-dev + http://lists.codehaus.org/pipermail/plexus-dev/ + + + + JIRA + http://jira.codehaus.org/browse/PLX + + + + + codehaus.org + Plexus Central Repository + dav:https://dav.codehaus.org/repository/plexus + + + codehaus.org + Plexus Central Development Repository + dav:https://dav.codehaus.org/snapshots.repository/plexus + + + codehaus.org + dav:https://dav.codehaus.org/plexus + + + + + apache-snapshots + Snapshot repository + http://people.apache.org/maven-snapshot-repository + + false + + + + codehaus-snapshots + Codehaus Snapshot Development Repository + http://snapshots.repository.codehaus.org + + false + + + + + + codehaus-snapshots + Codehaus Snapshot Development Repository + http://snapshots.repository.codehaus.org + + false + + + + + + + jvanzyl + Jason van Zyl + jason@maven.org + + Developer + Release Manager + + + + kaz + Pete Kazmier + + + + Developer + + + + jtaylor + James Taylor + james@jamestaylor.org + + + Developer + + + + dandiep + Dan Diephouse + dan@envoisolutions.com + Envoi solutions + + Developer + + + + kasper + Kasper Nielsen + apache@kav.dk + + + Developer + + + + bwalding + Ben Walding + bwalding@codehaus.org + Walding Consulting Services + + Developer + + + + mhw + Mark Wilkinson + mhw@kremvax.net + + Developer + + + + michal + Michal Maczka + mmaczka@interia.pl + + Developer + + + + evenisse + Emmanuel Venisse + evenisse@codehaus.org + + Developer + + + + Trygve Laugstol + trygvis + trygvis@codehaus.org + + Developer + + + + Kenney Westerhof + kenney + kenney@codehaus.org + + Developer + + + + Carlos Sanchez + carlos + carlos@codehaus.org + + Developer + + + + Brett Porter + brett + brett@codehaus.org + + Developer + + + + John Casey + jdcasey + jdcasey@codehaus.org + + Developer + + + + + + junit + junit + 3.8.1 + test + + + + scm:svn:http://svn.codehaus.org/plexus/trunk/ + scm:svn:https://svn.codehaus.org/plexus/trunk + + + Codehaus + http://www.codehaus.org/ + + + + plexus-archetypes + plexus-examples + plexus-components + plexus-component-factories + plexus-containers + plexus-logging + plexus-maven-plugin + plexus-tools + plexus-utils + + + + + org.apache.maven.wagon + wagon-webdav + 1.0-beta-1 + + + + + org.apache.maven.plugins + maven-release-plugin + + https://svn.codehaus.org/plexus/tags + + + + +
diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom.sha1 b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom.sha1 new file mode 100644 index 0000000..5234d56 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom.sha1 @@ -0,0 +1 @@ +9e7c8432829962afe796b32587c1bfa841a317d5 \ No newline at end of file diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus/3.1/_remote.repositories b/gradle/m2/repository/org/codehaus/plexus/plexus/3.1/_remote.repositories new file mode 100644 index 0000000..12f463e --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus/3.1/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +plexus-3.1.pom>central= diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom b/gradle/m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom new file mode 100644 index 0000000..04315ce --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom @@ -0,0 +1,589 @@ + + + + + + 4.0.0 + + + org.sonatype.spice + spice-parent + 17 + + + org.codehaus.plexus + plexus + pom + 3.1 + + Plexus + The Plexus project provides a full software stack for creating and executing software projects. + http://plexus.codehaus.org/ + 2001 + + Codehaus + http://www.codehaus.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + jvanzyl + Jason van Zyl + jason@maven.org + + Developer + Release Manager + + + + kaz + Pete Kazmier + + + + Developer + + + + jtaylor + James Taylor + james@jamestaylor.org + + + Developer + + + + dandiep + Dan Diephouse + dan@envoisolutions.com + Envoi solutions + + Developer + + + + kasper + Kasper Nielsen + apache@kav.dk + + + Developer + + + + bwalding + Ben Walding + bwalding@codehaus.org + Walding Consulting Services + + Developer + + + + mhw + Mark Wilkinson + mhw@kremvax.net + + Developer + + + + michal + Michal Maczka + mmaczka@interia.pl + + Developer + + + + evenisse + Emmanuel Venisse + evenisse@codehaus.org + + Developer + + + + Trygve Laugstøl + trygvis + trygvis@codehaus.org + + Developer + + + + Kenney Westerhof + kenney + kenney@codehaus.org + + Developer + + + + Carlos Sanchez + carlos + carlos@codehaus.org + + Developer + + + + Brett Porter + brett + brett@codehaus.org + + Developer + + + + John Casey + jdcasey + jdcasey@codehaus.org + + Developer + + + + Andrew Williams + handyande + andy@handyande.co.uk + + Developer + + + + Rahul Thakur + rahul + rahul.thakur.xdev@gmail.com + + Developer + + + + Joakim Erdfelt + joakime + joakim@erdfelt.com + + Developer + + + + Olivier Lamy + olamy + olamy@codehaus.org + + Developer + + + + Hervé Boutemy + hboutemy + hboutemy@codehaus.org + + Developer + + + + Oleg Gusakov + oleg + olegy@codehaus.org + + Developer + + + + Vincent Siveton + vsiveton + vsiveton@codehaus.org + + Developer + + + + + + + Plexus User List + http://xircles.codehaus.org/manage_email/user%40plexus.codehaus.org + http://xircles.codehaus.org/manage_email/user%40plexus.codehaus.org + http://archive.plexus.codehaus.org/user + user@plexus.codehaus.org + + + Plexus Developer List + http://xircles.codehaus.org/manage_email/dev%40plexus.codehaus.org + http://xircles.codehaus.org/manage_email/dev%40plexus.codehaus.org + http://archive.plexus.codehaus.org/dev + dev@plexus.codehaus.org + + + Plexus Announce List + http://xircles.codehaus.org/manage_email/announce%40plexus.codehaus.org + http://xircles.codehaus.org/manage_email/announce%40plexus.codehaus.org + http://archive.plexus.codehaus.org/announce + + + Plexus Commit List + http://xircles.codehaus.org/manage_email/scm%40plexus.codehaus.org + http://xircles.codehaus.org/manage_email/scm%40plexus.codehaus.org + http://archive.plexus.codehaus.org/scm + + + + + scm:git:git@github.com:sonatype/plexus-pom.git + scm:git:git@github.com:sonatype/plexus-pom.git + http://github.com/sonatype/plexus-pom + + + JIRA + http://jira.codehaus.org/browse/PLX + + + + + mail + +
dev@plexus.codehaus.org
+
+
+
+
+ + + plexus-releases + Plexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + plexus-snapshots + Plexus Snapshot Repository + ${plexusDistMgmtSnapshotsUrl} + + + codehaus.org + dav:https://dav.codehaus.org/plexus + + + + + UTF-8 + https://oss.sonatype.org/content/repositories/plexus-snapshots + + + + + junit + junit + 3.8.2 + test + + + + + + + + + org.apache.maven.plugins + maven-clean-plugin + 2.4.1 + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.6 + + + org.apache.maven.plugins + maven-gpg-plugin + 1.3 + + + org.apache.maven.plugins + maven-install-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.2 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + + org.apache.maven.plugins + maven-plugin-plugin + 2.8 + + + maven-release-plugin + 2.2.1 + + deploy + false + -Pplexus-release + + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + org.apache.maven.plugins + maven-site-plugin + 3.0 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.2 + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12 + + + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + + + index + summary + modules + license + project-team + scm + issue-tracking + mailing-list + dependency-management + dependencies + dependency-convergence + cim + plugin-management + plugins + distribution-management + + + + + + + + + + reporting + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + + + index + summary + modules + license + project-team + scm + issue-tracking + mailing-list + dependency-management + dependencies + dependency-convergence + cim + plugin-management + plugins + distribution-management + + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.9 + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.6 + + config/maven_checks.xml + https://raw.github.com/sonatype/plexus-pom/master/src/main/resources/config/plexus-header.txt + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.5 + + 1.5 + + rulesets/maven.xml + + + ${project.build.directory}/generated-sources/modello + ${project.build.directory}/generated-sources/plugin + + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + org.apache.maven.plugins + maven-jxr-plugin + 2.2 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + true + + http://junit.sourceforge.net/javadoc/ + + + + + + javadoc + test-javadoc + + + + + + + + + plexus-release + + + + org.apache.maven.plugins + maven-gpg-plugin + + ${gpg.passphrase} + + + + sign-artifacts + + sign + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + + + maven-3 + + + + ${basedir} + + + + + + org.apache.maven.plugins + maven-site-plugin + + + attach-descriptor + + attach-descriptor + + + + + + + + + +
diff --git a/gradle/m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom.sha1 b/gradle/m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom.sha1 new file mode 100644 index 0000000..506e962 --- /dev/null +++ b/gradle/m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom.sha1 @@ -0,0 +1 @@ +b64de86ceaa4f0e4d8ccc44a26c562c6fb7fb230 \ No newline at end of file diff --git a/gradle/m2/repository/org/sonatype/forge/forge-parent/10/_remote.repositories b/gradle/m2/repository/org/sonatype/forge/forge-parent/10/_remote.repositories new file mode 100644 index 0000000..804f7bc --- /dev/null +++ b/gradle/m2/repository/org/sonatype/forge/forge-parent/10/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +forge-parent-10.pom>central= diff --git a/gradle/m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom b/gradle/m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom new file mode 100644 index 0000000..853fb2a --- /dev/null +++ b/gradle/m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom @@ -0,0 +1,317 @@ + + + + 4.0.0 + + org.sonatype.forge + forge-parent + pom + 10 + Sonatype Forge Parent Pom + + 2008 + http://forge.sonatype.com/ + + + Sonatype, Inc. + http://www.sonatype.com/ + + + + scm:svn:http://svn.sonatype.org/forge/tags/forge-parent-10 + http://svn.sonatype.org/forge/tags/forge-parent-10 + scm:svn:https://svn.sonatype.org/forge/tags/forge-parent-10 + + + + forge-releases + https://repository.sonatype.org/service/local/staging/deploy/maven2 + forge-snapshots + https://repository.sonatype.org/content/repositories/snapshots + UTF-8 + UTF-8 + + + + + ${forgeReleaseId} + ${forgeReleaseUrl} + + + ${forgeSnapshotId} + ${forgeSnapshotUrl} + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2.1 + + + org.apache.maven.plugins + maven-clean-plugin + 2.4.1 + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.2 + + + org.apache.maven.plugins + maven-deploy-plugin + 2.5 + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.8 + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.0 + + + org.apache.maven.plugins + maven-gpg-plugin + 1.2 + + + org.apache.maven.plugins + maven-install-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + + org.apache.maven.plugins + maven-release-plugin + 2.1 + + + forked-path + false + deploy + -Prelease + + + + org.apache.maven.plugins + maven-remote-resources-plugin + 1.2 + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + org.apache.maven.plugins + maven-scm-plugin + 1.4 + + + org.apache.maven.plugins + maven-site-plugin + 2.2 + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.8 + + true + + + + org.sonatype.plugins + sisu-maven-plugin + 1.0 + + + org.codehaus.mojo + animal-sniffer-maven-plugin + 1.6 + + + com.mycila.maven-license-plugin + maven-license-plugin + 1.9.0 + + + org.codehaus.modello + modello-maven-plugin + 1.4.1 + + true + + + + org.apache.felix + maven-bundle-plugin + 2.3.4 + + + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.4 + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.1 + + UnreadFields + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.2 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-pmd-plugin + 2.5 + + 1.5 + + + + + + + + release + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + ${gpg.passphrase} + + true + + + + + sign + + + + + + + true + org.apache.maven.plugins + maven-deploy-plugin + + ${deploy.altRepository} + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + ${project.build.sourceEncoding} + + + + attach-javadocs + + jar + + + + + + + + + + + \ No newline at end of file diff --git a/gradle/m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.sha1 b/gradle/m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.sha1 new file mode 100644 index 0000000..b4b62fc --- /dev/null +++ b/gradle/m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.sha1 @@ -0,0 +1 @@ +c24dc843444f348100c19ebd51157e7a5f61bfe7 \ No newline at end of file diff --git a/gradle/m2/repository/org/sonatype/spice/spice-parent/17/_remote.repositories b/gradle/m2/repository/org/sonatype/spice/spice-parent/17/_remote.repositories new file mode 100644 index 0000000..c13c7b1 --- /dev/null +++ b/gradle/m2/repository/org/sonatype/spice/spice-parent/17/_remote.repositories @@ -0,0 +1,3 @@ +#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. +#Thu Oct 03 17:01:30 BST 2019 +spice-parent-17.pom>central= diff --git a/gradle/m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom b/gradle/m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom new file mode 100644 index 0000000..abe8170 --- /dev/null +++ b/gradle/m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom @@ -0,0 +1,211 @@ + + + 4.0.0 + + + org.sonatype.forge + forge-parent + 10 + + + + org.sonatype.spice + spice-parent + 17 + pom + + Sonatype Spice Components + + + scm:git:git://github.com/sonatype/oss-parents.git + scm:git:git@github.com:sonatype/oss-parents.git + https://github.com/sonatype/spice-parent + + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + Hudson + https://grid.sonatype.org/ci/view/Spice/ + + + + JIRA + https://issues.sonatype.org/browse/SPICE + + + + 2.1.1 + 1.6.1 + + + + + + + + + + org.sonatype.sisu + sisu-inject-bean + ${sisu-inject.version} + runtime + + + org.sonatype.sisu + sisu-guice + 2.9.4 + no_aop + runtime + + + javax.inject + javax.inject + 1 + compile + + + + + + org.sonatype.sisu + sisu-inject-plexus + ${sisu-inject.version} + compile + + + org.codehaus.plexus + plexus-component-annotations + 1.5.5 + compile + + + org.codehaus.plexus + plexus-classworlds + 2.4 + compile + + + org.codehaus.plexus + plexus-utils + 2.0.5 + compile + + + + + + + org.slf4j + slf4j-api + ${slf4j.version} + jar + compile + + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + jar + runtime + + + org.slf4j + jul-to-slf4j + ${slf4j.version} + jar + runtime + + + org.slf4j + slf4j-simple + ${slf4j.version} + jar + test + + + + + junit + junit + 4.8.2 + test + + + + + + + + + org.codehaus.plexus + plexus-component-metadata + 1.5.5 + + + process-classes + + generate-metadata + + + + process-test-classes + + generate-test-metadata + + + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.5 + + + + org.apache.maven.plugin-tools + maven-plugin-tools-javadoc + 2.5 + + + org.codehaus.plexus + plexus-javadoc + 1.0 + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.1.1 + + + + + dependencies + project-team + mailing-list + cim + issue-tracking + license + scm + + + + + + + diff --git a/gradle/m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.sha1 b/gradle/m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.sha1 new file mode 100644 index 0000000..42dafab --- /dev/null +++ b/gradle/m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.sha1 @@ -0,0 +1 @@ +7f500699ef371383492a4d6ee799b1a77ffd82cc \ No newline at end of file diff --git a/gradle/plugins/org/apache/ant/maven-metadata.xml b/gradle/plugins/org/apache/ant/maven-metadata.xml new file mode 100644 index 0000000..118b7de --- /dev/null +++ b/gradle/plugins/org/apache/ant/maven-metadata.xml @@ -0,0 +1,5 @@ + + org.apache.ant + org.apache.ant + 1.6.5 + diff --git a/gradle/plugins/org/apache/ant/org.apache.ant-1.6.5.jar b/gradle/plugins/org/apache/ant/org.apache.ant-1.6.5.jar new file mode 100644 index 0000000..3beb3b8 Binary files /dev/null and b/gradle/plugins/org/apache/ant/org.apache.ant-1.6.5.jar differ diff --git a/gradle/plugins/org/apache/ant/org.apache.ant-1.6.5.pom b/gradle/plugins/org/apache/ant/org.apache.ant-1.6.5.pom new file mode 100644 index 0000000..67eca35 --- /dev/null +++ b/gradle/plugins/org/apache/ant/org.apache.ant-1.6.5.pom @@ -0,0 +1,27 @@ + + 4.0.0 + + org.apache + apache + 4 + + org.apache.ant + org.apache.ant + 1.6.5 + + + + xerces + xercesImpl + 2.6.2 + true + + + xml-apis + xml-apis + 1.3.04 + true + + +