diff options
author | Robert Greig <rgreig@apache.org> | 2007-02-05 11:28:57 +0000 |
---|---|---|
committer | Robert Greig <rgreig@apache.org> | 2007-02-05 11:28:57 +0000 |
commit | 457694b9011aba6ec337ffcaca1f7a4f781a43bd (patch) | |
tree | fd2811f758b56595346dadc7015bf80a512ce96c /java | |
parent | 151092b7e0a3e7adbbf0ce13b0a8ce2842e909ed (diff) | |
download | qpid-python-457694b9011aba6ec337ffcaca1f7a4f781a43bd.tar.gz |
(Submitted by Rupert Smith)
This local repository is no longer needed. JUnit-Toolkit snapshot repository is now hosted on sourceforge: http://junit-toolkit.svn.sourceforge.net/svnroot/junit-toolkit/. A release is also in progress to the central maven repository.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@503646 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
28 files changed, 0 insertions, 281 deletions
diff --git a/java/mvn-repo/README.txt b/java/mvn-repo/README.txt deleted file mode 100644 index c78cda6938..0000000000 --- a/java/mvn-repo/README.txt +++ /dev/null @@ -1,5 +0,0 @@ -Temporary local repository for jars that are not available in the central repository yet. -This was created because junit-toolkit is undergoing some development to use it with perf tests. Its an Apache licensed performance testing utility. -It takes 2-4 days to get something added to the central repo but want to keep up with changed to junit-toolkit. This repository holds a snapshot -of it, so that the build can get it from somewhere without breaking. It is anticipated that it will reach a stable 0.5 version within two weeks from -30/01/2007, at which time it will be placed in the central repo and this local repository will be deleted. diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.jar b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.jar Binary files differdeleted file mode 100644 index 43c678f547..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.jar +++ /dev/null diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.jar.md5 b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.jar.md5 deleted file mode 100644 index 87820b3b0a..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.jar.md5 +++ /dev/null @@ -1 +0,0 @@ -8aff63861edb0a6bb47b5fad955a6ba5
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.jar.sha1 b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.jar.sha1 deleted file mode 100644 index 5a72a41b79..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -600209771b236268f1b939e4a924899875ee8562
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.pom b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.pom deleted file mode 100644 index 65587eb683..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.pom +++ /dev/null @@ -1,91 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?><project> - <modelVersion>4.0.0</modelVersion> - <groupId>uk.co.thebadgerset</groupId> - <artifactId>junit-toolkit-maven-plugin</artifactId> - <packaging>maven-plugin</packaging> - <name>junit-toolkit-maven-plugin</name> - <version>0.5-20070130.111904-1</version> - <description>Maven plugin for the JUnit Toolkit to run performance tests with TKTestRunner.</description> - <url>http://www.thebadgerset.co.uk/projects/junit-toolkit-maven-plugin</url> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - <scm> - <connection>scm:${scm.setup}/junit-toolkit-maven-plugin</connection> - </scm> - <organization> - <name>The Badger Set trading as Liberty Bishop (1151) ltd.</name> - <url>http://www.thebadgerset.co.uk/</url> - </organization> - <build> - <sourceDirectory>src/main</sourceDirectory> - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.1</version> - <configuration> - <source>1.5</source> - <target>1.5</target> - <fork>false</fork> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> - <dependencies> - <dependency> - <groupId>uk.co.thebadgerset</groupId> - <artifactId>junit-toolkit</artifactId> - <version>0.5-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - <version>2.0.4</version> - </dependency> - </dependencies> - <reporting> - <plugins> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <linkXref>true</linkXref> - <sourceEncoding>utf-8</sourceEncoding> - <minimumTokens>20</minimumTokens> - <targetJdk>1.5</targetJdk> - </configuration> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <configLocation>../mavenbuild/coding_standards.xml</configLocation> - </configuration> - </plugin> - </plugins> - </reporting> - <distributionManagement> - <repository> - <uniqueVersion>false</uniqueVersion> - <id>release-repo</id> - <name>The Badger Set Maven2 Repository</name> - <url>file://c:/temp</url> - </repository> - <snapshotRepository> - <id>snapshot-repo</id> - <name>The Badger Set Maven2 Snapshot Repository</name> - <url>file://c:/temp</url> - </snapshotRepository> - <status>deployed</status> - </distributionManagement> -</project>
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.pom.md5 b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.pom.md5 deleted file mode 100644 index adf20d93ad..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.pom.md5 +++ /dev/null @@ -1 +0,0 @@ -4ab65f208ffa4400551233321b90933a
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.pom.sha1 b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.pom.sha1 deleted file mode 100644 index aeb3966048..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/junit-toolkit-maven-plugin-0.5-20070130.111904-1.pom.sha1 +++ /dev/null @@ -1 +0,0 @@ -84f491024bd60142781ef9035f4394cb1379902d
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/maven-metadata.xml b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/maven-metadata.xml deleted file mode 100644 index 0a46c1d79a..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/maven-metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?><metadata> - <groupId>uk.co.thebadgerset</groupId> - <artifactId>junit-toolkit-maven-plugin</artifactId> - <version>0.5-SNAPSHOT</version> - <versioning> - <snapshot> - <timestamp>20070130.111904</timestamp> - <buildNumber>1</buildNumber> - </snapshot> - <lastUpdated>20070130111904</lastUpdated> - </versioning> -</metadata>
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/maven-metadata.xml.md5 b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/maven-metadata.xml.md5 deleted file mode 100644 index 4e7eab390b..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/maven-metadata.xml.md5 +++ /dev/null @@ -1 +0,0 @@ -c619b7ac915b2eba622d556b2d2e0c25
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/maven-metadata.xml.sha1 b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/maven-metadata.xml.sha1 deleted file mode 100644 index 83a5267307..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/0.5-SNAPSHOT/maven-metadata.xml.sha1 +++ /dev/null @@ -1 +0,0 @@ -db7b5d51a53a5018611391ecc3346032a6c20dda
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/maven-metadata.xml b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/maven-metadata.xml deleted file mode 100644 index a3bff0dde2..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/maven-metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?><metadata> - <groupId>uk.co.thebadgerset</groupId> - <artifactId>junit-toolkit-maven-plugin</artifactId> - <version>0.5-SNAPSHOT</version> - <versioning> - <latest>0.5-SNAPSHOT</latest> - <versions> - <version>0.5-SNAPSHOT</version> - </versions> - <lastUpdated>20070130111904</lastUpdated> - </versioning> -</metadata>
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/maven-metadata.xml.md5 b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/maven-metadata.xml.md5 deleted file mode 100644 index 395a968533..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/maven-metadata.xml.md5 +++ /dev/null @@ -1 +0,0 @@ -da47ce66de64d4ba056d0a9c901c5676
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/maven-metadata.xml.sha1 b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/maven-metadata.xml.sha1 deleted file mode 100644 index b396785e6c..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit-maven-plugin/maven-metadata.xml.sha1 +++ /dev/null @@ -1 +0,0 @@ -70adf93da1c1757152e954750ceb2477a8659a99
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.jar b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.jar Binary files differdeleted file mode 100644 index b5c0129ea9..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.jar +++ /dev/null diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.jar.md5 b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.jar.md5 deleted file mode 100644 index 2f9b7922bd..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.jar.md5 +++ /dev/null @@ -1 +0,0 @@ -ce27581a94a89b664830f3c355dd7bf5
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.jar.sha1 b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.jar.sha1 deleted file mode 100644 index 3c17b5a8e4..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ffecddfd23345c7fb4177ab1d89cf73a4fe7adc9
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.pom b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.pom deleted file mode 100644 index a2f72deff6..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.pom +++ /dev/null @@ -1,111 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?><project> - <modelVersion>4.0.0</modelVersion> - <groupId>uk.co.thebadgerset</groupId> - <artifactId>junit-toolkit</artifactId> - <name>junit-toolkit</name> - <version>0.5-20070202.132554-1</version> - <description>JUnit Toolkit enhances JUnit with performance testing, asymptotic behaviour analysis, and concurrency testing.</description> - <url>http://www.thebadgerset.co.uk/junit-toolkit</url> - <developers> - <developer> - <id>rupert</id> - <name>Rupert Smith</name> - <email>rupertlssmith (contactable on g-m-a-i-l)</email> - <organization></organization> - </developer> - </developers> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - <scm> - <connection>scm:svn:http://www.thebadgerset.co.uk/svn/junit-toolkit</connection> - </scm> - <organization> - <name>The Badger Set trading as Liberty Bishop (1151) ltd.</name> - <url>http://www.thebadgerset.co.uk/</url> - </organization> - <build> - <sourceDirectory>src/main</sourceDirectory> - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.1</version> - <configuration> - <source>1.5</source> - <target>1.5</target> - <fork>false</fork> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> - <pluginRepositories> - <pluginRepository> - <snapshots /> - <id>apache.snapshots</id> - <name>Apache SNAPSHOT Repository</name> - <url>http://people.apache.org/repo/m2-snapshot-repository</url> - </pluginRepository> - </pluginRepositories> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.8</version> - </dependency> - <dependency> - <groupId>regexp</groupId> - <artifactId>regexp</artifactId> - <version>1.3</version> - </dependency> - </dependencies> - <reporting> - <plugins> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <linkXref>true</linkXref> - <sourceEncoding>utf-8</sourceEncoding> - <minimumTokens>20</minimumTokens> - <targetJdk>1.5</targetJdk> - </configuration> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <configLocation>../mavenbuild/coding_standards.xml</configLocation> - </configuration> - </plugin> - </plugins> - </reporting> - <distributionManagement> - <repository> - <uniqueVersion>false</uniqueVersion> - <id>release-repo</id> - <name>The Badger Set Maven2 Repository</name> - <url>file://c:/temp</url> - </repository> - <snapshotRepository> - <id>snapshot-repo</id> - <name>The Badger Set Maven2 Snapshot Repository</name> - <url>file://c:/temp</url> - </snapshotRepository> - <status>deployed</status> - </distributionManagement> -</project>
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.pom.md5 b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.pom.md5 deleted file mode 100644 index ec5938d266..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.pom.md5 +++ /dev/null @@ -1 +0,0 @@ -36d35e778356cef8a984a021d9bc0fe4
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.pom.sha1 b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.pom.sha1 deleted file mode 100644 index f889d5fda6..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/junit-toolkit-0.5-20070202.132554-1.pom.sha1 +++ /dev/null @@ -1 +0,0 @@ -9383e1d89168d83973f47595063a35b733a3854d
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/maven-metadata.xml b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/maven-metadata.xml deleted file mode 100644 index 42bb1afc36..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/maven-metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?><metadata> - <groupId>uk.co.thebadgerset</groupId> - <artifactId>junit-toolkit</artifactId> - <version>0.5-SNAPSHOT</version> - <versioning> - <snapshot> - <timestamp>20070202.132554</timestamp> - <buildNumber>1</buildNumber> - </snapshot> - <lastUpdated>20070202132554</lastUpdated> - </versioning> -</metadata>
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/maven-metadata.xml.md5 b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/maven-metadata.xml.md5 deleted file mode 100644 index 2d29a790e5..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/maven-metadata.xml.md5 +++ /dev/null @@ -1 +0,0 @@ -277e07c561ec6eebda9d1a470a2ce6a4
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/maven-metadata.xml.sha1 b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/maven-metadata.xml.sha1 deleted file mode 100644 index 0b047b645a..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/0.5-SNAPSHOT/maven-metadata.xml.sha1 +++ /dev/null @@ -1 +0,0 @@ -155e5e47c236cefb5668414e81cc485867bdb93e
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/maven-metadata.xml b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/maven-metadata.xml deleted file mode 100644 index 76b0c44645..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/maven-metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?><metadata> - <groupId>uk.co.thebadgerset</groupId> - <artifactId>junit-toolkit</artifactId> - <version>0.5-SNAPSHOT</version> - <versioning> - <versions> - <version>0.5-SNAPSHOT</version> - </versions> - <lastUpdated>20070202132554</lastUpdated> - </versioning> -</metadata>
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/maven-metadata.xml.md5 b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/maven-metadata.xml.md5 deleted file mode 100644 index a57795d6c0..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/maven-metadata.xml.md5 +++ /dev/null @@ -1 +0,0 @@ -77e2a30606515c4f52bcb466c3966f63
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/maven-metadata.xml.sha1 b/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/maven-metadata.xml.sha1 deleted file mode 100644 index 6b612f5d27..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/junit-toolkit/maven-metadata.xml.sha1 +++ /dev/null @@ -1 +0,0 @@ -111f4320859e398337dbf4e396ec2fad1e5aa8dd
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/maven-metadata.xml b/java/mvn-repo/uk/co/thebadgerset/maven-metadata.xml deleted file mode 100644 index 4c367f55d3..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/maven-metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?><metadata> - <plugins> - <plugin> - <name>junit-toolkit-maven-plugin</name> - <prefix>junit-toolkit</prefix> - <artifactId>junit-toolkit-maven-plugin</artifactId> - </plugin> - </plugins> -</metadata>
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/maven-metadata.xml.md5 b/java/mvn-repo/uk/co/thebadgerset/maven-metadata.xml.md5 deleted file mode 100644 index da122e37da..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/maven-metadata.xml.md5 +++ /dev/null @@ -1 +0,0 @@ -8eee1c76f27e4d20ffcd48d87897b923
\ No newline at end of file diff --git a/java/mvn-repo/uk/co/thebadgerset/maven-metadata.xml.sha1 b/java/mvn-repo/uk/co/thebadgerset/maven-metadata.xml.sha1 deleted file mode 100644 index fd57ffc943..0000000000 --- a/java/mvn-repo/uk/co/thebadgerset/maven-metadata.xml.sha1 +++ /dev/null @@ -1 +0,0 @@ -300ebe0bfa8ae2b56d26a9fae9073ef9f902b0e7
\ No newline at end of file |